mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
desktop/mate-settings-daemon: 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
306d8f85eb
commit
69c4fc8604
3 changed files with 6 additions and 14 deletions
|
@ -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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||||
if [ -x /usr/bin/gtk-update-icon-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
|
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Copyright 2013 Chess Griffin Raleigh, NC
|
# Copyright 2013 Chess Griffin Raleigh, NC
|
||||||
# Copyright 2013-2021 Willy Sudiarto Raharjo
|
# Copyright 2013-2021 Willy Sudiarto Raharjo
|
||||||
# Copyright 2022-2023 Johannes Schoepfer, Germany
|
# Copyright 2023 Johannes Schoepfer, Germany
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=mate-settings-daemon
|
PRGNAM=mate-settings-daemon
|
||||||
VERSION=${VERSION:-1.26.0}
|
VERSION=${VERSION:-1.26.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="mate-settings-daemon"
|
PRGNAM="mate-settings-daemon"
|
||||||
VERSION="1.26.0"
|
VERSION="1.26.1"
|
||||||
HOMEPAGE="https://www.mate-desktop.org/"
|
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/components/mate-settings-daemon/"
|
||||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-settings-daemon-1.26.0.tar.xz"
|
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-settings-daemon-1.26.1.tar.xz"
|
||||||
MD5SUM="a7948ae25c6b4924a219e68e9532a78d"
|
MD5SUM="316271525629923257fcebfea3939e50"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libmatekbd libmatemixer mate-desktop"
|
REQUIRES="libmatekbd libmatemixer mate-desktop"
|
||||||
|
|
Loading…
Reference in a new issue