summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_43.1.bb31
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 @@
1SUMMARY = "A xdg-desktop-portal backend for gnome."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = " \
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
17inherit meson pkgconfig gsettings features_check
18
19REQUIRED_DISTRO_FEATURES = "polkit"
20
21SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;nobranch=1"
22
23S = "${WORKDIR}/git"
24SRCREV = "4fd5a8bf16b01c78ed19764415cb26d29aaf7eab"
25
26PACKAGECONFIG ?= ""
27
28PACKAGECONFIG[screenshot] = ",,,gnome-shell"
29PACKAGECONFIG[screencast] = ",,,mutter"
30
31FILES:${PN} += "${systemd_user_unitdir} ${datadir}"