mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
vte9: Upgrade to 0.74.1
License-Update: Switch to LGPL-3 license * Switch to using meson build system * Merge inc file into single recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
354672a2af
commit
e45b54e859
|
|
@ -1,18 +0,0 @@
|
|||
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||
LICENSE = "LGPL-2.0-only"
|
||||
DEPENDS = "glib-2.0-native glib-2.0 gtk+ intltool-native gnome-common-native ncurses"
|
||||
RDEPENDS:libvte = "vte-termcap"
|
||||
|
||||
# help gnomebase get the SRC_URI correct
|
||||
GNOMEBN = "vte"
|
||||
S = "${WORKDIR}/vte-${PV}"
|
||||
|
||||
inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
EXTRA_OECONF = "--disable-python"
|
||||
|
||||
PACKAGES =+ "libvte9 vte9-termcap"
|
||||
FILES:libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper"
|
||||
FILES:vte9-termcap = "${datadir}/vte/termcap-0.0"
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
require vte9.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||
|
||||
SRC_URI += "file://obsolete_automake_macros.patch \
|
||||
file://cve-2012-2738.patch \
|
||||
"
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
SRC_URI[archive.md5sum] = "497f26e457308649e6ece32b3bb142ff"
|
||||
SRC_URI[archive.sha256sum] = "86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae"
|
||||
29
meta-oe/recipes-gnome/vte9/vte9_0.74.1.bb
Normal file
29
meta-oe/recipes-gnome/vte9/vte9_0.74.1.bb
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||
LICENSE = "LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL3;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
|
||||
|
||||
DEPENDS = "glib-2.0-native glib-2.0 gnutls gtk+3 gtk4 intltool-native gnome-common-native ncurses"
|
||||
|
||||
# help gnomebase get the SRC_URI correct
|
||||
GNOMEBN = "vte"
|
||||
S = "${WORKDIR}/vte-${PV}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "2328c3f1c998350a18e0e513348e9fc581d57ea4e7b89aedf11e0e3c65042b4f"
|
||||
|
||||
inherit gnomebase gtk-doc gobject-introspection features_check systemd upstream-version-is-even vala
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
GIR_MESON_OPTION = "gir"
|
||||
GTKDOC_MESON_OPTION = "docs"
|
||||
|
||||
PACKAGECONFIG ?= "gnutls"
|
||||
PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls"
|
||||
PACKAGECONFIG[fribidi] = "-Dfribidi=true,-Dfribidi=false,fribidi"
|
||||
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
PACKAGES =+ "libvte9 vte9-termcap"
|
||||
FILES:libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper ${datadir}/glade ${systemd_user_unitdir}"
|
||||
FILES:vte9-termcap = "${datadir}/vte/termcap-0.0"
|
||||
|
||||
RDEPENDS:libvte = "vte-termcap"
|
||||
Loading…
Reference in New Issue
Block a user