From 8fd3a34d79facd24e066476e754b72d57237ef6c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 22 Jun 2022 16:23:39 -0400 Subject: games/alephone: Updated for version 20220115. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/alephone/alephone.SlackBuild | 2 +- games/alephone/alephone.info | 6 +++--- games/alephone/doinst.sh | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'games') 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 -- cgit v1.2.3