move common translation folder to lxqt.bbclass

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-08 23:50:52 +01:00
parent d50d92d937
commit 2d133e08f4
4 changed files with 4 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ 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}*"
FILES_${PN}-translations = " \
${datadir}/lxqt/translations/${BPN}* \
${datadir}/lxqt/translations/lxqt-config-* \
"
REDEPENDS_${PN}-translations = "${PN}"

View File

@@ -9,8 +9,6 @@ DEPENDS += "liblxqt"
SRCREV = "4504880ff4c960a7cf1e971128c415390109feed"
PV = "0.9.0"
FILES_${PN}-translations += "${datadir}/lxqt/translations/lxqt-config-globalkeyshortcuts"
CMAKE_HIDE_ERROR[1] = "lxqt-globalkeys, -S${includedir}, -S${STAGING_INCDIR}"
CMAKE_HIDE_ERROR[2] = "lxqt-globalkeys, -S${libdir}, -S${STAGING_LIBDIR}"
CMAKE_HIDE_ERROR[3] = "lxqt-globalkeys-ui, -S${includedir}, -S${STAGING_INCDIR}"

View File

@@ -10,4 +10,3 @@ SRCREV = "4bc9f66d12afb4bab72867c64769697aab74bfa4"
PV = "0.9.0"
FILES_${PN} += "${datadir}/icons"
FILES_${PN}-translations += "${datadir}/lxqt/translations/lxqt-config-powermanagement"

View File

@@ -8,6 +8,3 @@ DEPENDS += "liblxqt kwindowsystem"
SRCREV = "9877c3be90d00b94020ddd131a983864e1a77a62"
PV = "0.9.0"
FILES_${PN}-translations += "${datadir}/lxqt/translations/lxqt-config-session"