[oe-commits] Stefan Schmidt : shr-themes: Different SHR theme (from SHR)

git version control git at git.openembedded.org
Tue Sep 22 14:18:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0f20b92b993b78479bae55673c2ee60562449dfd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0f20b92b993b78479bae55673c2ee60562449dfd

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue Sep 22 14:13:26 2009 +0000

shr-themes: Different SHR theme (from SHR)

---

 recipes/shr/shr-theme-niebiee.bb |    7 +++++++
 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 0000000..5e5a139
--- /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 0000000..5480310
--- /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"





More information about the Openembedded-commits mailing list