diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/libportal/libportal_0.6.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb deleted file mode 100644 index 9c628c457f..0000000000 --- a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals." | ||
| 2 | DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals \ | ||
| 3 | with a familiar GObject API along side the D-Bus API" | ||
| 4 | HOMEPAGE = "https://github.com/flatpak/libportal" | ||
| 5 | BUGTRACKER = "https://github.com/flatpak/libportal/issues" | ||
| 6 | LICENSE = "LGPL-3.0-only" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" | ||
| 10 | SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155" | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit meson gtk-doc gobject-introspection vala features_check | ||
| 14 | |||
| 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 16 | |||
| 17 | DEPENDS += "glib-2.0 glib-2.0-native gtk+3 gtk4" | ||
| 18 | |||
| 19 | EXTRA_OEMESON = "-Dbackends=gtk3,gtk4" | ||
