diff options
Diffstat (limited to 'games-rpg/tmw/files/tmw-0.0.29.1-desktop.patch')
-rw-r--r-- | games-rpg/tmw/files/tmw-0.0.29.1-desktop.patch | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/games-rpg/tmw/files/tmw-0.0.29.1-desktop.patch b/games-rpg/tmw/files/tmw-0.0.29.1-desktop.patch index 127efd371f3a..4e3e0cf11913 100644 --- a/games-rpg/tmw/files/tmw-0.0.29.1-desktop.patch +++ b/games-rpg/tmw/files/tmw-0.0.29.1-desktop.patch @@ -1,15 +1,22 @@ -Make sure desktop/pixmaps dont get thrown into /usr/games. - ---- Makefile.in -+++ Makefile.in -@@ -163,3 +163,3 @@ - SUBDIRS = data docs src +diff -ru tmw-0.0.29.1.orig/Makefile.in tmw-0.0.29.1/Makefile.in +--- tmw-0.0.29.1.orig/Makefile.in 2009-06-09 13:55:16.000000000 -0400 ++++ tmw-0.0.29.1/Makefile.in 2010-01-05 12:24:52.394781633 -0500 +@@ -248,7 +248,7 @@ + + # Subdirectories to build + SUBDIRS = data docs po src -desktopdir = $(datadir)/applications +desktopdir =/usr/share/applications desktop_DATA = tmw.desktop ---- data/icons/Makefile.in -+++ data/icons/Makefile.in -@@ -318,7 +318,7 @@ + + # Extra files to include +Only in tmw-0.0.29.1: Makefile.in.orig +diff -ru tmw-0.0.29.1.orig/data/icons/Makefile.in tmw-0.0.29.1/data/icons/Makefile.in +--- tmw-0.0.29.1.orig/data/icons/Makefile.in 2009-06-09 15:24:27.000000000 -0400 ++++ tmw-0.0.29.1/data/icons/Makefile.in 2010-01-05 12:24:52.395781115 -0500 +@@ -400,11 +400,11 @@ + + install-data-local: - $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps - $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png @@ -19,4 +26,15 @@ Make sure desktop/pixmaps dont get thrown into /usr/games. 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. + # Otherwise a system limit (for SysV at least) may be exceeded. +diff -ru tmw-0.0.29.1.orig/tmw.desktop tmw-0.0.29.1/tmw.desktop +--- tmw-0.0.29.1.orig/tmw.desktop 2009-05-10 10:34:37.000000000 -0400 ++++ tmw-0.0.29.1/tmw.desktop 2010-01-05 12:25:15.731780837 -0500 +@@ -12,4 +12,4 @@ + Terminal=false + Type=Application + Icon=tmw +-Categories=Application;Game; ++Categories=Game; |