From 24dcee62215c01dc300cee0758c77d76ba770296 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 27 Jun 2013 19:51:11 -0300 Subject: office/zathura-ps: Updated for version 0.2.2. Signed-off-by: Niels Horn --- office/zathura-ps/doinst.sh | 3 +++ office/zathura-ps/zathura-ps.SlackBuild | 3 ++- office/zathura-ps/zathura-ps.info | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 office/zathura-ps/doinst.sh (limited to 'office/zathura-ps') 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" -- cgit v1.2.3