libraries/libmateweather: Updated for version 1.26.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a7e60ecfde
commit
5da218ff18
|
@ -1,11 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/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 -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libmateweather
|
||||
VERSION=${VERSION:-1.26.0}
|
||||
VERSION=${VERSION:-1.26.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libmateweather"
|
||||
VERSION="1.26.0"
|
||||
HOMEPAGE="https://www.mate-desktop.org/"
|
||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.0.tar.xz"
|
||||
MD5SUM="5071750f05fe60a1ee7691f24216948a"
|
||||
VERSION="1.26.1"
|
||||
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/libraries/libmateweather/"
|
||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.1.tar.xz"
|
||||
MD5SUM="06fd1be9d7bd339514a4b177b09ec015"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -15,5 +15,5 @@ libmateweather:
|
|||
libmateweather:
|
||||
libmateweather:
|
||||
libmateweather:
|
||||
libmateweather: https://www.mate-desktop.org
|
||||
libmateweather: https://wiki.mate-desktop.org/mate-desktop/libraries/libmateweather/
|
||||
libmateweather:
|
||||
|
|
Loading…
Reference in New Issue