summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-21 18:57:50 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:52:10 +0700
commitd78d4ade67fc3c53b53b8a8a71cdba1e16174088 (patch)
tree59b62da2310304bdec78a4fa3b989e8fbc2ee3ca /system
parent965dafe104975f919dc643fe7a4a5c507b614107 (diff)
downloadslackbuilds-d78d4ade67fc3c53b53b8a8a71cdba1e16174088.tar.gz
slackbuilds-d78d4ade67fc3c53b53b8a8a71cdba1e16174088.tar.xz
system/homerun: Updated for version 1.2.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/homerun/doinst.sh9
-rw-r--r--system/homerun/homerun.SlackBuild7
-rw-r--r--system/homerun/homerun.info6
3 files changed, 15 insertions, 7 deletions
diff --git a/system/homerun/doinst.sh b/system/homerun/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/system/homerun/doinst.sh
@@ -0,0 +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
diff --git a/system/homerun/homerun.SlackBuild b/system/homerun/homerun.SlackBuild
index a7bbed0deb..fbeb7fbeb9 100644
--- a/system/homerun/homerun.SlackBuild
+++ b/system/homerun/homerun.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=homerun
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,13 +86,12 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- LICENSE.* NEWS COPYING README.* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE.* NEWS COPYING README.* $PKG/usr/doc/$PRGNAM-$VERSION
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}
diff --git a/system/homerun/homerun.info b/system/homerun/homerun.info
index 031004ea8c..9bcc054a45 100644
--- a/system/homerun/homerun.info
+++ b/system/homerun/homerun.info
@@ -1,8 +1,8 @@
PRGNAM="homerun"
-VERSION="1.2.0"
+VERSION="1.2.3"
HOMEPAGE="http://userbase.kde.org/Homerun"
-DOWNLOAD="http://download.kde.org/stable/homerun/src/homerun-1.2.0.tar.xz"
-MD5SUM="c2b2b9114c0db15357fa97f766208ad4"
+DOWNLOAD="http://download.kde.org/stable/homerun/src/homerun-1.2.3.tar.xz"
+MD5SUM="72a0e7e88d631c41e72cb043c1cbe8e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""