diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-26 06:43:37 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 09:55:19 -0800 |
commit | 3431a80bd72e8a40129d585e2761792ca54983de (patch) | |
tree | 79e149ebb487f6822863e3a39a7bbb0154895efb | |
parent | c6ff552cb70f2c633c6af4984b6b66ec6a945759 (diff) | |
download | meta-openembedded-3431a80bd72e8a40129d585e2761792ca54983de.tar.gz |
xdg-desktop-portal-gnome: add recipe
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb new file mode 100644 index 0000000000..a1532c24c0 --- /dev/null +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | SUMMARY = "A xdg-desktop-portal backend for gnome." | ||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | DEPENDS = " \ | ||
7 | glib-2.0-native \ | ||
8 | gtk4\ | ||
9 | xdg-desktop-portal \ | ||
10 | libadwaita \ | ||
11 | fontconfig \ | ||
12 | gsettings-desktop-schemas \ | ||
13 | gnome-desktop \ | ||
14 | dconf \ | ||
15 | " | ||
16 | |||
17 | inherit meson pkgconfig gsettings features_check | ||
18 | |||
19 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
20 | |||
21 | SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1" | ||
22 | |||
23 | S = "${WORKDIR}/git" | ||
24 | SRCREV = "4fd5a8bf16b01c78ed19764415cb26d29aaf7eab" | ||
25 | |||
26 | PACKAGECONFIG ?= "" | ||
27 | |||
28 | PACKAGECONFIG[screenshot] = ",,,gnome-shell" | ||
29 | PACKAGECONFIG[screencast] = ",,,mutter" | ||
30 | |||
31 | FILES:${PN} += "${systemd_user_unitdir} ${datadir}" | ||