From c17a6a1f73971b8d79618d4e30a9340202c4779c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 15 Jan 2014 21:41:39 +0100 Subject: [PATCH] eyesight: initial add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-maui/eyesight/eyesight_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-maui/eyesight/eyesight_git.bb diff --git a/recipes-maui/eyesight/eyesight_git.bb b/recipes-maui/eyesight/eyesight_git.bb new file mode 100644 index 00000000..6114e9c7 --- /dev/null +++ b/recipes-maui/eyesight/eyesight_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Image viewer for the Hawaii desktop environment" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit cmake_qt5 + +DEPENDS = "qtbase qttools-native" + +SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev" +SRCREV = "6438ca8bd17ebbad98e6ed146cac7ed423f739bb" +PV = "0.1.2+git${SRCPV}" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += "-DQt5LinguistTools_DIR=${STAGING_LIBDIR_NATIVE}/cmake/Qt5LinguistTools"