diff options
author | adam <adam> | 2013-02-13 18:39:39 +0000 |
---|---|---|
committer | adam <adam> | 2013-02-13 18:39:39 +0000 |
commit | 0ee6fc7544f44ad5536b3dc8582677c4be415596 (patch) | |
tree | 5293e7ba47249ceab2ee9e85bde34828b884e6f8 /x11/gtk2/Makefile | |
parent | c629f0f35a0d78512b790858458d395d90d03441 (diff) | |
download | pkgsrc-0ee6fc7544f44ad5536b3dc8582677c4be415596.tar.gz |
Changes 2.24.15:
* Bug fixes:
626499 GtkClipboard unnotified on change of OS X pasteboard owner
656565 Signalify (already existing) GtkMenuShell.insert()
664640 CUPS authentication does not work
669808 fullscreen/unscreen was broken for Quartz on OS X earli...
674556 File chooser dialog does not save its sizes
679883 When printing Custom paper sizes GTK Print Dialog does ...
683511 spinbutton: fix xthickness bug when resizing the text a...
689810 Include guard optimization
689982 Make GChecksum more fully introspectable
690788 Critical in gtknotebook dnd with rgba colormap
692099 autogen.sh doesn't recognize automake 1.13
692554 entry: never use GTK_STATE_ACTIVE to paint the background
692810 Fails to build with the gold linker due to missing refe...
Fix scrolling in insensitive modal dialogs
* Translation updates
Norwegian bokmål
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 53b63b88c8d..8e2ea35c6a4 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.244 2013/02/06 23:24:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.245 2013/02/13 18:39:39 adam Exp $ -DISTNAME= gtk+-2.24.14 +DISTNAME= gtk+-2.24.15 PKGNAME= ${DISTNAME:S/gtk/gtk2/} -PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/2.24/} EXTRACT_SUFX= .tar.xz |