diff options
Diffstat (limited to 'games/vms-empire')
-rw-r--r-- | games/vms-empire/vms-empire.SlackBuild | 8 | ||||
-rw-r--r-- | games/vms-empire/vms-empire.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/games/vms-empire/vms-empire.SlackBuild b/games/vms-empire/vms-empire.SlackBuild index 62a47eecf8..905eac8870 100644 --- a/games/vms-empire/vms-empire.SlackBuild +++ b/games/vms-empire/vms-empire.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vms-empire -VERSION=${VERSION:-1.12} +VERSION=${VERSION:-1.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,6 @@ 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 {} \; -sed -i -e "s/Icon=empire/Icon=vms-empire/" -e \ - "s/Exec=empire/Exec=bash -c 'vms-empire'/" empire.desktop make find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ @@ -80,10 +78,10 @@ mkdir -p $PKG/usr/bin install -D -m0755 $PRGNAM $PKG/usr/bin/$PRGNAM mkdir -p $PKG/usr/share/applications -install -D -m644 empire.desktop $PKG/usr/share/applications/$PRGNAM.desktop +install -D -m644 $PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/share/pixmaps/ -install -D -m644 empire-logo.png $PKG/usr/share/pixmaps/$PRGNAM.png +install -D -m644 $PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png mkdir -p $PKG/usr/man/man6 gzip -9 empire.6 diff --git a/games/vms-empire/vms-empire.info b/games/vms-empire/vms-empire.info index fa302fec67..eea3fc670d 100644 --- a/games/vms-empire/vms-empire.info +++ b/games/vms-empire/vms-empire.info @@ -1,8 +1,8 @@ PRGNAM="vms-empire" -VERSION="1.12" +VERSION="1.13" HOMEPAGE="http://catb.org/~esr/vms-empire/" -DOWNLOAD="http://www.catb.org/~esr/vms-empire/vms-empire-1.12.tar.gz" -MD5SUM="65a5284f982d1f46859d82363878e420" +DOWNLOAD="http://www.catb.org/~esr/vms-empire/vms-empire-1.13.tar.gz" +MD5SUM="17c684ba93a0ac9aa3855329f9baa4b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |