From e5619430932c6ba75c28a78e71f2bd686e50b8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 9 May 2014 14:22:00 +0200 Subject: [PATCH] hawaii-archiver: initial add (WIP) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../hawaii-archiver/hawaii-archiver_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-hawaii/hawaii-archiver/hawaii-archiver_git.bb diff --git a/recipes-hawaii/hawaii-archiver/hawaii-archiver_git.bb b/recipes-hawaii/hawaii-archiver/hawaii-archiver_git.bb new file mode 100644 index 00000000..868434d2 --- /dev/null +++ b/recipes-hawaii/hawaii-archiver/hawaii-archiver_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Archiver is a compressed archives manager for the Hawaii desktop environment" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit cmake_qt5 + +DEPENDS = "qtbase qttools-native karchive" + +SRC_URI = "git://github.com/mauios/${BPN}.git;protocol=git;branch=dev" +SRCREV = "2a14d5a0cd4f2d6fdba80b4fe657d6d9962fb4b3" +PV = "0.0.0+git${SRCPV}" + +S = "${WORKDIR}/git" + +EXTRA_OECMAKE += "-DQt5LinguistTools_DIR=${STAGING_LIBDIR_NATIVE}/cmake/Qt5LinguistTools"