From 391d4a59ce95723d26622827668de47606d9c6f5 Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Sat, 8 Apr 2017 23:06:25 +0100 Subject: office/notmuch: Updated for version 0.24.1. Signed-off-by: David Spencer --- office/notmuch/doinst.sh | 3 +++ office/notmuch/notmuch.SlackBuild | 5 ++++- office/notmuch/notmuch.info | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 office/notmuch/doinst.sh (limited to 'office/notmuch') diff --git a/office/notmuch/doinst.sh b/office/notmuch/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/notmuch/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/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index 6932f2f17e..03503870b0 100644 --- a/office/notmuch/notmuch.SlackBuild +++ b/office/notmuch/notmuch.SlackBuild @@ -25,7 +25,7 @@ # Written by Jostein Berntsen PRGNAM=notmuch -VERSION=${VERSION:-0.23.7} +VERSION=${VERSION:-0.24.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,6 +71,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i -e '/update-desktop-database/d' emacs/Makefile.local + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -92,6 +94,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/notmuch/notmuch.info b/office/notmuch/notmuch.info index cd0077c276..d135ae2fef 100644 --- a/office/notmuch/notmuch.info +++ b/office/notmuch/notmuch.info @@ -1,8 +1,8 @@ PRGNAM="notmuch" -VERSION="0.23.7" +VERSION="0.24.1" HOMEPAGE="https://notmuchmail.org" -DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz" -MD5SUM="1ad339b6d0c03548140434c7bcdf0624" +DOWNLOAD="https://notmuchmail.org/releases/notmuch-0.24.1.tar.gz" +MD5SUM="2fdf7e64d4b933370fc1ff6905448dbc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3