diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-13 22:48:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-13 22:48:17 +0700 |
commit | af968436f0ecac430c3cd21c5c445480e23e5739 (patch) | |
tree | 97ad19d362b7c7cbd3831c5492a2dcaf9daef89b /system/barman | |
parent | 5903ee899fc79696fad4552c51971545e7bc12a6 (diff) |
system/barman: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/barman')
-rw-r--r-- | system/barman/barman.SlackBuild | 3 | ||||
-rw-r--r-- | system/barman/barman.info | 6 | ||||
-rw-r--r-- | system/barman/doinst.sh | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 26672c5b6607..f7de6d162782 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=barman -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,6 +86,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/barman/barman.info b/system/barman/barman.info index 625f2a22ab95..33346e4a6da3 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="http://sourceforge.net/projects/pgbarman/files/1.3.0/barman-1.3.0.tar.gz" -MD5SUM="d2371a45797f626082a218402897fd69" +DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.3.1/barman-1.3.1.tar.gz" +MD5SUM="1da29be112ac3bed7a351f404d017e6b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" diff --git a/system/barman/doinst.sh b/system/barman/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/system/barman/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 |