forked from brl/citadel
Bruce Leidl
4c3baa433b
Updated Recipes * dash-to-panel 40 * dconf 0.38.0 * gdm 3.38.0 * glib 2.66.1 * gjs 1.66.0 * gnome-autoar 0.2.4 * gnome-backgrounds 3.38.0 * gnome-bluetooth 3.34.3 * gnome-control-center 3.38.1 * gnome-screenshot 3.38.0 * gnome-shell 3.38.1 * gnome-session 3.38.0 * gnome-settings-daemon 3.38.0 * gnome-terminal 3.38.0 * gnome-usage 3.38.0 * graphene 1.10.2 * gsettings-desktop-schema 3.38.0 * gvfs 1.46.1 * iwd 1.9 * libgee 0.20.3 * libgtop 2.40.0 * libgweather 3.36.1 * mkpasswd 5.5.7 * mozjs 78.0.1 * mutter 3.38.1 * nautilus 3.38.1 * networkmanager 1.26.4 * polkit 0.118 * tracker 3.0.1 * vte 0.62.0 Removed because recipes exist in poky with adequate version * atk, at-spi * clutter * clutter-gtk * cogl * ell * gcr * itstool * libinput * pango Other removed recipes * systemd-initrd No longer using a separate systemd recipe for initramfs * caribou What even is this * gnome-tweaks Not used * mozjs Polkit no longer requires an ancient mozjs * mozjs68 Upgraded to mozjs78
81 lines
2.2 KiB
BlitzBasic
81 lines
2.2 KiB
BlitzBasic
SUMMARY = "GNOME Settings"
|
|
DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gsettings gettext vala upstream-version-is-even bash-completion features_check
|
|
|
|
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 \
|
|
libgtop \
|
|
libgudev \
|
|
gsound \
|
|
libpwquality \
|
|
ibus \
|
|
libhandy \
|
|
"
|
|
|
|
REQUIRED_DISTRO_FEATURES += " pulseaudio systemd x11"
|
|
|
|
SRC_URI[archive.md5sum] = "19ab78acfb6142974921bd8b5bf66937"
|
|
SRC_URI[archive.sha256sum] = "8d90006c610f6fccb3cddbcf413b1bc4137fb4977b901a3989420fe160082026"
|
|
|
|
|
|
#
|
|
# 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"
|
|
#
|
|
|
|
SRC_URI += " file://0001-Add-options-for-Citadel-and-disabling-GOA-CUPS.patch"
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/dbus-1 \
|
|
${datadir}/gnome-shell \
|
|
${datadir}/metainfo \
|
|
"
|
|
|
|
FILES_${PN}-dev += "${datadir}/gettext"
|
|
|
|
RDEPENDS_${PN} += "gsettings-desktop-schemas"
|
|
EXTRA_OEMESON = "--buildtype=release -Dcheese=false -Ddocumentation=false -Dstaging_dir=${STAGING_DIR_TARGET}"
|
|
|