From: Sebastian Krzyszkowiak Date: Sun, 1 Aug 2010 12:51:16 +0000 (+0000) Subject: phoneui-shr-theme-niebiee: new recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f95543ba2c172f7daa11b492c0ae65cdfce7ef;p=openembedded.git phoneui-shr-theme-niebiee: new recipe Signed-off-by: Klaus Kurzmann --- 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 " +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"