summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2013-06-28 00:51:11 +0200
committer Niels Horn2013-06-28 00:51:11 +0200
commit24dcee62215c01dc300cee0758c77d76ba770296 (patch)
tree6a8b705f1b6c16e5767ee1e3821fa500872bd02c
parent1270a5149c04ab6cf20833024bfe627a267bb556 (diff)
downloadslackbuilds-24dcee62215c01dc300cee0758c77d76ba770296.tar.gz
office/zathura-ps: Updated for version 0.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--office/zathura-ps/doinst.sh3
-rw-r--r--office/zathura-ps/zathura-ps.SlackBuild3
-rw-r--r--office/zathura-ps/zathura-ps.info6
3 files changed, 8 insertions, 4 deletions
diff --git a/office/zathura-ps/doinst.sh b/office/zathura-ps/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/office/zathura-ps/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/office/zathura-ps/zathura-ps.SlackBuild b/office/zathura-ps/zathura-ps.SlackBuild
index 2d0b0d0dbb..e96cb4da0a 100644
--- a/office/zathura-ps/zathura-ps.SlackBuild
+++ b/office/zathura-ps/zathura-ps.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=zathura-ps
-VERSION=${VERSION:-0.2.0}
+VERSION=${VERSION:-0.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,6 +65,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/office/zathura-ps/zathura-ps.info b/office/zathura-ps/zathura-ps.info
index 0b502131b8..330359c452 100644
--- a/office/zathura-ps/zathura-ps.info
+++ b/office/zathura-ps/zathura-ps.info
@@ -1,8 +1,8 @@
PRGNAM="zathura-ps"
-VERSION="0.2.0"
+VERSION="0.2.2"
HOMEPAGE="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
-DOWNLOAD="https://pwmt.org/projects/zathura/plugins/download/zathura-ps-0.2.0.tar.gz"
-MD5SUM="aaec6d2abad1f557b38aaad26d86fb64"
+DOWNLOAD="https://pwmt.org/projects/zathura/plugins/download/zathura-ps-0.2.2.tar.gz"
+MD5SUM="338af976c03c0aa1471b156a0efdc45c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zathura"