mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/neomutt: Updated for version 20191207.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
11677d7619
commit
7f63d6dc7b
4 changed files with 18 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue