From 46ea64bfbb86f8356c217f3029785406fe6f1338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 3 Feb 2015 15:13:36 +0100 Subject: [PATCH] reintroduce hawaii-icon-themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../hawaii-icon-themes_git.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-hawaii/hawaii-icon-themes/hawaii-icon-themes_git.bb diff --git a/recipes-hawaii/hawaii-icon-themes/hawaii-icon-themes_git.bb b/recipes-hawaii/hawaii-icon-themes/hawaii-icon-themes_git.bb new file mode 100644 index 00000000..58b2d553 --- /dev/null +++ b/recipes-hawaii/hawaii-icon-themes/hawaii-icon-themes_git.bb @@ -0,0 +1,19 @@ +SUMMARY = "Icon themes for the Hawaii desktop environment" +LICENSE = "LGPLv2.1 & MIT & GPLv2" +LIC_FILES_CHKSUM = " \ + file://cursors/hawaii/COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + file://cursors/hawaii/src/adwaita.svg;beginline=6366;endline=6367;md5=b972d4171447cb2b52bc7b6ba883014e \ + file://cursors/hawaii/src/renderpngs.py;beginline=3;endline=8;md5=4476bcd5b2a0f234e52bacaae0f6b37e \ +" + +inherit cmake + +SRCREV = "6a72786dd196d04807bf082f67414cc8a8ebba36" +PV = "0.3.0+git${SRCPV}" +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/hawaii-desktop/${BPN}.git;protocol=git;branch=stable" + +PACKAGE_ARCH = "all" + +FILES_${PN} += "${datadir}/icons"