mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
e77b295a94
commit
f5eb451dbd
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue