From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../vte/vte-0.28.2/obsolete_automake_macros.patch | 14 ++++++++++++++ meta/recipes-support/vte/vte.inc | 16 ++++++++++++++++ meta/recipes-support/vte/vte_0.28.2.bb | 10 ++++++++++ 3 files changed, 40 insertions(+) create mode 100644 meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch create mode 100644 meta/recipes-support/vte/vte.inc create mode 100644 meta/recipes-support/vte/vte_0.28.2.bb (limited to 'meta/recipes-support/vte') diff --git a/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch b/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch new file mode 100644 index 0000000000..6763d37540 --- /dev/null +++ b/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch @@ -0,0 +1,14 @@ +Upstream-Status: Submitted [https://bugzilla.gnome.org/show_bug.cgi?id=691545] + +Signed-off-by: Marko Lindqvist +diff -Nurd vte-0.28.2/gnome-pty-helper/configure.in vte-0.28.2/gnome-pty-helper/configure.in +--- vte-0.28.2/gnome-pty-helper/configure.in 2010-07-15 20:08:44.000000000 +0300 ++++ vte-0.28.2/gnome-pty-helper/configure.in 2013-01-11 14:50:34.971027440 +0200 +@@ -8,7 +8,6 @@ + AC_ISC_POSIX + AC_PROG_CC + AC_STDC_HEADERS +-AM_PROG_CC_STDC + + if test -z "$enable_maintainer_mode"; then + enable_maintainer_mode=yes diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc new file mode 100644 index 0000000000..4081a7fac6 --- /dev/null +++ b/meta/recipes-support/vte/vte.inc @@ -0,0 +1,16 @@ +SUMMARY = "Virtual terminal emulator GTK+ widget library" +BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" +LICENSE = "LGPLv2.1+" +DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" +RDEPENDS_libvte = "vte-termcap" + +inherit gnome gtk-doc + +EXTRA_OECONF = "--disable-python --disable-introspection" + +PACKAGES =+ "libvte vte-termcap" +FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" +FILES_${PN}-dbg =+ "${libexecdir}/.debug ${prefix}/src ${bindir}/.debug \ + ${libdir}/.debug" +FILES_vte-termcap = "${datadir}/vte/termcap-0.0" + diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb new file mode 100644 index 0000000000..485187df82 --- /dev/null +++ b/meta/recipes-support/vte/vte_0.28.2.bb @@ -0,0 +1,10 @@ +require vte.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" + +PR = "r6" + +SRC_URI += "file://obsolete_automake_macros.patch" + +SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" +SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" -- cgit v1.2.3-54-g00ecf