summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Yth - Arnaud2017-11-05 11:40:26 +0100
committer David Spencer2017-11-05 11:40:26 +0100
commit4986a5cd793a76bda284ae1f4dc878a380356e42 (patch)
tree2c5f31fdd1699fdc43fd5106c38b037c92bca176
parent3b57c2b5b400c5210db6cb205700fe509f319053 (diff)
downloadslackbuilds-4986a5cd793a76bda284ae1f4dc878a380356e42.tar.gz
games/planetblupi: Updated for version 1.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--games/planetblupi/doinst.sh4
-rw-r--r--games/planetblupi/planetblupi.SlackBuild2
-rw-r--r--games/planetblupi/planetblupi.info6
3 files changed, 8 insertions, 4 deletions
diff --git a/games/planetblupi/doinst.sh b/games/planetblupi/doinst.sh
index 4110f5514d..65c7e2eeb9 100644
--- a/games/planetblupi/doinst.sh
+++ b/games/planetblupi/doinst.sh
@@ -1,3 +1,7 @@
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
diff --git a/games/planetblupi/planetblupi.SlackBuild b/games/planetblupi/planetblupi.SlackBuild
index 853f3b4c6e..080a38276e 100644
--- a/games/planetblupi/planetblupi.SlackBuild
+++ b/games/planetblupi/planetblupi.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=planetblupi
-VERSION=${VERSION:-1.11.0}
+VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/games/planetblupi/planetblupi.info b/games/planetblupi/planetblupi.info
index 6507104f45..9e409046ed 100644
--- a/games/planetblupi/planetblupi.info
+++ b/games/planetblupi/planetblupi.info
@@ -1,8 +1,8 @@
PRGNAM="planetblupi"
-VERSION="1.11.0"
+VERSION="1.12.0"
HOMEPAGE="http://www.blupi.org/"
-DOWNLOAD="https://github.com/blupi-games/planetblupi/archive/v1.11.0/planetblupi-1.11.0.tar.gz"
-MD5SUM="33ba59b60ef058d1b7930e8ec06a9d60"
+DOWNLOAD="https://github.com/blupi-games/planetblupi/archive/v1.12.0/planetblupi-1.12.0.tar.gz"
+MD5SUM="e37b3c24e4752cff064b030e9d3a0047"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="argagg SDL2 SDL2_image SDL2_mixer SDL_kitchensink"