summaryrefslogtreecommitdiffstats
path: root/meta-efl
Commit message (Collapse)AuthorAgeFilesLines
* claws-mail: Fix build with B!=SMartin Jansa2014-07-211-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2: upgrade to use pkg-config for freetype2 supportMartin Jansa2014-07-152-9/+5
| | | | | | | | | | | | | | | | | * convert from old svn repo to new (legacy) git repo * fixed upstream: commit fe82b9760c7ceb25747c6e634bc827b4cc8ecabd Author: Kim Woelders <kim@woelders.dk> Date: Thu Jul 4 20:08:53 2013 +0200 Autofoo updates. - Eliminate deprecated AC_TRY_CPP. - Use pkg-config in stead of freetype-config to get freetype info. - Eliminate my_includes/my_libs. - Clean up include paths. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* layer.conf: Exclude some theme dependencies from siggenMartin Jansa2014-07-151-0/+12
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-efl-sdk: Use luajit instead of lua5.1Martin Jansa2014-06-211-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: use luajit by defaultMartin Jansa2014-06-211-9/+3
| | | | | | | | * lua-old is less tested and supported by upstream and luajit seems to work OK with 1.10.0 * luajit will be hard dependency with elua Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.10.0Martin Jansa2014-06-213-5/+10
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/60/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: add PACKAGECONFIG for c++11 and disable it by defaultMartin Jansa2014-06-211-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.10.0Martin Jansa2014-06-2111-37/+59
| | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/59/ * evas-generic-loaders LIC_FILES_CHKSUM change is only from formal changes in 'license: update FSF address.' commit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.5.1Martin Jansa2014-06-214-18/+9
| | | | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/57/ * LIC_FILES_CHKSUM change is just Copyright year update: < Copyright (C) 2012-2014 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2012-2012 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: Add patch to fix crash caused by type errordv@pseudoterminal.org2014-06-212-0/+29
| | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imlib2, mcnavi: Blacklist because of broken imlib2 after freetype2-config ↵Martin Jansa2014-06-212-0/+4
| | | | | | was removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt-client: fix build for B!=SMartin Jansa2014-05-151-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica: remove autopoint to fix B!=S buildMartin Jansa2014-05-151-4/+0
| | | | | | * it probably isn't needed anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ephoto, libeflvala: use autotools-brokensepMartin Jansa2014-05-152-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flame: fix build for B!=SMartin Jansa2014-05-151-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rain: fix build for B!=SMartin Jansa2014-05-151-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt: fix build for B!=SMartin Jansa2014-05-151-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lightmediascanner: fix build for B!=SMartin Jansa2014-05-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* azy: fix build for B!=SMartin Jansa2014-05-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: add dependency on python-dbus and lua to always build edje and ↵Martin Jansa2014-05-121-1/+1
| | | | | | | | | | elementary bindings * fixes following issue in test-dependencies report: python-efl/python-edje/latest lost dependency on edje eglibc eina libpython2 python-efl/python-elementary/latest lost dependency on eglibc eina elementary evas libpython2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary: use B = "$S"Martin Jansa2014-05-121-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: add dependency on elementaryMartin Jansa2014-05-091-1/+1
| | | | | | | * otherwise python-elementary package is created only when elementary was built before python-efl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: fix pkg-config files when B!=SMartin Jansa2014-05-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e.bbclass: Fix do_configure_append for B!=SMartin Jansa2014-05-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: explicitly depend on lua5.1Martin Jansa2014-04-201-5/+11
| | | | | | | | * even with luajit in DEPENDS, old lua5.1. was referenced from pkg-config and other recipes were failing when trying to use edje without lua5.1 in sysroot, e.g. cpu, e-tasks, e-wm, e-wm-config-illume2-shr, diskio Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: move to new git repoMartin Jansa2014-04-203-36/+52
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7Martin Jansa2014-04-203-6/+6
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/50/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus: remove test-gui optionMartin Jansa2014-04-201-3/+1
| | | | | | | | | | | * was removed in: commit eeca5e83e550179640bdbc6f71c8b3688944ff4d Author: barbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> Date: Fri Feb 26 23:05:02 2010 +0000 hal: remove pointless test gui. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elementary: remove --disable-webMartin Jansa2014-04-201-3/+0
| | | | | | * now handled by --with-elementary-web-backend in PACKAGECONFIG Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: adapt to webkit-efl changesMartin Jansa2014-04-202-1/+97
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6Martin Jansa2014-04-204-32/+6
| | | | | | | * announcement: http://sourceforge.net/p/enlightenment/mailman/message/32148245/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: restrict for armv7a, because upstream dropped support in webkit-eflMartin Jansa2014-04-201-0/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.9.0Martin Jansa2014-04-203-5/+5
| | | | | | | * announcement: http://sourceforge.net/p/enlightenment/mailman/message/32066075/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-tasks: Migrate to eldbusMartin Jansa2014-04-202-1/+207
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.18.4 and drop old 0.17.5Martin Jansa2014-04-203-28/+28
| | | | | | | * fix building e17 modules with elementary-1.9 * remove 0.17 version, because that one isn't going to be tested enough Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: upgrade to new snapshot r164189Martin Jansa2014-04-2010-705/+199
| | | | | | | | | * update webkit-efl_svn to point to the same source and old isn't compatible with new efl http://sourceforge.net/p/enlightenment/mailman/message/32002633/ * restrict for armv7a, because upstream dropped support Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: upgrade to 1.9.0Martin Jansa2014-04-2013-98/+80
| | | | | | | | | | | | | * announcement: http://sourceforge.net/mailarchive/message.php?msg_id=32024303 * emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM change is just copyright update < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2011-2014 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PRs and remove PRINCsMartin Jansa2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resolves following warnings: WARNING: Use of PRINC 17 was detected in the recipe meta-openembedded/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe meta-openembedded/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe meta-openembedded/meta-gpe/recipes-support/fbreader/fbreader_git.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe meta-openembedded/meta-oe/recipes-multimedia/mplayer/mplayer-common.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe meta-smartphone/meta-android/recipes-bsp/chroot-script/chroot-script_1.0.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-connectivity/bind/bind_9.8.1.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-core/systemd/systemd-serialgetty.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-extended/screen/screen_4.0.3.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-extended/shadow/shadow_4.1.4.3.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb (or one of its .bbappends) WARNING: Use of PRINC 1 was detected in the recipe openembedded-core/meta/recipes-support/libcap/libcap_2.22.bb (or one of its .bbappends) WARNING: Use of PRINC 11 was detected in the recipe openembedded-core/meta/recipes-bsp/keymaps/keymaps_1.0.bb (or one of its .bbappends) WARNING: Use of PRINC 11 was detected in the recipe openembedded-core/meta/recipes-core/systemd/systemd-compat-units.bb (or one of its .bbappends) WARNING: Use of PRINC 12 was detected in the recipe openembedded-core/meta/recipes-core/initscripts/initscripts_1.0.bb (or one of its .bbappends) WARNING: Use of PRINC 13 was detected in the recipe openembedded-core/meta/recipes-core/base-files/base-files_3.0.14.bb (or one of its .bbappends) WARNING: Use of PRINC 2 was detected in the recipe meta-openembedded/meta-oe/recipes-navigation/navit/navit_svn.bb (or one of its .bbappends) WARNING: Use of PRINC 2 was detected in the recipe meta-openembedded/meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb (or one of its .bbappends) WARNING: Use of PRINC 2 was detected in the recipe openembedded-core/meta/recipes-connectivity/portmap/portmap_6.0.bb (or one of its .bbappends) WARNING: Use of PRINC 2 was detected in the recipe openembedded-core/meta/recipes-extended/pam/libpam_1.1.6.bb (or one of its .bbappends) WARNING: Use of PRINC 2 was detected in the recipe openembedded-core/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe meta-openembedded/meta-efl/recipes-efl/efl/entrance_svn.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe meta-openembedded/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe openembedded-core/meta/recipes-bsp/formfactor/formfactor_0.0.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe openembedded-core/meta/recipes-connectivity/avahi/avahi_0.6.31.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe openembedded-core/meta/recipes-connectivity/dhcp/dhcp_4.2.5-P1.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe openembedded-core/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb (or one of its .bbappends) WARNING: Use of PRINC 3 was detected in the recipe openembedded-core/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb (or one of its .bbappends) WARNING: Use of PRINC 5 was detected in the recipe meta-openembedded/meta-oe/recipes-core/meta/distro-feed-configs.bb (or one of its .bbappends) WARNING: Use of PRINC 5 was detected in the recipe openembedded-core/meta/recipes-connectivity/bluez/bluez4_4.101.bb (or one of its .bbappends) WARNING: Use of PRINC 6 was detected in the recipe openembedded-core/meta/recipes-core/packagegroups/packagegroup-base.bb (or one of its .bbappends) WARNING: Use of PRINC 6 was detected in the recipe openembedded-core/meta/recipes-core/packagegroups/packagegroup-core-boot.bb (or one of its .bbappends) WARNING: Use of PRINC 6 was detected in the recipe openembedded-core/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb (or one of its .bbappends) WARNING: Use of PRINC 7 was detected in the recipe meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb (or one of its .bbappends) WARNING: Use of PRINC 7 was detected in the recipe openembedded-core/meta/recipes-core/udev/udev-extraconf_1.0.bb (or one of its .bbappends) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* screenshot: Move to nonworking because depends on emprintMartin Jansa2014-02-242-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rage, emprint, news: Move to nonworkingMartin Jansa2014-02-243-0/+0
| | | | | | | | | | * if you want to use these modules with E18, then you need to update them to git recipes fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/ http://git.enlightenment.org/apps/rage.git/ http://git.enlightenment.org/apps/emprint.git/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-tasks: Fix building against old e_dbusMartin Jansa2014-02-241-4/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* expedite: Replace old svn recipe with git versionMartin Jansa2014-02-242-13/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-efl-sdk: Update SDK-EFL for shared source tree eflMartin Jansa2014-02-241-7/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elfe: Replace svn with git versionMartin Jansa2014-02-242-10/+15
| | | | | | * bump PE to cope with +svn -> +git Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libeflvala: Fix build of testsMartin Jansa2014-02-242-0/+45
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: bump SRCREV and update dependency from edbus2 to eldbusMartin Jansa2014-02-241-2/+2
| | | | | | * edbus2 was renamed to eldbus and is now included in efl source tree Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: Add recipe with snapshot from r159807Martin Jansa2014-02-234-0/+119
| | | | | | | * announcement: http://sourceforge.net/mailarchive/message.php?msg_id=31742684 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus: remove old edbus(1) svn recipeMartin Jansa2014-02-231-13/+0
| | | | | | | | | * it was moved to legacy git tree: http://git.enlightenment.org/legacy/e_dbus.git/ * there is newer 1.7.10 release but only efl version requirements were changed since 1.7.9 (see git diff v1.7.9 v1.7.10) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enjoy: switch from svn to newer git and update dependency from edbus2 to eldbusMartin Jansa2014-02-232-14/+12
| | | | | | * edbus2 was renamed to eldbus and is now included in efl source tree Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: Add recipe for 0.18.2Martin Jansa2014-02-233-11/+35
| | | | | | | | | | | * keep old 0.17.* around because new enlightenment is more picky on where it will run (compositor is now mandatory) * 0.18.2 release: http://sourceforge.net/mailarchive/message.php?msg_id=31789335 * 0.18.3 release: http://sourceforge.net/mailarchive/message.php?msg_id=31895179 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>