From 48fb4f03fec2085ca2e4745e0e40eaab6787e0f2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 19 Mar 2021 09:43:55 +0100 Subject: libhandy: update 1.0.3 -> 1.2.0 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../libhandy/libhandy/determinism.patch | 35 ---------------------- meta/recipes-gnome/libhandy/libhandy_1.0.3.bb | 28 ----------------- meta/recipes-gnome/libhandy/libhandy_1.2.0.bb | 27 +++++++++++++++++ 3 files changed, 27 insertions(+), 63 deletions(-) delete mode 100644 meta/recipes-gnome/libhandy/libhandy/determinism.patch delete mode 100644 meta/recipes-gnome/libhandy/libhandy_1.0.3.bb create mode 100644 meta/recipes-gnome/libhandy/libhandy_1.2.0.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/libhandy/libhandy/determinism.patch b/meta/recipes-gnome/libhandy/libhandy/determinism.patch deleted file mode 100644 index 7c4177f5f5..0000000000 --- a/meta/recipes-gnome/libhandy/libhandy/determinism.patch +++ /dev/null @@ -1,35 +0,0 @@ -hdy-enums*.c.in: Fix reproducibility issue - -When full filenames are used in generated sources it makes the resulting -debug packages non-reproducible. Best practise is to use basename in -comments instead. - -Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org -Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/734] - -Index: a/src/hdy-enums-private.c.in -=================================================================== ---- a/src/hdy-enums-private.c.in -+++ b/src/hdy-enums-private.c.in -@@ -7,7 +7,7 @@ - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - /*** END file-production ***/ - - /*** BEGIN value-header ***/ -Index: a/src/hdy-enums.c.in -=================================================================== ---- a/src/hdy-enums.c.in -+++ b/src/hdy-enums.c.in -@@ -13,7 +13,7 @@ - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - /*** END file-production ***/ - - /*** BEGIN value-header ***/ diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb deleted file mode 100644 index a53a1388f9..0000000000 --- a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "A library full of GTK+ widgets for mobile phones" -DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ -GTK widgets and GObjects to ease developing applications for mobile phones. \ -It was developed by Purism (and used by several official GNOME projects) \ -to extend Gtk by providing mobile-friendly widgets and make the creation of \ -responsive apps easier." -HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" -BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-0 \ - file://determinism.patch" -SRCREV = "7126d2e8da9dcdeb5751e60ff6a74930804f9637" -S = "${WORKDIR}/git" - -GIR_MESON_ENABLE_FLAG = 'enabled' -GIR_MESON_DISABLE_FLAG = 'disabled' -GTKDOC_MESON_OPTION = 'gtk_doc' - -inherit meson gobject-introspection vala gettext gtk-doc features_check - -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" - -DEPENDS += "gtk+3" - -PACKAGES =+ "${PN}-examples" -FILES_${PN}-examples = "${bindir}" diff --git a/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb new file mode 100644 index 0000000000..1e37feb20a --- /dev/null +++ b/meta/recipes-gnome/libhandy/libhandy_1.2.0.bb @@ -0,0 +1,27 @@ +SUMMARY = "A library full of GTK+ widgets for mobile phones" +DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ +GTK widgets and GObjects to ease developing applications for mobile phones. \ +It was developed by Purism (and used by several official GNOME projects) \ +to extend Gtk by providing mobile-friendly widgets and make the creation of \ +responsive apps easier." +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https" +SRCREV = "7b38a860ffcec6c2ad28153358cc3d037ddb618f" +S = "${WORKDIR}/git" + +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' +GTKDOC_MESON_OPTION = 'gtk_doc' + +inherit meson gobject-introspection vala gettext gtk-doc features_check + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +DEPENDS += "gtk+3" + +PACKAGES =+ "${PN}-examples" +FILES_${PN}-examples = "${bindir}" -- cgit 1.2.3-korg