From 8648c6b66a452bf4e1c10a2c19a8fb5e5217de33 Mon Sep 17 00:00:00 2001 From: dsomero Date: Sat, 29 Sep 2012 17:58:36 -0400 Subject: games/stella: Fixed (Handle desktop file) Signed-off-by: dsomero --- games/stella/doinst.sh | 4 ++++ games/stella/stella.SlackBuild | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 games/stella/doinst.sh (limited to 'games/stella') diff --git a/games/stella/doinst.sh b/games/stella/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/stella/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 99afd526c6..e165272e5e 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -6,15 +6,13 @@ PRGNAM=stella VERSION=${VERSION:-3.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -38,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -83,6 +81,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} -- cgit v1.2.3