diff options
Diffstat (limited to 'recipes/e17')
| -rw-r--r-- | recipes/e17/e-tasks_svn.bb | 10 | ||||
| -rw-r--r-- | recipes/e17/e-wm_svn.bb | 4 | ||||
| -rw-r--r-- | recipes/e17/illume-keyboard-default_svn.bb | 4 | ||||
| -rw-r--r-- | recipes/e17/illume-keyboards-shr_git.bb | 2 |
4 files changed, 8 insertions, 12 deletions
diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb index 9556e146d6..5c07a1bd3c 100644 --- a/recipes/e17/e-tasks_svn.bb +++ b/recipes/e17/e-tasks_svn.bb @@ -10,14 +10,8 @@ inherit autotools PV = "0.0.1+svnr${SRCPV}" PR = "r1" -SRC_URI = "svn://e-tasks.googlecode.com/svn/trunk;module=.;proto=http" -S = "${WORKDIR}" - -do_configure_prepend() { - # all links to /usr/share/automake-1.10/ - rm -f ${S}/depcomp ${S}/config.guess ${S}/config.sub ${S}/INSTALL ${S}/install-sh ${S}/missing - touch ${S}/INSTALL -} +SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http" +S = "${WORKDIR}/trunk" do_install_append() { install -d "${D}/${datadir}/pixmaps" diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index b4e35b6890..602f78e335 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -3,7 +3,7 @@ DEPENDS = "eet evas ecore edje efreet edbus" LICENSE = "MIT BSD" SRCNAME = "e" PV = "0.16.999.060+svnr${SRCPV}" -PR = "r9" +PR = "r10" inherit e update-alternatives @@ -125,7 +125,9 @@ FILES_${PN} = "\ ${datadir}/enlightenment/COPYING \ ${datadir}/xsessions/enlightenment.desktop \ ${sysconfdir}/xdg \ + ${datadir}/enlightenment/data/config/illume-home \ " + FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" FILES_${PN}-config-illume = "${datadir}/enlightenment/data/config/illume" FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" diff --git a/recipes/e17/illume-keyboard-default_svn.bb b/recipes/e17/illume-keyboard-default_svn.bb index 8b8dbd4a41..f9fd8fd72f 100644 --- a/recipes/e17/illume-keyboard-default_svn.bb +++ b/recipes/e17/illume-keyboard-default_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The illume default keyboards" SECTION = "x11/data" SRCNAME = "e/src/modules/illume/keyboards" PV = "0.16.999.060+svnr${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http" S = "${WORKDIR}/${SRCNAME}" @@ -26,7 +26,7 @@ FILES_${PN}-alpha = "\ ${libdir}${INSTPATH}/alpha.png \ " FILES_${PN}-numeric = "\ - ${libdir}${INSTPATH}/Numeric.kbd \ + ${libdir}${INSTPATH}/Numbers.kbd \ ${libdir}${INSTPATH}/numeric.png \ " FILES_${PN}-terminal = "\ diff --git a/recipes/e17/illume-keyboards-shr_git.bb b/recipes/e17/illume-keyboards-shr_git.bb index 109dc51a54..0b3f95bf34 100644 --- a/recipes/e17/illume-keyboards-shr_git.bb +++ b/recipes/e17/illume-keyboards-shr_git.bb @@ -3,7 +3,7 @@ SECTION = "x11/data" SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master" S = "${WORKDIR}/git" -PV = "0.0+gitr${SRCPV}" +PV = "0.0+gitr${SRCREV}" PE = "1" PR = "r1" |
