blob: a8d6a2ad69361c1373232cd068cf1c69fa75b42e [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "GNOME tweaks: Advanced options for GNOME 3 session"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-3.0-only & CC0-1.0"
Andrew Geissler595f6302022-01-24 19:11:47 +00003LIC_FILES_CHKSUM = " \
4 file://LICENSES/CC0-1.0;md5=65d3616852dbf7b1a6d4b53b00626032 \
5 file://LICENSES/GPL-3.0;md5=9eef91148a9b14ec7f9df333daebc746 \
6"
7
8DEPENDS = "libhandy"
9
Andrew Geissler595f6302022-01-24 19:11:47 +000010
11inherit gnomebase gtk-icon-cache gobject-introspection features_check
12
13# same as gnome-shell
14REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam"
15
16# gobject-introspection is mandatory and cannot be configured
17REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
18GIR_MESON_OPTION = ""
19
20SRC_URI[archive.sha256sum] = "f95f3fe031b0b01c02f79a1659f889152d3772ae3e44df8403d1460ba5eec36a"
Andrew Geissler9aee5002022-03-30 16:27:02 +000021SRC_URI += " \
22 file://0001-Make-python-path-configurable.patch \
23 file://0002-meson-fix-invalid-positional-argument.patch \
24"
Andrew Geissler595f6302022-01-24 19:11:47 +000025
26EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}"
27
28FILES:${PN} += " \
29 ${datadir}/metainfo \
30 ${PYTHON_SITEPACKAGES_DIR} \
31"
32
33RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy"