diff mbox series

libportal: move to oe-core

Message ID 20221229160305.255840-1-alex@linutronix.de
State New
Headers show
Series libportal: move to oe-core | expand

Commit Message

Alexander Kanavin Dec. 29, 2022, 4:03 p.m. UTC
Epiphany now again requires it.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../recipes-gnome/libportal/libportal_0.6.bb  | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
diff mbox series

Patch

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 9784f0481..000000000
--- a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
+++ /dev/null
@@ -1,19 +0,0 @@ 
-SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals."
-DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals \
-with a familiar GObject API along side the D-Bus API"
-HOMEPAGE = "https://github.com/flatpak/libportal"
-BUGTRACKER = "https://github.com/flatpak/libportal/issues"
-LICENSE = "LGPL-3.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
-
-SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
-SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155"
-S = "${WORKDIR}/git"
-
-inherit meson gtk-doc gobject-introspection features_check
-
-ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
-
-DEPENDS += "glib-2.0 glib-2.0-native gtk+3"
-
-EXTRA_OEMESON = "-Dbackends=gtk3 -Dvapi=false"