summaryrefslogtreecommitdiffstats
path: root/office/notmuch/notmuch.SlackBuild
diff options
context:
space:
mode:
author Jostein Berntsen <jbernts@broadpark.no>2017-04-08 23:06:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-13 07:27:44 +0700
commit391d4a59ce95723d26622827668de47606d9c6f5 (patch)
tree4f45100e53e789f008f6a3f5a59da46350803b73 /office/notmuch/notmuch.SlackBuild
parenta2d281293f691518e93d6bc4718fe3c59b175f1f (diff)
downloadslackbuilds-391d4a59ce95723d26622827668de47606d9c6f5.tar.gz
slackbuilds-391d4a59ce95723d26622827668de47606d9c6f5.tar.xz
office/notmuch: Updated for version 0.24.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/notmuch/notmuch.SlackBuild')
-rw-r--r--office/notmuch/notmuch.SlackBuild5
1 files changed, 4 insertions, 1 deletions
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 <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}