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

git version control git at git.openembedded.org
Sun Aug 1 14:12:50 UTC 2010


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Aug  1 12:51:16 2010 +0000

phoneui-shr-theme-niebiee: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

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

diff --git a/recipes/shr/phoneui-shr-theme-niebiee_git.bb b/recipes/shr/phoneui-shr-theme-niebiee_git.bb
new file mode 100644
index 0000000..16dd01f
--- /dev/null
+++ b/recipes/shr/phoneui-shr-theme-niebiee_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Extremely blue libphone-ui-shr theme - Niebiee"
+AUTHOR = "Sebastian Krzyszkowiak <dos at dosowisko.net>"
+SECTION = "e/utils"
+LICENSE = "unknown"
+DEPENDS = "edje-native"
+RDEPENDS_${PN} = "libphone-ui-shr"
+RSUGGESTS_${PN} = "elementary-theme-niebiee"
+SRCREV = "8bf704525807f8a29fa1f3ad653d3fea81cd5aa3"
+PV = "0.1+gitr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/phoneui-shr/${PN}"
+
+do_compile() {
+        ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/. -fd ${S}/. ${S}/niebiee.edc -o ${S}/niebiee.edj
+}
+do_install() {
+        install -d ${D}${datadir}/libphone-ui-shr/
+        install -m 0644 ${S}/niebiee.edj ${D}${datadir}/libphone-ui-shr/
+        install -m 0644 ${S}/number-icon.png ${D}${datadir}/libphone-ui-shr/
+        install -m 0644 ${S}/config ${D}${datadir}/libphone-ui-shr/
+}
+
+FILES_${PN} = "${datadir}/libphone-ui-shr/"
+CONFFILES_${PN} = "${datadir}/libphone-ui-shr/config"





More information about the Openembedded-commits mailing list