network/neomutt: Updated for version 20230407.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Corrado Franco 2023-04-13 00:36:07 +01:00 committed by Willy Sudiarto Raharjo
parent e77b295a94
commit f5eb451dbd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View file

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

View file

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