summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commitaf968436f0ecac430c3cd21c5c445480e23e5739 (patch)
tree97ad19d362b7c7cbd3831c5492a2dcaf9daef89b
parent5903ee899fc79696fad4552c51971545e7bc12a6 (diff)
downloadslackbuilds-af968436f0ecac430c3cd21c5c445480e23e5739.tar.gz
slackbuilds-af968436f0ecac430c3cd21c5c445480e23e5739.tar.xz
system/barman: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/barman/barman.SlackBuild3
-rw-r--r--system/barman/barman.info6
-rw-r--r--system/barman/doinst.sh3
3 files changed, 8 insertions, 4 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index 26672c5b66..f7de6d1627 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 625f2a22ab..33346e4a6d 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 0000000000..5fb28930db
--- /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