From eb7896472607d4748a16cbe99a2f1c7e68c7e102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 15 Jan 2014 21:22:26 +0100 Subject: [PATCH] hawaii-system-preferences: initial add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../hawaii-system-preferences_git.bb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-maui/hawaii-system-preferences/hawaii-system-preferences_git.bb diff --git a/recipes-maui/hawaii-system-preferences/hawaii-system-preferences_git.bb b/recipes-maui/hawaii-system-preferences/hawaii-system-preferences_git.bb new file mode 100644 index 00000000..ad6c14d8 --- /dev/null +++ b/recipes-maui/hawaii-system-preferences/hawaii-system-preferences_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "System preferences for the Hawaii desktop environment" +LICENSE = "GPLv2 LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit cmake_qt5 hawaii-git-submodule + +DEPENDS = "qtbase qtdeclarative qtquickcontrols polkit-qt-1 qtconfiguration qtaccountsservice qttools-native" + +SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=stable" +SRCREV = "55aa08a1d9bb9ad5f35138dceabcd6fea6895a81" +PV = "0.2.0.git${SRCPV}" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += "-DQt5LinguistTools_DIR=${STAGING_LIBDIR_NATIVE}/cmake/Qt5LinguistTools" + +FILES_${PN} += "${libdir}/hawaii" +FILES_${PN}-dbg += "${libdir}/hawaii/plugins/preferences/.debug"