summaryrefslogtreecommitdiffstats
path: root/office
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
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')
-rw-r--r--office/notmuch/doinst.sh3
-rw-r--r--office/notmuch/notmuch.SlackBuild5
-rw-r--r--office/notmuch/notmuch.info6
3 files changed, 10 insertions, 4 deletions
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 <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}
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=""