Bugfix update to gtk+2-2.18.6.
This commit is contained in:
parent
f6ca898acb
commit
9cca68055f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.96 2009/12/31 13:07:30 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.97 2010/01/12 08:53:36 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,12 +6,12 @@ COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-docs= gtk+2 documentation
|
||||
COMMENT-cups= gtk+2 CUPS print backend
|
||||
|
||||
VERSION= 2.18.5
|
||||
VERSION= 2.18.6
|
||||
DISTNAME= gtk+-${VERSION}
|
||||
|
||||
PKGNAME-main= gtk+2-${VERSION}p0
|
||||
PKGNAME-main= gtk+2-${VERSION}
|
||||
PKGNAME-docs= gtk+2-docs-${VERSION}
|
||||
PKGNAME-cups= gtk+2-cups-${VERSION}p0
|
||||
PKGNAME-cups= gtk+2-cups-${VERSION}
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gtk+-2.18.5.tar.bz2) = MEeHUwn39gMOA7CpXPmcjA==
|
||||
RMD160 (gtk+-2.18.5.tar.bz2) = cSCYI3/DHcuZGJZF8DIKoWWFVXc=
|
||||
SHA1 (gtk+-2.18.5.tar.bz2) = 3bAE8PkvfI47hCN+Bfzw71r/x5w=
|
||||
SHA256 (gtk+-2.18.5.tar.bz2) = SYY2W84vFk7a4QviCk1Bfq3KlTTu39niF2oMRTNLe/Q=
|
||||
SIZE (gtk+-2.18.5.tar.bz2) = 18126480
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-demos_Makefile_in,v 1.21 2009/12/01 09:41:14 ajacoutot Exp $
|
||||
--- demos/Makefile.in.orig Tue Dec 1 05:08:43 2009
|
||||
+++ demos/Makefile.in Tue Dec 1 09:37:09 2009
|
||||
@@ -937,6 +937,7 @@ test-report perf-report full-report: ${TEST_PROGS}
|
||||
$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}
|
||||
check-local: test
|
||||
|
||||
test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.24 2009/12/01 09:41:14 ajacoutot Exp $
|
||||
--- gdk-pixbuf/Makefile.in.orig Tue Dec 1 05:08:44 2009
|
||||
+++ gdk-pixbuf/Makefile.in Tue Dec 1 09:37:09 2009
|
||||
@@ -1326,7 +1326,7 @@ test_gdk_pixbuf_LDADD = $(LDADDS)
|
||||
$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)
|
||||
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.24 2009/12/01 09:41:14 ajacoutot Exp
|
||||
gdk_pixbuf_query_loaders_SOURCES = queryloaders.c
|
||||
|
||||
#
|
||||
@@ -2333,13 +2333,6 @@ install-data-hook: install-ms-lib install-def-file
|
||||
@@ -2334,13 +2334,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.24 2009/12/01 09:41:14 ajacoutot Exp
|
||||
fi
|
||||
|
||||
uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
@@ -2351,7 +2344,7 @@ uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
@@ -2352,7 +2345,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."; \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-gtk_Makefile_in,v 1.16 2009/12/01 09:41:14 ajacoutot Exp $
|
||||
--- gtk/Makefile.in.orig Tue Dec 1 05:08:46 2009
|
||||
+++ gtk/Makefile.in Tue Dec 1 09:37:09 2009
|
||||
@@ -937,7 +937,7 @@ SUBDIRS = theme-bits . tests
|
||||
$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
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-modules_input_Makefile_in,v 1.23 2009/12/01 09:41:14 ajacoutot Exp $
|
||||
--- modules/input/Makefile.in.orig Tue Dec 1 05:08:47 2009
|
||||
+++ modules/input/Makefile.in Tue Dec 1 09:37:09 2009
|
||||
@@ -1241,13 +1241,6 @@ install-data-hook:
|
||||
$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:
|
||||
$(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.23 2009/12/01 09:41:14 ajacoutot E
|
||||
fi
|
||||
|
||||
uninstall-local:
|
||||
@@ -1256,6 +1249,7 @@ uninstall-local:
|
||||
@@ -1257,6 +1250,7 @@ uninstall-local:
|
||||
included-modules: $(noinst_LTLIBRARIES)
|
||||
|
||||
gtk.immodules: Makefile.am $(module_LTLIBRARIES)
|
||||
|
Loading…
Reference in New Issue
Block a user