[oe-commits] Sebastian Krzyszkowiak : elementary-theme-niebiee: new recipe

git version control git at git.openembedded.org
Wed Aug 12 20:22:17 UTC 2009


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Wed Aug 12 19:17:38 2009 +0000

elementary-theme-niebiee: new recipe

---

 recipes/shr/elementary-theme-niebiee_git.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/elementary-theme-niebiee_git.bb b/recipes/shr/elementary-theme-niebiee_git.bb
new file mode 100644
index 0000000..d7eff5a
--- /dev/null
+++ b/recipes/shr/elementary-theme-niebiee_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Extremely blue elementary theme - Niebiee"
+SECTION = "e/utils"
+DEPENDS = "edje-native"
+LICENSE = "MIT BSD"
+PV = "0.1-${EFL_SRCREV}-gitr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/elementary/${PN}"
+
+do_compile() {
+	${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images/. -fd ${S}/fonts/. ${S}/niebiee.edc -o ${S}/niebiee.edj
+}
+
+do_install() {
+        install -d ${D}${datadir}/elementary/themes/
+        install -m 0644 ${S}/sixteen.edj ${D}${datadir}/elementary/themes/
+}
+
+FILES_${PN} = "${datadir}/elementary/themes/niebiee.edj"





More information about the Openembedded-commits mailing list