summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Corrado Franco <conraid (at) linux (dot) it>2023-04-13 00:36:07 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:21 +0700
commitf5eb451dbd12e54c810f0bf8f75e353771fff016 (patch)
tree702ac8725d8a416ae5144d0d22af8115b18f8a8e
parente77b295a94506f659e6e21fdcaf9cd538e67d063 (diff)
downloadslackbuilds-f5eb451dbd12e54c810f0bf8f75e353771fff016.tar.gz
slackbuilds-f5eb451dbd12e54c810f0bf8f75e353771fff016.tar.xz
network/neomutt: Updated for version 20230407.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/neomutt/neomutt.SlackBuild5
-rw-r--r--network/neomutt/neomutt.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild
index e92e031a66..9c776c4dea 100644
--- a/network/neomutt/neomutt.SlackBuild
+++ b/network/neomutt/neomutt.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=neomutt
-VERSION=${VERSION:-20220429}
+VERSION=${VERSION:-20230407}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -123,9 +123,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+# install desktop file and icons
install -Dm644 $CWD/files/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
for i in 32 64 128 256; do
- install -Dm644 contrib/logo/$PRGNAM-$i.png $PKG/usr/share/icons/hicolor/${i}x${i}/apps/$PRGNAM.png
+ install -Dm644 data/logo/$PRGNAM-$i.png $PKG/usr/share/icons/hicolor/${i}x${i}/apps/$PRGNAM.png
done
# Rename conf files
diff --git a/network/neomutt/neomutt.info b/network/neomutt/neomutt.info
index 79ac0fbddc..eac9e2619e 100644
--- a/network/neomutt/neomutt.info
+++ b/network/neomutt/neomutt.info
@@ -1,8 +1,8 @@
PRGNAM="neomutt"
-VERSION="20220429"
+VERSION="20230407"
HOMEPAGE="https://github.com/neomutt/neomutt"
-DOWNLOAD="https://github.com/neomutt/neomutt/archive/20220429/neomutt-20220429.tar.gz"
-MD5SUM="1233999eac07995bc42d583896670685"
+DOWNLOAD="https://github.com/neomutt/neomutt/archive/20230407/neomutt-20230407.tar.gz"
+MD5SUM="d62e4813b290f1415f8352b056f6639a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""