diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-14 15:06:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:13 +0700 |
commit | d22b6f0335b3c111f129edd0be8c7598223d1523 (patch) | |
tree | ea3c5addfa5de68de604b9f3990708e1d47d3992 | |
parent | c4f8b5bbc28073b903906bb2842f7495f4fda53d (diff) |
office/zathura-cb: Updated for version 0.1.10, add doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/zathura-cb/doinst.sh | 3 | ||||
-rw-r--r-- | office/zathura-cb/zathura-cb.SlackBuild | 5 | ||||
-rw-r--r-- | office/zathura-cb/zathura-cb.info | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/office/zathura-cb/doinst.sh b/office/zathura-cb/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/office/zathura-cb/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-cb/zathura-cb.SlackBuild b/office/zathura-cb/zathura-cb.SlackBuild index 7db1dca5ec1a..62c03c5315e8 100644 --- a/office/zathura-cb/zathura-cb.SlackBuild +++ b/office/zathura-cb/zathura-cb.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20221114 bkw: update for v0.1.10, add doinst.sh. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zathura-cb -VERSION=${VERSION:-0.1.9} +VERSION=${VERSION:-0.1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,6 +82,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 diff --git a/office/zathura-cb/zathura-cb.info b/office/zathura-cb/zathura-cb.info index 0391c0aef338..65d49e8b94aa 100644 --- a/office/zathura-cb/zathura-cb.info +++ b/office/zathura-cb/zathura-cb.info @@ -1,8 +1,8 @@ PRGNAM="zathura-cb" -VERSION="0.1.9" +VERSION="0.1.10" HOMEPAGE="https://github.com/pwmt/zathura-cb" -DOWNLOAD="https://github.com/pwmt/zathura-cb/archive/0.1.9/zathura-cb-0.1.9.tar.gz" -MD5SUM="edb8ea85dea3c6cc898c7fac2cf504ae" +DOWNLOAD="https://github.com/pwmt/zathura-cb/archive/0.1.10/zathura-cb-0.1.10.tar.gz" +MD5SUM="7e212bcb88fdff5aba30e7693a2ca461" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zathura" |