diff options
-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 0000000000000..5fb28930db0b9 --- /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 7db1dca5ec1a7..62c03c5315e87 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 0391c0aef338a..65d49e8b94aab 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" |