update to 2.6.9 which is a bug fix release that includes the fix for

focus problems seen with firefox/gtk2 combined with ion.

ok marcm@
This commit is contained in:
kurt 2005-08-05 17:15:09 +00:00
parent da70dd13ff
commit b8f386f1fe
8 changed files with 35 additions and 29 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2005/05/24 21:29:11 marcm Exp $
# $OpenBSD: Makefile,v 1.23 2005/08/05 17:15:09 kurt Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "multi-platform graphical toolkit"
COMMENT-docs= "gtk+-2 documentation"
VERSION= 2.6.7
VERSION= 2.6.9
DISTNAME= gtk+-${VERSION}
PKGNAME= gtk+2-${VERSION}
PKGNAME-docs= gtk+2-docs-${VERSION}

View File

@ -1,4 +1,4 @@
MD5 (gtk+-2.6.7.tar.bz2) = b89bf892a0dee943f98b4caa12f773c8
RMD160 (gtk+-2.6.7.tar.bz2) = c664442d779f7fd1668a0294aa66d687f34601e4
SHA1 (gtk+-2.6.7.tar.bz2) = 3a583ae6b468ded5dfcdc87cbd4f487d56b3e2c7
SIZE (gtk+-2.6.7.tar.bz2) = 11424614
MD5 (gtk+-2.6.9.tar.bz2) = 26c3a0bea55353eed63348fb7be4153a
RMD160 (gtk+-2.6.9.tar.bz2) = d99c8109692a19ab4f1f151c79cfca3029d47331
SHA1 (gtk+-2.6.9.tar.bz2) = da69e65beac8e88c4203f634ec488f8d2324f63d
SIZE (gtk+-2.6.9.tar.bz2) = 11711408

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-demos_Makefile_in,v 1.6 2005/05/24 21:29:11 marcm Exp $
--- demos/Makefile.in.orig Tue Apr 12 13:31:04 2005
+++ demos/Makefile.in Sat Apr 16 19:38:39 2005
@@ -789,6 +789,7 @@ uninstall-info: uninstall-info-recursive
$OpenBSD: patch-demos_Makefile_in,v 1.7 2005/08/05 17:15:09 kurt Exp $
--- demos/Makefile.in.orig Mon Aug 1 10:38:51 2005
+++ demos/Makefile.in Sun Jul 31 22:56:09 2005
@@ -791,6 +791,7 @@ uninstall-info: uninstall-info-recursive
test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.6 2005/05/24 21:29:11 marcm Exp $
--- gdk-pixbuf/Makefile.in.orig Tue Apr 12 13:31:06 2005
+++ gdk-pixbuf/Makefile.in Sat Apr 16 19:38:39 2005
@@ -1607,13 +1607,6 @@ install-data-hook: install-ms-lib instal
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.7 2005/08/05 17:15:09 kurt Exp $
--- gdk-pixbuf/Makefile.in.orig Mon Aug 1 10:38:53 2005
+++ gdk-pixbuf/Makefile.in Sun Jul 31 22:56:09 2005
@@ -1609,13 +1609,6 @@ install-data-hook: install-ms-lib instal
@if $(RUN_QUERY_LOADER_TEST) ; then \
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
$(top_builddir)/gdk-pixbuf/gdk-pixbuf-query-loaders > $(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders ; \
@ -15,7 +15,7 @@ $OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.6 2005/05/24 21:29:11 marcm Exp $
fi
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
@@ -1625,7 +1618,7 @@ uninstall-local: uninstall-ms-lib uninst
@@ -1627,7 +1620,7 @@ uninstall-local: uninstall-ms-lib uninst
@BUILD_DYNAMIC_MODULES_TRUE@ LOADERS=`echo libpixbufloader-*.la` ; \
@BUILD_DYNAMIC_MODULES_TRUE@ if test "x$$LOADERS" != 'xlibpixbufloader-*.la' ; then \
@BUILD_DYNAMIC_MODULES_TRUE@ echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gtk_stock-icons_Makefile_in,v 1.4 2005/05/24 21:29:11 marcm Exp $
--- gtk/stock-icons/Makefile.in.orig Tue Apr 12 13:31:08 2005
+++ gtk/stock-icons/Makefile.in Sat Apr 16 19:38:39 2005
@@ -653,7 +653,7 @@ noinst_DATA = gtkstockpixbufs.h
$OpenBSD: patch-gtk_stock-icons_Makefile_in,v 1.5 2005/08/05 17:15:09 kurt Exp $
--- gtk/stock-icons/Makefile.in.orig Mon Aug 1 10:38:54 2005
+++ gtk/stock-icons/Makefile.in Sun Jul 31 22:56:10 2005
@@ -655,7 +655,7 @@ noinst_DATA = gtkstockpixbufs.h
CLEANFILES = $(noinst_DATA)
@CROSS_COMPILING_TRUE@pixbuf_csource = $(GDK_PIXBUF_CSOURCE)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-modules_input_Makefile_in,v 1.8 2005/05/24 21:29:11 marcm Exp $
--- modules/input/Makefile.in.orig Tue Apr 12 13:31:09 2005
+++ modules/input/Makefile.in Sat Apr 16 19:38:39 2005
@@ -805,19 +805,13 @@ install-data-hook:
$OpenBSD: patch-modules_input_Makefile_in,v 1.9 2005/08/05 17:15:09 kurt Exp $
--- modules/input/Makefile.in.orig Mon Aug 1 10:38:56 2005
+++ modules/input/Makefile.in Sun Jul 31 22:56:10 2005
@@ -807,19 +807,13 @@ install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \
echo "$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \
$(top_builddir)/gtk/gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.13 2005/05/24 21:29:11 marcm Exp $
@comment $OpenBSD: PFRAG.shared,v 1.14 2005/08/05 17:15:09 kurt Exp $
lib/gtk-2.0/2.4.0/engines/libpixmap.so
lib/gtk-2.0/2.4.0/immodules/im-am-et.so
lib/gtk-2.0/2.4.0/immodules/im-cedilla.so
@ -24,7 +24,7 @@ lib/gtk-2.0/2.4.0/loaders/libpixbufloader-tiff.so
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-wbmp.so
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xbm.so
lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so
@lib lib/libgdk-x11-2.0.so.600.7
@lib lib/libgdk_pixbuf-2.0.so.600.7
@lib lib/libgdk_pixbuf_xlib-2.0.so.600.7
@lib lib/libgtk-x11-2.0.so.600.7
@lib lib/libgdk-x11-2.0.so.600.9
@lib lib/libgdk_pixbuf-2.0.so.600.9
@lib lib/libgdk_pixbuf_xlib-2.0.so.600.9
@lib lib/libgtk-x11-2.0.so.600.9

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2005/05/24 21:29:11 marcm Exp $
@comment $OpenBSD: PLIST,v 1.21 2005/08/05 17:15:09 kurt Exp $
bin/gdk-pixbuf-csource
bin/gdk-pixbuf-query-loaders
bin/gtk-demo
@ -316,6 +316,7 @@ 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/dialog.c
share/gtk-2.0/demo/drawingarea.c
share/gtk-2.0/demo/editable_cells.c
@ -338,6 +339,7 @@ share/gtk-2.0/demo/images.c
share/gtk-2.0/demo/list_store.c
share/gtk-2.0/demo/menus.c
share/gtk-2.0/demo/panes.c
share/gtk-2.0/demo/pickers.c
share/gtk-2.0/demo/pixbufs.c
share/gtk-2.0/demo/rotated_text.c
share/gtk-2.0/demo/sizegroup.c
@ -443,6 +445,10 @@ share/locale/hr/LC_MESSAGES/gtk20-properties.mo
share/locale/hr/LC_MESSAGES/gtk20.mo
share/locale/hu/LC_MESSAGES/gtk20-properties.mo
share/locale/hu/LC_MESSAGES/gtk20.mo
share/locale/hy/
share/locale/hy/LC_MESSAGES/
share/locale/hy/LC_MESSAGES/gtk20-properties.mo
share/locale/hy/LC_MESSAGES/gtk20.mo
share/locale/ia/
share/locale/ia/LC_MESSAGES/
share/locale/ia/LC_MESSAGES/gtk20-properties.mo