aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17
AgeCommit message (Collapse)Author
2014-04-20e-wm: upgrade to 0.18.4 and drop old 0.17.5Martin Jansa
* 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>
2014-02-24screenshot: Move to nonworking because depends on emprintMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-24rage, emprint, news: Move to nonworkingMartin Jansa
* 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>
2014-02-24e-tasks: Fix building against old e_dbusMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-24elfe: Replace svn with git versionMartin Jansa
* bump PE to cope with +svn -> +git Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-24eve: bump SRCREV and update dependency from edbus2 to eldbusMartin Jansa
* edbus2 was renamed to eldbus and is now included in efl source tree Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23enjoy: switch from svn to newer git and update dependency from edbus2 to eldbusMartin Jansa
* edbus2 was renamed to eldbus and is now included in efl source tree Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23e-wm: Add recipe for 0.18.2Martin Jansa
* 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>
2014-02-23e-wm: Drop evas-.*-loader.* from RDEPENDSMartin Jansa
* with new evas those are by default built-in not as separate libs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23terminology: upgrade to 0.4.0Martin Jansa
* announcement http://sourceforge.net/mailarchive/message.php?msg_id=31728362 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-18meta-efl: upgrade efl to 1.7.9, e-wm to 0.17.5Martin Jansa
* announcement: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg56588.html * most likely last bump I'll do in meta-efl before upgrading recipes to 1.8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17e-wm: Add PACKAGECONFIG for pamMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14elementary, evas-generic-loaders, e-wm: Drop svn recipesMartin Jansa
* keep .inc to reuse it for git recipe later Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14meta-efl: upgrade efl to 1.7.8, e-wm to 0.17.4Martin Jansa
* announcement: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg54004.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-27enjoy: replace ENTERPRISE_DISTRO with PACKAGECONFIG optionsPaul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28meta-efl: upgrade efl to 1.7.7, e-wm to 0.17.3Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29e-wm-0.17.2.1: Update checksums, tarball was repackaged upstream :/Martin Jansa
Files enlightenment-0.17.2.1/ChangeLog and enlightenment-0.17.2.1-new/ChangeLog differ Files enlightenment-0.17.2.1/NEWS and enlightenment-0.17.2.1-new/NEWS differ Files enlightenment-0.17.2.1/po/ca.gmo and enlightenment-0.17.2.1-new/po/ca.gmo differ Files enlightenment-0.17.2.1/po/ca.po and enlightenment-0.17.2.1-new/po/ca.po differ Files enlightenment-0.17.2.1/po/eo.gmo and enlightenment-0.17.2.1-new/po/eo.gmo differ Files enlightenment-0.17.2.1/po/eo.po and enlightenment-0.17.2.1-new/po/eo.po differ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* 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>
2013-04-09e-wm: upgrade to 1.17.2.1 which correctly sets relnameMartin Jansa
* so all modules end in right subdirectory now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-09meta-efl: upgrade efl to 1.7.6, e-wm to 0.17.2, terminology to 0.3.0Martin Jansa
* announcements: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg52198.html http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg51986.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-05enjoy: improve RDEPENDS to set it only on PNMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01e-wm: upgrade to 0.17.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23e-wm: add recipe for released tarballMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18terminology: upgrade to 0.2.0Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exalt-client: fix FILES for PN-staticdevMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11enjoy: depend on edbus2Martin Jansa
* ported to edbus2 in r80102 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exalt-client: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11elementary-alarm: remove recipe, source was removed in r70549Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11waker: remove recipe, source was removed in r70549Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11notification: remove recipe, notification module is now part of e-wmMartin Jansa
* merged to e in r64475 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11rain: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11flame: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11news: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exalt: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11ephoto: update LICENSE and LIC_FILES_CHKSUMMartin Jansa
* COPYNG.icons was changed to GPL-3.0 in r60781 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11exquisite: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11diskio: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11cpu: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11forecast: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11uptime: add LIC_FILES_CHKSUMMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11edje-viewer: add LIC_FILES_CHKSUM and drop BSD from LICENSEMartin Jansa
* COPYING does not say anything from BSD license, only MIT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-wm: fix file permissions on sysactions.confMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-wm: add setxkbmap to RDEPENDSMartin Jansa
* 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>
2012-11-29eve: bump SRCREV back to EFL_SRCREV and add edbus2 dependencyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-wm-theme-b-and-w: add recipe for old default theme b_and_wMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-wm: add work around for illume2 issues from r78978Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29e-wm: update path to icon_icon_theme.png, add some unpackaged files and xcb ↵Martin Jansa
to DEPENDS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29eve: add edbus to DEPENDS, but use older SRCREV which depends on edbus1 not ↵Martin Jansa
edbus2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>