diff options
-rw-r--r-- | games/pioneer/pioneer.SlackBuild | 8 | ||||
-rw-r--r-- | games/pioneer/pioneer.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/games/pioneer/pioneer.SlackBuild b/games/pioneer/pioneer.SlackBuild index dffb4685265f..ed3fb4c5f6fd 100644 --- a/games/pioneer/pioneer.SlackBuild +++ b/games/pioneer/pioneer.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pioneer SRCNAM=$(printf %s $PRGNAM | tr [a-z] [A-Z]) -VERSION=${VERSION:-20170827} +VERSION=${VERSION:-20171001} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,9 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -DATADIR="${DATADIR:-/usr/share/games}" - -if [ "${DEBUG:-no}" = yes ]; then +if [ "${DEBUG:-no}" != no ]; then debug="--enable-debug \ --with-no-optimise \ --with-fno-inline" @@ -86,7 +84,7 @@ fi CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -PIONEER_DATA_DIR="$DATADIR/$PRGNAM" \ +PIONEER_DATA_DIR="${DATADIR:-/usr/share/games}/$PRGNAM" \ ./configure \ --prefix=/usr \ --bindir=/usr/games \ diff --git a/games/pioneer/pioneer.info b/games/pioneer/pioneer.info index 80706389b670..326ab8ece8e8 100644 --- a/games/pioneer/pioneer.info +++ b/games/pioneer/pioneer.info @@ -1,8 +1,8 @@ PRGNAM="pioneer" -VERSION="20170827" +VERSION="20171001" HOMEPAGE="https://pioneerspacesim.net/" -DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20170827/pioneer-20170827.tar.gz" -MD5SUM="602b59d2240d6a65d12394202ca9b51a" +DOWNLOAD="https://github.com/pioneerspacesim/pioneer/archive/20171001/pioneer-20171001.tar.gz" +MD5SUM="f800e0e7fbe8b0179fb2995f1712ba03" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_image assimp" |