diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-22 16:23:39 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:50 +0700 |
commit | 8fd3a34d79facd24e066476e754b72d57237ef6c (patch) | |
tree | bec58a7b1275644d4553fe3ec73db5100b19f195 /games | |
parent | 929bebe62952931372fed724b50d848c885db035 (diff) | |
download | slackbuilds-8fd3a34d79facd24e066476e754b72d57237ef6c.tar.gz |
games/alephone: Updated for version 20220115.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 2 | ||||
-rw-r--r-- | games/alephone/alephone.info | 6 | ||||
-rw-r--r-- | games/alephone/doinst.sh | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 187fdc0b21..6de150440d 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -17,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alephone -VERSION=${VERSION:-20210408} +VERSION=${VERSION:-20220115} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/alephone/alephone.info b/games/alephone/alephone.info index 10ed5814c3..621d2b6f66 100644 --- a/games/alephone/alephone.info +++ b/games/alephone/alephone.info @@ -1,8 +1,8 @@ PRGNAM="alephone" -VERSION="20210408" +VERSION="20220115" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20210408/AlephOne-20210408.tar.bz2" -MD5SUM="f65d4923a931984ec354a4b5373e1303" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20220115/AlephOne-20220115.tar.bz2" +MD5SUM="0f17bdad5a9c551535653f7d08ff8b06" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua zziplib" diff --git a/games/alephone/doinst.sh b/games/alephone/doinst.sh index 5fb28930db..3e5691a052 100644 --- a/games/alephone/doinst.sh +++ b/games/alephone/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |