summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libhandy
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libhandy')
-rw-r--r--meta/recipes-gnome/libhandy/libhandy/determinism.patch35
-rw-r--r--meta/recipes-gnome/libhandy/libhandy_1.8.3.bb (renamed from meta/recipes-gnome/libhandy/libhandy_1.0.3.bb)13
2 files changed, 6 insertions, 42 deletions
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 @@
1hdy-enums*.c.in: Fix reproducibility issue
2
3When full filenames are used in generated sources it makes the resulting
4debug packages non-reproducible. Best practise is to use basename in
5comments instead.
6
7Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org
8Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/734]
9
10Index: a/src/hdy-enums-private.c.in
11===================================================================
12--- a/src/hdy-enums-private.c.in
13+++ b/src/hdy-enums-private.c.in
14@@ -7,7 +7,7 @@
15 /*** END file-header ***/
16
17 /*** BEGIN file-production ***/
18-/* enumerations from "@filename@" */
19+/* enumerations from "@basename@" */
20 /*** END file-production ***/
21
22 /*** BEGIN value-header ***/
23Index: a/src/hdy-enums.c.in
24===================================================================
25--- a/src/hdy-enums.c.in
26+++ b/src/hdy-enums.c.in
27@@ -13,7 +13,7 @@
28 /*** END file-header ***/
29
30 /*** BEGIN file-production ***/
31-/* enumerations from "@filename@" */
32+/* enumerations from "@basename@" */
33 /*** END file-production ***/
34
35 /*** BEGIN value-header ***/
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb
index a53a1388f9..7f5f02a7ba 100644
--- a/meta/recipes-gnome/libhandy/libhandy_1.0.3.bb
+++ b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb
@@ -6,23 +6,22 @@ to extend Gtk by providing mobile-friendly widgets and make the creation of \
6responsive apps easier." 6responsive apps easier."
7HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" 7HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy"
8BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" 8BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues"
9LICENSE = "LGPLv2.1" 9LICENSE = "LGPL-2.1-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
11 11
12SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-0 \ 12SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8"
13 file://determinism.patch" 13SRCREV = "9b0071408ce86a3ef843806fddd723a85f6f2416"
14SRCREV = "7126d2e8da9dcdeb5751e60ff6a74930804f9637"
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+))"
17GIR_MESON_ENABLE_FLAG = 'enabled' 17GIR_MESON_ENABLE_FLAG = 'enabled'
18GIR_MESON_DISABLE_FLAG = 'disabled' 18GIR_MESON_DISABLE_FLAG = 'disabled'
19GTKDOC_MESON_OPTION = 'gtk_doc'
20 19
21inherit meson gobject-introspection vala gettext gtk-doc features_check 20inherit meson gobject-introspection vala gettext gi-docgen features_check pkgconfig
22 21
23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
24 23
25DEPENDS += "gtk+3" 24DEPENDS += "gtk+3"
26 25
27PACKAGES =+ "${PN}-examples" 26PACKAGES =+ "${PN}-examples"
28FILES_${PN}-examples = "${bindir}" 27FILES:${PN}-examples = "${bindir}"