From 7aa12cd781cf1b22fc7d7d6390a6753c625e124c Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 11 Jun 2021 02:51:23 +0800 Subject: graphene: upgrade 1.10.2 -> 1.10.6 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-gnome/graphene/graphene_1.10.2.bb | 19 ------------------- .../recipes-gnome/graphene/graphene_1.10.6.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb create mode 100644 meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb deleted file mode 100644 index ef1898610d..0000000000 --- a/meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "A thin layer of graphic data types" -HOMEPAGE = "http://ebassi.github.io/graphene/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648" - -#DEPENDS = "gtk+3 iso-codes enchant2" - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase gobject-introspection gtk-doc - -SRC_URI[archive.md5sum] = "a2c26c4f44a02ca053e0e9afb63cc94c" -SRC_URI[archive.sha256sum] = "e97de8208f1aac4f913d4fa71ab73a7034e807186feb2abe55876e51c425a7f6" - -GTKDOC_MESON_OPTION = "gtk_doc" - -EXTRA_OEMESON = "-Dinstalled_tests=false" - -FILES_${PN} += "${libdir}/graphene-1.0" diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb new file mode 100644 index 0000000000..2e0d502684 --- /dev/null +++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb @@ -0,0 +1,21 @@ +SUMMARY = "A thin layer of graphic data types" +HOMEPAGE = "http://ebassi.github.io/graphene/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648" + +#DEPENDS = "gtk+3 iso-codes enchant2" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase gobject-introspection gtk-doc + +SRC_URI[archive.md5sum] = "390139e704772b915ff2b7cac56c24ae" +SRC_URI[archive.sha256sum] = "80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25" + +PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled," + +GTKDOC_MESON_OPTION = "gtk_doc" + +EXTRA_OEMESON = "-Dinstalled_tests=false" + +FILES_${PN} += "${libdir}/graphene-1.0" -- cgit 1.2.3-korg