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

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


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Sep 17 18:12:18 2009 +0000

etk-theme-shr: Add recipe (from SHR)

---

 recipes/shr/etk-theme-shr_git.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list