fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / shr / phoneui-shr-theme-niebiee_git.bb
blobdb4a010c28c0b16a7e1c7af13cc2590286941e3f
1 DESCRIPTION = "Extremely blue libphone-ui-shr theme - Niebiee"
2 AUTHOR = "Sebastian Krzyszkowiak <dos@dosowisko.net>"
3 SECTION = "e/utils"
4 LICENSE = "unknown"
5 DEPENDS = "edje-native"
6 RDEPENDS_${PN} = "libphone-ui-shr"
7 RSUGGESTS_${PN} = "elementary-theme-niebiee"
8 SRCREV = "8bf704525807f8a29fa1f3ad653d3fea81cd5aa3"
9 PV = "0.1+gitr${SRCPV}"
10 PR = "r1"
11 PACKAGE_ARCH = "all"
13 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
15 S = "${WORKDIR}/git/phoneui-shr/${PN}"
17 do_compile() {
18 ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/. -fd ${S}/. ${S}/niebiee.edc -o ${S}/niebiee.edj
20 do_install() {
21 install -d ${D}${datadir}/libphone-ui-shr/
22 install -m 0644 ${S}/niebiee.edj ${D}${datadir}/libphone-ui-shr/
23 install -m 0644 ${S}/number-icon.png ${D}${datadir}/libphone-ui-shr/
24 install -m 0644 ${S}/config ${D}${datadir}/libphone-ui-shr/
27 FILES_${PN} = "${datadir}/libphone-ui-shr/"
28 CONFFILES_${PN} = "${datadir}/libphone-ui-shr/config"