diff options
author | Sebastian Krzyszkowiak <seba.dos1@gmail.com> | 2010-08-01 12:51:16 +0000 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-08-01 16:12:19 +0200 |
commit | e8f95543ba2c172f7daa11b492c0ae65cdfce7ef (patch) | |
tree | e9f91015a9b82b072af1d6091872052ca7c8dde7 /recipes/shr | |
parent | 6b288fa3036941c0ede4681775d3f1b5ef27075a (diff) |
phoneui-shr-theme-niebiee: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | 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 0000000000..16dd01f666 --- /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@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" |