summaryrefslogtreecommitdiffstats
path: root/package/libgtk3
Commit message (Collapse)AuthorAgeFilesLines
* package: indentation cleanupJerzy Grzegorek2015-01-151-3/+5
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: bump version to 3.14.5Vicente Olivert Riera2014-11-113-1/+60
| | | | | | | | | | - Bump version to 3.14.5 - Add a hash file - Add a new patch to fix a regression Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: rename patches to follow the new name structureVicente Olivert Riera2014-11-115-0/+0
| | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: indentation cleanupJerzy Grzegorek2014-11-021-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: bump to 3.14.4Eric Le Bihan2014-11-012-3/+57
| | | | | | | | | | | | | | | Bump libgtk3 to version 3.14.4. Also add a patch to fix compilation of a build tool: extract-strings. The bug has already been reported [1], but no proper resolution has been provided yet. This patch only covers the Buildroot issue. [1] https://bugzilla.gnome.org/show_bug.cgi?id=731013 [Thomas: fix minor typo in the description of the newly added patch.] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: fix undefined reference to get_xkb()Eric Le Bihan2014-10-281-0/+33
| | | | | | | | | | | | | | | | | When configuring Gtk+ with --disable-xkb, the build fails because of an undefined reference to get_xkb(). This issue as been reported upstream [1]. This patch fixes it. Fixes: http://autobuild.buildroot.net/results/513/513d79b97bb8ad0e5cd431c47c706b5ec87a9882/ http://autobuild.buildroot.net/results/0c3/0c3f1df92481852622445478d2239371fc818f41/ [1] https://bugzilla.gnome.org/show_bug.cgi?id=739070 Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: ensure host version of pkg-config is used for native compilationPeter Korsgaard2014-10-161-1/+2
| | | | | | | | | | | | | | | This already was in Eric's submission, but I removed it when committing while cleaning up. The package infrastructure already passes the correct pkg-config to use for cross compilation, but NOT for building native tools, so we ended up using the target variant and got wrong libraries/headers. Fixes: http://autobuild.buildroot.net/results/e0c/e0c2623e2d400ce66963eae23f136c0158556b36/ http://autobuild.buildroot.net/results/5bf/5bf66b8d16a3ddded24827bf278ad24b55ded6e7/ http://autobuild.buildroot.net/results/75f/75f93cea8ab59f052ddefa51c0bfc14c3df47a60/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: ensure cups-config can be foundPeter Korsgaard2014-10-161-0/+1
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/db6/db6cd8922444490056bf5157fc0c9349e9bf383b/ http://autobuild.buildroot.net/results/4bd/4bdcd642eaa880dbbfbed8f4ed5ffac0c52edaa8/ http://autobuild.buildroot.net/results/8d3/8d30687f92178de15d7697a7b8a1b7e2d6e93deb/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgtk3: new packageHadrien Boutteville2014-10-155-0/+354
This package provides Gtk+ 3.0, a graphical toolkit. [Peter: fix Config.in deps, ensure atleast 1 backend, remove redundant info] Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> [Eric: added backend support, use of pkgconf for host-libgtk3] Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud