summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-06 18:42:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-06 18:42:37 +0000
commit5cb7393eba1b7f9616d122d489bc469133570ed8 (patch)
tree0a2cc366814c1d547b8721b7425049f3de730ee2 /games-rpg/tmw/files
parentAdded sandbox local flag for sci-libs/scipy (diff)
downloadhistorical-5cb7393eba1b7f9616d122d489bc469133570ed8.tar.gz
historical-5cb7393eba1b7f9616d122d489bc469133570ed8.tar.bz2
historical-5cb7393eba1b7f9616d122d489bc469133570ed8.zip
version bump
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'games-rpg/tmw/files')
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.236
-rw-r--r--games-rpg/tmw/files/tmw-0.0.23-desktop.patch22
2 files changed, 28 insertions, 0 deletions
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.23 b/games-rpg/tmw/files/digest-tmw-0.0.23
new file mode 100644
index 000000000000..650a6d951116
--- /dev/null
+++ b/games-rpg/tmw/files/digest-tmw-0.0.23
@@ -0,0 +1,6 @@
+MD5 4c4233a3b904dcf2935685e5ec1e6e5a tmw-0.0.23.tar.gz 3192067
+RMD160 b43c541aa98edb52eadfa78891e31591478f3cf6 tmw-0.0.23.tar.gz 3192067
+SHA256 599621951eea2c8e186fc898f3ba90010ef7c4cb6a5dae3127a8ad4fd41dbf81 tmw-0.0.23.tar.gz 3192067
+MD5 eec5e7d6c8ddb8938209815dbf5da812 tmwmusic-0.0.20.tar.gz 9259802
+RMD160 a7212f90b40f864d0670905fe037564eba48ab30 tmwmusic-0.0.20.tar.gz 9259802
+SHA256 964bb27235cdc3199c392f6ddf25ce293c6f32e013abe85592b96221a5896939 tmwmusic-0.0.20.tar.gz 9259802
diff --git a/games-rpg/tmw/files/tmw-0.0.23-desktop.patch b/games-rpg/tmw/files/tmw-0.0.23-desktop.patch
new file mode 100644
index 000000000000..127efd371f3a
--- /dev/null
+++ b/games-rpg/tmw/files/tmw-0.0.23-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.