From ccafe5f3cd58faf58b85d6de41bdbba6e24d7e01 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 10 Jun 2015 03:24:52 +0300 Subject: python/Paver: Updated for version 1.2.4. Signed-off-by: Dimitris Zlatanidis --- python/Paver/Paver.SlackBuild | 5 +++-- python/Paver/Paver.info | 6 +++--- python/Paver/doinst.sh | 3 +++ 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 python/Paver/doinst.sh (limited to 'python/Paver') diff --git a/python/Paver/Paver.SlackBuild b/python/Paver/Paver.SlackBuild index da39a400de..c9cbb8b879 100644 --- a/python/Paver/Paver.SlackBuild +++ b/python/Paver/Paver.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Paver -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Paver -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,6 +80,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/python/Paver/Paver.info b/python/Paver/Paver.info index 2e6eb20bca..a799b7d052 100644 --- a/python/Paver/Paver.info +++ b/python/Paver/Paver.info @@ -1,8 +1,8 @@ PRGNAM="Paver" -VERSION="1.2.3" +VERSION="1.2.4" HOMEPAGE="https://github.com/paver/paver" -DOWNLOAD="https://pypi.python.org/packages/source/P/Paver/Paver-1.2.3.tar.gz" -MD5SUM="81879832d7ff8c4a871420756fa7f550" +DOWNLOAD="https://pypi.python.org/packages/source/P/Paver/Paver-1.2.4.tar.gz" +MD5SUM="dbb94faf8b004eb9920b632808c20560" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/Paver/doinst.sh b/python/Paver/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/python/Paver/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 -- cgit v1.2.3