diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-03-26 23:52:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:08 +0700 |
commit | d6e3e5241890e2e82fa69f1a2d8ed501e2ca7c7b (patch) | |
tree | 27ed9564193084bbde48e219038145e414ea10a0 /games | |
parent | 4f2c8f19da173775a501419f4f7c45abf23c68f5 (diff) |
games/lbreakouthd: Updated for version 1.1.2.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/lbreakouthd/doinst.sh | 5 | ||||
-rw-r--r-- | games/lbreakouthd/lbreakouthd.SlackBuild | 2 | ||||
-rw-r--r-- | games/lbreakouthd/lbreakouthd.info | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games/lbreakouthd/doinst.sh b/games/lbreakouthd/doinst.sh index 392c12adb9bd3..726ffe403baf3 100644 --- a/games/lbreakouthd/doinst.sh +++ b/games/lbreakouthd/doinst.sh @@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications 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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/games/lbreakouthd/lbreakouthd.SlackBuild b/games/lbreakouthd/lbreakouthd.SlackBuild index 2784acce25c29..d9ceeab45bcf8 100644 --- a/games/lbreakouthd/lbreakouthd.SlackBuild +++ b/games/lbreakouthd/lbreakouthd.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lbreakouthd -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/lbreakouthd/lbreakouthd.info b/games/lbreakouthd/lbreakouthd.info index 8f98fc1f7a817..da3d33d325fd7 100644 --- a/games/lbreakouthd/lbreakouthd.info +++ b/games/lbreakouthd/lbreakouthd.info @@ -1,8 +1,8 @@ PRGNAM="lbreakouthd" -VERSION="1.1.1" +VERSION="1.1.2" HOMEPAGE="https://lgames.sourceforge.io/LBreakoutHD/" -DOWNLOAD="https://sourceforge.net/projects/lgames/files/lbreakouthd/lbreakouthd-1.1.1.tar.gz" -MD5SUM="12325ac8a22921758add6ef48407edfb" +DOWNLOAD="https://sourceforge.net/projects/lgames/files/lbreakouthd/lbreakouthd-1.1.2.tar.gz" +MD5SUM="8e30eb0477a14443db949f136a1786d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |