shr-themes: Different SHR theme (from SHR)
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 22 Sep 2009 14:13:26 +0000 (14:13 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 22 Sep 2009 14:18:20 +0000 (14:18 +0000)
recipes/shr/shr-theme-niebiee.bb [new file with mode: 0644]
recipes/shr/shr-theme_git.bb [new file with mode: 0644]

diff --git a/recipes/shr/shr-theme-niebiee.bb b/recipes/shr/shr-theme-niebiee.bb
new file mode 100644 (file)
index 0000000..5e5a139
--- /dev/null
@@ -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 (file)
index 0000000..5480310
--- /dev/null
@@ -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"