summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome
Commit message (Collapse)AuthorAgeFilesLines
* gnome: add explicit bz2 compress type to older packagesAlexander Kanavin2015-08-313-0/+3
| | | | | | | The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: Fix build with newer bison >= 3Khem Raj2015-05-132-2/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: use pkgconfig for freetype supportKoen Kooi2014-08-052-4/+38
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: Blacklist because of missing freetype-configMartin Jansa2014-07-151-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Add missing intltool-native dependenciesRichard Purdie2014-07-151-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomekbd: delete older 2.26.0 versionMartin Jansa2014-06-211-14/+0
| | | | | | | | * there is 2.32.0 version in libgnome and this one was broken for long time it depends on gconf-dbus which was removed 2,5 years ago, now when newer recipe was blacklisted this started to be pulled into the build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-232-2/+2
| | | | | | | | | | | | | 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>
* libgnomeprint: Upgrade 2.18.7 -> 2.18.8Khem Raj2013-12-211-5/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: Add missing dependency on freetypeKhem Raj2013-12-212-2/+42
| | | | | | | | | | | | | | | | Fixes compile errors like | gnome-rfont.c:31:30: fatal error: freetype/ftglyph.h: No such file or directory | #include <freetype/ftglyph.h> | ^ | compilation terminated. | make[3]: *** [gnome-rfont.lo] Error 1 Fix header inclusion mechanism for freetype headers Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: add gnome-common-schemas to RRECOMMENDSAndreas Müller2013-05-161-0/+3
| | | | | | | | without libgnome gnome-terminal crashes for missing font assertion: | ERROR:terminal-app.c:1451:terminal_app_init: assertion failed: (app->system_font_desc != NULL) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: update to 2.30.2Andreas Müller2013-05-104-39/+43
| | | | | | | this is the last version with GPL V2 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: move out of nonworkingAndreas Müller2013-05-102-0/+39
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-153-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to ↵Martin Jansa2013-02-012-39/+0
| | | | | | | | | nonworking directories * this set does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: fix packaging issuesMartin Jansa2012-12-251-4/+9
| | | | | | | * modules/transports/.debug is already included in modules/*/.debug => drop * package .a files to PN-staticdev, fixes a lot of QA warnings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: fix build with newer toolchainMartin Jansa2012-12-232-0/+15
| | | | | | * FILE is not defined without stdio.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: fix build with cups-1.6 from oe-coreMartin Jansa2012-12-232-2/+293
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: fix build with >=glib-2.31Martin Jansa2012-12-232-0/+46
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome/libgnomecanvas: delete, there is newer version in libgnome/libgnomecanvasMartin Jansa2012-12-111-14/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: add LICENSE version and LIC_FILES_CHKSUMMartin Jansa2012-12-111-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: add SRC_URI checksumsMartin Jansa2012-12-111-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-gnome: replace virtual/gail dependency with gtk+Ross Burton2012-08-301-1/+1
| | | | | | | | GTK+ integrated the gail module back in 2009, so we can safely drop the explicit gail dependency. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: Imported from OE classicJoel A Fernandes2011-09-071-0/+15
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomecups: Imported from OE ClassicJoel A Fernandes2011-09-071-0/+15
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: add 2.32.1Koen Kooi2011-06-107-790/+0
| | | | | | and drop 2.26.1 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-terminal: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73cKoen Kooi2011-04-212-0/+36
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: import from oe-core rev ↵Koen Kooi2011-04-217-0/+790
| | | | | | 0a6f77f549c095692045825f4b5c4c5a2edff73c Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomekdb: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73cKoen Kooi2011-04-211-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomecanvas: import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73cKoen Kooi2011-04-211-0/+14
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>