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:
Johannes Schoepfer 2023-05-18 00:38:24 +01:00 committed by Willy Sudiarto Raharjo
parent 306d8f85eb
commit 69c4fc8604
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 14 deletions

View file

@ -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

View file

@ -4,7 +4,7 @@
# Copyright 2013 Chess Griffin Raleigh, NC
# Copyright 2013-2021 Willy Sudiarto Raharjo
# Copyright 2022-2023 Johannes Schoepfer, Germany
# Copyright 2023 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mate-settings-daemon
VERSION=${VERSION:-1.26.0}
VERSION=${VERSION:-1.26.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="mate-settings-daemon"
VERSION="1.26.0"
HOMEPAGE="https://www.mate-desktop.org/"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-settings-daemon-1.26.0.tar.xz"
MD5SUM="a7948ae25c6b4924a219e68e9532a78d"
VERSION="1.26.1"
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.1.tar.xz"
MD5SUM="316271525629923257fcebfea3939e50"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmatekbd libmatemixer mate-desktop"