]> code.ossystems Code Review - openembedded-core.git/commitdiff
Upgrade GTK+ from 2.12.0 to 2.12.1
authorRoss Burton <ross@openedhand.com>
Mon, 29 Oct 2007 10:33:40 +0000 (10:33 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 29 Oct 2007 10:33:40 +0000 (10:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3012 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 files changed:
meta/conf/distro/poky-bleeding.conf
meta/packages/gtk+/gtk+-2.12.1/cellrenderer-cairo.patch [moved from meta/packages/gtk+/gtk+-2.12.0/cellrenderer-cairo.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/combo-arrow-size.patch [moved from meta/packages/gtk+/gtk+-2.12.0/combo-arrow-size.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/disable-print.patch [moved from meta/packages/gtk+/gtk+-2.12.0/disable-print.patch with 85% similarity]
meta/packages/gtk+/gtk+-2.12.1/entry-cairo.patch [moved from meta/packages/gtk+/gtk+-2.12.0/entry-cairo.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/gtklabel-resize-patch [moved from meta/packages/gtk+/gtk+-2.12.0/gtklabel-resize-patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/hardcoded_libtool.patch [moved from meta/packages/gtk+/gtk+-2.12.0/hardcoded_libtool.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/menu-deactivate.patch [moved from meta/packages/gtk+/gtk+-2.12.0/menu-deactivate.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/no-demos.patch [moved from meta/packages/gtk+/gtk+-2.12.0/no-demos.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/pangoxft2.10.6.diff [moved from meta/packages/gtk+/gtk+-2.12.0/pangoxft2.10.6.diff with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/range-no-redraw.patch [moved from meta/packages/gtk+/gtk+-2.12.0/range-no-redraw.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/run-iconcache.patch [moved from meta/packages/gtk+/gtk+-2.12.0/run-iconcache.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/scrolled-placement.patch [moved from meta/packages/gtk+/gtk+-2.12.0/scrolled-placement.patch with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/toggle-font.diff [moved from meta/packages/gtk+/gtk+-2.12.0/toggle-font.diff with 100% similarity]
meta/packages/gtk+/gtk+-2.12.1/xsettings.patch [moved from meta/packages/gtk+/gtk+-2.12.0/xsettings.patch with 100% similarity]
meta/packages/gtk+/gtk+_2.12.1.bb [moved from meta/packages/gtk+/gtk+_2.12.0.bb with 100% similarity]

index e59bd322fd8c47bcc04fabae18b3cfcdae0af37b..c63aaaa447073d26541db46027cc1e196dd391d4 100644 (file)
@@ -1,5 +1,5 @@
 PREFERRED_VERSION_atk ?= "1.20.0"
-PREFERRED_VERSION_gtk+ ?= "2.12.0"
+PREFERRED_VERSION_gtk+ ?= "2.12.1"
 
 PREFERRED_VERSION_gnome-keyring ?= "2.20"
 PREFERRED_VERSION_gnome-vfs ?= "2.20.0"
similarity index 85%
rename from meta/packages/gtk+/gtk+-2.12.0/disable-print.patch
rename to meta/packages/gtk+/gtk+-2.12.1/disable-print.patch
index 21a4be4da82e574cfb1da87644d4391182d74bbe..19292592d20d21bb9035a815f83f28fa465068b5 100644 (file)
@@ -7,8 +7,8 @@
 -  CUPS_LIBS=`cups-config --libs`
 -
 -  CUPS_API_VERSION=`cups-config --api-version`
--  CUPS_API_MAJOR=`echo -n $CUPS_API_VERSION | awk -F. '{print $1}'`
--  CUPS_API_MINOR=`echo -n $CUPS_API_VERSION | awk -F. '{print $2}'`
+-  CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $1}'`
+-  CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | awk -F. '{print $2}'`
 -
 -  if test $CUPS_API_MAJOR -gt 1 -o \
 -          $CUPS_API_MAJOR -eq 1 -a $CUPS_API_MINOR -ge 2; then