aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/neomutt/doinst.sh6
-rw-r--r--network/neomutt/neomutt.SlackBuild6
-rw-r--r--network/neomutt/neomutt.info6
-rw-r--r--network/neomutt/slack-desc10
4 files changed, 18 insertions, 10 deletions
diff --git a/network/neomutt/doinst.sh b/network/neomutt/doinst.sh
index 32e580cced7d..ab5c5595b5fb 100644
--- a/network/neomutt/doinst.sh
+++ b/network/neomutt/doinst.sh
@@ -14,3 +14,9 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications > /dev/null 2>&1
fi
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -t -f -q usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
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
diff --git a/network/neomutt/neomutt.info b/network/neomutt/neomutt.info
index 4f0051f939a4..3008071e6719 100644
--- a/network/neomutt/neomutt.info
+++ b/network/neomutt/neomutt.info
@@ -1,8 +1,8 @@
PRGNAM="neomutt"
-VERSION="20191129"
+VERSION="20191207"
HOMEPAGE="https://github.com/neomutt/neomutt"
-DOWNLOAD="https://github.com/neomutt/neomutt/archive/20191129/neomutt-20191129.tar.gz"
-MD5SUM="d00c0c79ad0048e9d9b38af92dbf6990"
+DOWNLOAD="https://github.com/neomutt/neomutt/archive/20191207/neomutt-20191207.tar.gz"
+MD5SUM="0f9ddc2a17baf0ee4d355bb397b09d3e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/network/neomutt/slack-desc b/network/neomutt/slack-desc
index 2790ae9202f9..c22f38c3265f 100644
--- a/network/neomutt/slack-desc
+++ b/network/neomutt/slack-desc
@@ -1,8 +1,8 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
@@ -14,6 +14,6 @@ neomutt: advanced features like key bindings, keyboard macros, mail threading,
neomutt: regular expression searches and a powerful pattern matching language
neomutt: for selecting groups of messages.
neomutt:
-neomutt: homepage: https://github.com/neomutt/neomutt
+neomutt:
neomutt:
neomutt: