mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/burgerspace: Updated for version 1.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
da009c88b5
commit
c1fa1e6d70
2 changed files with 6 additions and 5 deletions
|
@ -6,12 +6,13 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240813 bkw: update for v1.10.0.
|
||||
# 20230819 bkw: update for v1.9.5, new-style icon dir.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=burgerspace
|
||||
VERSION=${VERSION:-1.9.5}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -84,7 +85,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
# 20230819 bkw: new-style icon dir.
|
||||
mkdir -p $PKG/usr/share/icons/hicolor/32x32/apps
|
||||
mv $PKG/usr/share/pixmaps/* $PKG/usr/share/icons/hicolor/32x32/apps
|
||||
mv $PKG/usr/share/pixmaps/$PRGNAM.png $PKG/usr/share/icons/hicolor/32x32/apps
|
||||
ln -s ../icons/hicolor/32x32/apps/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
||||
# get rid of autoconf-mandated 0-byte THANKS and TODO placeholders.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="burgerspace"
|
||||
VERSION="1.9.5"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html"
|
||||
DOWNLOAD="http://perso.b2b2c.ca/~sarrazip/dev/burgerspace-1.9.5.tar.gz"
|
||||
MD5SUM="15e419b7824a3430f9036567fca2e62e"
|
||||
DOWNLOAD="http://perso.b2b2c.ca/~sarrazip/dev/burgerspace-1.10.0.tar.gz"
|
||||
MD5SUM="335811eb345e30490224d316b68e7bb8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="flatzebra"
|
||||
|
|
Loading…
Reference in a new issue