diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-16 16:17:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-16 16:17:34 +0200 |
commit | f9a6f7e2fb04f0ae4ce64769833e2464565cf530 (patch) | |
tree | 2b485d4893f954696345274c65c730ede2af69d7 /recipes/angstrom/exquisite-theme-angstrom.bb | |
parent | a873d2ce9842923b8d0abae7e4cdfca606b3dd90 (diff) |
exquisite-theme-angstrom: import needed files after rasterman fixed the images
Diffstat (limited to 'recipes/angstrom/exquisite-theme-angstrom.bb')
-rw-r--r-- | recipes/angstrom/exquisite-theme-angstrom.bb | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/recipes/angstrom/exquisite-theme-angstrom.bb b/recipes/angstrom/exquisite-theme-angstrom.bb index cf0bce61f2..38511c3e52 100644 --- a/recipes/angstrom/exquisite-theme-angstrom.bb +++ b/recipes/angstrom/exquisite-theme-angstrom.bb @@ -6,9 +6,7 @@ SECTION = "x11" DEPENDS = "edje-native" RRECOMMENDS_${PN} = "exquisite" -SRCREV = "${EFL_SRCREV}" -PV = "1.0+svnr${SRCREV}" -PR = "r2" +PV = "1.1" inherit update-alternatives @@ -17,16 +15,12 @@ ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config" ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-angstrom" ALTERNATIVE_PRIORITY = "20" -SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=THEMES/b_and_w;proto=http \ - file://exq-logo.png \ - file://exq-logoglow.png \ -" +SRC_URI = "file://angstrom/" -S = "${WORKDIR}/THEMES/b_and_w" +S = "${WORKDIR}/angstrom" do_compile() { - cp ${WORKDIR}/*png ${S}/ - edje_cc exquisite.edc angstrom.edj + edje_cc exquisite-ang.edc angstrom.edj } do_install() { |