From 0223187c9ea8c71a9c86eeb3cbbad985e6891e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 24 Jul 2015 13:51:23 +0200 Subject: [PATCH] add qterminal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-qterminal/qterminal/qterminal_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-qterminal/qterminal/qterminal_git.bb diff --git a/recipes-qterminal/qterminal/qterminal_git.bb b/recipes-qterminal/qterminal/qterminal_git.bb new file mode 100644 index 00000000..6134924f --- /dev/null +++ b/recipes-qterminal/qterminal/qterminal_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "Lightweight terminal emulator written in Qt" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit cmake_qt5 + +DEPENDS = "qtbase qttools-native qtermwidget" + +SRC_URI = "git://github.com/qterminal/${BPN}.git" +SRCREV = "7f2c9e03e193df4d98cfb665d2acfa45e7153d91" +PV = "0.6.0+git${SRCPV}" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += "-DUSE_SYSTEM_QXT=OFF -DUSE_QT5=ON" + +FILES_${PN} += " \ + ${datadir}/appdata \ + ${datadir}/icons \ +"