lxqt.bbclass: prepare a class keeping lxqt common settings
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
18
classes/lxqt.bbclass
Normal file
18
classes/lxqt.bbclass
Normal file
@@ -0,0 +1,18 @@
|
||||
inherit cmake_qt5
|
||||
|
||||
HOMEPAGE = "http://lxqt.org/"
|
||||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
SRC_URI = "git://github.com/lxde/${BPN}.git;protocol=git;branch=master"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# REVISIT: configure to use only ${libdir}/cmake
|
||||
FILES_${PN}-dev += "${datadir}/cmake ${libdir}/cmake"
|
||||
|
||||
#REVISIT pack translations per language to use image linguas
|
||||
PACKAGES =+ "${PN}-translations"
|
||||
ALLOW_EMPTY_${PN}-translations = "1"
|
||||
FILES_${PN}-translations = "${datadir}/lxqt/translations/${BPN}*"
|
||||
REDEPENDS_${PN}-translations = "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user