aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
AgeCommit message (Collapse)Author
2011-03-01elfe: bump SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-02-23elfe: add elementary to DEPENDSKoen Kooi
| checking for E... configure: error: Package requirements (enlightenment | elementary | efreet >= 1.0.0 | ) were not met: | | No package 'elementary' found Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-23elfe: add initial recipe for new embedded e17 launcherSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-02-23e-module: introduce INC_PR and use it in all depending recipesSimon Busch
We set INC_PR initially to r5 as some of the dependencies already defined a PR which max was r4. Signed-off-by: Simon Busch <morphis@gravedo.de> Acked-by: Martin.Jansa <Martin.Jansa@gmail.com>
2011-01-30e-tasks: add patch for changed genlist_item_insert_before apiMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-30waker: fix build without ecore_string_init and ecore_string_shutdownMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-29esmart,eflpp,entrance: move to obsoleteMartin Jansa
* esmart still depends on eina-0 instead of eina-1, so it's broken for long and nobody complained * eflpp and entrance depends on it so the same Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-29e-wm: drop patches with really old maxrevMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-29places: remove patch with really old maxrevMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-29e-base: prepare for releasesMartin Jansa
* bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-28e-base: bump EFL_SRCREV a bitMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-12e-wm: bump SRCREV a bit more than EFL_SRCREV is nowMartin Jansa
* ie illume-keybard makes E segfault in some configurations Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-12elmdentica: add patch for azy api change from r56034Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-10e-base: bump EFL_SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-11edje-viewer,eve,edbus,ethumb: use SRC_URI from e-base.bbclassMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-08elmdentica: add elmdentica-themes to RDEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
* mostly libelementary-ver-pre-svn-08 -> libelementary-ver-pre-svn-09 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06e-base: bump EFL_SRCREV for beta3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06enjoy: add `elementary` to `DEPENDS`Paul Menzel
Task `configure` fails with the following error message. | checking pkg-config is at least version 0.9.0... yes | checking for EDBUS... yes | checking for ELEMENTARY... configure: error: Package requirements (elementary ecore-file) were not met: | | No package 'elementary' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables ELEMENTARY_CFLAGS | and ELEMENTARY_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | | ERROR: Function do_configure failed NOTE: package enjoy-0.0+svnr55157-r2: task do_configure: Failed ERROR: TaskFailed event exception, aborting ERROR: Build of /oe/openembedded/recipes/e17/enjoy_svn.bb do_configure failed ERROR: Task 12 (/oe/openembedded/recipes/e17/enjoy_svn.bb, do_configure) failed with 256 ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed ERROR: '/oe/openembedded/recipes/e17/enjoy_svn.bb' failed Adding `elementary` to `DEPENDS` fixes this problem and is tested with the following configurations. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "2bd4f33" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "next" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "fa3f861" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101206" TARGET_FPU = "hard" Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06enjoy: Fix commit 1265ac and append to `DEPENDS`.Paul Menzel
With commit 1265ac »enjoy_svn.bb: add missing DEPENDS for the needed gst-plugins« [1] previous `DEPENDS` assignment was discarded and task `configure` failed with the following error. checking pkg-config is at least version 0.9.0... yes checking for EDBUS... configure: error: Package requirements (edbus) were not met: No package 'edbus' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables EDBUS_CFLAGS and EDBUS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ERROR: Function do_configure failed This patch fixes the error above and is tested using the following configurations. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "2bd4f33" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "angstrom" DISTRO_VERSION = "next" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "fa3f861" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101206" TARGET_FPU = "hard" [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=1265ac068aa9f5bf0d8fee2cfbf8a1492cabe5a3 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06exquisite-theme-illume: use e-baseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-06e-wm-theme-illume-efenniht: add recipe for efenniht e17 theme.Pau Espin Pedrol
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-05enjoy_svn.bb: add missing DEPENDS for the needed gst-pluginsKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-12-05enjoy_svn: fix dependencies and bump PRDenis 'GNUtoo' Carikli
*lame is not an mp3 decoder, it's an mp3 encoder, it's useless here *mad was lacking(result: not beeing able to play mp3) *gst-plugin-volume(volume not working) and gst-plugin-decodebin2 (not able to play anything) were also lacking Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-12-05enjoy: add new recipe(efl music player)Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Fabiano Fidencio <fidencio@profusion.mobi>
2010-11-26eve: bump PR to rebuild after last webkit-efl upgradeMartin Jansa
* otherwise old build ends with Illegal instruction on armv4t
2010-11-19eve: theme updated for small screen devicesMarco Trevisan (Treviño)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-13recipes: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
* mostly libelementary-ver-pre-svn-07 -> libelementary-ver-pre-svn-08 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-13EFL: bump SRCREV for beta2 release and updated vala bindingsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-04e-wm: temporary bump SRCREV here, fix big icons, labels without ellipsisMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-28e-wm: add subpackage with optional EFM desktop iconPau Espin Pedrol
* you have to enable efm module in e-wm settings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-28elementary-sms: Move to obsolete.Stefan Schmidt
* Depends on libefso which moved to obsolete Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-27bubble-keyboard/essential-dialer/gridpad/intuition/libefso: Remove, moved toStefan Schmidt
obsolete. My git-fu failed here for moving, sorry. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-10-25e-wm: bump PR for libudev fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-24exquisite: don't put initscripts to RDEPENDSMartin Jansa
* different distros or images are using different initscripts * sane image usually has some initscripts installed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-24eve: update DESCRIPTION and add elementary to DEPENDSEduardo Lima (Etrunko)
* MJ: keep format from oe-stylize.py Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-24e-wm: depend on eezeEduardo Lima (Etrunko)
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-24expedite_svn: depend on Evas GL engineEduardo Lima (Etrunko)
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-17notification: add new recipeThomas Zimmermann
* notification is a notification gadget for E Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-10-17efm-{nav, path, pathbar}: add new recipesThomas Zimmermann
* this is a E module for the E file manager Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-10-10EFL: bump SRCREV a bit moreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-06EFL: bump SRCREV for latest bugfixes and beta releaseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-24EFL: bump SRCREVMartin Jansa
* python-efl: python EFL bindings are now using autotools instead of setuptools started with r52282 * python-efl: prefix includedir value returned from pkg-config --variable=includedir with STAGING_DIR_HOST * python-efl: don't install .svn files with examples * python-edje: update patch for unicode conversion * elmdentica: jump back to EFL_SRCREV * ecore: rebased patch, see http://patchwork.openembedded.org/patch/2626/ for discussion if it's still really needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-21elmdentica: temporary bump SRCREV above EFL_SRCREV to fix build after ↵Martin Jansa
55b3912f14b1919bf2cd330e48546f11c179794f
2010-09-18e17 : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-12Elmdentica abandoned json-c in favor of cjsonRui Miguel Silva Seabra
Hi, cJSON is not a properly setup library, but drop in files (this should be fixed in the future), however it seems to be working a lot better than json-c. I was running into a lot of weird problems and crashes derived from json-c and so I tried cJSON as advised by disconfitor. Indeed it's working, faster, and more reliably, so I now add two patches: 1) removes elmdentica svn dependency on libjson (already commit in e's svn) 2) removes my naive patch to json-c (or libjson) as they're working on a much better patch and I was the only one using it AFAICT Please apply! Rui Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-08-23Revert "e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default ↵Martin Jansa
from RRECOMMENDS if needed" * This reverts commit 22e3772f799948bf4a7806e74d83948ee2b2e1f4. * e-wm-config-default is still needed to show 1st time wizard (selecting which config to use) * sorry I should have tried after removing ~/.e (I thought I did)
2010-08-23e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from ↵Martin Jansa
RRECOMMENDS if needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-23e-wm: use illume2 instead of illume1, fix illume-keyboard paths and locales ↵Martin Jansa
packaging * illume2 and illume1 shouldn't be compiled both anymore http://trac.enlightenment.org/e/changeset/50884 keep only illume2 as it's preferred by upstream * separate illume2 (illume-home) to new package e-wm-config-illume2 and make it default * remove illume-keyboard-default_svn.bb recipe and create illume keyboard packages from e-wm build directly (otherwise installed twice) * update KEYBOARD_DIR in illume-keyboards-shr * don't include all locales in FILES_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-22e-tasks: search for eina not eina-0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>