desktop/gnome-control-center: Updated for version 41.7.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2023-05-11 23:36:06 +01:00 committed by Willy Sudiarto Raharjo
parent bd49501f76
commit b90692f582
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ GNOME Settings is GNOME's main interface for configuration of various
aspects of your desktop.
Optional Dependencies:
- gnome-color-manager
- cheese
Note: The SlackBuild will automatically detect if cheese is installed

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-control-center
VERSION=${VERSION:-41.7}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/gnome-control-center/41/gnome-contr
MD5SUM="47d1f6c3a0e012dfdf9c9cdd20b72318"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colord-gtk gnome-bluetooth gnome-online-accounts gnome-settings-daemon gsound libhandy cups-pk-helper"
REQUIRES="colord-gtk cups-pk-helper gnome-bluetooth gnome-color-manager gnome-online-accounts gnome-settings-daemon gsound libgnomekbd libhandy xdg-desktop-portal-gnome"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"