diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-20 20:04:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-20 20:04:32 +0200 |
commit | b64269b221774fe970382a62ae4b4d1b8e38edac (patch) | |
tree | b18d6669a5a0980f263810bdb11c5746c3125de3 | |
parent | 402a0814947b310835c194b15d3b844e710dd394 (diff) | |
parent | d19953e28e630de55caefba81571c31b6c358102 (diff) | |
download | meta-openembedded-b64269b221774fe970382a62ae4b4d1b8e38edac.tar.gz |
Merge remote-tracking branch 'meta-oe-contrib/jansa/efl'
102 files changed, 549 insertions, 408 deletions
diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass index 27dd2ebcba..e701fb54d5 100644 --- a/meta-efl/classes/e-base.bbclass +++ b/meta-efl/classes/e-base.bbclass | |||
@@ -1,6 +1,9 @@ | |||
1 | HOMEPAGE = "http://www.enlightenment.org" | 1 | HOMEPAGE = "http://www.enlightenment.org" |
2 | SRCNAME ?= "${BPN}" | 2 | SRCNAME ?= "${BPN}" |
3 | SRCVER ?= "${PV}" | ||
3 | 4 | ||
4 | EFL_SRCREV ?= "70490" | 5 | EFL_SRCREV ?= "75359" |
5 | 6 | ||
6 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
8 | |||
9 | S = "${WORKDIR}/${SRCNAME}-${SRCVER}" | ||
diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass index 375f914752..4bcc2bc7e1 100644 --- a/meta-efl/classes/e.bbclass +++ b/meta-efl/classes/e.bbclass | |||
@@ -3,12 +3,12 @@ SECTION = "e/apps" | |||
3 | inherit e-base autotools pkgconfig binconfig | 3 | inherit e-base autotools pkgconfig binconfig |
4 | 4 | ||
5 | do_prepsources () { | 5 | do_prepsources () { |
6 | make clean distclean || true | 6 | make clean distclean || true |
7 | } | 7 | } |
8 | addtask prepsources after do_patch before do_configure | 8 | addtask prepsources after do_patch before do_configure |
9 | 9 | ||
10 | do_configure_append() { | 10 | do_configure_append() { |
11 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 11 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
12 | } | 12 | } |
13 | 13 | ||
14 | export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" | 14 | export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" |
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index 792343b695..bc2f640cf0 100644 --- a/meta-efl/classes/efl.bbclass +++ b/meta-efl/classes/efl.bbclass | |||
@@ -10,13 +10,13 @@ inherit e-base autotools | |||
10 | # evas-native looks at this var, so keep it | 10 | # evas-native looks at this var, so keep it |
11 | 11 | ||
12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
13 | autopoint || touch config.rpath | 13 | autopoint || touch config.rpath |
14 | } | 14 | } |
15 | 15 | ||
16 | do_install_prepend () { | 16 | do_install_prepend () { |
17 | for i in `find ${S}/ -name "*.pc" -type f` ; do \ | 17 | for i in `find ${S}/ -name "*.pc" -type f` ; do \ |
18 | sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i | 18 | sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i |
19 | done | 19 | done |
20 | } | 20 | } |
21 | 21 | ||
22 | PACKAGES =+ "${PN}-themes" | 22 | PACKAGES =+ "${PN}-themes" |
@@ -60,4 +60,4 @@ FILES_${PN}-dbg += "${libdir}/${PN}/.debug \ | |||
60 | 60 | ||
61 | FILES_${PN}-tests = "${bindir}/${PN} \ | 61 | FILES_${PN}-tests = "${bindir}/${PN} \ |
62 | ${bindir}/*_* \ | 62 | ${bindir}/*_* \ |
63 | ${datadir}" | 63 | ${datadir}/${PN}" |
diff --git a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc index b2d27fad1b..4625b1972a 100644 --- a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc +++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc | |||
@@ -1,6 +1,4 @@ | |||
1 | EFL_PREFERRED_VERSION ?= "1.2.0+svn%" | 1 | EFL_PREFERRED_VERSION ?= "1.6.99+svn%" |
2 | EFL_PREFERRED_VERSION_1.0 ?= "1.0.0+svn%" | ||
3 | EFL_PREFERRED_VERSION_EET ?= "1.6.0+svn%" | ||
4 | 2 | ||
5 | PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" | 3 | PREFERRED_VERSION_ecore ?= "${EFL_PREFERRED_VERSION}" |
6 | PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" | 4 | PREFERRED_VERSION_ecore-native ?= "${EFL_PREFERRED_VERSION}" |
@@ -18,15 +16,23 @@ PREFERRED_VERSION_eina-native ?= "${EFL_PREFERRED_VERSION}" | |||
18 | PREFERRED_VERSION_embryo ?= "${EFL_PREFERRED_VERSION}" | 16 | PREFERRED_VERSION_embryo ?= "${EFL_PREFERRED_VERSION}" |
19 | PREFERRED_VERSION_embryo-native ?= "${EFL_PREFERRED_VERSION}" | 17 | PREFERRED_VERSION_embryo-native ?= "${EFL_PREFERRED_VERSION}" |
20 | PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}" | 18 | PREFERRED_VERSION_evas ?= "${EFL_PREFERRED_VERSION}" |
19 | PREFERRED_VERSION_evas-generic-loaders ?= "${EFL_PREFERRED_VERSION}" | ||
21 | PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}" | 20 | PREFERRED_VERSION_evas-native ?= "${EFL_PREFERRED_VERSION}" |
22 | PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}" | 21 | PREFERRED_VERSION_expedite ?= "${EFL_PREFERRED_VERSION}" |
23 | PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}" | 22 | PREFERRED_VERSION_expedite-native ?= "${EFL_PREFERRED_VERSION}" |
24 | 23 | ||
25 | PREFERRED_VERSION_eet ?= "${EFL_PREFERRED_VERSION_EET}" | 24 | PREFERRED_VERSION_eet ?= "${EFL_PREFERRED_VERSION}" |
26 | PREFERRED_VERSION_eet-native ?= "${EFL_PREFERRED_VERSION_EET}" | 25 | PREFERRED_VERSION_eet-native ?= "${EFL_PREFERRED_VERSION}" |
27 | 26 | ||
28 | PREFERRED_VERSION_eio ?= "${EFL_PREFERRED_VERSION_1.0}" | 27 | PREFERRED_VERSION_eio ?= "${EFL_PREFERRED_VERSION}" |
29 | PREFERRED_VERSION_eio-native ?= "${EFL_PREFERRED_VERSION_1.0}" | 28 | PREFERRED_VERSION_eio-native ?= "${EFL_PREFERRED_VERSION}" |
30 | PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION_1.0}" | 29 | PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}" |
31 | PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION_1.0}" | 30 | PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" |
32 | PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION_1.0}" | 31 | PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" |
32 | |||
33 | PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}" | ||
34 | PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}" | ||
35 | PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}" | ||
36 | PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}" | ||
37 | PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}" | ||
38 | PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}" | ||
diff --git a/meta-efl/recipes-devtools/python/python-ecore.inc b/meta-efl/recipes-devtools/python/python-ecore.inc new file mode 100644 index 0000000000..79aaeeccd1 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-ecore.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | DEPENDS += "python-evas ecore" | ||
5 | RDEPENDS_${PN} += "python-evas" | ||
diff --git a/meta-efl/recipes-devtools/python/python-ecore_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-ecore_1.6.99-beta.bb new file mode 100644 index 0000000000..f2c775011f --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-ecore_1.6.99-beta.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "7cd483e817e41017adcd23cea4ce462d" | ||
6 | SRC_URI[sha256sum] = "09a99f728b946c44955ad91e3ac072643e533ded74110f481e27b8f035877a95" | ||
diff --git a/meta-efl/recipes-devtools/python/python-ecore_svn.bb b/meta-efl/recipes-devtools/python/python-ecore_svn.bb index 2edf864717..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-ecore_svn.bb +++ b/meta-efl/recipes-devtools/python/python-ecore_svn.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv2.1" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | PR = "${INC_PR}.2" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "python-evas ecore" | 4 | PV = "1.6.99+svnr${SRCPV}" |
7 | RDEPENDS_${PN} += "python-evas" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | |||
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edbus.inc b/meta-efl/recipes-devtools/python/python-edbus.inc new file mode 100644 index 0000000000..86ae773436 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-edbus.inc | |||
@@ -0,0 +1,6 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | DEPENDS += "edbus python-dbus" | ||
5 | RDEPENDS_${PN} += "python-dbus" | ||
6 | SRCNAME = "python-e_dbus" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edbus_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-edbus_1.6.99-beta.bb new file mode 100644 index 0000000000..b3d0e2ef6a --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-edbus_1.6.99-beta.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "d6140208bb2608bd320a70298c0c4234" | ||
6 | SRC_URI[sha256sum] = "468bc77dc1b64d04c688b2f07ddcbeac406d984121b90e78ba802c92e58e4daf" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edbus_svn.bb b/meta-efl/recipes-devtools/python/python-edbus_svn.bb index 256a52aaf7..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-edbus_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edbus_svn.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv2.1" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | PR = "${INC_PR}.1" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "edbus python-dbus" | 4 | PV = "1.6.99+svnr${SRCPV}" |
7 | RDEPENDS_${PN} += "python-dbus" | 5 | DEFAULT_PREFERENCE = "-1" |
8 | SRCNAME = "python-e_dbus" | 6 | |
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edje.inc b/meta-efl/recipes-devtools/python/python-edje.inc new file mode 100644 index 0000000000..473b92e873 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-edje.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | DEPENDS += "edje python-evas evas" | ||
5 | RDEPENDS_${PN} += "python-evas" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edje_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-edje_1.6.99-beta.bb new file mode 100644 index 0000000000..3d8842594c --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-edje_1.6.99-beta.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | SRC_URI += "file://0001-fix-unicode-conversion.patch" | ||
5 | |||
6 | SRC_URI[md5sum] = "eac613c2f3d88d30ba1adf4acd5090bf" | ||
7 | SRC_URI[sha256sum] = "6ce7b57a4afaddf8dbf423543380cdc798c954b31ffd9d47e6af9536786abc05" | ||
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb index 1607d8700e..3d392d0ff8 100644 --- a/meta-efl/recipes-devtools/python/python-edje_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv2.1" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | PR = "${INC_PR}.2" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "edje python-evas" | 4 | PV = "1.6.99+svnr${SRCPV}" |
7 | RDEPENDS_${PN} += "python-evas" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | |||
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||
8 | 9 | ||
9 | SRC_URI += "file://0001-fix-unicode-conversion.patch" | 10 | SRC_URI += "file://0001-fix-unicode-conversion.patch" |
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 6ca5e3f7f4..77d4114ca7 100644 --- a/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-efl/recipes-devtools/python/python-efl.inc | |||
@@ -6,8 +6,7 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>" | |||
6 | # the extension modules. | 6 | # the extension modules. |
7 | DEPENDS = "python-cython-native python-pyrex-native python-numeric eina" | 7 | DEPENDS = "python-cython-native python-pyrex-native python-numeric eina" |
8 | RDEPENDS_${PN} += "python-lang" | 8 | RDEPENDS_${PN} += "python-lang" |
9 | PV = "0.7.3+svnr${SRCPV}" | 9 | INC_PR = "r0" |
10 | INC_PR = "r2" | ||
11 | 10 | ||
12 | # necessary to let the call for python-config succeed | 11 | # necessary to let the call for python-config succeed |
13 | export BUILD_SYS | 12 | export BUILD_SYS |
@@ -15,29 +14,33 @@ export HOST_SYS | |||
15 | 14 | ||
16 | inherit e-base autotools pkgconfig distutils-base | 15 | inherit e-base autotools pkgconfig distutils-base |
17 | 16 | ||
18 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 17 | SRCVER = "${PV}" |
19 | S = "${WORKDIR}/${SRCNAME}" | 18 | |
19 | SRC_URI = "\ | ||
20 | ${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \ | ||
21 | " | ||
22 | S = "${WORKDIR}/${SRCNAME}-${SRCVER}" | ||
20 | 23 | ||
21 | 24 | ||
22 | do_configure_prepend() { | 25 | do_configure_prepend() { |
23 | # prefix CYTHON_.*_INCLUDEDIR with path to STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly | 26 | # prefix CYTHON_.*_INCLUDEDIR with path to STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly |
24 | sed -i "s#\`\$PKG_CONFIG --variable=includedir \"python-evas#${STAGING_DIR_HOST}\`\$PKG_CONFIG --variable=includedir \"python-evas#g" ${S}/configure.ac | 27 | sed -i "s#\`\$PKG_CONFIG --variable=includedir \"python-evas#${STAGING_DIR_HOST}\`\$PKG_CONFIG --variable=includedir \"python-evas#g" ${S}/configure.ac |
25 | } | 28 | } |
26 | 29 | ||
27 | do_install_append() { | 30 | do_install_append() { |
28 | if [ -e examples ]; then | 31 | if [ -e examples ]; then |
29 | for i in `find examples -name "*.edc"`; do | 32 | for i in `find examples -name "*.edc"`; do |
30 | cd ${S}/`dirname $i` | 33 | cd ${S}/`dirname $i` |
31 | echo "Generating .edj file for $i..." | 34 | echo "Generating .edj file for $i..." |
32 | edje_cc `basename $i` | 35 | edje_cc `basename $i` |
33 | echo "Removing sources in this directory..." | 36 | echo "Removing sources in this directory..." |
34 | rm -f *.edc *.png *.ttf *.jpeg | 37 | rm -f *.edc *.png *.ttf *.jpeg |
35 | done | 38 | done |
36 | cd ${S} | 39 | cd ${S} |
37 | install -d ${D}${datadir}/${PN}/ | 40 | install -d ${D}${datadir}/${PN}/ |
38 | cp -a examples ${D}${datadir}/${PN}/ | 41 | cp -a examples ${D}${datadir}/${PN}/ |
39 | find ${D}${datadir}/${PN}/examples -name ".svn" | xargs rm -rf | 42 | find ${D}${datadir}/${PN}/examples -name ".svn" | xargs rm -rf |
40 | fi | 43 | fi |
41 | } | 44 | } |
42 | 45 | ||
43 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug" | 46 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug" |
diff --git a/meta-efl/recipes-devtools/python/python-elementary.inc b/meta-efl/recipes-devtools/python/python-elementary.inc new file mode 100644 index 0000000000..3f1d123c3a --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-elementary.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
4 | DEPENDS += "elementary python-evas" | ||
5 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" | ||
diff --git a/meta-efl/recipes-devtools/python/python-elementary_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-elementary_1.6.99-beta.bb new file mode 100644 index 0000000000..be63412acd --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-elementary_1.6.99-beta.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "f2b801aa8fe53914abbcfdf14aa1d325" | ||
6 | SRC_URI[sha256sum] = "1255bab89b824754c1a0909f2646ff63fd0e12478e0bfbfbdc3cfd48ea9bfa25" | ||
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb index 911ed6f088..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb +++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv3" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
4 | PR = "${INC_PR}.6" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "elementary python-evas" | 4 | PV = "1.6.99+svnr${SRCPV}" |
7 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | |||
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-devtools/python/python-emotion.inc b/meta-efl/recipes-devtools/python/python-emotion.inc new file mode 100644 index 0000000000..ac64676f08 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-emotion.inc | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | DEPENDS += "emotion python-evas" | ||
5 | RDEPENDS_${PN} += "python-ecore" | ||
diff --git a/meta-efl/recipes-devtools/python/python-emotion_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-emotion_1.6.99-beta.bb new file mode 100644 index 0000000000..976cf5693f --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-emotion_1.6.99-beta.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "3cfd52e8415f48d77fdb1fe73244c2b2" | ||
6 | SRC_URI[sha256sum] = "76d673b99e5e894b469bb04f67a14492a6021edc95762ba71da7b24c36fa660a" | ||
diff --git a/meta-efl/recipes-devtools/python/python-emotion_svn.bb b/meta-efl/recipes-devtools/python/python-emotion_svn.bb index a39c0c8817..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-emotion_svn.bb +++ b/meta-efl/recipes-devtools/python/python-emotion_svn.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv2.1" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | PR = "${INC_PR}.1" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "emotion python-evas" | 4 | PV = "1.6.99+svnr${SRCPV}" |
7 | RDEPENDS_${PN} += "python-ecore" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | |||
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-devtools/python/python-evas.inc b/meta-efl/recipes-devtools/python/python-evas.inc new file mode 100644 index 0000000000..3211b14418 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-evas.inc | |||
@@ -0,0 +1,4 @@ | |||
1 | require python-efl.inc | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | DEPENDS += "evas" | ||
diff --git a/meta-efl/recipes-devtools/python/python-evas_1.6.99-beta.bb b/meta-efl/recipes-devtools/python/python-evas_1.6.99-beta.bb new file mode 100644 index 0000000000..cabc9c8899 --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-evas_1.6.99-beta.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | SRCVER = "1.7.0-beta" | ||
4 | |||
5 | SRC_URI[md5sum] = "19262c0baac27f35f136e4aaa3ca0171" | ||
6 | SRC_URI[sha256sum] = "6784109dc637bd8a50f31eb3a9ff31e0eece0fba04c8a2a527d6bd83c1b02cf8" | ||
diff --git a/meta-efl/recipes-devtools/python/python-evas_svn.bb b/meta-efl/recipes-devtools/python/python-evas_svn.bb index 8d719ce852..a0298e8596 100644 --- a/meta-efl/recipes-devtools/python/python-evas_svn.bb +++ b/meta-efl/recipes-devtools/python/python-evas_svn.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require python-efl.inc | 1 | require ${BPN}.inc |
2 | LICENSE = "LGPLv2.1" | 2 | PR = "${INC_PR}.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
4 | PR = "${INC_PR}.2" | ||
5 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "evas" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | ||
8 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb index 5ff068143d..1bf5f1de09 100644 --- a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb | |||
@@ -24,12 +24,12 @@ SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http \ | |||
24 | S = "${WORKDIR}/${SRCNAME}" | 24 | S = "${WORKDIR}/${SRCNAME}" |
25 | 25 | ||
26 | do_compile() { | 26 | do_compile() { |
27 | ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images ${S}/efenniht.edc -o ${S}/efenniht.edj | 27 | ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images ${S}/efenniht.edc -o ${S}/efenniht.edj |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install() { | 30 | do_install() { |
31 | install -d ${D}${datadir}/enlightenment/data/themes/ | 31 | install -d ${D}${datadir}/enlightenment/data/themes/ |
32 | install -m 0644 ${S}/efenniht.edj ${D}${datadir}/enlightenment/data/themes/ | 32 | install -m 0644 ${S}/efenniht.edj ${D}${datadir}/enlightenment/data/themes/ |
33 | } | 33 | } |
34 | 34 | ||
35 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | 35 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" |
diff --git a/meta-efl/recipes-efl/e17/e-wm/applications.menu b/meta-efl/recipes-efl/e17/e-wm/applications.menu index 77c6f0429c..ed9b906621 100644 --- a/meta-efl/recipes-efl/e17/e-wm/applications.menu +++ b/meta-efl/recipes-efl/e17/e-wm/applications.menu | |||
@@ -85,10 +85,10 @@ | |||
85 | <Directory>Accessories.directory</Directory> | 85 | <Directory>Accessories.directory</Directory> |
86 | <Include> | 86 | <Include> |
87 | <And> | 87 | <And> |
88 | <Or> | 88 | <Or> |
89 | <Category>Applications</Category> | 89 | <Category>Applications</Category> |
90 | <Category>Utility</Category> | 90 | <Category>Utility</Category> |
91 | </Or> | 91 | </Or> |
92 | <Not> | 92 | <Not> |
93 | <Category>System</Category> | 93 | <Category>System</Category> |
94 | <Category>Office</Category> | 94 | <Category>Office</Category> |
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb index 6f5fab1410..8e70507b32 100644 --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | DESCRIPTION = "The Enlightenment Window Manager Version 17" | 1 | DESCRIPTION = "The Enlightenment Window Manager Version 17" |
2 | DEPENDS = "eet evas eina ecore edje efreet edbus eeze" | 2 | DEPENDS = "eet evas eina ecore edje efreet edbus eeze eio elementary" |
3 | LICENSE = "MIT BSD" | 3 | LICENSE = "MIT BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d" |
5 | SRCNAME = "e" | 5 | SRCNAME = "e" |
6 | PV = "0.16.999.060+svnr${SRCPV}" | 6 | PV = "0.16.999.060+svnr${SRCPV}" |
7 | PR = "r2" | 7 | PR = "r5" |
8 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
9 | 9 | ||
10 | inherit e update-alternatives gettext | 10 | inherit e update-alternatives gettext |
@@ -25,7 +25,7 @@ EXTRA_OECONF = "\ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | do_configure_prepend() { | 27 | do_configure_prepend() { |
28 | autopoint || true | 28 | autopoint || true |
29 | } | 29 | } |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install_append() { |
@@ -54,6 +54,10 @@ RDEPENDS_${PN} += "\ | |||
54 | edje-utils \ | 54 | edje-utils \ |
55 | ${PN}-utils \ | 55 | ${PN}-utils \ |
56 | dbus-x11 \ | 56 | dbus-x11 \ |
57 | evas-loader-png \ | ||
58 | evas-loader-jpeg \ | ||
59 | evas-loader-gif \ | ||
60 | evas-generic-loader-svg \ | ||
57 | " | 61 | " |
58 | 62 | ||
59 | # Uclibc build don't have 'glibc-utils' | 63 | # Uclibc build don't have 'glibc-utils' |
@@ -62,9 +66,13 @@ RDEPENDS_${PN}_append_libc-glibc = " glibc-utils " | |||
62 | # The systray module used to be external, but is part of e-wm now | 66 | # The systray module used to be external, but is part of e-wm now |
63 | RREPLACES_${PN} = "systray" | 67 | RREPLACES_${PN} = "systray" |
64 | 68 | ||
69 | RREPLACES_${PN}-config-mobile = "${PN}-config-illume2" | ||
70 | RCONFLICTS_${PN}-config-mobile = "${PN}-config-illume2" | ||
71 | RPROVIDES_${PN}-config-mobile = "${PN}-config-illume2" | ||
72 | |||
65 | PACKAGES =+ "\ | 73 | PACKAGES =+ "\ |
66 | ${PN}-config-default \ | 74 | ${PN}-config-default \ |
67 | ${PN}-config-illume2 \ | 75 | ${PN}-config-mobile \ |
68 | ${PN}-config-minimalist \ | 76 | ${PN}-config-minimalist \ |
69 | ${PN}-config-netbook \ | 77 | ${PN}-config-netbook \ |
70 | ${PN}-config-scaleable \ | 78 | ${PN}-config-scaleable \ |
@@ -72,6 +80,7 @@ PACKAGES =+ "\ | |||
72 | ${PN}-theme-default \ | 80 | ${PN}-theme-default \ |
73 | ${PN}-background-dark-gradient \ | 81 | ${PN}-background-dark-gradient \ |
74 | ${PN}-background-light-gradient \ | 82 | ${PN}-background-light-gradient \ |
83 | ${PN}-backgrounds \ | ||
75 | ${PN}-images \ | 84 | ${PN}-images \ |
76 | ${PN}-icons \ | 85 | ${PN}-icons \ |
77 | ${PN}-other \ | 86 | ${PN}-other \ |
@@ -105,6 +114,7 @@ FILES_${PN} = "\ | |||
105 | ${libdir}/enlightenment/*plugins/*/*/* \ | 114 | ${libdir}/enlightenment/*plugins/*/*/* \ |
106 | ${libdir}/enlightenment/preload/e_precache.so \ | 115 | ${libdir}/enlightenment/preload/e_precache.so \ |
107 | ${datadir}/enlightenment/data/icons \ | 116 | ${datadir}/enlightenment/data/icons \ |
117 | ${datadir}/enlightenment/data/favorites \ | ||
108 | ${datadir}/enlightenment/data/input_methods \ | 118 | ${datadir}/enlightenment/data/input_methods \ |
109 | ${datadir}/enlightenment/data/config/profile.cfg \ | 119 | ${datadir}/enlightenment/data/config/profile.cfg \ |
110 | ${datadir}/enlightenment/AUTHORS \ | 120 | ${datadir}/enlightenment/AUTHORS \ |
@@ -114,7 +124,7 @@ FILES_${PN} = "\ | |||
114 | " | 124 | " |
115 | 125 | ||
116 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" | 126 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" |
117 | FILES_${PN}-config-illume2 = "${datadir}/enlightenment/data/config/illume" | 127 | FILES_${PN}-config-mobile = "${datadir}/enlightenment/data/config/mobile" |
118 | FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" | 128 | FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" |
119 | FILES_${PN}-config-netbook = "${datadir}/enlightenment/data/config/netbook" | 129 | FILES_${PN}-config-netbook = "${datadir}/enlightenment/data/config/netbook" |
120 | FILES_${PN}-config-scaleable = "${datadir}/enlightenment/data/config/scaleable" | 130 | FILES_${PN}-config-scaleable = "${datadir}/enlightenment/data/config/scaleable" |
@@ -123,7 +133,8 @@ FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj" | |||
123 | FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj" | 133 | FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj" |
124 | FILES_${PN}-background-dark-gradient = "${datadir}/enlightenment/data/backgrounds/Dark_Gradient.edj" | 134 | FILES_${PN}-background-dark-gradient = "${datadir}/enlightenment/data/backgrounds/Dark_Gradient.edj" |
125 | FILES_${PN}-background-light-gradient = "${datadir}/enlightenment/data/backgrounds/Light_Gradient.edj" | 135 | FILES_${PN}-background-light-gradient = "${datadir}/enlightenment/data/backgrounds/Light_Gradient.edj" |
126 | FILES_${PN}-images = "${datadir}/enlightenment/data/images" | 136 | FILES_${PN}-backgrounds = "${datadir}/enlightenment/data/backgrounds/*.edj" |
137 | FILES_${PN}-images = "${datadir}/enlightenment/data/images ${datadir}/enlightenment/data/flags" | ||
127 | FILES_${PN}-icons = "${datadir}/enlightenment/data/icons" | 138 | FILES_${PN}-icons = "${datadir}/enlightenment/data/icons" |
128 | FILES_${PN}-other = "${datadir}/enlightenment/data/other" | 139 | FILES_${PN}-other = "${datadir}/enlightenment/data/other" |
129 | FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods" | 140 | FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods" |
@@ -133,6 +144,7 @@ FILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" | |||
133 | 144 | ||
134 | FILES_efm-desktop-icon = "\ | 145 | FILES_efm-desktop-icon = "\ |
135 | ${datadir}/applications/efm.desktop \ | 146 | ${datadir}/applications/efm.desktop \ |
147 | ${datadir}/applications/enlightenment_filemanager.desktop \ | ||
136 | ${datadir}/icons/e-module-fileman.png \ | 148 | ${datadir}/icons/e-module-fileman.png \ |
137 | " | 149 | " |
138 | 150 | ||
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb index 81be734a73..06998cfb02 100644 --- a/meta-efl/recipes-efl/e17/enjoy_svn.bb +++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Enjoy music player" | 1 | DESCRIPTION = "Enjoy music player" |
2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0f507c68d42d1cc0fcb507d007112bf2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
4 | DEPENDS = "evas ecore edje elementary emotion lightmediascanner" | 4 | DEPENDS = "evas ecore edje elementary emotion lightmediascanner" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | PV = "0.0+svnr${SRCPV}" | 6 | PV = "0.0+svnr${SRCPV}" |
@@ -35,9 +35,9 @@ do_configure_prepend() { | |||
35 | } | 35 | } |
36 | 36 | ||
37 | pkg_postinst_${PN} () { | 37 | pkg_postinst_${PN} () { |
38 | echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!" | 38 | echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!" |
39 | echo "enjoy: Meanwhile please run:" | 39 | echo "enjoy: Meanwhile please run:" |
40 | echo "enjoy: test-lms -m mono -p id3 -i 5000 -s /path/to/your/music/dir /home/root/.config/enjoy/media.db" | 40 | echo "enjoy: test-lms -m mono -p id3 -i 5000 -s /path/to/your/music/dir /home/root/.config/enjoy/media.db" |
41 | echo "enjoy:" | 41 | echo "enjoy:" |
42 | echo "enjoy: Use test-lms -P to see available formats that can be scanned" | 42 | echo "enjoy: Use test-lms -P to see available formats that can be scanned" |
43 | } | 43 | } |
diff --git a/meta-efl/recipes-efl/e17/eve/0001-eve-update-for-newer-webkit-efl.patch b/meta-efl/recipes-efl/e17/eve/0001-eve-update-for-newer-webkit-efl.patch deleted file mode 100644 index a1f14df39b..0000000000 --- a/meta-efl/recipes-efl/e17/eve/0001-eve-update-for-newer-webkit-efl.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | From 7c25cbf1901e9be1c0bebca6c9bcaa79dbbdf849 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Wed, 18 Jul 2012 17:54:50 +0200 | ||
4 | Subject: [PATCH] eve: update for newer webkit-efl | ||
5 | |||
6 | * ewk_settings_icon_database_icon_object_add was renamed to ewk_settings_icon_database_icon_object_get | ||
7 | in webkit r113173 (see https://bugs.webkit.org/show_bug.cgi?id=82438) | ||
8 | |||
9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
10 | --- | ||
11 | src/bin/chrome.c | 4 ++-- | ||
12 | 1 files changed, 2 insertions(+), 2 deletions(-) | ||
13 | |||
14 | diff --git a/src/bin/chrome.c b/src/bin/chrome.c | ||
15 | index e402cad..ee8f0c4 100644 | ||
16 | --- a/src/bin/chrome.c | ||
17 | +++ b/src/bin/chrome.c | ||
18 | @@ -985,7 +985,7 @@ _chrome_state_apply(Evas_Object *chrome, Evas_Object *view) | ||
19 | if (old_icon) evas_object_del(old_icon); | ||
20 | if (url) | ||
21 | { | ||
22 | - favicon = ewk_settings_icon_database_icon_object_add(url, canvas); | ||
23 | + favicon = ewk_settings_icon_database_icon_object_get(url, canvas); | ||
24 | if (favicon) | ||
25 | elm_object_part_content_set(text_url, "icon", favicon); | ||
26 | } | ||
27 | @@ -2456,7 +2456,7 @@ more_content_get(void *data, Evas_Object *obj, const char *part) | ||
28 | { | ||
29 | Evas_Object *chrome = evas_object_data_get(obj, "chrome"); | ||
30 | Evas *canvas = evas_object_evas_get(chrome); | ||
31 | - icon = ewk_settings_icon_database_icon_object_add(mmi->next, canvas); | ||
32 | + icon = ewk_settings_icon_database_icon_object_get(mmi->next, canvas); | ||
33 | } | ||
34 | return icon; | ||
35 | } | ||
36 | -- | ||
37 | 1.7.8.6 | ||
38 | |||
diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 9528ff3fbc..d760c4a85a 100644 --- a/meta-efl/recipes-efl/e17/eve_svn.bb +++ b/meta-efl/recipes-efl/e17/eve_svn.bb | |||
@@ -3,7 +3,6 @@ LICENSE = "LGPLv3" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
4 | DEPENDS = "evas ecore edje elementary webkit-efl" | 4 | DEPENDS = "evas ecore edje elementary webkit-efl" |
5 | PV = "0.3.0.0+svnr${SRCPV}" | 5 | PV = "0.3.0.0+svnr${SRCPV}" |
6 | PR = "r1" | ||
7 | SRCREV = "${EFL_SRCREV}" | 6 | SRCREV = "${EFL_SRCREV}" |
8 | 7 | ||
9 | inherit e gettext | 8 | inherit e gettext |
@@ -15,7 +14,6 @@ do_configure_prepend() { | |||
15 | } | 14 | } |
16 | 15 | ||
17 | SRC_URI += "file://eve-theme-for-smaller-screens.patch \ | 16 | SRC_URI += "file://eve-theme-for-smaller-screens.patch \ |
18 | file://0001-eve-update-for-newer-webkit-efl.patch \ | ||
19 | " | 17 | " |
20 | 18 | ||
21 | EXTRA_OECONF = "\ | 19 | EXTRA_OECONF = "\ |
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb index c5219b7be2..49389006a8 100644 --- a/meta-efl/recipes-efl/e17/exalt-client_svn.bb +++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb | |||
@@ -8,8 +8,8 @@ DEPENDS += "elementary exalt edje-native" | |||
8 | CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus" | 8 | CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus" |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure_prepend() { |
11 | sed -i -e /po/d configure.ac | 11 | sed -i -e /po/d configure.ac |
12 | sed -i -e s:\ po::g Makefile.am | 12 | sed -i -e s:\ po::g Makefile.am |
13 | } | 13 | } |
14 | 14 | ||
15 | FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \ | 15 | FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \ |
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb index 3207a4ba2a..a5590e1452 100644 --- a/meta-efl/recipes-efl/e17/exalt_svn.bb +++ b/meta-efl/recipes-efl/e17/exalt_svn.bb | |||
@@ -19,13 +19,13 @@ EXTRA_OECONF = " \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install_append() { |
22 | # install dbus config file | 22 | # install dbus config file |
23 | install -d ${D}${sysconfdir}/dbus-1/system.d/ | 23 | install -d ${D}${sysconfdir}/dbus-1/system.d/ |
24 | install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf | 24 | install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf |
25 | 25 | ||
26 | # install dbus service file | 26 | # install dbus service file |
27 | install -d ${D}${datadir}/dbus-1/system-services/ | 27 | install -d ${D}${datadir}/dbus-1/system-services/ |
28 | install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ | 28 | install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/dbus-1" | 31 | FILES_${PN} += "${datadir}/dbus-1" |
diff --git a/meta-efl/recipes-efl/e17/expedite_1.2.0.bb b/meta-efl/recipes-efl/e17/expedite_1.2.0.bb deleted file mode 100644 index c3890ffe96..0000000000 --- a/meta-efl/recipes-efl/e17/expedite_1.2.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "e9dfdf3dc35fdbec189914e3960c9949" | ||
10 | SRC_URI[sha256sum] = "533b18a823c8e417bd3b04db8d4f3ad7dcb4596e14397e38dd1788d39d98fe3d" | ||
diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb index 36e85058d3..55f3282b7b 100644 --- a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb +++ b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb | |||
@@ -2,7 +2,7 @@ SECTION = "x11/data" | |||
2 | 2 | ||
3 | SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master \ | 3 | SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master \ |
4 | file://0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch \ | 4 | file://0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch \ |
5 | file://LICENSE" | 5 | file://LICENSE" |
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
7 | 7 | ||
8 | SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" | 8 | SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" |
@@ -93,6 +93,6 @@ DESCRIPTION_illume-keyboard-persian = "Illume keyboard with persian layout" | |||
93 | FILES_illume-keyboard-persian = "${KEYBOARDS_DIR}/Persian.kbd ${KEYBOARDS_DIR}/Persian.png" | 93 | FILES_illume-keyboard-persian = "${KEYBOARDS_DIR}/Persian.kbd ${KEYBOARDS_DIR}/Persian.png" |
94 | 94 | ||
95 | do_install() { | 95 | do_install() { |
96 | make DESTDIR=${D} install | 96 | make DESTDIR=${D} install |
97 | } | 97 | } |
98 | 98 | ||
diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb index 1e429e7dd1..e45cd44c05 100644 --- a/meta-efl/recipes-efl/e17/news_svn.bb +++ b/meta-efl/recipes-efl/e17/news_svn.bb | |||
@@ -5,8 +5,8 @@ PR = "${INC_PR}.0" | |||
5 | require e-module.inc | 5 | require e-module.inc |
6 | 6 | ||
7 | do_configure_prepend() { | 7 | do_configure_prepend() { |
8 | sed -i -e /po/d configure.ac | 8 | sed -i -e /po/d configure.ac |
9 | sed -i -e s:\ po::g Makefile.am | 9 | sed -i -e s:\ po::g Makefile.am |
10 | } | 10 | } |
11 | 11 | ||
12 | 12 | ||
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb index 5c199332f3..6a6184be72 100644 --- a/meta-efl/recipes-efl/e17/places_svn.bb +++ b/meta-efl/recipes-efl/e17/places_svn.bb | |||
@@ -7,7 +7,7 @@ PR = "${INC_PR}.0" | |||
7 | require e-module.inc | 7 | require e-module.inc |
8 | 8 | ||
9 | do_configure_prepend() { | 9 | do_configure_prepend() { |
10 | autopoint || touch config.rpath | 10 | autopoint || touch config.rpath |
11 | } | 11 | } |
12 | 12 | ||
13 | # Calls /usr/bin/eject for media | 13 | # Calls /usr/bin/eject for media |
diff --git a/meta-efl/recipes-efl/e17/rain_svn.bb b/meta-efl/recipes-efl/e17/rain_svn.bb index 8738f3507d..917fe389df 100644 --- a/meta-efl/recipes-efl/e17/rain_svn.bb +++ b/meta-efl/recipes-efl/e17/rain_svn.bb | |||
@@ -5,8 +5,8 @@ PR = "${INC_PR}.0" | |||
5 | require e-module.inc | 5 | require e-module.inc |
6 | 6 | ||
7 | do_configure_prepend() { | 7 | do_configure_prepend() { |
8 | sed -i -e /po/d configure.ac | 8 | sed -i -e /po/d configure.ac |
9 | sed -i -e s:\ po::g Makefile.am | 9 | sed -i -e s:\ po::g Makefile.am |
10 | } | 10 | } |
11 | 11 | ||
12 | 12 | ||
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb index 465ffcfea5..9689f4679a 100644 --- a/meta-efl/recipes-efl/e17/screenshot_svn.bb +++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb | |||
@@ -10,7 +10,7 @@ DEPENDS += "emprint" | |||
10 | RDEPENDS_${PN} += "emprint" | 10 | RDEPENDS_${PN} += "emprint" |
11 | 11 | ||
12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
13 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac | 13 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac |
14 | } | 14 | } |
15 | 15 | ||
16 | 16 | ||
diff --git a/meta-efl/recipes-efl/e17/terminology_svn.bb b/meta-efl/recipes-efl/e17/terminology_svn.bb new file mode 100644 index 0000000000..48d229b4e7 --- /dev/null +++ b/meta-efl/recipes-efl/e17/terminology_svn.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "Enlightenment Terminal Emulator" | ||
2 | LICENSE = "MIT BSD" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=03f6c2cf2bef233fadf7d0769f5bfda7" | ||
4 | DEPENDS = "evas ecore edje elementary eina eet emotion" | ||
5 | |||
6 | PV = "0.1.0+svnr${SRCPV}" | ||
7 | PR = "r1" | ||
8 | SRCREV = "${EFL_SRCREV}" | ||
9 | |||
10 | inherit e gettext | ||
11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
12 | S = "${WORKDIR}/${SRCNAME}" | ||
13 | |||
14 | EXTRA_OECONF = "\ | ||
15 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | ||
16 | " | ||
17 | |||
18 | FILES_${PN} += "\ | ||
19 | ${datadir}/icons/terminology.png \ | ||
20 | " | ||
21 | |||
22 | # doesn't start without own theme | ||
23 | # ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error | ||
24 | # CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'? | ||
25 | RDEPENDS_${PN} += "${PN}-themes" | ||
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc index bc4758acdc..9faaf3a533 100644 --- a/meta-efl/recipes-efl/efl/ecore.inc +++ b/meta-efl/recipes-efl/efl/ecore.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" | 1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" |
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6ff2c3c85de2faf5fd7dcd9ccfc8886" |
4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \ | 4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 gnutls \ |
5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" | 5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" |
6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" | 6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" |
7 | # optional | 7 | # optional |
@@ -13,8 +13,8 @@ BBCLASSEXTEND = "native" | |||
13 | INC_PR = "r0" | 13 | INC_PR = "r0" |
14 | 14 | ||
15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
16 | touch ${S}/po/Makefile.in.in || true | 16 | touch ${S}/po/Makefile.in.in || true |
17 | sed -i -e 's: po::g' ${S}/Makefile.am | 17 | sed -i -e 's: po::g' ${S}/Makefile.am |
18 | } | 18 | } |
19 | 19 | ||
20 | FILESPATHPKG =. "${BPN}-${PV}:${BPN}:" | 20 | FILESPATHPKG =. "${BPN}-${PV}:${BPN}:" |
diff --git a/meta-efl/recipes-efl/efl/ecore/0001-ecore_exe-fix-compilation-on-fedora-18.patch b/meta-efl/recipes-efl/efl/ecore/0001-ecore_exe-fix-compilation-on-fedora-18.patch deleted file mode 100644 index 613cf5e478..0000000000 --- a/meta-efl/recipes-efl/efl/ecore/0001-ecore_exe-fix-compilation-on-fedora-18.patch +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | From 2ad957d5da1fc91faf7c2c6562139d19f29f5b9c Mon Sep 17 00:00:00 2001 | ||
2 | From: caro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | ||
3 | Date: Fri, 22 Jun 2012 05:36:00 +0000 | ||
4 | Subject: [PATCH] ecore_exe: fix compilation on fedora 18. | ||
5 | |||
6 | setpriority needs sys/resource.h. See: | ||
7 | |||
8 | http://linux.die.net/man/2/setpriority | ||
9 | |||
10 | I let sys/time.h, it does not hurt on linux and is anyway needed for BSD systems. | ||
11 | |||
12 | |||
13 | git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk@72684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 | ||
14 | --- | ||
15 | src/lib/ecore/ecore_exe.c | 7 ++----- | ||
16 | 2 files changed, 6 insertions(+), 5 deletions(-) | ||
17 | |||
18 | diff --git a/src/lib/ecore/ecore_exe.c b/src/lib/ecore/ecore_exe.c | ||
19 | index 7931a96..6db32a9 100644 | ||
20 | --- a/src/lib/ecore/ecore_exe.c | ||
21 | +++ b/src/lib/ecore/ecore_exe.c | ||
22 | @@ -2,11 +2,6 @@ | ||
23 | # include <config.h> | ||
24 | #endif | ||
25 | |||
26 | -#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__) | ||
27 | -# include <sys/time.h> | ||
28 | -# include <sys/resource.h> | ||
29 | -#endif | ||
30 | - | ||
31 | #include <stdlib.h> | ||
32 | #include <stdio.h> | ||
33 | #include <string.h> | ||
34 | @@ -14,6 +9,8 @@ | ||
35 | #include <sys/types.h> | ||
36 | #include <unistd.h> | ||
37 | #include <fcntl.h> | ||
38 | +#include <sys/time.h> | ||
39 | +#include <sys/resource.h> | ||
40 | |||
41 | #ifdef HAVE_SYS_PRCTL_H | ||
42 | # include <sys/prctl.h> | ||
43 | -- | ||
44 | 1.7.8.6 | ||
45 | |||
diff --git a/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch b/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch index a2ce285266..55773a3b98 100644 --- a/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch +++ b/meta-efl/recipes-efl/efl/ecore/fix-ecore-fb-initialization.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c36cd1201711560b914e567922903083c3b46ff1 Mon Sep 17 00:00:00 2001 | 1 | From 657571197c9d369e12ae31b6777a1929fe3680ef Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Sat, 29 Oct 2011 00:16:55 +0200 | 3 | Date: Sat, 29 Oct 2011 00:16:55 +0200 |
4 | Subject: [PATCH] ecore-fb: fix ts init | 4 | Subject: [PATCH] ecore-fb: fix ts init |
@@ -11,31 +11,31 @@ get at least a working touchscreen w/ tslib again. | |||
11 | Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de> | 11 | Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de> |
12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
13 | --- | 13 | --- |
14 | src/lib/ecore_fb/ecore_fb.c | 4 ++++ | 14 | ecore/src/lib/ecore_fb/ecore_fb.c | 4 ++++ |
15 | 1 files changed, 4 insertions(+), 0 deletions(-) | 15 | 1 files changed, 4 insertions(+), 0 deletions(-) |
16 | 16 | ||
17 | diff --git a/src/lib/ecore_fb/ecore_fb.c b/src/lib/ecore_fb/ecore_fb.c | 17 | diff --git a/src/lib/ecore_fb/ecore_fb.c b/src/lib/ecore_fb/ecore_fb.c |
18 | index ca7d73d..5b99989 100644 | 18 | index 5b2b84b..a1904b3 100644 |
19 | --- a/src/lib/ecore_fb/ecore_fb.c | 19 | --- a/src/lib/ecore_fb/ecore_fb.c |
20 | +++ b/src/lib/ecore_fb/ecore_fb.c | 20 | +++ b/src/lib/ecore_fb/ecore_fb.c |
21 | @@ -39,6 +39,9 @@ ecore_fb_init(const char *name __UNUSED__) | 21 | @@ -46,6 +46,9 @@ ecore_fb_init(const char *name __UNUSED__) |
22 | if (!ecore_fb_vt_init()) | 22 | if (!ecore_fb_vt_init()) |
23 | return --_ecore_fb_init_count; | 23 | return --_ecore_fb_init_count; |
24 | 24 | ||
25 | + if (!ecore_fb_ts_init()) | 25 | + if (!ecore_fb_ts_init()) |
26 | + return --_ecore_fb_init_count; | 26 | + return --_ecore_fb_init_count; |
27 | + | 27 | + |
28 | _ecore_fb_size_get(&_ecore_fb_console_w, &_ecore_fb_console_h); | 28 | if (!oldhand) |
29 | 29 | { | |
30 | return _ecore_fb_init_count; | 30 | oldhand = signal(SIGINT, nosigint); |
31 | @@ -59,6 +62,7 @@ ecore_fb_shutdown(void) | 31 | @@ -77,6 +80,7 @@ ecore_fb_shutdown(void) |
32 | if (--_ecore_fb_init_count != 0) | 32 | oldhand = NULL; |
33 | return _ecore_fb_init_count; | 33 | } |
34 | 34 | ||
35 | + ecore_fb_ts_shutdown(); | 35 | + ecore_fb_ts_shutdown(); |
36 | ecore_fb_vt_shutdown(); | 36 | ecore_fb_vt_shutdown(); |
37 | 37 | ||
38 | return _ecore_fb_init_count; | 38 | return _ecore_fb_init_count; |
39 | -- | 39 | -- |
40 | 1.7.7.1 | 40 | 1.7.8.6 |
41 | 41 | ||
diff --git a/meta-efl/recipes-efl/efl/ecore_1.2.1.bb b/meta-efl/recipes-efl/efl/ecore_1.2.1.bb deleted file mode 100644 index bec47a7e68..0000000000 --- a/meta-efl/recipes-efl/efl/ecore_1.2.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.1" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | file://fix-ecore-fb-initialization.patch \ | ||
8 | file://0001-ecore_exe-fix-compilation-on-fedora-18.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "557f8411d323b14ed7bf1be368ab302a" | ||
12 | SRC_URI[sha256sum] = "78d8374e5f901f1dd4c89e99508a5a3470b8a0cb2510ab5b7e45d670e6621ef8" | ||
diff --git a/meta-efl/recipes-efl/efl/ecore_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/ecore_1.6.99-beta.bb new file mode 100644 index 0000000000..084b00888f --- /dev/null +++ b/meta-efl/recipes-efl/efl/ecore_1.6.99-beta.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | file://fix-ecore-fb-initialization.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "12360540b2b8d46022cbf228c3bdef07" | ||
13 | SRC_URI[sha256sum] = "e3683d4b9be01347c564065bed36a77c6f42db56be7ea3cb6029a3b532afa1cb" | ||
diff --git a/meta-efl/recipes-efl/efl/ecore_svn.bb b/meta-efl/recipes-efl/efl/ecore_svn.bb index 05cc9db196..e00a0ccac2 100644 --- a/meta-efl/recipes-efl/efl/ecore_svn.bb +++ b/meta-efl/recipes-efl/efl/ecore_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc index ad20c8c783..ae558f00de 100644 --- a/meta-efl/recipes-efl/efl/edbus.inc +++ b/meta-efl/recipes-efl/efl/edbus.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" | 1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" |
2 | DEPENDS = "dbus ecore" | 2 | DEPENDS = "dbus ecore eina" |
3 | LICENSE = "MIT BSD" | 3 | LICENSE = "MIT BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" |
5 | 5 | ||
@@ -14,6 +14,8 @@ INC_PR = "r0" | |||
14 | SRCNAME = "e_dbus" | 14 | SRCNAME = "e_dbus" |
15 | 15 | ||
16 | EXTRA_OECONF += "--enable-build-test-gui" | 16 | EXTRA_OECONF += "--enable-build-test-gui" |
17 | # it needs to be disabled, because creates circular dependency on elementary | ||
18 | EXTRA_OECONF += "--disable-edbus-performance-test" | ||
17 | 19 | ||
18 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" | 20 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" |
19 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" | 21 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" |
@@ -25,3 +27,5 @@ FILES_${PN}-eofono = "${libdir}/libeofono.so.*" | |||
25 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" | 27 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" |
26 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" | 28 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" |
27 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" | 29 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" |
30 | FILES_${PN} += "${datadir}/e_dbus/logo.png" | ||
31 | |||
diff --git a/meta-efl/recipes-efl/efl/edbus_1.2.0.bb b/meta-efl/recipes-efl/efl/edbus_1.2.0.bb deleted file mode 100644 index 91371157dd..0000000000 --- a/meta-efl/recipes-efl/efl/edbus_1.2.0.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
9 | |||
10 | SRC_URI[md5sum] = "19dc0e43cd9defd5b8fdc7c8610bfe2c" | ||
11 | SRC_URI[sha256sum] = "2f72b3710ae66604e37e6f6b20857caae9e2ddc7002fa402806dce14b6acbd4c" | ||
diff --git a/meta-efl/recipes-efl/efl/edbus_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/edbus_1.6.99-beta.bb new file mode 100644 index 0000000000..c070549f0d --- /dev/null +++ b/meta-efl/recipes-efl/efl/edbus_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "542a8931b85675e497df0c290103ca87" | ||
12 | SRC_URI[sha256sum] = "e63fe9c67d3ec5b6bed06a4c49f70fbb93e30481f36f35ca2ee9810cbaf85868" | ||
diff --git a/meta-efl/recipes-efl/efl/edbus_svn.bb b/meta-efl/recipes-efl/efl/edbus_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/edbus_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/edje-fpu.inc b/meta-efl/recipes-efl/efl/edje-fpu.inc index 1af86e3cc0..dc39fa9c04 100644 --- a/meta-efl/recipes-efl/efl/edje-fpu.inc +++ b/meta-efl/recipes-efl/efl/edje-fpu.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | def get_edje_fpu_setting(bb, d): | 2 | def get_edje_fpu_setting(bb, d): |
3 | if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: | 3 | if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: |
4 | return "--enable-fixed-point" | 4 | return "--enable-fixed-point" |
5 | return "" | 5 | return "" |
6 | 6 | ||
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc index 311fb52688..6f50ea8fbc 100644 --- a/meta-efl/recipes-efl/efl/edje.inc +++ b/meta-efl/recipes-efl/efl/edje.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Edje is the Enlightenment graphical design & layout library" | 1 | DESCRIPTION = "Edje is the Enlightenment graphical design & layout library" |
2 | DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina libsndfile1" | 2 | DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina libsndfile1 eio" |
3 | DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native eina-native" | 3 | DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native eina-native" |
4 | DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native eina-native" | 4 | DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native eina-native" |
5 | # GPLv2 because of epp in PN-utils | 5 | # GPLv2 because of epp in PN-utils |
@@ -12,19 +12,19 @@ BBCLASSEXTEND = "native nativesdk" | |||
12 | INC_PR = "r0" | 12 | INC_PR = "r0" |
13 | 13 | ||
14 | do_configure_prepend_virtclass-native() { | 14 | do_configure_prepend_virtclass-native() { |
15 | sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c | 15 | sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c |
16 | sed -i 's: cpp -I: /usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c | 16 | sed -i 's: cpp -I: /usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c |
17 | sed -i 's:\"gcc -I:\"/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c | 17 | sed -i 's:\"gcc -I:\"/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c |
18 | } | 18 | } |
19 | # The new lua stuff is a bit broken... | 19 | # The new lua stuff is a bit broken... |
20 | do_configure_append() { | 20 | do_configure_append() { |
21 | for i in $(find "${S}" -name "Makefile") ; do | 21 | for i in $(find "${S}" -name "Makefile") ; do |
22 | sed -i -e 's:-L/usr/local/lib::g' $i | 22 | sed -i -e 's:-L/usr/local/lib::g' $i |
23 | done | 23 | done |
24 | } | 24 | } |
25 | 25 | ||
26 | do_compile_append() { | 26 | do_compile_append() { |
27 | sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc | 27 | sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc |
28 | } | 28 | } |
29 | 29 | ||
30 | # gain some extra performance at the expense of RAM - generally i'd say bad | 30 | # gain some extra performance at the expense of RAM - generally i'd say bad |
@@ -60,6 +60,7 @@ FILES_${PN}-utils = "\ | |||
60 | ${datadir}/edje/include/edje.inc \ | 60 | ${datadir}/edje/include/edje.inc \ |
61 | " | 61 | " |
62 | 62 | ||
63 | FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so" | 63 | FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so \ |
64 | ${datadir}/mime/packages/edje.xml" | ||
64 | FILES_${PN}-dev += "${libdir}/${PN}/modules/*/*/module.la" | 65 | FILES_${PN}-dev += "${libdir}/${PN}/modules/*/*/module.la" |
65 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/*/*/.debug" | 66 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/*/*/.debug" |
diff --git a/meta-efl/recipes-efl/efl/edje_1.2.1.bb b/meta-efl/recipes-efl/efl/edje_1.2.1.bb deleted file mode 100644 index 8f22e50972..0000000000 --- a/meta-efl/recipes-efl/efl/edje_1.2.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "b9df053b327cb41d2de2485bd596bb44" | ||
10 | SRC_URI[sha256sum] = "b793e98e9f65dfe7d007563e9d4cba84807a4473dfa9c94cdaee1ed9752cf6e0" | ||
diff --git a/meta-efl/recipes-efl/efl/edje_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/edje_1.6.99-beta.bb new file mode 100644 index 0000000000..eaccde9cf5 --- /dev/null +++ b/meta-efl/recipes-efl/efl/edje_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "07c1bdb6766391fa972e2f1a4c480413" | ||
12 | SRC_URI[sha256sum] = "7bbad4db88e82a6e0206942c859d4bbbba261cbaa4530f343664538456eef7c9" | ||
diff --git a/meta-efl/recipes-efl/efl/edje_svn.bb b/meta-efl/recipes-efl/efl/edje_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/edje_svn.bb +++ b/meta-efl/recipes-efl/efl/edje_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/eet.inc b/meta-efl/recipes-efl/efl/eet.inc index de17e058f8..0f6a9fe105 100644 --- a/meta-efl/recipes-efl/efl/eet.inc +++ b/meta-efl/recipes-efl/efl/eet.inc | |||
@@ -16,3 +16,9 @@ EXTRA_OECONF = "\ | |||
16 | --enable-old-eet-file-format \ | 16 | --enable-old-eet-file-format \ |
17 | --disable-assert \ | 17 | --disable-assert \ |
18 | " | 18 | " |
19 | |||
20 | PACKAGES =+ "${PN}-utils" | ||
21 | |||
22 | FILES_${PN}-utils = "\ | ||
23 | ${bindir}/${PN} \ | ||
24 | " | ||
diff --git a/meta-efl/recipes-efl/efl/eet_1.6.1.bb b/meta-efl/recipes-efl/efl/eet_1.6.1.bb deleted file mode 100644 index 36894eac90..0000000000 --- a/meta-efl/recipes-efl/efl/eet_1.6.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "eaa6c1088b60d2177b57554690507eb7" | ||
10 | SRC_URI[sha256sum] = "376056473e2d5d1873381b5782f50f7755ab8d1243f113f02c0e147f36203807" | ||
diff --git a/meta-efl/recipes-efl/efl/eet_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/eet_1.6.99-beta.bb new file mode 100644 index 0000000000..7c5a655953 --- /dev/null +++ b/meta-efl/recipes-efl/efl/eet_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "1103a2a0e5022c42dcb4ccacc5db8881" | ||
12 | SRC_URI[sha256sum] = "156aa6ef6880cf45b25c6cb45bf659ebb2e9bb207c11a479f504cd795c030c6b" | ||
diff --git a/meta-efl/recipes-efl/efl/eet_svn.bb b/meta-efl/recipes-efl/efl/eet_svn.bb index e9de45c8ac..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/eet_svn.bb +++ b/meta-efl/recipes-efl/efl/eet_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.6.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/eeze.inc b/meta-efl/recipes-efl/efl/eeze.inc index 1b0f489371..5d523c9916 100644 --- a/meta-efl/recipes-efl/efl/eeze.inc +++ b/meta-efl/recipes-efl/efl/eeze.inc | |||
@@ -6,7 +6,7 @@ DEPENDS = "ecore eet udev" | |||
6 | inherit efl | 6 | inherit efl |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | INC_PR = "r1" | 9 | INC_PR = "r0" |
10 | 10 | ||
11 | # Some upgrade path tweaking | 11 | # Some upgrade path tweaking |
12 | AUTO_LIBNAME_PKGS = "" | 12 | AUTO_LIBNAME_PKGS = "" |
diff --git a/meta-efl/recipes-efl/efl/eeze_1.2.0.bb b/meta-efl/recipes-efl/efl/eeze_1.2.0.bb deleted file mode 100644 index 9fb4e89a57..0000000000 --- a/meta-efl/recipes-efl/efl/eeze_1.2.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "4a5a12514e8c2de5d88d31bf4c34cac4" | ||
10 | SRC_URI[sha256sum] = "4df8ace51385ab15932c856b121b14fb93f2f5a87a08004078fdff5fee451cec" | ||
diff --git a/meta-efl/recipes-efl/efl/eeze_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/eeze_1.6.99-beta.bb new file mode 100644 index 0000000000..446503e66d --- /dev/null +++ b/meta-efl/recipes-efl/efl/eeze_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "b557e2e6c5988abf0695474b5763520b" | ||
12 | SRC_URI[sha256sum] = "b9c1262bc8e45b83c7b3643f9aefcebc88518953e4d4967ca655f1b325aac6ea" | ||
diff --git a/meta-efl/recipes-efl/efl/eeze_svn.bb b/meta-efl/recipes-efl/efl/eeze_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/eeze_svn.bb +++ b/meta-efl/recipes-efl/efl/eeze_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/efreet.inc b/meta-efl/recipes-efl/efl/efreet.inc index 9aaeaa72da..6c6852606e 100644 --- a/meta-efl/recipes-efl/efl/efreet.inc +++ b/meta-efl/recipes-efl/efl/efreet.inc | |||
@@ -3,7 +3,7 @@ DEPENDS = "ecore" | |||
3 | LICENSE = "MIT BSD" | 3 | LICENSE = "MIT BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9594ec75c5a57e71fccedcbe10dd3ef4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9594ec75c5a57e71fccedcbe10dd3ef4" |
5 | 5 | ||
6 | inherit efl | 6 | inherit efl gettext |
7 | 7 | ||
8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
9 | 9 | ||
diff --git a/meta-efl/recipes-efl/efl/efreet_1.2.0.bb b/meta-efl/recipes-efl/efl/efreet_1.2.0.bb deleted file mode 100644 index d1c850a592..0000000000 --- a/meta-efl/recipes-efl/efl/efreet_1.2.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "20fc8b8d364f518adf6d92c2e31650f9" | ||
10 | SRC_URI[sha256sum] = "cc23bfc65528e3bc7ba078db739653d95bd9b255d565b09745a161d338d699e4" | ||
diff --git a/meta-efl/recipes-efl/efl/efreet_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/efreet_1.6.99-beta.bb new file mode 100644 index 0000000000..330de4e676 --- /dev/null +++ b/meta-efl/recipes-efl/efl/efreet_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "35f4475b81da6b9bf9b3c022fd0947ab" | ||
12 | SRC_URI[sha256sum] = "b24ee9d2624804b3828b6458eddaf3e74c3d2deac58e15e33e6b183d60989a75" | ||
diff --git a/meta-efl/recipes-efl/efl/efreet_svn.bb b/meta-efl/recipes-efl/efl/efreet_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/efreet_svn.bb +++ b/meta-efl/recipes-efl/efl/efreet_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/eina_1.2.1.bb b/meta-efl/recipes-efl/efl/eina_1.2.1.bb deleted file mode 100644 index 4714db8c87..0000000000 --- a/meta-efl/recipes-efl/efl/eina_1.2.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "5dc2712b71f202d32c07394ad253a071" | ||
10 | SRC_URI[sha256sum] = "013ee257f4be3acfb94ef3f2e5b06aedd48ed528e66833fb5e3ca71479912bea" | ||
diff --git a/meta-efl/recipes-efl/efl/eina_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/eina_1.6.99-beta.bb new file mode 100644 index 0000000000..1a3632c839 --- /dev/null +++ b/meta-efl/recipes-efl/efl/eina_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "f5e123fdb6fb905c69f2f1f54bfe6257" | ||
12 | SRC_URI[sha256sum] = "051ebf7c4534c4d12f1aaaac7aa91cd877a2498e4c22336db8b07433c27f18c4" | ||
diff --git a/meta-efl/recipes-efl/efl/eina_svn.bb b/meta-efl/recipes-efl/efl/eina_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/eina_svn.bb +++ b/meta-efl/recipes-efl/efl/eina_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/eio_1.0.1.bb b/meta-efl/recipes-efl/efl/eio_1.0.1.bb deleted file mode 100644 index 54a35a8a08..0000000000 --- a/meta-efl/recipes-efl/efl/eio_1.0.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "a079913877d79417bc06dfecbf57c949" | ||
10 | SRC_URI[sha256sum] = "8a7079bf1e980e0d00fa9656e641e4a8a5aabf66986e76dcf06882ccf9623ed0" | ||
diff --git a/meta-efl/recipes-efl/efl/eio_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/eio_1.6.99-beta.bb new file mode 100644 index 0000000000..01613183ae --- /dev/null +++ b/meta-efl/recipes-efl/efl/eio_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "5346403eca950b6f8f1c886451e75ab8" | ||
12 | SRC_URI[sha256sum] = "2cc78170277654e57cc69b49856da3c8ede425f4c8fdf4df702f46184806ac3f" | ||
diff --git a/meta-efl/recipes-efl/efl/eio_svn.bb b/meta-efl/recipes-efl/efl/eio_svn.bb index f43c47fc5a..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/eio_svn.bb +++ b/meta-efl/recipes-efl/efl/eio_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.0.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb index d764e96f2a..8fb2dab043 100644 --- a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb | |||
@@ -26,12 +26,12 @@ SRC_URI += "file://LICENSE" | |||
26 | S = "${WORKDIR}/${SRCNAME}" | 26 | S = "${WORKDIR}/${SRCNAME}" |
27 | 27 | ||
28 | do_compile() { | 28 | do_compile() { |
29 | ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images -id ${WORKDIR}/themes/ ${S}/elm-efenniht.edc -o ${S}/elm-efenniht.edj | 29 | ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images -id ${WORKDIR}/themes/ ${S}/elm-efenniht.edc -o ${S}/elm-efenniht.edj |
30 | } | 30 | } |
31 | 31 | ||
32 | do_install() { | 32 | do_install() { |
33 | install -d ${D}${datadir}/elementary/themes/ | 33 | install -d ${D}${datadir}/elementary/themes/ |
34 | install -m 0644 ${S}/elm-efenniht.edj ${D}${datadir}/elementary/themes/ | 34 | install -m 0644 ${S}/elm-efenniht.edj ${D}${datadir}/elementary/themes/ |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} = "${datadir}/elementary/themes/" | 37 | FILES_${PN} = "${datadir}/elementary/themes/" |
diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc index 50c708dbd2..34338e865d 100644 --- a/meta-efl/recipes-efl/efl/elementary.inc +++ b/meta-efl/recipes-efl/efl/elementary.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | DESCRIPTION = "EFL based widget set for mobile devices" | 1 | DESCRIPTION = "EFL based widget set for mobile devices" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b" |
4 | DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb poppler" | 4 | DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb poppler eio" |
5 | 5 | ||
6 | inherit efl gettext | 6 | inherit efl gettext |
7 | 7 | ||
8 | INC_PR = "r1" | 8 | INC_PR = "r0" |
9 | 9 | ||
10 | EXTRA_OECONF = "\ | 10 | EXTRA_OECONF = "\ |
11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
diff --git a/meta-efl/recipes-efl/efl/elementary_1.0.1.bb b/meta-efl/recipes-efl/efl/elementary_1.0.1.bb deleted file mode 100644 index d4e3960fde..0000000000 --- a/meta-efl/recipes-efl/efl/elementary_1.0.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "df978462103b1b6a5af374ea22296d80" | ||
10 | SRC_URI[sha256sum] = "24af1521fee4a18e1039a908e5f9aefa2f767854c5075d06bb5d268cfde1e2be" | ||
diff --git a/meta-efl/recipes-efl/efl/elementary_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/elementary_1.6.99-beta.bb new file mode 100644 index 0000000000..c0ba6fa620 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elementary_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "cd0bbf6e93e521b0416d91e521bf81fd" | ||
12 | SRC_URI[sha256sum] = "f52ef395c341eaf68f844c038ce25512869ebd22f9abc86c9d32f1cf5e91c1df" | ||
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb index f43c47fc5a..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/elementary_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.0.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/embryo_1.2.0.bb b/meta-efl/recipes-efl/efl/embryo_1.2.0.bb deleted file mode 100644 index d3956acdd9..0000000000 --- a/meta-efl/recipes-efl/efl/embryo_1.2.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "6c070a16d61141d695397fc248e6176e" | ||
10 | SRC_URI[sha256sum] = "432838f5f02c86da785beff0a1e0210a1d3f28121bfb6d6c70300839df31a70c" | ||
diff --git a/meta-efl/recipes-efl/efl/embryo_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/embryo_1.6.99-beta.bb new file mode 100644 index 0000000000..f9391bdb40 --- /dev/null +++ b/meta-efl/recipes-efl/efl/embryo_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "2236f174981c94c4ad22c8e488d2187e" | ||
12 | SRC_URI[sha256sum] = "fe5339132ec514070af52243954bcb20408a12adfbe07d67d1c338fa3b1dc154" | ||
diff --git a/meta-efl/recipes-efl/efl/embryo_svn.bb b/meta-efl/recipes-efl/efl/embryo_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/embryo_svn.bb +++ b/meta-efl/recipes-efl/efl/embryo_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc index 20a88525e9..08a24b26f6 100644 --- a/meta-efl/recipes-efl/efl/emotion.inc +++ b/meta-efl/recipes-efl/efl/emotion.inc | |||
@@ -2,9 +2,9 @@ DESCRIPTION = "The Enlightenment multimedia library" | |||
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" |
4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising | 4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising |
5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" | 5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base eio" |
6 | 6 | ||
7 | INC_PR = "r1" | 7 | INC_PR = "r0" |
8 | 8 | ||
9 | inherit efl | 9 | inherit efl |
10 | 10 | ||
diff --git a/meta-efl/recipes-efl/efl/emotion_1.0.1.bb b/meta-efl/recipes-efl/efl/emotion_1.0.1.bb deleted file mode 100644 index c142b5bd0b..0000000000 --- a/meta-efl/recipes-efl/efl/emotion_1.0.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "6bed064cc88b060e79e9418c557eac8c" | ||
10 | SRC_URI[sha256sum] = "e8f95696c87731b26a199990f190476acd94da103c6538f76ade30abd0db850d" | ||
diff --git a/meta-efl/recipes-efl/efl/emotion_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/emotion_1.6.99-beta.bb new file mode 100644 index 0000000000..4ad06900d2 --- /dev/null +++ b/meta-efl/recipes-efl/efl/emotion_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "7b8719248d5745683201bbf11b8d510f" | ||
12 | SRC_URI[sha256sum] = "f802272d9a7a4678aef736ca24ef1818dbd9f8524c963da6c5680abdf71d05e4" | ||
diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb index f43c47fc5a..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/emotion_svn.bb +++ b/meta-efl/recipes-efl/efl/emotion_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.0.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch b/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch index a9beea0b74..a82d1ed3c8 100644 --- a/meta-efl/recipes-efl/efl/elsa/0001-pam-use-common-auth-instead-of-system-auth.patch +++ b/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch | |||
@@ -1,21 +1,18 @@ | |||
1 | From 27dc9147a822d69be90edd0d137b80c0c609d5d2 Mon Sep 17 00:00:00 2001 | 1 | From 14396c52a2556b1ab778a310a318ec19c2829735 Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Thu, 24 Nov 2011 13:25:33 +0100 | 3 | Date: Thu, 24 Nov 2011 13:25:33 +0100 |
4 | Subject: [PATCH] pam: use common-auth instead of system-auth | 4 | Subject: [PATCH] pam: use common-auth instead of system-auth |
5 | 5 | ||
6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
7 | --- | 7 | --- |
8 | PROTO/elsa/data/elsa | 8 ++++---- | 8 | PROTO/entrance/data/entrance | 8 ++++---- |
9 | 1 files changed, 4 insertions(+), 4 deletions(-) | 9 | 1 files changed, 4 insertions(+), 4 deletions(-) |
10 | 10 | ||
11 | diff --git a/data/elsa b/data/elsa | 11 | diff --git a/data/entrance b/data/entrance |
12 | index 3476d55..47d29222 100644 | 12 | index 872c83d..2b98c3a 100644 |
13 | --- a/data/elsa | 13 | --- a/data/entrance |
14 | +++ b/data/elsa | 14 | +++ b/data/entrance |
15 | @@ -1,7 +1,7 @@ | 15 | @@ -1,4 +1,4 @@ |
16 | # File autogenerated by pamd_mimic in pam eclass | ||
17 | |||
18 | |||
19 | -auth include system-auth | 16 | -auth include system-auth |
20 | -account include system-auth | 17 | -account include system-auth |
21 | -password include system-auth | 18 | -password include system-auth |
@@ -25,5 +22,5 @@ index 3476d55..47d29222 100644 | |||
25 | +password include common-password | 22 | +password include common-password |
26 | +session include common-session | 23 | +session include common-session |
27 | -- | 24 | -- |
28 | 1.7.8.rc3 | 25 | 1.7.8.6 |
29 | 26 | ||
diff --git a/meta-efl/recipes-efl/efl/elsa_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb index e23a694dbb..585d552c2c 100644 --- a/meta-efl/recipes-efl/efl/elsa_svn.bb +++ b/meta-efl/recipes-efl/efl/entrance_svn.bb | |||
@@ -4,8 +4,6 @@ LICENSE = "GPLv3+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | SECTION = "e/apps" | 5 | SECTION = "e/apps" |
6 | 6 | ||
7 | PR = "r2" | ||
8 | |||
9 | inherit e gettext | 7 | inherit e gettext |
10 | SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ | 8 | SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ |
11 | file://0001-pam-use-common-auth-instead-of-system-auth.patch \ | 9 | file://0001-pam-use-common-auth-instead-of-system-auth.patch \ |
@@ -18,6 +16,6 @@ PV = "0.0.4+svnr${SRCPV}" | |||
18 | SRCREV = "${EFL_SRCREV}" | 16 | SRCREV = "${EFL_SRCREV}" |
19 | 17 | ||
20 | RDEPENDS_${PN} += "${PN}-themes sessreg xauth" | 18 | RDEPENDS_${PN} += "${PN}-themes sessreg xauth" |
21 | CONFFILES_${PN} += "${sysconfdir}/elsa.conf" | 19 | CONFFILES_${PN} += "${sysconfdir}/entrance.conf" |
22 | RCONFLICTS_${PN} += "xserver-nodm-init" | 20 | RCONFLICTS_${PN} += "xserver-nodm-init" |
23 | RREPLACES_${PN} += "xserver-nodm-init" | 21 | RREPLACES_${PN} += "xserver-nodm-init" |
diff --git a/meta-efl/recipes-efl/efl/ethumb.inc b/meta-efl/recipes-efl/efl/ethumb.inc index 0c3080c053..92a83eee4f 100644 --- a/meta-efl/recipes-efl/efl/ethumb.inc +++ b/meta-efl/recipes-efl/efl/ethumb.inc | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c" |
4 | DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf" | 4 | DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf" |
5 | 5 | ||
6 | INC_PR = "r1" | 6 | INC_PR = "r0" |
7 | 7 | ||
8 | inherit efl | 8 | inherit efl |
9 | 9 | ||
diff --git a/meta-efl/recipes-efl/efl/ethumb_1.0.1.bb b/meta-efl/recipes-efl/efl/ethumb_1.0.1.bb deleted file mode 100644 index e976238a91..0000000000 --- a/meta-efl/recipes-efl/efl/ethumb_1.0.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "20bd55bfa05d0c20e985f1031a683677" | ||
10 | SRC_URI[sha256sum] = "67449d0521d3c806b57e4d8ea121089dcbdf4fbcc2fb451ae881bd05025f6715" | ||
diff --git a/meta-efl/recipes-efl/efl/ethumb_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/ethumb_1.6.99-beta.bb new file mode 100644 index 0000000000..0da0fb7965 --- /dev/null +++ b/meta-efl/recipes-efl/efl/ethumb_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "37ec5542731ad088c495e0ee6d7889c8" | ||
12 | SRC_URI[sha256sum] = "66bf53cee15549c4089307843f27a6a7e0c3bf7e576ab5091950ecc05009644a" | ||
diff --git a/meta-efl/recipes-efl/efl/ethumb_svn.bb b/meta-efl/recipes-efl/efl/ethumb_svn.bb index ac030144a3..892b298605 100644 --- a/meta-efl/recipes-efl/efl/ethumb_svn.bb +++ b/meta-efl/recipes-efl/efl/ethumb_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.0.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders.inc b/meta-efl/recipes-efl/efl/evas-generic-loaders.inc new file mode 100644 index 0000000000..7556eb2ac3 --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders.inc | |||
@@ -0,0 +1,33 @@ | |||
1 | DESCRIPTION = "Evas generic loaders" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=06568fc31423f3c8ad84f375e061c342" | ||
4 | DEPENDS = "eina poppler librsvg cairo" | ||
5 | |||
6 | inherit efl | ||
7 | |||
8 | INC_PR = "r0" | ||
9 | |||
10 | SRCNAME = "evas_generic_loaders" | ||
11 | |||
12 | EXTRA_OECONF = " \ | ||
13 | --enable-poppler \ | ||
14 | --enable-svg \ | ||
15 | --disable-gstreamer \ | ||
16 | --disable-libraw \ | ||
17 | --disable-spectre \ | ||
18 | " | ||
19 | |||
20 | python populate_packages_prepend () { | ||
21 | bb.note( "splitting packages for evas generic loaders" ) | ||
22 | basedir = bb.data.expand( '${libdir}/evas/utils', d ) | ||
23 | |||
24 | do_split_packages(d, basedir, '^evas_image_loader\.(.*)$', | ||
25 | output_pattern = "evas-generic-loader-%s", | ||
26 | description = 'Evas generic loaders - module %s', | ||
27 | allow_dirs=True, recursive=False, extra_depends="" ) | ||
28 | } | ||
29 | |||
30 | FILES_evas-generic-loader-xcf += "${libdir}/evas/utils/*.xcf.gz" | ||
31 | FILES_${PN}-dbg += "${libdir}/evas/utils/.debug" | ||
32 | |||
33 | PACKAGES_DYNAMIC = "evas-generic-loader-*" | ||
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.6.99-beta.bb new file mode 100644 index 0000000000..00956a83df --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "f4353d2743d255cf30cd7b6f946087e3" | ||
12 | SRC_URI[sha256sum] = "3dcc04689f89048ce1147698370dd51b854182b70c20704901ee1b3f03d4bd2a" | ||
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb new file mode 100644 index 0000000000..06cf950634 --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRCREV = "${EFL_SRCREV}" | ||
4 | PV = "1.6.99+svnr${SRCPV}" | ||
5 | PR = "${INC_PR}.0" | ||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
8 | SRC_URI = "\ | ||
9 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | ||
10 | " | ||
11 | S = "${WORKDIR}/${SRCNAME}" | ||
diff --git a/meta-efl/recipes-efl/efl/evas.inc b/meta-efl/recipes-efl/efl/evas.inc index b0a42ea6aa..89ae1a47fe 100644 --- a/meta-efl/recipes-efl/efl/evas.inc +++ b/meta-efl/recipes-efl/efl/evas.inc | |||
@@ -20,6 +20,15 @@ python populate_packages_prepend () { | |||
20 | output_pattern = 'evas-' + plugin_type[:-1] + "-%s", | 20 | output_pattern = 'evas-' + plugin_type[:-1] + "-%s", |
21 | description = 'Evas module %s', | 21 | description = 'Evas module %s', |
22 | allow_dirs=True, recursive=False, extra_depends="" ) | 22 | allow_dirs=True, recursive=False, extra_depends="" ) |
23 | |||
24 | plugin_type = "cserve2" | ||
25 | bb.note( "splitting packages for evas %s..." % plugin_type ) | ||
26 | basedir = bb.data.expand( '${libdir}/evas/%s/loaders' % plugin_type, d ) | ||
27 | |||
28 | do_split_packages(d, basedir, '^(.*)', | ||
29 | output_pattern = 'evas-' + plugin_type + "-%s", | ||
30 | description = 'Evas csever2 loader module %s', | ||
31 | allow_dirs=True, recursive=False, extra_depends="" ) | ||
23 | } | 32 | } |
24 | 33 | ||
25 | do_install_append() { | 34 | do_install_append() { |
@@ -27,9 +36,16 @@ do_install_append() { | |||
27 | } | 36 | } |
28 | 37 | ||
29 | FILES_${PN}-dev += "${libdir}/evas/modules/*/*/*/*.a ${libdir}/evas/modules/*/*/*/*.la" | 38 | FILES_${PN}-dev += "${libdir}/evas/modules/*/*/*/*.a ${libdir}/evas/modules/*/*/*/*.la" |
30 | FILES_${PN}-dbg += "${libdir}/evas/modules/*/*/*/.debug/" | 39 | FILES_${PN}-dbg += "${libdir}/evas/modules/*/*/*/.debug/ ${libdir}/evas/cserve2/loaders/*/*/.debug/" |
40 | FILES_${PN}-cserve2 += "${libexecdir}/evas_cserve2* ${libexecdir}/dummy_slave" | ||
41 | |||
42 | PACKAGES += "${PN}-cserve2" | ||
43 | PACKAGES_DYNAMIC = "evas-engine-* evas-loader-* evas-saver-* evas-cserve2-*" | ||
31 | 44 | ||
32 | PACKAGES_DYNAMIC = "evas-engine-* evas-loader-* evas-saver-*" | 45 | # evas-loader-svg is gone as we don't have esvg and probably won't have anytime soon |
46 | # http://www.intesis.hr/news/16-esvg-source | ||
47 | # http://blog.gmane.org/gmane.comp.window-managers.enlightenment.user/page=3 | ||
48 | RRECOMMENDS_${PN} += "evas-loader-generic evas-generic-loader-svn" | ||
33 | 49 | ||
34 | RRECOMMENDS_${PN} = " \ | 50 | RRECOMMENDS_${PN} = " \ |
35 | evas-engine-fb \ | 51 | evas-engine-fb \ |
diff --git a/meta-efl/recipes-efl/efl/evas_1.2.1.bb b/meta-efl/recipes-efl/efl/evas_1.2.1.bb deleted file mode 100644 index ddac920bb0..0000000000 --- a/meta-efl/recipes-efl/efl/evas_1.2.1.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI = "\ | ||
6 | ${E_MIRROR}/${SRCNAME}-${PV}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "830161bd790c2c5f17aa47e3a1c3abe1" | ||
10 | SRC_URI[sha256sum] = "a019b410dba86e616163bafb6524d8734ac8c97aab7c41409f5176f23944bae6" | ||
diff --git a/meta-efl/recipes-efl/efl/evas_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/evas_1.6.99-beta.bb new file mode 100644 index 0000000000..c76185288a --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-beta" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "0978e24b5ea5a0d0b5eb79a7f6d7d1af" | ||
12 | SRC_URI[sha256sum] = "5bd52116499a5686023a563ed9102e815292786dff19d617d3cc92829c624caf" | ||
diff --git a/meta-efl/recipes-efl/efl/evas_svn.bb b/meta-efl/recipes-efl/efl/evas_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/efl/evas_svn.bb +++ b/meta-efl/recipes-efl/efl/evas_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/e17/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc index 9399d82d04..9399d82d04 100644 --- a/meta-efl/recipes-efl/e17/expedite.inc +++ b/meta-efl/recipes-efl/efl/expedite.inc | |||
diff --git a/meta-efl/recipes-efl/efl/expedite_1.6.99-beta.bb b/meta-efl/recipes-efl/efl/expedite_1.6.99-beta.bb new file mode 100644 index 0000000000..ffe654647d --- /dev/null +++ b/meta-efl/recipes-efl/efl/expedite_1.6.99-beta.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRCVER = "1.7.0-alpha" | ||
6 | |||
7 | SRC_URI = "\ | ||
8 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "fdd425395b8380b5c3b39186f9ef7ff3" | ||
12 | SRC_URI[sha256sum] = "738eed02cefa2c57cb7ac0fc8103d1680b6d3a4a17d620dd5fc503b0128bf1a5" | ||
diff --git a/meta-efl/recipes-efl/e17/expedite_svn.bb b/meta-efl/recipes-efl/efl/expedite_svn.bb index 594de4a16f..06cf950634 100644 --- a/meta-efl/recipes-efl/e17/expedite_svn.bb +++ b/meta-efl/recipes-efl/efl/expedite_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.2.0+svnr${SRCPV}" | 4 | PV = "1.6.99+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/efl/imlib2_svn.bb b/meta-efl/recipes-efl/efl/imlib2_svn.bb index 83de3fedca..4cc124e10a 100644 --- a/meta-efl/recipes-efl/efl/imlib2_svn.bb +++ b/meta-efl/recipes-efl/efl/imlib2_svn.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | |||
12 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
13 | 13 | ||
14 | EXTRA_OECONF = "--with-x \ | 14 | EXTRA_OECONF = "--with-x \ |
15 | --x-includes=${STAGING_INCDIR} \ | 15 | --x-includes=${STAGING_INCDIR} \ |
16 | --x-libraries=${STAGING_LIBDIR} " | 16 | --x-libraries=${STAGING_LIBDIR} " |
17 | 17 | ||
18 | # TODO: Use more fine granular version | 18 | # TODO: Use more fine granular version |
19 | #OE_LT_RPATH_ALLOW=":${libdir}/imlib2/loaders:${libdir}/imlib2/filters:" | 19 | #OE_LT_RPATH_ALLOW=":${libdir}/imlib2/loaders:${libdir}/imlib2/filters:" |
diff --git a/meta-systemd/meta-efl/recipes-efl/efl/elsa/xserver-nodm.service b/meta-systemd/meta-efl/recipes-efl/efl/entrance/xserver-nodm.service index 0b9c0f559b..4828686952 100644 --- a/meta-systemd/meta-efl/recipes-efl/efl/elsa/xserver-nodm.service +++ b/meta-systemd/meta-efl/recipes-efl/efl/entrance/xserver-nodm.service | |||
@@ -2,7 +2,7 @@ | |||
2 | Description=Login manager for Enlightenment | 2 | Description=Login manager for Enlightenment |
3 | 3 | ||
4 | [Service] | 4 | [Service] |
5 | ExecStart=/usr/sbin/elsa | 5 | ExecStart=/usr/sbin/entrance |
6 | 6 | ||
7 | [Install] | 7 | [Install] |
8 | WantedBy=multi-user.target | 8 | Alias=display-manager.service |
diff --git a/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend b/meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend index ac0d2bc03e..ac0d2bc03e 100644 --- a/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend +++ b/meta-systemd/meta-efl/recipes-efl/efl/entrance_svn.bbappend | |||