Date
1 - 4 of 4
[meta-gnome][PATCH 21/32] gnome-terminal: update 3.46.7 -> 3.48.0
Markus Volk
Signed-off-by: Markus Volk <f_l_k@...>
--- .../{gnome-terminal_3.46.7.bb =3D> gnome-terminal_3.48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-terminal/{gnome-terminal_3.46.7.bb= =3D> gnome-terminal_3.48.0.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.46.= 7.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.0.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.46.7= .bb rename to meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.0.b= b index d9afeec46..75e609d15 100644 --- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.46.7.bb +++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.0.bb @@ -22,7 +22,7 @@ DEPENDS =3D " \ =20 SRC_URI =3D "git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=3D= https;nobranch=3D1" SRC_URI +=3D "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.pat= ch" -SRCREV =3D "816edf80cd7bf7f253366099ea9fcaf361676139" +SRCREV =3D "a85ecc959344ee2e0d345f7dd081dc781d95d364" S =3D "${WORKDIR}/git" =20 PACKAGECONFIG ?=3D "" --=20 2.34.1 |
|
Fails to build like
toggle quoted message
Show quoted text
| ../git/meson.build:348:0: ERROR: Dependency lookup for vte-2.91 with method 'pkgconfig' failed: Invalid version, need 'vte-2.91' ['>=0.71.92'] found '0.70.3'. On Sat, Mar 25, 2023 at 1:03 AM Markus Volk <f_l_k@...> wrote:
|
|
it needs latest vte 0.72.0+ I sent a recipe upgrade for oe-core for that
toggle quoted message
Show quoted text
On Sun, Mar 26, 2023 at 8:59 PM Khem Raj <raj.khem@...> wrote:
|
|
Markus Volk
yes. I already sent this to oe-core but it was rejected so far because there was still an issue with multilib installation that I wasn't able to reproduce yet. This is how I currently build vte. (Enabled vala support because it would be needed for building blackbox terminal)
toggle quoted message
Show quoted text
SUMMARY = "Virtual terminal emulator GTK+ widget library" DESCRIPTION = "VTE provides a virtual terminal widget for GTK applications." HOMEPAGE = "https://wiki.gnome.org/Apps/Terminal/VTE" BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" LICENSE = "GPL-3.0-only & LGPL-3.0-or-later & MIT" LICENSE:libvte = "LGPL-3.0-or-later" LIC_FILES_CHKSUM = " \ file://COPYING.GPL3;md5=cc702cf3444d1f19680c794cc61948f9 \ file://COPYING.LGPL3;md5=b52f2d57d10c4f7ee67a7eb9615d5d24 \ file://COPYING.XTERM;md5=d7fc3a23c16c039afafe2e042030f057 \ " DEPENDS = "fribidi glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native icu pango zlib" GNOMEBASEBUILDCLASS = "meson" GIR_MESON_OPTION = 'gir' GIDOCGEN_MESON_OPTION = "docs" inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection vala # vapigen.m4 is required when vala is not present (but the one from vala should be used normally) SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" SRC_URI[archive.sha256sum] = "40fe914d6c70db34176c922725b6c6ea15d5f3cb2a9b44c57e200a5f950a6736" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" # Package additional files FILES:${PN}-dev += "${datadir}/vala/vapi/*" PACKAGECONFIG:class-target ??= " \ gnutls \ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'gir vala', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gtk4', '', d)} \ " PACKAGECONFIG[gtk4] = "-Dgtk4=true,-Dgtk4=false,gtk4" PACKAGECONFIG[gir] = "-Dgir=true,-Dgir=false" PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd" CFLAGS += "-D_GNU_SOURCE" PACKAGES =+ "libvte ${PN}-prompt" FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" FILES:${PN}-prompt = " \ ${sysconfdir}/profile.d \ ${libexecdir}/vte-urlencode-cwd \ " FILES:${PN}-dev += "${datadir}/glade/" BBCLASSEXTEND = "native nativesdk" Am 27.03.23 um 07:04 schrieb Khem Raj: it needs latest vte 0.72.0+ I sent a recipe upgrade for oe-core for that |
|