From 0542b247b9dc697a164bf5d738e838deb2d8be3f Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 26 Jan 2009 17:58:21 +0000 Subject: version bump (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686) --- games-rpg/tmw/files/tmw-0.0.28-desktop.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 games-rpg/tmw/files/tmw-0.0.28-desktop.patch (limited to 'games-rpg/tmw/files') diff --git a/games-rpg/tmw/files/tmw-0.0.28-desktop.patch b/games-rpg/tmw/files/tmw-0.0.28-desktop.patch new file mode 100644 index 000000000000..127efd371f3a --- /dev/null +++ b/games-rpg/tmw/files/tmw-0.0.28-desktop.patch @@ -0,0 +1,22 @@ +Make sure desktop/pixmaps dont get thrown into /usr/games. + +--- Makefile.in ++++ Makefile.in +@@ -163,3 +163,3 @@ + SUBDIRS = data docs src +-desktopdir = $(datadir)/applications ++desktopdir =/usr/share/applications + desktop_DATA = tmw.desktop +--- data/icons/Makefile.in ++++ data/icons/Makefile.in +@@ -318,7 +318,7 @@ + install-data-local: +- $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps +- $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png ++ $(mkinstalldirs) $(DESTDIR)/usr/share/pixmaps ++ $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)/usr/share/pixmaps/tmw.png + + uninstall-local: +- rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png ++ rm -f $(DESTDIR)/usr/share/pixmaps/tmw.png + # Tell versions [3.59,3.63) of GNU make to not export all variables. -- cgit v1.2.3-65-gdbad