From 7f63d6dc7baabc58e34acafc7341c0255c3dae18 Mon Sep 17 00:00:00 2001 From: Corrado Franco Date: Mon, 9 Dec 2019 11:28:51 +0700 Subject: network/neomutt: Updated for version 20191207. Signed-off-by: Willy Sudiarto Raharjo --- network/neomutt/doinst.sh | 6 ++++++ network/neomutt/neomutt.SlackBuild | 6 ++++-- network/neomutt/neomutt.info | 6 +++--- network/neomutt/slack-desc | 10 +++++----- 4 files changed, 18 insertions(+), 10 deletions(-) (limited to 'network') diff --git a/network/neomutt/doinst.sh b/network/neomutt/doinst.sh index 32e580cced..ab5c5595b5 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 fa3c7f21aa..c8d4e39d8e 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 4f0051f939..3008071e67 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 2790ae9202..c22f38c326 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: -- cgit v1.2.3