summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-12-04 22:19:17 +0000
committerjmmv <jmmv@pkgsrc.org>2004-12-04 22:19:17 +0000
commit0018278694569385ffb6551a96f395c2a416290c (patch)
tree195e65555d2ffe16078381b776ae907ff374e278
parent97c8d45a2c7d52794125cfdd714367b2574f68d3 (diff)
downloadpkgsrc-0018278694569385ffb6551a96f395c2a416290c.tar.gz
Update to 2.4.14:
* GtkFileChooser - Improve keybindings [Federico Mena Quintero] - Speed up loading of large directories [Federico] - Move "Browse for other folders" expander up [Federico] - Support DND from the path bar [Federico] * GtkUIManager - Speed up [Dave Neary, Michael Natterer, Sven Neumann, Soeren Sandmann] * GtkTreeView - Fix resizing artifacts in empty, focused treeviews [Billy Biggs, Vincent Noel] * GtkSettings - Handle changes to gtk-menu-images and gtk-button-images much more efficiently [Matthias Clasen] * GDK - Allow to set wm hints on leader windows [Sebastien Bacher] * Win32 - Implement resize grips [Robert Ögren] - Bug fixes [Robert, Tor Lillqvist] * Bug fixes [Morten Welinder, William Jon McCann, Anders Carlsson, Philip Langdale, Christian Persch, John Finlay, Carlos Garnacho Parro, Tim Janik, Gavin Romig-Koch, Jonathan Blandford, Billy Biggs, Federico, Christian Neumair, Kristian Høgsberg, Sven, Dennis Cranston] * Updated translations (ca,id,nb,no,nso,pa,zh_CN)
-rw-r--r--x11/gtk2/Makefile4
-rw-r--r--x11/gtk2/PLIST4
-rw-r--r--x11/gtk2/distinfo7
-rw-r--r--x11/gtk2/patches/patch-aa13
4 files changed, 22 insertions, 6 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index b1c5244b2d2..288802ab689 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2004/11/12 06:39:21 jlam Exp $
+# $NetBSD: Makefile,v 1.67 2004/12/04 22:19:17 jmmv Exp $
#
-DISTNAME= gtk+-2.4.13
+DISTNAME= gtk+-2.4.14
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.4/ \
diff --git a/x11/gtk2/PLIST b/x11/gtk2/PLIST
index ca7c8318be9..14bf7506fd0 100644
--- a/x11/gtk2/PLIST
+++ b/x11/gtk2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2004/10/13 07:28:36 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.35 2004/12/04 22:19:18 jmmv Exp $
bin/gdk-pixbuf-csource
bin/gdk-pixbuf-query-loaders
bin/gtk-demo
@@ -835,6 +835,8 @@ ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gtk20-properties.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gtk20.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gtk20-properties.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gtk20.mo
+${PKGLOCALEDIR}/locale/nso/LC_MESSAGES/gtk20-properties.mo
+${PKGLOCALEDIR}/locale/nso/LC_MESSAGES/gtk20.mo
${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/gtk20-properties.mo
${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/gtk20.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gtk20-properties.mo
diff --git a/x11/gtk2/distinfo b/x11/gtk2/distinfo
index f537f0b0f33..e7e0d8dddf1 100644
--- a/x11/gtk2/distinfo
+++ b/x11/gtk2/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.33 2004/11/12 06:39:21 jlam Exp $
+$NetBSD: distinfo,v 1.34 2004/12/04 22:19:18 jmmv Exp $
-SHA1 (gtk+-2.4.13.tar.bz2) = d57ad7165317e580cb7fda7719e767232e6697b6
-Size (gtk+-2.4.13.tar.bz2) = 9272024 bytes
+SHA1 (gtk+-2.4.14.tar.bz2) = c1acb2f438c747420e6e704a4019e0b2c8b60398
+Size (gtk+-2.4.14.tar.bz2) = 9641695 bytes
+SHA1 (patch-aa) = ab8a71ffa3b44816bb6f53ced068f80132b67c09
SHA1 (patch-ac) = 42dff743263b141029a814d7dec9fdc5637a3cff
diff --git a/x11/gtk2/patches/patch-aa b/x11/gtk2/patches/patch-aa
new file mode 100644
index 00000000000..a708d2e0bf2
--- /dev/null
+++ b/x11/gtk2/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.11 2004/12/04 22:19:18 jmmv Exp $
+
+--- gdk-pixbuf/Makefile.in.orig 2004-12-04 22:58:57.000000000 +0100
++++ gdk-pixbuf/Makefile.in
+@@ -516,7 +516,7 @@ gdk_pixbuf_csource_SOURCES = gdk-pixbuf-
+ gdk_pixbuf_csource_LDADD = $(LDADDS)
+
+ gdk_pixbuf_query_loaders_DEPENDENCIES = $(DEPS)
+-gdk_pixbuf_query_loaders_LDADD = $(LDADDS)
++gdk_pixbuf_query_loaders_LDADD = $(LDADDS) -lpthread
+
+ gdk_pixbuf_query_loaders_SOURCES = queryloaders.c
+