office/notmuch: Updated for version 0.24.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2017-04-08 23:06:25 +01:00 committed by Willy Sudiarto Raharjo
parent a2d281293f
commit 391d4a59ce
3 changed files with 10 additions and 4 deletions

3
office/notmuch/doinst.sh Normal file
View File

@ -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

View File

@ -25,7 +25,7 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
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}

View File

@ -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=""