2020-10-30 14:55:28 -04:00
|
|
|
SUMMARY = "GNOME Settings"
|
|
|
|
DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop"
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "GPL-2.0-only"
|
2020-10-30 14:55:28 -04:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
|
|
|
|
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
|
2022-11-15 12:25:32 -05:00
|
|
|
inherit gnomebase gtk-icon-cache gsettings gettext vala upstream-version-is-even bash-completion features_check
|
2020-10-30 14:55:28 -04:00
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
gdk-pixbuf-native \
|
|
|
|
colord-gtk \
|
|
|
|
udisks2 \
|
|
|
|
upower \
|
|
|
|
polkit \
|
|
|
|
pulseaudio \
|
|
|
|
accountsservice \
|
|
|
|
gsettings-desktop-schemas \
|
|
|
|
gnome-settings-daemon \
|
|
|
|
gnome-desktop \
|
|
|
|
modemmanager \
|
|
|
|
networkmanager \
|
|
|
|
network-manager-applet \
|
|
|
|
gnome-bluetooth \
|
2022-05-29 14:18:27 -04:00
|
|
|
libnma \
|
2020-10-30 14:55:28 -04:00
|
|
|
libgtop \
|
|
|
|
libgudev \
|
|
|
|
gsound \
|
|
|
|
libpwquality \
|
|
|
|
ibus \
|
2022-05-29 14:18:27 -04:00
|
|
|
libadwaita \
|
2020-10-30 14:55:28 -04:00
|
|
|
"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES += " pulseaudio systemd x11"
|
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
|
|
|
|
SRC_URI += " file://0001-Add-options-for-Citadel-and-disabling-GOA-CUPS.patch"
|
2022-11-15 12:25:32 -05:00
|
|
|
SRC_URI += " file://0001-Don-t-update-icon-cache.patch"
|
|
|
|
SRC_URI[archive.sha256sum] = "988c933592cbdc4e7f0dba9a93262e617b739e25927aa16e177960c754e31c48"
|
2020-10-30 14:55:28 -04:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Extra options have been added to meson_options.txt to make some components of the control
|
|
|
|
# center optional. One reason is that these components drag in heavy dependencies, and some
|
|
|
|
# of these dependencies have not been packaged and tested yet.
|
|
|
|
#
|
|
|
|
# Gnome Online Accounts support
|
|
|
|
#
|
|
|
|
# EXTRA_OEMESON += "-Donline_accounts=true"
|
|
|
|
# DEPENDS += "grilo gnome-online-accounts webkitgtk rest"
|
|
|
|
#
|
|
|
|
# Printer Panel
|
|
|
|
#
|
|
|
|
# EXTRA_OEMESON += "-Dcups=true"
|
|
|
|
# DEPENDS += "cups samba" (only smbclient needed from samba)
|
|
|
|
#
|
|
|
|
# User Accounts Panel
|
|
|
|
#
|
|
|
|
# EXTRA_OEMESON += "-Duser_accounts=true"
|
|
|
|
# DEPENDS += "accountsservice krb5"
|
|
|
|
#
|
|
|
|
# Citadel
|
|
|
|
#
|
|
|
|
# This option disables some things in gnome-control-center such as certain
|
|
|
|
# panels that are not used in Citadel, defaults to true in meson_options.
|
|
|
|
# To re-enable these things, set the option to false:
|
|
|
|
#
|
|
|
|
# EXTRA_OEMESON += "-Dcitadel=false"
|
|
|
|
#
|
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
#SRC_URI += " file://0001-Add-options-for-Citadel-and-disabling-GOA-CUPS.patch"
|
|
|
|
|
|
|
|
EXTRA_OEMESON = " \
|
|
|
|
-Doe_sysroot=${STAGING_DIR_HOST} \
|
|
|
|
"
|
2020-10-30 14:55:28 -04:00
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
do_install:append() {
|
|
|
|
# If polkit is setup fixup permissions and ownership
|
|
|
|
if [ -d ${D}${datadir}/polkit-1/rules.d ]; then
|
|
|
|
chmod 700 ${D}${datadir}/polkit-1/rules.d
|
|
|
|
chown polkitd:root ${D}${datadir}/polkit-1/rules.d
|
|
|
|
fi
|
|
|
|
}
|
2022-05-28 11:20:07 -04:00
|
|
|
FILES:${PN} += " \
|
2020-10-30 14:55:28 -04:00
|
|
|
${datadir}/dbus-1 \
|
|
|
|
${datadir}/gnome-shell \
|
|
|
|
${datadir}/metainfo \
|
|
|
|
"
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
FILES:${PN}-dev += "${datadir}/gettext"
|
2020-10-30 14:55:28 -04:00
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
RDEPENDS:${PN} += "gsettings-desktop-schemas"
|
2020-10-30 14:55:28 -04:00
|
|
|
|