Update to gtk+2-2.18.9.

tested in a bulk by jasper@, thanks.
This commit is contained in:
ajacoutot 2010-03-21 09:56:40 +00:00
parent bbe3ae05d2
commit 931192d070
7 changed files with 31 additions and 27 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.97 2010/01/12 08:53:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.98 2010/03/21 09:56:40 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT-main= multi-platform graphical toolkit
COMMENT-docs= gtk+2 documentation
COMMENT-cups= gtk+2 CUPS print backend
VERSION= 2.18.6
VERSION= 2.18.9
DISTNAME= gtk+-${VERSION}
PKGNAME-main= gtk+2-${VERSION}

View File

@ -1,5 +1,5 @@
MD5 (gtk+-2.18.6.tar.bz2) = OzIHPPH611X3wrLbca6+kA==
RMD160 (gtk+-2.18.6.tar.bz2) = Hps2zS3opHKj5VChmVl4o7eD5FU=
SHA1 (gtk+-2.18.6.tar.bz2) = YZCDjGxeXNOwSZ0qWa4G5RdZi8k=
SHA256 (gtk+-2.18.6.tar.bz2) = VimUSRe3ORUtibaSea78w96f4SoS/XrbPKOchA35NU0=
SIZE (gtk+-2.18.6.tar.bz2) = 18137401
MD5 (gtk+-2.18.9.tar.bz2) = 9oDTjJc2NTZayrq6yxcw7A==
RMD160 (gtk+-2.18.9.tar.bz2) = RJmvPO8cU83dqYnzWq8uAwqrW88=
SHA1 (gtk+-2.18.9.tar.bz2) = H1DbwN4jDhs999Rhvfrs7tzF9ls=
SHA256 (gtk+-2.18.9.tar.bz2) = Xc2MQGrLuHecCwgaCJ+off16tNfUxgddtHiZfOlqqbQ=
SIZE (gtk+-2.18.9.tar.bz2) = 18194639

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-demos_Makefile_in,v 1.22 2010/01/12 08:53:36 ajacoutot Exp $
--- demos/Makefile.in.orig Mon Jan 11 22:11:26 2010
+++ demos/Makefile.in Tue Jan 12 08:58:45 2010
@@ -945,6 +945,7 @@ test-report perf-report full-report: ${TEST_PROGS}
$OpenBSD: patch-demos_Makefile_in,v 1.23 2010/03/21 09:56:40 ajacoutot Exp $
--- demos/Makefile.in.orig Mon Mar 15 23:37:22 2010
+++ demos/Makefile.in Tue Mar 16 08:38:54 2010
@@ -947,6 +947,7 @@ test-report perf-report full-report: ${TEST_PROGS}
check-local: test
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.25 2010/01/12 08:53:36 ajacoutot Exp $
--- gdk-pixbuf/Makefile.in.orig Mon Jan 11 22:11:27 2010
+++ gdk-pixbuf/Makefile.in Tue Jan 12 08:58:45 2010
@@ -1327,7 +1327,7 @@ test_gdk_pixbuf_LDADD = $(LDADDS)
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.26 2010/03/21 09:56:40 ajacoutot Exp $
--- gdk-pixbuf/Makefile.in.orig Mon Mar 15 23:37:24 2010
+++ gdk-pixbuf/Makefile.in Tue Mar 16 08:38:54 2010
@@ -1329,7 +1329,7 @@ test_gdk_pixbuf_LDADD = $(LDADDS)
gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c
gdk_pixbuf_csource_LDADD = $(LDADDS)
gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS)
@ -10,7 +10,7 @@ $OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.25 2010/01/12 08:53:36 ajacoutot Exp
gdk_pixbuf_query_loaders_SOURCES = queryloaders.c
#
@@ -2334,13 +2334,6 @@ install-data-hook: install-ms-lib install-def-file
@@ -2336,13 +2336,6 @@ install-data-hook: install-ms-lib install-def-file
@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 ; \
@ -24,7 +24,7 @@ $OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.25 2010/01/12 08:53:36 ajacoutot Exp
fi
uninstall-local: uninstall-ms-lib uninstall-def-file
@@ -2352,7 +2345,7 @@ uninstall-local: uninstall-ms-lib uninstall-def-file
@@ -2354,7 +2347,7 @@ uninstall-local: uninstall-ms-lib uninstall-def-file
@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_Makefile_in,v 1.17 2010/01/12 08:53:36 ajacoutot Exp $
--- gtk/Makefile.in.orig Mon Jan 11 22:11:29 2010
+++ gtk/Makefile.in Tue Jan 12 08:58:46 2010
@@ -939,7 +939,7 @@ SUBDIRS = theme-bits . tests
$OpenBSD: patch-gtk_Makefile_in,v 1.18 2010/03/21 09:56:40 ajacoutot Exp $
--- gtk/Makefile.in.orig Mon Mar 15 23:37:25 2010
+++ gtk/Makefile.in Tue Mar 16 08:38:54 2010
@@ -941,7 +941,7 @@ SUBDIRS = theme-bits . tests
DIST_SUBDIRS = theme-bits tests
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_FALSE@GTK_PRINT_BACKENDS = file,lpr
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-modules_input_Makefile_in,v 1.24 2010/01/12 08:53:36 ajacoutot Exp $
--- modules/input/Makefile.in.orig Mon Jan 11 22:11:30 2010
+++ modules/input/Makefile.in Tue Jan 12 08:58:46 2010
@@ -1242,13 +1242,6 @@ install-data-hook:
$OpenBSD: patch-modules_input_Makefile_in,v 1.25 2010/03/21 09:56:40 ajacoutot Exp $
--- modules/input/Makefile.in.orig Mon Mar 15 23:37:26 2010
+++ modules/input/Makefile.in Tue Mar 16 08:38:54 2010
@@ -1244,13 +1244,6 @@ 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 ; \
@ -15,7 +15,7 @@ $OpenBSD: patch-modules_input_Makefile_in,v 1.24 2010/01/12 08:53:36 ajacoutot E
fi
uninstall-local:
@@ -1257,6 +1250,7 @@ uninstall-local:
@@ -1259,6 +1252,7 @@ uninstall-local:
included-modules: $(noinst_LTLIBRARIES)
gtk.immodules: Makefile.am $(module_LTLIBRARIES)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.15 2009/12/01 09:41:14 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.16 2010/03/21 09:56:40 ajacoutot Exp $
@conflict gail-*
@pkgpath x11/gtk+2
@bin bin/gdk-pixbuf-csource
@ -607,6 +607,10 @@ share/locale/mr/LC_MESSAGES/gtk20-properties.mo
share/locale/mr/LC_MESSAGES/gtk20.mo
share/locale/ms/LC_MESSAGES/gtk20-properties.mo
share/locale/ms/LC_MESSAGES/gtk20.mo
share/locale/my/
share/locale/my/LC_MESSAGES/
share/locale/my/LC_MESSAGES/gtk20-properties.mo
share/locale/my/LC_MESSAGES/gtk20.mo
share/locale/nb/LC_MESSAGES/gtk20-properties.mo
share/locale/nb/LC_MESSAGES/gtk20.mo
share/locale/nds/