summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/neomutt/README8
-rw-r--r--network/neomutt/neomutt.SlackBuild8
-rw-r--r--network/neomutt/neomutt.info6
3 files changed, 14 insertions, 8 deletions
diff --git a/network/neomutt/README b/network/neomutt/README
index ebad339e32..d9f3788b89 100644
--- a/network/neomutt/README
+++ b/network/neomutt/README
@@ -8,10 +8,12 @@ Optional dependencies:
* notmuch - fast mail indexer for maildir
* kyotocabinet - straightforward implementation of DBM
+* libidn2 - GNU IDN Library version 2
* lua53 - Powerful, fast, light-weight, embeddable scripting language
NOTE: this won't work if you have multiple versions of lua installed.
-This script builds neomutt without optional support for notmuch, lua,
-and kyotocabinet. You can enabled them with:
+This script builds neomutt without optional support
+for idn2, notmuch, lua and kyotocabinet.
+You can be enabled with:
-# USENOTMUCH=yes USEKYOTO=yes USELUA=yes ./neomutt.SlackBuild
+USENOTMUCH=yes USEKYOTO=yes USEIDN2=yes USELUA=yes ./neomutt.SlackBuild
diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild
index 7991d86936..25107770da 100644
--- a/network/neomutt/neomutt.SlackBuild
+++ b/network/neomutt/neomutt.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for neomutt
#
-# Copyright 2016-2021 Corrado Franco (https://corradofranco.it)
+# Copyright 2016-2022 Corrado Franco (https://corradofranco.it)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=neomutt
-VERSION=${VERSION:-20210205}
+VERSION=${VERSION:-20211029}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -106,6 +106,7 @@ CXXFLAGS="$SLKCFLAGS" \
--full-doc \
--idn2 \
--disable-idn \
+ --autocrypt \
--host=$ARCH-slackware-linux \
--build=$ARCH-slackware-linux \
$NOTMUCH $KYOTO $LUA
@@ -113,6 +114,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make DESTDIR=$PKG install
+# Don't ship .la files:
+rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/neomutt/neomutt.info b/network/neomutt/neomutt.info
index a0c239cdb8..defd4c5fd4 100644
--- a/network/neomutt/neomutt.info
+++ b/network/neomutt/neomutt.info
@@ -1,8 +1,8 @@
PRGNAM="neomutt"
-VERSION="20210205"
+VERSION="20211029"
HOMEPAGE="https://github.com/neomutt/neomutt"
-DOWNLOAD="https://github.com/neomutt/neomutt/archive/20210205/neomutt-20210205.tar.gz"
-MD5SUM="4d890c49634a71550292d128acab7f7a"
+DOWNLOAD="https://github.com/neomutt/neomutt/archive/20211029/neomutt-20211029.tar.gz"
+MD5SUM="500a55f53b5ceb03346a63be9c373f08"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""