- update gtk+2 to 2.24.5
* lots of bug fixes - move the @pkgpath marker to where it belongs in PLIST ok ajacoutot@
This commit is contained in:
parent
fd1fbab567
commit
48f4db54cd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.71 2008/11/18 12:36:49 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.72 2008/11/25 13:14:08 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,17 +6,17 @@ COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-docs= gtk+2 documentation
|
||||
COMMENT-cups= gtk+2 CUPS print backend
|
||||
|
||||
VERSION= 2.14.4
|
||||
VERSION= 2.14.5
|
||||
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}
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
SHARED_LIBS+= gdk_pixbuf-2.0 1400.0 #.1400.4
|
||||
SHARED_LIBS+= gdk-x11-2.0 1400.0
|
||||
SHARED_LIBS+= gtk-x11-2.0 1400.0
|
||||
SHARED_LIBS+= gdk_pixbuf_xlib-2.0 1400.0
|
||||
SHARED_LIBS+= gdk_pixbuf-2.0 1400.1 #.1400.5
|
||||
SHARED_LIBS+= gdk-x11-2.0 1400.1 #.1400.5
|
||||
SHARED_LIBS+= gtk-x11-2.0 1400.1 #.1400.5
|
||||
SHARED_LIBS+= gdk_pixbuf_xlib-2.0 1400.1 #.1400.5
|
||||
SHARED_LIBS+= gailutil 22.0 #.18.1
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gtk+-2.14.4.tar.bz2) = cr9lpU0tKaZkTcDSgxPuZw==
|
||||
RMD160 (gtk+-2.14.4.tar.bz2) = sKYlRZtk46LdvKYMIhde7BiovGg=
|
||||
SHA1 (gtk+-2.14.4.tar.bz2) = 7UgEMrV6QeBIlmQkZeWM7rF5yiI=
|
||||
SHA256 (gtk+-2.14.4.tar.bz2) = cvG0i1cL9X36TJyylwUPG8x+4XPFBhjN2UqTtc62++0=
|
||||
SIZE (gtk+-2.14.4.tar.bz2) = 17258261
|
||||
MD5 (gtk+-2.14.5.tar.bz2) = GxtderWiXoRoLLJ+5ICKQA==
|
||||
RMD160 (gtk+-2.14.5.tar.bz2) = CKatimCaYhT5ocPFLCbqv5fjIOw=
|
||||
SHA1 (gtk+-2.14.5.tar.bz2) = a3qYiAdifV9OcKL8W1bHgy/j4bQ=
|
||||
SHA256 (gtk+-2.14.5.tar.bz2) = BdAd/OUc2WzXzkTDp3wgCnDydVGRXTcs/C3jLKlVDFE=
|
||||
SIZE (gtk+-2.14.5.tar.bz2) = 17426317
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-demos_Makefile_in,v 1.16 2008/11/18 12:36:49 landry Exp $
|
||||
--- demos/Makefile.in.orig Wed Sep 24 05:11:35 2008
|
||||
+++ demos/Makefile.in Sun Oct 19 20:04:31 2008
|
||||
@@ -964,6 +964,7 @@ test-report perf-report full-report: ${TEST_PROGS}
|
||||
$OpenBSD: patch-demos_Makefile_in,v 1.17 2008/11/25 13:14:08 jasper Exp $
|
||||
--- demos/Makefile.in.orig Mon Nov 24 07:41:38 2008
|
||||
+++ demos/Makefile.in Tue Nov 25 11:50:20 2008
|
||||
@@ -968,6 +968,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.19 2008/11/18 12:36:49 landry Exp $
|
||||
--- gdk-pixbuf/Makefile.in.orig Wed Sep 24 05:11:37 2008
|
||||
+++ gdk-pixbuf/Makefile.in Sun Oct 19 20:04:31 2008
|
||||
@@ -852,7 +852,7 @@ gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c
|
||||
$OpenBSD: patch-gdk-pixbuf_Makefile_in,v 1.20 2008/11/25 13:14:08 jasper Exp $
|
||||
--- gdk-pixbuf/Makefile.in.orig Mon Nov 24 07:41:40 2008
|
||||
+++ gdk-pixbuf/Makefile.in Tue Nov 25 11:50:20 2008
|
||||
@@ -856,7 +856,7 @@ 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.19 2008/11/18 12:36:49 landry Exp $
|
||||
|
||||
gdk_pixbuf_query_loaders_SOURCES = queryloaders.c
|
||||
|
||||
@@ -2239,13 +2239,6 @@ install-data-hook: install-ms-lib install-def-file
|
||||
@@ -2243,13 +2243,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.19 2008/11/18 12:36:49 landry Exp $
|
||||
fi
|
||||
|
||||
uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
@@ -2257,7 +2250,7 @@ uninstall-local: uninstall-ms-lib uninstall-def-file
|
||||
@@ -2261,7 +2254,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-modules_input_Makefile_in,v 1.18 2008/11/18 12:36:49 landry Exp $
|
||||
--- modules/input/Makefile.in.orig Wed Sep 24 05:11:41 2008
|
||||
+++ modules/input/Makefile.in Sun Oct 19 20:05:54 2008
|
||||
@@ -1336,13 +1336,6 @@ install-data-hook:
|
||||
$OpenBSD: patch-modules_input_Makefile_in,v 1.19 2008/11/25 13:14:08 jasper Exp $
|
||||
--- modules/input/Makefile.in.orig Mon Nov 24 07:41:44 2008
|
||||
+++ modules/input/Makefile.in Tue Nov 25 11:50:20 2008
|
||||
@@ -1340,13 +1340,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.18 2008/11/18 12:36:49 landry Exp
|
||||
fi
|
||||
|
||||
uninstall-local:
|
||||
@@ -1351,6 +1344,7 @@ uninstall-local:
|
||||
@@ -1355,6 +1348,7 @@ uninstall-local:
|
||||
included-modules: $(noinst_LTLIBRARIES)
|
||||
|
||||
gtk.immodules: Makefile.am $(module_LTLIBRARIES)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.23 2008/11/18 12:36:49 landry Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.24 2008/11/25 13:14:08 jasper Exp $
|
||||
@conflict gtk+2-<2.4.9
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
@ -542,12 +542,12 @@ share/gtk-doc/html/gtk/gtk-orientation-reverse-portrait.png
|
||||
share/gtk-doc/html/gtk/gtk-osx.html
|
||||
share/gtk-doc/html/gtk/gtk-paste.png
|
||||
share/gtk-doc/html/gtk/gtk-preferences.png
|
||||
share/gtk-doc/html/gtk/gtk-print-preview.png
|
||||
share/gtk-doc/html/gtk/gtk-print.png
|
||||
share/gtk-doc/html/gtk/gtk-print-error.png
|
||||
share/gtk-doc/html/gtk/gtk-print-paused.png
|
||||
share/gtk-doc/html/gtk/gtk-print-preview.png
|
||||
share/gtk-doc/html/gtk/gtk-print-report.png
|
||||
share/gtk-doc/html/gtk/gtk-print-warning.png
|
||||
share/gtk-doc/html/gtk/gtk-print.png
|
||||
share/gtk-doc/html/gtk/gtk-properties.png
|
||||
share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html
|
||||
share/gtk-doc/html/gtk/gtk-question-index.html
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2008/11/18 12:36:49 landry Exp $
|
||||
@pkgpath x11/gtk+2
|
||||
@comment $OpenBSD: PLIST-main,v 1.10 2008/11/25 13:14:08 jasper Exp $
|
||||
@conflict gail-*
|
||||
@pkgpath x11/gtk+2
|
||||
@bin bin/gdk-pixbuf-csource
|
||||
@bin bin/gdk-pixbuf-query-loaders
|
||||
bin/gtk-builder-convert
|
||||
@ -472,6 +472,10 @@ 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/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ast/LC_MESSAGES/gtk20-properties.mo
|
||||
share/locale/ast/LC_MESSAGES/gtk20.mo
|
||||
share/locale/az/LC_MESSAGES/gtk20-properties.mo
|
||||
share/locale/az/LC_MESSAGES/gtk20.mo
|
||||
share/locale/az_IR/
|
||||
|
Loading…
Reference in New Issue
Block a user