[oe-commits] Martin Jansa : e-wm-theme-illume-gry: missing recipe from shr/import

git version control git at git.openembedded.org
Tue Nov 3 09:48:34 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2260d1ba38450be863ebd55d515e616c45b81f04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2260d1ba38450be863ebd55d515e616c45b81f04

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Nov  3 10:07:56 2009 +0100

e-wm-theme-illume-gry: missing recipe from shr/import

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/recipes/shr/e-wm-theme-illume-gry_git.bb b/recipes/shr/e-wm-theme-illume-gry_git.bb
new file mode 100644
index 0000000..23e8a61
--- /dev/null
+++ b/recipes/shr/e-wm-theme-illume-gry_git.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "gry* illume theme - a fast, shiny illume theme"
+SECTION = "e/utils"
+HOMEPAGE = "http://jmccloud.jm.funpic.de"
+AUTHOR = "Jesus McCloud <bernd.pruenster at gmail.com"
+DEPENDS = "edje-native"
+RRECOMMENDS = "elementary-theme-gry"
+LICENCE = "unknown"
+
+PV = "0.3-${EFL_SRCREV}-gitr${SRCPV}"
+PR = "r1"
+
+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}/. -fd ${S}/. ${S}/gry.edc -o ${S}/gry.edj
+}
+
+do_install() {
+        install -d ${D}${datadir}/enlightenment/data/themes/
+        install -m 0644 ${S}/gry.edj ${D}${datadir}/enlightenment/data/themes/
+}
+
+FILES_${PN} = "${datadir}/enlightenment/data/themes/"





More information about the Openembedded-commits mailing list