summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm_svn.bb
Commit message (Collapse)AuthorAgeFilesLines
* elementary, evas-generic-loaders, e-wm: Drop svn recipesMartin Jansa2013-08-141-16/+0
| | | | | | * keep .inc to reuse it for git recipe later Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* e-wm: add recipe for released tarballMartin Jansa2012-12-231-204/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: fix file permissions on sysactions.confMartin Jansa2012-11-291-1/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add setxkbmap to RDEPENDSMartin Jansa2012-11-291-1/+2
| | | | | | | | | | * called from xkb map E17 module Jan 02 02:58:42 gjama xinit[418]: SET XKB RUN: setxkbmap -model 'default' Jan 02 02:58:42 gjama xinit[418]: SET XKB RUN: setxkbmap -model 'default' Jan 02 02:58:43 gjama xinit[418]: /bin/sh: setxkbmap: command not found Jan 02 02:58:43 gjama xinit[418]: /bin/sh: setxkbmap: command not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add work around for illume2 issues from r78978Martin Jansa2012-11-291-1/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: update path to icon_icon_theme.png, add some unpackaged files and xcb ↵Martin Jansa2012-11-291-3/+5
| | | | | | to DEPENDS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: update RRECOMMENDS_-config-mobileMartin Jansa2012-09-051-2/+2
| | | | | | * I've forgot to rename this when illume2 was renamed to mobile Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: illume2 profile was renamed to mobileMartin Jansa2012-08-201-3/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: include unpackaged data/favourites in PNMartin Jansa2012-08-201-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add some evas-loaders to RDEPENDSMartin Jansa2012-08-201-1/+5
| | | | | | * it doesn't even start without those Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add elementary dependencyMartin Jansa2012-08-201-1/+1
| | | | | | * fixes: e_main.c:22:24: fatal error: Elementary.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add eio to DEPENDSMartin Jansa2012-08-201-1/+1
| | | | | | * it's needed since r74373 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: packaging: include flags in PN-images, add catch-all PN-backgrounds ↵Martin Jansa2012-08-201-1/+4
| | | | | | package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: update LIC_FILES_CHKSUMMartin Jansa2012-08-201-1/+1
| | | | | | * Copyright year was updated in r73192 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: unify tabs/spaces usageMartin Jansa2012-08-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: use new update-alternatives syntaxMartin Jansa2012-07-301-5/+4
| | | | | | * fixes warning WARNING: e-wm: Use of ALTERNATIVE_NAME is deprecated, see update-alternatives.bbclass for more info. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: recipes: bump PR to rebuild after libudev0 soname change to libudev1Martin Jansa2012-07-191-0/+1
| | | | | | | * this patch depends on http://patchwork.openembedded.org/patch/32085/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* various: update ; proto= to ; protocol= in SRC_URIKoen Kooi2012-07-161-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-261-1/+0
| | | | | | | * drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREVMartin Jansa2012-03-091-1/+0
| | | | | | | * remove e-wm patch from 974d2fe857c82826606959ea909bc6e75567e4e4, it's not needed now. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: fix memory usage with illume causing OOMMartin Jansa2012-02-261-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: bump PR after edbus-econnman fixMartin Jansa2011-12-061-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add missing dependency on dbus-x11Koen Kooi2011-11-231-1/+2
| | | | | | | ERR<654>:e_dbus e_dbus.c:472 e_dbus_bus_get() Error connecting to bus: /usr/bin/dbus-launch terminated abnormally without any error message Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-efl: e-wm: renice to -2Denis 'GNUtoo' Carikli2011-11-011-1/+1
| | | | | | | | | | A niceness of -10 is way too much, and it causes some audio problems such as buffer underruns/overruns with writei/readi with the fsoaudiod plugin responsible of sound during calls on the nokia900 (and maybe other audio problems on other devices too). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: include /usr/lib/enlightenment/modules/wizard/favorites/.order in ↵Martin Jansa2011-10-121-0/+1
| | | | | | | FILES+${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: use allarch instead of PACKAGE_ARCH = allMartin Jansa2011-10-121-21/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes-efl: update LIC_FILES_CHKSUM, Copyright was updated in r63187Martin Jansa2011-09-051-1/+1
| | | | | | * see http://trac.enlightenment.org/e/changeset/63187 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: ignore autopoint errorsMartin Jansa2011-09-051-1/+1
| | | | | | | | | | autopoint: File config.rpath has been locally modified. | autopoint: warning: File mkinstalldirs has been locally modified. | autopoint: *** Some files have been locally modified. Not overwriting them because --force has not been specified. For your convenience, you find the local modifications in the file '/tmp/gtAHz0tp/autopoint.diff'. | autopoint: *** Stop.
* e-wm: remove SHR specific patchMartin Jansa2011-08-181-4/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm svn: add missing eina dependencyKoen Kooi2011-07-251-1/+1
| | | | | | | | | | | | | | | checking for E_REMOTE... no | configure: error: Package requirements ( | ecore >= 1.0.999 | ecore-ipc >= 1.0.999 | eet >= 1.4.0 | eina >= 1.0.999 | ) were not met: | | No package 'eina' found Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* e-base,e-wm: bump EFL_SRCREV and remove illume1 from e-wmMartin Jansa2011-06-081-16/+1
| | | | | | * illume1 and it's theme were removed in r59932, r59933, r59936, r59982 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add LIC_FILES_CHKSUM and inherit gettextMartin Jansa2011-03-251-1/+2
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Siged-off-by: Koen Kooi <koen@dominion.truhere.net>
* meta-efl: import from meta-shr.Koen Kooi2011-03-231-0/+224
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>