[oe-commits] Thomas Zimmermann : phoneui-shr-theme-neo: add new recipe

git version control git at git.openembedded.org
Fri Feb 19 00:05:17 UTC 2010


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

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Thu Feb 18 20:53:48 2010 +0100

phoneui-shr-theme-neo: add new recipe

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

---

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

diff --git a/recipes/shr/phoneui-shr-theme-neo_git.bb b/recipes/shr/phoneui-shr-theme-neo_git.bb
new file mode 100644
index 0000000..dd2f073
--- /dev/null
+++ b/recipes/shr/phoneui-shr-theme-neo_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "nEo phoneui-shr theme - a very fast, high contrast phoneui-shr theme"
+AUTHOR = "Jesus McCloud <bernd.pruenster at gmail.com"
+HOMEPAGE = "http://jmccloud.jm.funpic.de"
+SECTION = "e/utils"
+LICENSE = "unknown"
+DEPENDS = "edje-native"
+RDEPENDS = "libphone-ui-shr"
+RSUGGESTS = "e-wm-theme-illume-neo gtk-theme-neo icon-theme-neo elementary-theme-neo"
+SRCREV = "768e6fd9d75bbe48dccd86eba1981d59e14ec9b9"
+PV = "0.1+gitr${SRCREV}"
+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}/neo.edc -o ${S}/neo.edj
+}
+do_install() {
+        install -d ${D}${datadir}/libphone-ui-shr/
+        install -m 0644 ${S}/neo.edj ${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