summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-12-30 14:13:06 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-31 10:40:31 -0800
commitccde2b0bdcc1110c68dbdb06dff726b3c955aee9 (patch)
tree9301520be34ec5d0f9ea3f66ea6009a880c1ed18 /meta-gnome
parent0322cd18acc1c61f131a93eaaad9ac1315ab5fc8 (diff)
downloadmeta-openembedded-ccde2b0bdcc1110c68dbdb06dff726b3c955aee9.tar.gz
gnome-terminal: update 3.42.2 -> 3.46.7
Since 3.45 there are no longer tarballs available. Switch to using git Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.46.7.bb (renamed from meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.42.2.bb)18
1 files changed, 8 insertions, 10 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.42.2.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.46.7.bb
index 061da27f60..69af11c913 100644
--- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.42.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.46.7.bb
@@ -7,12 +7,10 @@ LIC_FILES_CHKSUM = " \
7 7
8GNOMEBASEBUILDCLASS = "meson" 8GNOMEBASEBUILDCLASS = "meson"
9 9
10inherit gnomebase gsettings gnome-help gettext itstool upstream-version-is-even 10inherit gsettings gnome-help gettext itstool upstream-version-is-even
11 11
12DEPENDS = " \ 12DEPENDS = " \
13 glib-2.0-native \ 13 glib-2.0 \
14 intltool-native \
15 yelp-tools-native \
16 docbook-xsl-stylesheets-native libxslt-native \ 14 docbook-xsl-stylesheets-native libxslt-native \
17 desktop-file-utils-native \ 15 desktop-file-utils-native \
18 gtk+3 \ 16 gtk+3 \
@@ -22,14 +20,14 @@ DEPENDS = " \
22 libpcre2 \ 20 libpcre2 \
23" 21"
24 22
25SRC_URI[archive.sha256sum] = "8a9c8e5ef7a3a73b246a947e1190bb08ec98935af860cf0b3aa2fbf4606817a0" 23SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1"
26SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" 24SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch"
27SRC_URI += " file://0001-build-Fix-for-newer-meson.patch" 25SRCREV = "816edf80cd7bf7f253366099ea9fcaf361676139"
26S = "${WORKDIR}/git"
28 27
29EXTRA_OEMESON += " \ 28PACKAGECONFIG ?= ""
30 -Dsearch_provider=false \ 29PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
31 -Dnautilus_extension=false \ 30PACKAGECONFIG[search_provider] = "-Dsearch_provider=true,-Dsearch_provider=false,,gnome-shell"
32"
33 31
34FILES:${PN} += " \ 32FILES:${PN} += " \
35 ${datadir}/metainfo \ 33 ${datadir}/metainfo \