diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-08-07 22:19:15 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-08-07 22:19:15 +0000 |
commit | bb8942deccb87a23b2ddd366d67c8561d21d1f00 (patch) | |
tree | 993ba3c622fe6cd65d689c4e64ae8fa504e8d291 /games-rpg/tmw/files | |
parent | Marking Unicode-EastAsianWidth-1.320.0 ppc64 for bug 422053 (diff) | |
download | gentoo-2-bb8942deccb87a23b2ddd366d67c8561d21d1f00.tar.gz gentoo-2-bb8942deccb87a23b2ddd366d67c8561d21d1f00.tar.bz2 gentoo-2-bb8942deccb87a23b2ddd366d67c8561d21d1f00.zip |
re-add wrt #428784
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg/tmw/files')
-rw-r--r-- | games-rpg/tmw/files/tmw-branding-gentoo.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games-rpg/tmw/files/tmw-branding-gentoo.patch b/games-rpg/tmw/files/tmw-branding-gentoo.patch new file mode 100644 index 000000000000..fea920640e7f --- /dev/null +++ b/games-rpg/tmw/files/tmw-branding-gentoo.patch @@ -0,0 +1,19 @@ +respect games paths + +--- tmw ++++ tmw +@@ -1,2 +1,2 @@ + #!/bin/sh +-exec mana /usr/share/tmw/tmw.mana "$@" ++exec mana @GENTOO_DATADIR@/tmw.mana "$@" +--- tmw.desktop ++++ tmw.desktop +@@ -8,7 +8,7 @@ Comment[de]=ein Online Fantasy Spiel + Comment[it]=Un gioco fantasy online + Comment[nl]=Een online role playing game + Comment[sv]=Ett fantasyrollspel online +-Exec=mana /usr/share/tmw/tmw.mana ++Exec=mana @GENTOO_DATADIR@/tmw.mana + StartupNotify=false + Terminal=false + Type=Application |