From 2af46e0b924c286b0b4a968c9f8f249d45bdc124 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 18 Jun 2016 13:54:08 +0200 Subject: lxterminal: add recipe which fetches from git This builds for gtk3 and vte with API 2.91 Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxterminal/lxterminal_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-lxde/lxterminal/lxterminal_git.bb diff --git a/recipes-lxde/lxterminal/lxterminal_git.bb b/recipes-lxde/lxterminal/lxterminal_git.bb new file mode 100644 index 0000000..d768e5a --- /dev/null +++ b/recipes-lxde/lxterminal/lxterminal_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "Lightweight vte-based tabbed terminal emulator for LXDE" +HOMEPAGE = "http://lxde.sf.net" +SECTION = "x11" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +DEPENDS = "gtk+3 vte glib-2.0 intltool-native" + +SRC_URI = "git://github.com/lxde/lxterminal.git;protocol=https" +SRCREV = "2cea95a7a8c4179e862ac3cb5036bf4e8316fff7" +S = "${WORKDIR}/git" + +EXTRA_OECONF += "--enable-gtk3 --enable-man" + +FILES_${PN} += "${datadir}/icons/hicolor/128x128/apps/lxterminal.png" + +inherit autotools pkgconfig gettext + -- cgit v1.2.3