[oe-commits] Stefan Schmidt : e-wm-theme-illume-shr: Add recipe (from SHR)

git version control git at git.openembedded.org
Thu Sep 17 18:39:00 UTC 2009


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Sep 17 16:54:01 2009 +0000

e-wm-theme-illume-shr: Add recipe (from SHR)

---

 recipes/shr/e-wm-theme-illume-shr_git.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/e-wm-theme-illume-shr_git.bb b/recipes/shr/e-wm-theme-illume-shr_git.bb
new file mode 100644
index 0000000..0c59feb
--- /dev/null
+++ b/recipes/shr/e-wm-theme-illume-shr_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "illume SHR theme"
+SECTION = "e/utils"
+DEPENDS = "edje-native"
+LICENSE = "MIT BSD"
+PV = "1.1-${EFL_SRCREV}-gitr${SRCREV}"
+PR = "r6"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+do_compile() {
+	${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images/. -fd ${S}/fonts/. ${S}/illume-shr.edc -o ${S}/illume-shr.edj
+}
+
+do_install() {
+        install -d ${D}${datadir}/enlightenment/data/themes/
+        install -m 0644 ${S}/illume-shr.edj ${D}${datadir}/enlightenment/data/themes/
+}
+
+FILES_${PN} = "${datadir}/enlightenment/data/themes/illume-shr.edj"
+
+





More information about the Openembedded-commits mailing list