aboutsummaryrefslogtreecommitdiff
path: root/network/neomutt/neomutt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/neomutt/neomutt.SlackBuild')
-rw-r--r--network/neomutt/neomutt.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/neomutt/neomutt.SlackBuild b/network/neomutt/neomutt.SlackBuild
index fa3c7f21aac2..c8d4e39d8e77 100644
--- a/network/neomutt/neomutt.SlackBuild
+++ b/network/neomutt/neomutt.SlackBuild
@@ -26,7 +26,7 @@
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
PRGNAM=neomutt
-VERSION=${VERSION:-20191129}
+VERSION=${VERSION:-20191207}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -107,7 +107,9 @@ 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 -Dm644 $CWD/files/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
-install -Dm644 contrib/logo/$PRGNAM.svg $PKG/usr/share/pixmaps/$PRGNAM.svg
+for i in 32 64 128 256; do
+ install -Dm644 contrib/logo/$PKGNAM-$i.png $PKG/usr/share/icons/hicolor/${i}x${i}/apps/$PKGNAM.png
+done
# Rename conf files
mv $PKG/etc/$PRGNAM/neomuttrc $PKG/etc/$PRGNAM/neomuttrc.new