summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikoli <nikoli@lavabit.com>2011-01-08 09:59:12 +0300
committerNikoli <nikoli@lavabit.com>2011-01-08 09:59:12 +0300
commitc5f79122f6a4d75f4218b54006cac915dffc2d2c (patch)
tree8cbc379bd29c11818c32738ac44565b1abbe5e1b /games-fps/xonotic
parentxonotic: download maps in src_unpack, make it optional (diff)
downloadgamerlay-c5f79122f6a4d75f4218b54006cac915dffc2d2c.tar.gz
gamerlay-c5f79122f6a4d75f4218b54006cac915dffc2d2c.tar.bz2
gamerlay-c5f79122f6a4d75f4218b54006cac915dffc2d2c.zip
xonotic: download more maps
Diffstat (limited to 'games-fps/xonotic')
-rw-r--r--games-fps/xonotic/Manifest2
-rw-r--r--games-fps/xonotic/xonotic-9999.ebuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/xonotic/Manifest b/games-fps/xonotic/Manifest
index 16c60ef..9b3f8f1 100644
--- a/games-fps/xonotic/Manifest
+++ b/games-fps/xonotic/Manifest
@@ -1,5 +1,5 @@
DIST xonotic-0.1.0preview.zip 1386789859 RMD160 abcf512141e9aab970ff0a91c0c0d02ac8a3b4b9 SHA1 debda2b012e6cf423fe61435f02226746fdaf9fb SHA256 7f86a9e87d050cc490fb15e3e27142a8c2522ad84907d78dadc294bf7a687b0d
EBUILD xonotic-0.1.0_pre.ebuild 3197 RMD160 0eff02d0edd3a9d2a9e44c50e915d6c9ebe2d008 SHA1 bf2a83a4fcd3865200a4e52789a2c4459fc38665 SHA256 4e1e7c51ad9a16666ddc46fe12ae063344bcf56dca1155601286dc88cf90e0ff
-EBUILD xonotic-9999.ebuild 5526 RMD160 b654ebb6a7cde9023dfd26e28b30dd3dd3b3e316 SHA1 9b3e0591543b155694588b479f31e43c73d5bfb8 SHA256 de067c855be5b9f78cbfd40d3c98a02ae820b1321a76d17615d9bd23fb91a899
+EBUILD xonotic-9999.ebuild 5589 RMD160 465b28a5bb33f0af5a62775d5d91b404cac9799b SHA1 88ab3834e51e5627d99dd52a468a50bd723f6f2e SHA256 53760f50020e1c0c4992085c3fb88f56e348658de6365ee43c774dbf92da1241
MISC ChangeLog 458 RMD160 ce0da0586438b4e574253486edb04a13869dcaef SHA1 cd201fb67f29327b341f55f55a6c899b980b12ac SHA256 70eb358cab715a5cf20407b898fef702fd59aa15b1fe58e8e402ffad063c13ff
MISC metadata.xml 382 RMD160 3a5b38975546b50b1fbfb58cd5f6276111a710ad SHA1 4fddf5a266a9230d87903d9af0b8e7e440405dbe SHA256 b54470095e0eb93c37d24cd10c7cd6ba9d13124500e134b2cee9a8804c66366c
diff --git a/games-fps/xonotic/xonotic-9999.ebuild b/games-fps/xonotic/xonotic-9999.ebuild
index 317905f..114433e 100644
--- a/games-fps/xonotic/xonotic-9999.ebuild
+++ b/games-fps/xonotic/xonotic-9999.ebuild
@@ -102,8 +102,11 @@ src_unpack() {
rm -rf "${S}/data/font-dejavu.pk3dir" || die "rm failed"
fi
if use maps; then
- cd "${S}"
- sh misc/tools/xonotic-map-compiler-autobuild download || die
+ cd "${S}/data"
+ wget \
+ -r -l1 --no-parent --no-directories \
+ -A "*-full.pk3" \
+ "http://beta.xonotic.org/autobuild-bsp/latest"
fi
}