From 3b35ab0266c5454f643b6f0c0d44a8d716fee96f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 31 Mar 2014 12:35:21 +0700 Subject: system/tmuxp: Updated for version 0.1.8. Signed-off-by: Willy Sudiarto Raharjo --- system/tmuxp/doinst.sh | 3 +++ system/tmuxp/tmuxp.SlackBuild | 3 ++- system/tmuxp/tmuxp.info | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 system/tmuxp/doinst.sh (limited to 'system/tmuxp') diff --git a/system/tmuxp/doinst.sh b/system/tmuxp/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/tmuxp/doinst.sh @@ -0,0 +1,3 @@ +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/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index db7ebadb3b..1dbd71f404 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=tmuxp -VERSION=${VERSION:-0.1.7} +VERSION=${VERSION:-0.1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,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} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index f9e69fde8e..48c5a2c09c 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="0.1.7" +VERSION="0.1.8" HOMEPAGE="http://github.com/tony/tmuxp/" -DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.1.7.tar.gz" -MD5SUM="2b3139dc5a8789e6be8b82673dca8dbd" +DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.1.8.tar.gz" +MD5SUM="ee4064c2ae7875130b7fc155b1f2cff9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="kaptan argcomplete PyYAML" -- cgit v1.2.3-65-gdbad