diff options
author | Jesus McCloud <bernd.pruenster@gmail.com> | 2010-03-19 12:50:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 15:03:31 +0100 |
commit | 2ed9ffad2064109ec06c23b768ca63b5cafa2a2c (patch) | |
tree | 6eb06311c4260b1716ea57a71f40f95c3ea96ed2 /recipes/shr/elementary-theme-o2_git.bb | |
parent | b2df355282fd8ccafa4df1b7bd416d5caab8fd5e (diff) |
shr-theme-o2: new recipes for o2 theme
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr/elementary-theme-o2_git.bb')
-rw-r--r-- | recipes/shr/elementary-theme-o2_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/shr/elementary-theme-o2_git.bb b/recipes/shr/elementary-theme-o2_git.bb new file mode 100644 index 0000000000..45e37e6cc1 --- /dev/null +++ b/recipes/shr/elementary-theme-o2_git.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "o2 theme for the elementary toolkit - it looks like om2007.2" +SECTION = "e/utils" +HOMEPAGE = "http://jmccloud.jm.funpic.de" +AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com" +DEPENDS = "edje-native" +RSUGGESTS = "phoneui-shr-theme-o2" +LICENSE = "unknown" + +SRCREV = "b5eb3134850c277ad8ae1a960b03ff4a509278a8" +PV = "0.1-${EFL_SRCREV}+gitr${SRCREV}" +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}/. -fd ${S}/. ${S}/o2.edc -o ${S}/o2.edj +} + +do_install() { + install -d ${D}${datadir}/elementary/themes/ + install -m 0644 ${S}/o2.edj ${D}${datadir}/elementary/themes/ +} + +FILES_${PN} = "${datadir}/elementary/themes/" |