From 0f20b92b993b78479bae55673c2ee60562449dfd Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 22 Sep 2009 14:13:26 +0000 Subject: shr-themes: Different SHR theme (from SHR) --- recipes/shr/shr-theme_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/shr/shr-theme_git.bb (limited to 'recipes/shr/shr-theme_git.bb') diff --git a/recipes/shr/shr-theme_git.bb b/recipes/shr/shr-theme_git.bb new file mode 100644 index 0000000000..54803107a4 --- /dev/null +++ b/recipes/shr/shr-theme_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Standard icon theme for the SHR distribution" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/data" +PV = "0.0.2+gitr${SRCREV}" +PR = "r2" + +inherit autotools + +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +S = "${WORKDIR}/git/${PN}" + +pkg_postinst_shr-theme () { +} + +PACKAGE_ARCH = "all" + +FILES_${PN} += "${datadir}/icons" -- cgit v1.2.3