diff options
-rw-r--r-- | network/neomutt/neomutt.SlackBuild | 5 | ||||
-rw-r--r-- | network/neomutt/neomutt.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild index e92e031a668c0..9c776c4dea89b 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 79ac0fbddc998..eac9e2619e9e8 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="" |