summaryrefslogtreecommitdiff
path: root/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-04 14:14:11 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-08 16:57:14 +0100
commit82380e0d0f73494ec2573921d14e94fb3b633d60 (patch)
treea210f2bdfabae0083a4e8fdcb4a4e3218531034c /recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
parentd2fc55223a375e47c203d777f8517c870ceb5e65 (diff)
shr: move some obsolete SHR apps to obsolete directory
* with SRCREV moved from sane-srcrevs.inc to recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb')
-rw-r--r--recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb b/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
new file mode 100644
index 0000000000..15dcc2f9ef
--- /dev/null
+++ b/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "nEo libframeworkd-phonegui-efl - a very fast, high contrast etk theme"
+HOMEPAGE = "http://jmccloud.jm.funpic.de"
+AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
+RDEPENDS = "libframeworkd-phonegui-efl"
+RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo etk-theme-neo gpe-theme-neo icon-theme-neo"
+LICENSE = "unknown"
+
+SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
+PV = "0.2-${EFL_SRCREV}+gitr${SRCREV}"
+PR = "r3"
+
+require libframeworkd-phonegui-efl-theme.inc
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/libframeworkd-phonegui-efl/theme-neo"
+
+do_compile() {
+ for edc in call contacts dialer dialog elm-resizing-label incoming-message keypad messages sim-auth ussd ; do
+ ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/${edc}/. -fd ${S}/${edc}. ${S}/${edc}/${edc}.edc -o ${S}/${edc}.edj
+ done
+}
+
+do_install() {
+ install -d ${D}${datadir}/libframeworkd-phonegui-efl.${PN}/
+ install -m 0644 ${S}/*.edj ${D}${datadir}/libframeworkd-phonegui-efl.${PN}/
+}