aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+/gtk+_2.10.14.bb
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-04-01gtk 2.10.14: follow gtk 2.12 with not applying display-migration patch, ↵Koen Kooi
applications now start 5 times faster
2008-01-11gtk+ 2.10.14: Add smallscreen mod for GtkFileChooser.Paul Sokolovsky
* Closes #3634 * Discussion: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/003940.html http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-January/001518.html
2007-10-15packages/gtk+/gtk+-fastscaling_2.10.14.bb : split out fast innaccurateGraeme Gregory
scaling to a different gtk+ build. This makes more sense than a machine specific gtk+ build.
2007-08-24gtk+ 2.10.14: fix combo-arrow-size.patch (from Poky) - closes #2845Marcin Juszkiewicz
2007-08-23gtk+ 2.10.14: add updated versions of cell-renderer and treeview-checkbox ↵Michael Lauer
patches
2007-08-16gtk+-2.10.14: package printbackends -dev and -dbg filesPhilipp Zabel
2007-08-12gtk+: work around rrecommends bugKoen Kooi
2007-08-08gtk+: drop 2.10.9 to 2.10.12, promote 2.10.14 as the new default versionMichael Lauer
2.11 will be added soon w/ DEFAULT_PREFERENCE=-1. If you still need 2.6.10, please set your PREFERRED_PROVIDER accordingly.
2007-08-05gtk+ 2.10.14 adjust PACKAGE_ARCH when using OVERRIDESMichael Lauer
2007-08-04gtk+: apply lower-quality-scaling on fic-gta0[12] to squeeze some more ↵Michael Lauer
performance out of it
2007-07-28gtk 2.10.14: add some patches from poky to have some widgets behave better ↵Koen Kooi
on high-dpi screens
2007-07-21gtk+: add 2.10.14, the latest stable releaseKoen Kooi