diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 14:13:26 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 14:18:20 +0000 |
commit | 0f20b92b993b78479bae55673c2ee60562449dfd (patch) | |
tree | f0d4db72bb15d7938ef43a5e82dfb89bb3401cdf /recipes/shr | |
parent | 4cee685cd690316111cbdc02043747b57fff40a7 (diff) |
shr-themes: Different SHR theme (from SHR)
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | recipes/shr/shr-theme-niebiee.bb | 7 | ||||
-rw-r--r-- | recipes/shr/shr-theme_git.bb | 18 |
2 files changed, 25 insertions, 0 deletions
diff --git a/recipes/shr/shr-theme-niebiee.bb b/recipes/shr/shr-theme-niebiee.bb new file mode 100644 index 0000000000..5e5a1399e6 --- /dev/null +++ b/recipes/shr/shr-theme-niebiee.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Niebiee - extremely blue theme for SHR (metapackage)" +SECTION = "x11/data" +RDEPENDS += "e-wm-theme-illume-niebiee elementary-theme-niebiee shr-splash-theme-niebiee" +PV = "0.1" +PR = "r1" + +ALLOW_EMPTY = "1" 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" |