diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-10-30 20:01:32 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-10-30 20:01:32 +0000 |
commit | e5d53a2d69bb2cf7b3dfcd0d86387da5a88bf67a (patch) | |
tree | db30929d848fa6b162e224cc635308a608bcea49 /games-strategy/galaxyhack/files | |
parent | Stable on ppc wrt bug 153036 (diff) | |
download | historical-e5d53a2d69bb2cf7b3dfcd0d86387da5a88bf67a.tar.gz historical-e5d53a2d69bb2cf7b3dfcd0d86387da5a88bf67a.tar.bz2 historical-e5d53a2d69bb2cf7b3dfcd0d86387da5a88bf67a.zip |
New ebuild. Bug #87565
Package-Manager: portage-2.1.1
Diffstat (limited to 'games-strategy/galaxyhack/files')
-rw-r--r-- | games-strategy/galaxyhack/files/digest-galaxyhack-1.69 | 3 | ||||
-rw-r--r-- | games-strategy/galaxyhack/files/galaxyhack-1.69-destdirs.patch | 24 | ||||
-rw-r--r-- | games-strategy/galaxyhack/files/galaxyhack.png | bin | 0 -> 819 bytes |
3 files changed, 27 insertions, 0 deletions
diff --git a/games-strategy/galaxyhack/files/digest-galaxyhack-1.69 b/games-strategy/galaxyhack/files/digest-galaxyhack-1.69 new file mode 100644 index 000000000000..7b53b3218f8a --- /dev/null +++ b/games-strategy/galaxyhack/files/digest-galaxyhack-1.69 @@ -0,0 +1,3 @@ +MD5 51482e724455a9a7fc693bb157960a40 galaxyhack-1.69.tar.bz2 9947643 +RMD160 b764150ab2e8e86d59b4fc599372244330bc7cfa galaxyhack-1.69.tar.bz2 9947643 +SHA256 58598b5a4aa43ae401e95f60ba1e1b3e1fabef73a23b556f0c52b2af958d1d17 galaxyhack-1.69.tar.bz2 9947643 diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.69-destdirs.patch b/games-strategy/galaxyhack/files/galaxyhack-1.69-destdirs.patch new file mode 100644 index 000000000000..c20529e410fa --- /dev/null +++ b/games-strategy/galaxyhack/files/galaxyhack-1.69-destdirs.patch @@ -0,0 +1,24 @@ +--- Makefile.old 2006-07-28 00:02:20.000000000 +0200 ++++ Makefile 2006-07-28 00:02:59.000000000 +0200 +@@ -6,8 +6,8 @@ + # James Gregory and Everton da Silva Marques <evertonsm@yahoo.com.br> + # + +-INSTALL_DIR=/usr/local/share +-INSTALL_BIN_DIR=/usr/local/bin ++INSTALL_DIR="${GAMES_DATADIR}" ++INSTALL_BIN_DIR="${GAMES_BINDIR}" + + CXX = g++ + CXXFLAGS = $(shell sdl-config --cflags) -O3 +--- Main.cpp.old 2006-07-28 00:04:46.000000000 +0200 ++++ Main.cpp 2006-07-28 00:08:28.000000000 +0200 +@@ -184,7 +184,7 @@ + #ifndef WIN32
+ string settingsPath = userHomePath + "settings.dat";
+ if (!DoesFileExist(settingsPath))
+- settingsPath = "settings.dat";
++ settingsPath = "@GAMES_DATADIR@/galaxyhack/settings.dat";
+ #else
+ string settingsPath = "settings.dat";
+ #endif
diff --git a/games-strategy/galaxyhack/files/galaxyhack.png b/games-strategy/galaxyhack/files/galaxyhack.png Binary files differnew file mode 100644 index 000000000000..e96b3924b133 --- /dev/null +++ b/games-strategy/galaxyhack/files/galaxyhack.png |