add qterminal
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
20
recipes-qterminal/qterminal/qterminal_git.bb
Normal file
20
recipes-qterminal/qterminal/qterminal_git.bb
Normal file
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user