pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 Update to 2.12.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fd1ae6f2eef
branches:  trunk
changeset: 533369:8fd1ae6f2eef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 16 19:53:26 2007 +0000

description:
Update to 2.12.0.
(no shlib major changes)

Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================

 * GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode

 * GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog

Lots of bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================

 * GtkBuilder:
 - The gtk-builder-convert script is more versatile
 - GtkBuilder suppports GdkPixbuf properties
 - GtkBuilder parses, but doesn't yet implement <accessibility>
 - Support for accelerators in actions has been added

* GtkTooltips:
 - The old tooltips API has been deprecated
 - The has-tooltip property has getter and setter

* GtkTreeView:
 - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
   gtk_tree_view_set_tooltip_column()

* GtkIconView:
 - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
   gtk_icon_view_set_tooltip_column()

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================

* OS X port:
 - Many improvements

* Win32 port:
 - Inconsistent checkboxes are drawn correctly now

* GtkBuilder:
 - Ship a Python script, gtk-builder-convert, to
   convert glade files to GtkBuilder syntax

* GtkFileChooser:
 - Improved display of the time column
 - Support search on OS X, using Spotlight

* GtkTreeView:
 - New function gtk_tree_view_is_rubber_banding_active() to
   check whether rubber banding is active

* GtkVolumeButton uses the range 0.0 to 1.0, and
  correctly adapts tooltips to display percentages

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================

* The multipress input method correctly handles control keys

* The memory management of GtkRecentManager has been
  changed, deprecating the screen-related functions in favour
  of gtk_recent_manager_get_default().

Lots of bugfixes.


Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================

* GtkBuilder: GTK+ supports constructing user interfaces
  from XML descriptions now, similar to libglade.

* The new tooltip code now has convenience api to set
  text tooltips: gtk_widget_set_tooltip_text(),
  gtk_widget_set_tooltip_markup()

* GtkTextView, GtkEntry:
 - gtk_widget_modify_cursor() is a new function in the
   gtk_widget_modify family to override the style-provided
   cursor colors
 - Use a block cursor in overwrite mode

* GtkFileChooser:
 - Use xdg-user-dirs to find the Desktop directory
 - gtk_file_system_create() is now public API

* GtkMenu:
 - GtkMenuItem gained a submenu property
 - GtkMenuShell obtained a move-selected signal

* OS X port:
 - Many improvements

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================

* The GtkListStore and GtkTreeStore have new API
  to set values using vectors of columns and values

Bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================

* GtkTextView:
 - Marks can be created independent from buffers
 - Cursor color follows text color

* OS X port:
 - Many improvements

* GDK:
 - Add support for composited child windows

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.10.x to 2.11
============================================

* Printing support:
 - Cups backend: Work with "BrowseShortNames Off"
 - Cups backend: Fix handling of multi-valued options
 - Cups backend: Work with raw printers
 - Cups backend: don't lock up when met with larger numbers of printers
 - Improved sensitivity handling of controls in the unix dialog
 - Support half-open ranges
 - Add a test print backend for easier debugging
 - Add API to list paper sizes
 - Add API to serialize and deserialize page setups and print settings
 - Print settings can be passed to the preview command
 - Make more GtkPrinter public

* GtkFileChooser:
 - Improve file chooser dialog size logic
 - Add a GtkFileChooserButton::file-set signal
 - Add a search mode with backends for Beagle, Tracker and simple search
 - Add recent files support

* New tooltips API, that allows complex tooltips (markup, images),
  tooltips on insensitive widgets, tooltips on treeviews, etc

* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
  frequently seen in multimedia applications

* Input Methods:
 - New Thai and Lao input method
 - New multipress input method for phone pads

* Recent files:
 - GtkRecentChooserMenu supports custom menu items
 - GtkRecentAction was added

* Keyboard navigation improvements:
 - Infrastructure for notification of failed keyboard navigation
 - Better support for restricted sets of keys
 - Only handle keys for notebook tab reordering and scrolledwindow
   scrolling if it make sense
 - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
   the display of accelerators and mnemonics
 - Popup/popdown of comboboxes is keybindable

