aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+
AgeCommit message (Collapse)Author
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa
6b -> 8b upgrade * distro maintainers: please consider upgrading jpeg first to bump PR just once * this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
2010-08-05gtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm'Khem Raj
* It does not compile in thumb mode with gcc 4.5 other version of gcc were not tested probably they many have problem too. For now always build using arm mode. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-13gtk+-2.20.0,gtk+-2.20.1: Fix case where /usr/bin/nm was being generated into ↵Khem Raj
libtool. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09gtk+: Update to version 2.20.1 + fix of midori DnD grab freeze (GNOME#623865).Stanislav Brabec
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-09gtk+-fastscaling: Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04gdk-pixbuf (2.10.14): Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKGTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-01gtk+: add 2.20Koen Kooi
2010-03-12gtk+-native: Override RRECOMMENDS for native recipeKhem Raj
* Remove old style native recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-03-11gtk+_2.18.6: add libxext-native to DEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-11gtk+: work around problem with loaders not yet being installed at the point ↵Phil Blundell
where we need to query them
2010-03-11gtk+: generate gdk-pixbuf.loaders during native installPhil Blundell
2010-03-09gtk+: remove special-casing for native installation, declare provider for ↵Phil Blundell
gdk-pixbuf-csource-native when building natively (based on original patch from Graeme Gregory <dp@xora.org.uk> with minor edits)
2010-03-05gtk+: reinstate no-demos patch for gtk+-native, it fails to build without itKoen Kooi
2010-03-04gtk+: build gtk-demo and package it appropriatelyPhil Blundell
2010-02-22gtk+_2.18.6.bb : fix EXTRA_OECONF for native builds.Graeme Gregory
We dont have a native libjpeg so make sure its disabled.
2010-02-17gtk+-2.18.6: add libxrender-native to virtclass-native dependencies (fails ↵Martin Jansa
to find libx11 without) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-10gtk+-native: Added missing DEPENDS, don't build print backend that would ↵Stanislav Brabec
require cups-native.
2010-01-31gtk+: don't install the pixbug-csource tool when building -native, it ↵Koen Kooi
doesn't work properly * the work around involved cleaning up old recipes as well, new-style staging here we come!
2010-01-27gtk+: fix typoRolf Leggewie
2010-01-27gtk+ (-native): add 2.18.6 and convert to new-style stagingKoen Kooi
2010-01-27gtk+ 2.18.3: enable xkb for angstromKoen Kooi
* also remove the displaymigration option that has ceased to exist
2010-01-13pixops-test: GNU_HASH QA error fix.Stanislav Brabec
2010-01-09gtk+: remove DEFAULT_PREFERENCE -1. 2.18.3 is the new default.Rolf Leggewie
2010-01-07gtk+: unifyRolf Leggewie
2009-10-28gtk+: add 2.18.3Koen Kooi
2009-09-25gtk+: add 2.18.0Koen Kooi
2009-09-16gtk+: Implemented INC_PR, require hicolor-icon-theme.Stanislav Brabec
2009-09-12gtk+: add 2.16.6Koen Kooi
2009-08-27gtk+: add simple native gtk+ 2.12.11 with all modules built in.Florian Boor
2009-07-05glib-2.0, pango, gtk+: Updated to the latest .4 stable versions.Stanislav Brabec
2009-06-04gtk+: Provide gdk-pixbuf in order to avoid conflict with the framebuffer ↵Florian Boor
gdk-pixbuf recipe.
2009-05-08gtk+: Fix preferred 2.14.2 like 2.16.0: stage gtk-builder-convertFlorian Boor
2009-04-23gtk+-2.8.16 : fixed problematic " in SRC_URI:Denis 'Gnutoo' Carikli
there was a suplementary " in SRC_URI that made it fail at: run.staging_helper.16868: line 869: syntax error near unexpected token `else'
2009-04-02virtual/gail: Introduction of new virtual:Stanislav Brabec
* provided by gtk+ >= 2.13.0 or gail * gtk+ >= 2.13.0 now stages libgailutil * use appropriate PROVIDES and DEPENDS for gail * bump PR to fix packages dependencies
2009-04-01gtk+: Replace also gail subpackages.Stanislav Brabec
2009-04-01gtk+.inc: Package modules .debug, remove unusable modules .la files.Stanislav Brabec
2009-03-30gtk+: stage gtk-builder-convert to get gnome-keyring builtMarcin Juszkiewicz
2009-03-19gtk+: make 2.14.2 default version instead of 2.10.14Marcin Juszkiewicz
Ångström uses this version and many components of metadata depends on at least 2.12.
2009-03-19gtk+: add 2.16.0Koen Kooi
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>