diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-12-27 23:42:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-27 16:03:06 -0800 |
commit | 56607c94636ab82f46e80131584bc9256befe5ad (patch) | |
tree | 1e5d267e6e2d13faf63441467557ecfe8f1d59fd /meta-xfce/recipes-thunar-plugins | |
parent | 96dc7e791399ed8714fb312514f18eedaa32334b (diff) | |
download | meta-openembedded-56607c94636ab82f46e80131584bc9256befe5ad.tar.gz |
thunar-shares-plugin: Bump GLib minimum required to 2.26
Backport patch to bump glib minimum required version to 2.26 for
thunar-shares-plugin.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-thunar-plugins')
-rw-r--r-- | meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch | 34 | ||||
-rw-r--r-- | meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb | 2 |
2 files changed, 35 insertions, 1 deletions
diff --git a/meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch b/meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch new file mode 100644 index 0000000000..1cd24572f8 --- /dev/null +++ b/meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch | |||
@@ -0,0 +1,34 @@ | |||
1 | Upstream-Status: Backport [https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/commit/e4bce21a] | ||
2 | |||
3 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
4 | |||
5 | From e4bce21a1bd744ccfde84de4669ac30aa1d72135 Mon Sep 17 00:00:00 2001 | ||
6 | From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org> | ||
7 | Date: Fri, 2 Dec 2022 20:18:46 +0100 | ||
8 | Subject: [PATCH] build: Bump GLib minimum required to 2.26 | ||
9 | |||
10 | This is the minimum required to build since xfce4-dev-tools >= 4.17.1 | ||
11 | set GLIB_VERSION_MAX_ALLOWED to the GLib version found in | ||
12 | configure.ac.in. | ||
13 | |||
14 | MR: !3 | ||
15 | --- | ||
16 | configure.ac | 2 +- | ||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
18 | |||
19 | diff --git a/configure.ac b/configure.ac | ||
20 | index a458785..bc6d24c 100644 | ||
21 | --- a/configure.ac | ||
22 | +++ b/configure.ac | ||
23 | @@ -61,7 +61,7 @@ dnl ------------------------------------------------------- | ||
24 | dnl Packages checks | ||
25 | dnl ------------------------------------------------------- | ||
26 | XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.22.0]) | ||
27 | -XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0]) | ||
28 | +XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.26.0]) | ||
29 | XDT_CHECK_PACKAGE([THUNARX], [thunarx-3], [1.0.1]) | ||
30 | |||
31 | dnl ------------------------------------------------------- | ||
32 | -- | ||
33 | 2.34.1 | ||
34 | |||
diff --git a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb index fb7589637d..d981fe14aa 100644 --- a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb +++ b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb | |||
@@ -7,7 +7,7 @@ inherit thunar-plugin features_check | |||
7 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 7 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
8 | REQUIRED_DISTRO_FEATURES = "pam" | 8 | REQUIRED_DISTRO_FEATURES = "pam" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372" | 10 | SRC_URI += "file://0001-build-Bump-GLib-minimum-required-to-2.26.patch" |
11 | SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" | 11 | SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" |
12 | 12 | ||
13 | RDEPENDS:${PN} += "samba-server" | 13 | RDEPENDS:${PN} += "samba-server" |