summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/libportal/libportal_0.5.bb (renamed from meta/recipes-gnome/libportal/libportal_0.4.bb)12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-gnome/libportal/libportal_0.4.bb b/meta/recipes-gnome/libportal/libportal_0.5.bb
index 5817302688..67f63fea68 100644
--- a/meta/recipes-gnome/libportal/libportal_0.4.bb
+++ b/meta/recipes-gnome/libportal/libportal_0.5.bb
@@ -3,15 +3,15 @@ DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals
3with a familiar GObject API along side the D-Bus API" 3with a familiar GObject API along side the D-Bus API"
4HOMEPAGE = "https://github.com/flatpak/libportal" 4HOMEPAGE = "https://github.com/flatpak/libportal"
5BUGTRACKER = "https://github.com/flatpak/libportal/issues" 5BUGTRACKER = "https://github.com/flatpak/libportal/issues"
6LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 7LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
8 8
9SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master" 9SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master"
10SRCREV = "f68764e288ede516d902b131cc4fadded3804059" 10SRCREV = "467a397fd7996557f837cdc26ac07c01c62810e5"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13GTKDOC_MESON_OPTION = 'gtk_doc' 13inherit meson gtk-doc gobject-introspection
14 14
15inherit meson gtk-doc 15DEPENDS += "glib-2.0 glib-2.0-native gtk+3"
16 16
17DEPENDS += "glib-2.0 glib-2.0-native" 17EXTRA_OEMESON = "-Dbackends=gtk3 -Dvapi=false"