diff options
author | adam <adam@pkgsrc.org> | 2012-05-15 15:39:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-05-15 15:39:40 +0000 |
commit | a52eed18e47ad9e2ddf28f48751b59c7c889fff0 (patch) | |
tree | 8c651f19470e588d1bfe1520630277c0378efb1e /x11 | |
parent | 2d19539d2bb4e46d4d1c0d93086d7d5625d69769 (diff) | |
download | pkgsrc-a52eed18e47ad9e2ddf28f48751b59c7c889fff0.tar.gz |
Changes 3.4.3:
* GtkIconView:
- The sizing and layout has been rewritten
* Bug fixes:
478344 GtkTreeRowReference falsely said to auto-subscribe...
587873 Documentation should explain MessageDialogs don't ...
663072 GtkSelectionData is incorrectly documented
670449 Splash screen stays
672947 GtkEntryCompletion sizing/position fixes
673237 window: Remove needless call to ensure_state_flag_...
674192 out-of-tree build failure: demos/widget-factory/wi...
674549 widget receives leave event when button released
675421 GtkFileChooser should set its role
675501 gtkquartz.h is not the gtk+-3.5.2.tar.xz archive
* Translation updates:
Dutch
Italian
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk3/Makefile | 8 | ||||
-rw-r--r-- | x11/gtk3/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 3b2833bd1cc..4eae6cb9ed9 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2012/04/30 14:26:38 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2012/05/15 15:39:40 adam Exp $ -DISTNAME= gtk+-3.4.1 +DISTNAME= gtk+-3.4.3 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/3.4/ \ - ${MASTER_SITE_GNOME:=sources/gtk+/3.4/} +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \ + ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/x11/gtk3/distinfo b/x11/gtk3/distinfo index b260815bbb2..2fca4925313 100644 --- a/x11/gtk3/distinfo +++ b/x11/gtk3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2012/04/30 14:26:38 drochner Exp $ +$NetBSD: distinfo,v 1.11 2012/05/15 15:39:40 adam Exp $ -SHA1 (gtk+-3.4.1.tar.xz) = 91b68f0dd5f6558eae98811f4031f32ff46ad172 -RMD160 (gtk+-3.4.1.tar.xz) = e8c0c8c71167e037eb88689713b8ae05aed29b03 -Size (gtk+-3.4.1.tar.xz) = 12809412 bytes +SHA1 (gtk+-3.4.3.tar.xz) = 645150ddc417b7bd109b956beeebcccf94a50f24 +RMD160 (gtk+-3.4.3.tar.xz) = 1de8254156426d6a2b4bfd5b681def93275027f6 +Size (gtk+-3.4.3.tar.xz) = 12851676 bytes SHA1 (patch-ab) = 9c82cc60f3825d377a197c876fcc6faa379cbde3 SHA1 (patch-af) = f1c8d7929ea84a3b92f0bfc76f32f8e79e1d4352 SHA1 (patch-aj) = 88d5a5c25bcc005bce8597d1262e68a9e67b5f93 |