summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb42
-rw-r--r--meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.1.bb30
2 files changed, 30 insertions, 42 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb
deleted file mode 100644
index b291991d37..0000000000
--- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.14.1.bb
+++ /dev/null
@@ -1,42 +0,0 @@
1SUMMARY = "A backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure."
2HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal-gtk"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = " \
7 glib-2.0-native \
8 gtk+3\
9 xdg-desktop-portal \
10 libadwaita \
11 fontconfig \
12 gsettings-desktop-schemas \
13 gnome-desktop \
14 dconf \
15"
16
17inherit gettext autotools pkgconfig gsettings features_check
18
19REQUIRED_DISTRO_FEATURES = "polkit"
20
21SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
22
23S = "${WORKDIR}/git"
24SRCREV = "952005f6a7850a247d286f14838202f506b402b7"
25
26# gdbus-codegen wants to create files in ${B}/src and fails because of missing directory
27do_configure:append() {
28 mkdir -p ${B}/src
29}
30
31# Note: wlroots has its own implementation for screenshot and screencast, but
32# you may want to include the according PACKAGECONFIGS for gnome.
33PACKAGECONFIG ?= "wallpaper appchooser lockdown"
34
35PACKAGECONFIG[screenshot] = "--enable-screenshot,--disable-screenshot,gnome-shell"
36PACKAGECONFIG[screencast] = "--enable-screencast,--disable-screencast,mutter"
37PACKAGECONFIG[wallpaper] = "--enable-wallpaper,--disable-wallpaper,gnome-desktop"
38PACKAGECONFIG[background] = "--enable-background,--disable-background,gnome-shell"
39PACKAGECONFIG[appchooser] = "--enable-appchooser,--disable-appchooser"
40PACKAGECONFIG[lockdown] = "--enable-lockdown,--disable-lockdown"
41
42FILES:${PN} += "${systemd_user_unitdir} ${datadir}"
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.1.bb
new file mode 100644
index 0000000000..0d2b0012c5
--- /dev/null
+++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.1.bb
@@ -0,0 +1,30 @@
1SUMMARY = "A backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure."
2HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal-gtk"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = " \
7 glib-2.0-native \
8 gtk+3\
9 xdg-desktop-portal \
10 libadwaita \
11 dconf \
12"
13
14inherit gettext meson pkgconfig gsettings features_check
15
16REQUIRED_DISTRO_FEATURES = "polkit"
17
18SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
19
20S = "${WORKDIR}/git"
21SRCREV = "54003825481c2b48fd0c42355b484469dea12020"
22
23PACKAGECONFIG ?= "wallpaper appchooser lockdown settings"
24
25PACKAGECONFIG[wallpaper] = "-Dwallpaper=enabled,-Dwallpaper=disabled,gnome-desktop"
26PACKAGECONFIG[settings] = "-Dsettings=enabled,-Dsettings=disabled,gsettings-desktop-schemas fontconfig"
27PACKAGECONFIG[appchooser] = "-Dappchooser=enabled,-Dappchooser=disabled"
28PACKAGECONFIG[lockdown] = "-Dlockdown=enabled,-Dlockdown=disabled"
29
30FILES:${PN} += "${systemd_user_unitdir} ${datadir}"