* Windows port:
 - Windows 9x/ME is not supported anymore
 - Many ms-windows theme improvements
 - The file chooser uses native icons
 - Support drop shadows
 - Use native cursors

* OS X port:
 - Many improvements

* Icon theme support:
 - Add api to list contexts of an icon theme
 - The builtin stock icons have been replaced by a new set of icons
   which are visually compatible with Tango
 - Support fallback to more generic icon names
 - Validate icon caches when they are created and before they are used

* GtkRange has gained support for fill levels

* GtkEntry:
 - inline-selection mode for entry completion that is closer to what
   web browsers need
 - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling

* GtkTextView:
 - Support accumulative and negative margins
 - GTK_JUSTIFY_FILL works

* GtkLabel:
 - GTK_JUSTIFY_FILL works

* GtkStatusIcon:
 - Multiscreen support
 - gtk_status_icon_position_menu() works on Windows
 - Don't take up space when invisible

* GtkCellRendererProgress:
 - Respect themes
 - Support activity mode

* GtkNotebook:
 - Support scrolling during tab DND
 - Allow dropping tabs anywhere
 - Deprecate numeric group-ids in favour of a more flexible group property

* GtkTreeView:
 - Lots of scrolling fixes
 - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
   according to platform conventions

* GtkButtonBox:
 - Can center buttons now

* GtkComboBoxEntry
 - Can add an arbitrary child widget

* GtkAboutDialog:
 - The "name" property has been replaced by "program-name" to avoid
   a clash with the preexisting "name" property on GtkWidget

* GDK changes:
 - Add gdk_event_request_motions() which works with input devices
 - Add API for changing startup notification id on a window
 - Add API for sending startup notification messages
 - Don't deadlock with xcb-based libX11
 - The handling of _NET_WM_USER_TIME has been changed to reduce
   the amount of root window property changes
 - New gdk_threads api() to allow fully threadsafe handling of idles
   and timeouts

* gdk-pixbuf changes:
 - Optional support for Sun mediaLib hardware acceleration
 - Support exif rotations in tiffs and jpegs
 - Allow arbitrary split between builtin vs modular loaders
 - Support v5 and OS/2 bmps
 - Support scaling animations

* Miscellaneous GTK+ changes:
 - New function gtk_window_set_opacity(), to set the opacity
   of toplevel windows
 - Allow to restrict drags within an application or widget
 - Support opening/closing of submenus on click
 - Configurable cursor blinking timeout
 - Insensitive widgets don't install cursors

Lots of bugfixes and translation updates.

diffstat:

 x11/gtk2/Makefile         |  15 ++++++++-------
 x11/gtk2/PLIST            |  43 +++++++++++++++++++++++++++++++++----------
 x11/gtk2/distinfo         |  17 ++++++++---------
 x11/gtk2/patches/patch-aa |   6 +++---
 x11/gtk2/patches/patch-ab |  13 -------------
 x11/gtk2/patches/patch-ac |   6 +++---
 x11/gtk2/patches/patch-ae |   8 ++++----
 x11/gtk2/patches/patch-ai |  15 ++++++++++++---
 8 files changed, 71 insertions(+), 52 deletions(-)

diffs (truncated from 405 to 300 lines):

diff -r 69dc35bc86fc -r 8fd1ae6f2eef x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Sun Sep 16 19:03:52 2007 +0000
+++ b/x11/gtk2/Makefile Sun Sep 16 19:53:26 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.143 2007/07/21 21:56:08 wiz Exp $
+# $NetBSD: Makefile,v 1.144 2007/09/16 19:53:26 wiz Exp $
 
-DISTNAME=              gtk+-2.10.14
+DISTNAME=              gtk+-2.12.0
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
 CATEGORIES=            x11
-MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.10/ \
-                       ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.10/ \
-                       ${MASTER_SITE_GNOME:=sources/gtk+/2.10/}
+MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.12/ \
+                       ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.12/ \
+                       ${MASTER_SITE_GNOME:=sources/gtk+/2.12/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -17,12 +17,13 @@
 CONFLICTS=             gtk2-engines<2.6.0
 
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.2.0
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.12.0
-BUILDLINK_API_DEPENDS.pango+=  pango>=1.13.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.13.5
+BUILDLINK_API_DEPENDS.pango+=  pango>=1.17.3
 
 USE_DIRS+=             xdg-1.1
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt perl pkg-config
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 PTHREAD_AUTO_VARS=     yes
 
diff -r 69dc35bc86fc -r 8fd1ae6f2eef x11/gtk2/PLIST
--- a/x11/gtk2/PLIST    Sun Sep 16 19:03:52 2007 +0000
+++ b/x11/gtk2/PLIST    Sun Sep 16 19:53:26 2007 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.53 2007/03/20 15:46:32 drochner Exp $
+@comment $NetBSD: PLIST,v 1.54 2007/09/16 19:53:26 wiz Exp $
 bin/gdk-pixbuf-csource
 bin/gdk-pixbuf-query-loaders
+bin/gtk-builder-convert
 bin/gtk-demo
 bin/gtk-query-immodules-2.0
 bin/gtk-update-icon-cache
@@ -66,6 +67,8 @@
 include/gtk-2.0/gtk/gtkbin.h
 include/gtk-2.0/gtk/gtkbindings.h
 include/gtk-2.0/gtk/gtkbox.h
+include/gtk-2.0/gtk/gtkbuildable.h
+include/gtk-2.0/gtk/gtkbuilder.h
 include/gtk-2.0/gtk/gtkbutton.h
 include/gtk-2.0/gtk/gtkcalendar.h
 include/gtk-2.0/gtk/gtkcelleditable.h
@@ -175,6 +178,7 @@
 include/gtk-2.0/gtk/gtkradiotoolbutton.h
 include/gtk-2.0/gtk/gtkrange.h
 include/gtk-2.0/gtk/gtkrc.h
+include/gtk-2.0/gtk/gtkrecentaction.h
 include/gtk-2.0/gtk/gtkrecentchooser.h
 include/gtk-2.0/gtk/gtkrecentchooserdialog.h
 include/gtk-2.0/gtk/gtkrecentchoosermenu.h
@@ -183,6 +187,7 @@
 include/gtk-2.0/gtk/gtkrecentmanager.h
 include/gtk-2.0/gtk/gtkruler.h
 include/gtk-2.0/gtk/gtkscale.h
+include/gtk-2.0/gtk/gtkscalebutton.h
 include/gtk-2.0/gtk/gtkscrollbar.h
 include/gtk-2.0/gtk/gtkscrolledwindow.h
 include/gtk-2.0/gtk/gtkselection.h
@@ -218,6 +223,7 @@
 include/gtk-2.0/gtk/gtktoolbar.h
 include/gtk-2.0/gtk/gtktoolbutton.h
 include/gtk-2.0/gtk/gtktoolitem.h
+include/gtk-2.0/gtk/gtktooltip.h
 include/gtk-2.0/gtk/gtktooltips.h
 include/gtk-2.0/gtk/gtktree.h
 include/gtk-2.0/gtk/gtktreednd.h
@@ -237,6 +243,7 @@
 include/gtk-2.0/gtk/gtkvbox.h
 include/gtk-2.0/gtk/gtkversion.h
 include/gtk-2.0/gtk/gtkviewport.h
+include/gtk-2.0/gtk/gtkvolumebutton.h
 include/gtk-2.0/gtk/gtkvpaned.h
 include/gtk-2.0/gtk/gtkvruler.h
 include/gtk-2.0/gtk/gtkvscale.h
@@ -254,6 +261,7 @@
 lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la
 lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la
 lib/gtk-2.0/2.10.0/immodules/im-ipa.la
+lib/gtk-2.0/2.10.0/immodules/im-multipress.la
 lib/gtk-2.0/2.10.0/immodules/im-thai.la
 lib/gtk-2.0/2.10.0/immodules/im-ti-er.la
 lib/gtk-2.0/2.10.0/immodules/im-ti-et.la
@@ -273,9 +281,9 @@
 lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.la
 lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.la
 lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.la
+${CUPS}lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la
 lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.la
 lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.la
-${CUPS}lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.la
 lib/gtk-2.0/include/gdkconfig.h
 ${QUARTZ}lib/libgdk-quartz-2.0.la
 ${X11}lib/libgdk-x11-2.0.la
@@ -285,15 +293,17 @@
 ${X11}lib/libgtk-x11-2.0.la
 lib/pkgconfig/gdk-2.0.pc
 lib/pkgconfig/gdk-pixbuf-2.0.pc
+${X11}lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc
 ${QUARTZ}lib/pkgconfig/gdk-quartz-2.0.pc
-${X11}lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc
 ${X11}lib/pkgconfig/gdk-x11-2.0.pc
 lib/pkgconfig/gtk+-2.0.pc
 ${QUARTZ}lib/pkgconfig/gtk+-quartz-2.0.pc
 lib/pkgconfig/gtk+-unix-print-2.0.pc
 ${X11}lib/pkgconfig/gtk+-x11-2.0.pc
+libdata/gtk-2.0/im-multipress.conf
 man/man1/gdk-pixbuf-csource.1
 man/man1/gdk-pixbuf-query-loaders.1
+man/man1/gtk-builder-convert.1
 man/man1/gtk-query-immodules-2.0.1
 man/man1/gtk-update-icon-cache.1
 share/aclocal/gtk-2.0.m4
@@ -302,11 +312,13 @@
 share/gtk-2.0/demo/appwindow.c
 share/gtk-2.0/demo/assistant.c
 share/gtk-2.0/demo/background.jpg
+share/gtk-2.0/demo/builder.c
 share/gtk-2.0/demo/button_box.c
 share/gtk-2.0/demo/changedisplay.c
 share/gtk-2.0/demo/clipboard.c
 share/gtk-2.0/demo/colorsel.c
 share/gtk-2.0/demo/combobox.c
+share/gtk-2.0/demo/demo.ui
 share/gtk-2.0/demo/dialog.c
 share/gtk-2.0/demo/drawingarea.c
 share/gtk-2.0/demo/editable_cells.c
@@ -456,6 +468,7 @@
 share/gtk-doc/html/gdk/ix05.html
 share/gtk-doc/html/gdk/ix06.html
 share/gtk-doc/html/gdk/ix07.html
+share/gtk-doc/html/gdk/ix08.html
 share/gtk-doc/html/gdk/left.png
 share/gtk-doc/html/gdk/left_ptr.png
 share/gtk-doc/html/gdk/left_side.png
@@ -508,6 +521,7 @@
 share/gtk-doc/html/gdk/xterm.png
 share/gtk-doc/html/gtk/AbstractObjects.html
 share/gtk-doc/html/gtk/Actions.html
+share/gtk-doc/html/gtk/Builder.html
 share/gtk-doc/html/gtk/ButtonWidgets.html
 share/gtk-doc/html/gtk/DeprecatedObjects.html
 share/gtk-doc/html/gtk/DisplayWidgets.html
@@ -523,6 +537,7 @@
 share/gtk-doc/html/gtk/GtkAssistant.html
 share/gtk-doc/html/gtk/GtkBin.html
 share/gtk-doc/html/gtk/GtkBox.html
+share/gtk-doc/html/gtk/GtkBuilder.html
 share/gtk-doc/html/gtk/GtkButton.html
 share/gtk-doc/html/gtk/GtkButtonBox.html
 share/gtk-doc/html/gtk/GtkCList.html
@@ -621,6 +636,7 @@
 share/gtk-doc/html/gtk/GtkRadioMenuItem.html
 share/gtk-doc/html/gtk/GtkRadioToolButton.html
 share/gtk-doc/html/gtk/GtkRange.html
+share/gtk-doc/html/gtk/GtkRecentAction.html
 share/gtk-doc/html/gtk/GtkRecentChooser.html
 share/gtk-doc/html/gtk/GtkRecentChooserDialog.html
 share/gtk-doc/html/gtk/GtkRecentChooserMenu.html
@@ -629,6 +645,7 @@
 share/gtk-doc/html/gtk/GtkRecentManager.html
 share/gtk-doc/html/gtk/GtkRuler.html
 share/gtk-doc/html/gtk/GtkScale.html
+share/gtk-doc/html/gtk/GtkScaleButton.html
 share/gtk-doc/html/gtk/GtkScrollbar.html
 share/gtk-doc/html/gtk/GtkScrolledWindow.html
 share/gtk-doc/html/gtk/GtkSeparator.html
@@ -656,6 +673,7 @@
 share/gtk-doc/html/gtk/GtkToolButton.html
 share/gtk-doc/html/gtk/GtkToolItem.html
 share/gtk-doc/html/gtk/GtkToolbar.html
+share/gtk-doc/html/gtk/GtkTooltip.html
 share/gtk-doc/html/gtk/GtkTooltips.html
 share/gtk-doc/html/gtk/GtkTree.html
 share/gtk-doc/html/gtk/GtkTreeItem.html
@@ -676,6 +694,7 @@
 share/gtk-doc/html/gtk/GtkVScrollbar.html
 share/gtk-doc/html/gtk/GtkVSeparator.html
 share/gtk-doc/html/gtk/GtkViewport.html
+share/gtk-doc/html/gtk/GtkVolumeButton.html
 share/gtk-doc/html/gtk/GtkWidget.html
 share/gtk-doc/html/gtk/GtkWindow.html
 share/gtk-doc/html/gtk/GtkWindowGroup.html
@@ -739,6 +758,7 @@
 share/gtk-doc/html/gtk/gtk-add.png
 share/gtk-doc/html/gtk/gtk-apply.png
 share/gtk-doc/html/gtk/gtk-bold.png
+share/gtk-doc/html/gtk/gtk-builder-convert.html
 share/gtk-doc/html/gtk/gtk-building.html
 share/gtk-doc/html/gtk/gtk-cancel.png
 share/gtk-doc/html/gtk/gtk-cdrom.png
@@ -770,7 +790,6 @@
 share/gtk-doc/html/gtk/gtk-find.png
 share/gtk-doc/html/gtk/gtk-floppy.png
 share/gtk-doc/html/gtk/gtk-font.png
-share/gtk-doc/html/gtk/gtk-framebuffer.html
 share/gtk-doc/html/gtk/gtk-fullscreen.png
 share/gtk-doc/html/gtk/gtk-go-back-ltr.png
 share/gtk-doc/html/gtk/gtk-go-back-rtl.png
@@ -784,6 +803,7 @@
 share/gtk-doc/html/gtk/gtk-goto-last-ltr.png
 share/gtk-doc/html/gtk/gtk-goto-last-rtl.png
 share/gtk-doc/html/gtk/gtk-goto-top.png
+share/gtk-doc/html/gtk/gtk-gtkbuildable.html
 share/gtk-doc/html/gtk/gtk-gtkfilefilter.html
 share/gtk-doc/html/gtk/gtk-harddisk.png
 share/gtk-doc/html/gtk/gtk-help.png
@@ -816,6 +836,7 @@
 share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html
 share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html
 share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html
+share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html
 share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html
 share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html
 share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html
@@ -823,6 +844,7 @@
 share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html
 share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html
 share/gtk-doc/html/gtk/gtk-migrating-checklist.html
+share/gtk-doc/html/gtk/gtk-migrating-tooltips.html
 share/gtk-doc/html/gtk/gtk-missing-image.png
 share/gtk-doc/html/gtk/gtk-network.png
 share/gtk-doc/html/gtk/gtk-new.png
@@ -897,6 +919,7 @@
 share/gtk-doc/html/gtk/ix05.html
 share/gtk-doc/html/gtk/ix06.html
 share/gtk-doc/html/gtk/ix07.html
+share/gtk-doc/html/gtk/ix08.html
 share/gtk-doc/html/gtk/label.png
 share/gtk-doc/html/gtk/left.png
 share/gtk-doc/html/gtk/link-button.png
@@ -926,8 +949,10 @@
 share/gtk-doc/html/gtk/style.css
 share/gtk-doc/html/gtk/toggle-button.png
 share/gtk-doc/html/gtk/toolbar.png
+share/gtk-doc/html/gtk/tree-view-coordinates.png
 share/gtk-doc/html/gtk/ui-manager.html
 share/gtk-doc/html/gtk/up.png
+share/gtk-doc/html/gtk/volumebutton.png
 share/gtk-doc/html/gtk/window.png
 share/locale/af/LC_MESSAGES/gtk20-properties.mo
 share/locale/af/LC_MESSAGES/gtk20.mo
@@ -937,8 +962,6 @@
 share/locale/ang/LC_MESSAGES/gtk20.mo
 share/locale/ar/LC_MESSAGES/gtk20-properties.mo
 share/locale/ar/LC_MESSAGES/gtk20.mo
-share/locale/as/LC_MESSAGES/gtk20-properties.mo
-share/locale/as/LC_MESSAGES/gtk20.mo
 share/locale/az/LC_MESSAGES/gtk20-properties.mo
 share/locale/az/LC_MESSAGES/gtk20.mo
 share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo
@@ -1049,6 +1072,8 @@
 share/locale/nn/LC_MESSAGES/gtk20.mo
 share/locale/nso/LC_MESSAGES/gtk20-properties.mo
 share/locale/nso/LC_MESSAGES/gtk20.mo
+share/locale/oc/LC_MESSAGES/gtk20-properties.mo
+share/locale/oc/LC_MESSAGES/gtk20.mo
 share/locale/or/LC_MESSAGES/gtk20-properties.mo
 share/locale/or/LC_MESSAGES/gtk20.mo
 share/locale/pa/LC_MESSAGES/gtk20-properties.mo
@@ -1065,8 +1090,6 @@
 share/locale/ru/LC_MESSAGES/gtk20.mo
 share/locale/rw/LC_MESSAGES/gtk20-properties.mo
 share/locale/rw/LC_MESSAGES/gtk20.mo
-share/locale/si/LC_MESSAGES/gtk20-properties.mo
-share/locale/si/LC_MESSAGES/gtk20.mo
 share/locale/sk/LC_MESSAGES/gtk20-properties.mo
 share/locale/sk/LC_MESSAGES/gtk20.mo
 share/locale/sl/LC_MESSAGES/gtk20-properties.mo
@@ -1099,8 +1122,8 @@
 share/locale/ur/LC_MESSAGES/gtk20.mo
 share/locale/uz/LC_MESSAGES/gtk20-properties.mo
 share/locale/uz/LC_MESSAGES/gtk20.mo
-share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo
-share/locale/uz@Latn/LC_MESSAGES/gtk20.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo
 share/locale/vi/LC_MESSAGES/gtk20-properties.mo
 share/locale/vi/LC_MESSAGES/gtk20.mo
 share/locale/wa/LC_MESSAGES/gtk20-properties.mo
diff -r 69dc35bc86fc -r 8fd1ae6f2eef x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Sun Sep 16 19:03:52 2007 +0000
+++ b/x11/gtk2/distinfo Sun Sep 16 19:53:26 2007 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.87 2007/07/19 21:43:35 wiz Exp $
+$NetBSD: distinfo,v 1.88 2007/09/16 19:53:26 wiz Exp $



Home | Main Index | Thread Index | Old Index