From e8f95543ba2c172f7daa11b492c0ae65cdfce7ef Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Sun, 1 Aug 2010 12:51:16 +0000 Subject: [PATCH] phoneui-shr-theme-niebiee: new recipe Signed-off-by: Klaus Kurzmann --- recipes/shr/phoneui-shr-theme-niebiee_git.bb | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes/shr/phoneui-shr-theme-niebiee_git.bb 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" -- 2.39.5