diff options
author | adam <adam> | 2012-11-13 21:55:27 +0000 |
---|---|---|
committer | adam <adam> | 2012-11-13 21:55:27 +0000 |
commit | eef3e942f832cdccafd499feac9a385ab5512364 (patch) | |
tree | 71471b6801d1097688d6f2581bc40bbe62bc1cad /x11/gtk3 | |
parent | 97131109e81b8b44db81bd91f3c4dc4bd1b89777 (diff) | |
download | pkgsrc-eef3e942f832cdccafd499feac9a385ab5512364.tar.gz |
Changes 3.6.2
* Bug fixes:
677609 GtkSizeGroup regression in GTK+ 3.3.20
686021 spinner animation should not be subject to...
686265 scrolledwindow: set GDK_EXPOSURE_MASK on t...
686280 GtkScrollbar and GtkScale rendering broken...
687196 filesystemmodel: invalidate nodes on file ...
687467 Commit "Implement proper cross-fades for g...
687872 Segfault when attempting to get character ...
* Translation updates:
Irish
Traditional Chinese
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 6 | ||||
-rw-r--r-- | x11/gtk3/buildlink3.mk | 2 | ||||
-rw-r--r-- | x11/gtk3/distinfo | 8 | ||||
-rw-r--r-- | x11/gtk3/options.mk | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index d16b609cc84..0d20b17e3e8 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2012/10/29 05:06:19 asau Exp $ +# $NetBSD: Makefile,v 1.32 2012/11/13 21:55:27 adam Exp $ -DISTNAME= gtk+-3.6.1 +DISTNAME= gtk+-3.6.2 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \ @@ -74,8 +74,6 @@ _BUILDING_GTK3= yes .include "../../databases/shared-mime-info/buildlink3.mk" BUILDLINK_API_DEPENDS.atk+= atk>=2.5.3 .include "../../devel/atk/buildlink3.mk" -BUILDLINK_API_DEPENDS.at-spi2-atk+= at-spi2-atk>=2.6.1 -.include "../../devel/at-spi2-atk/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.33.1 .include "../../devel/glib2/buildlink3.mk" diff --git a/x11/gtk3/buildlink3.mk b/x11/gtk3/buildlink3.mk index ef2e325156f..e9fd12771f8 100644 --- a/x11/gtk3/buildlink3.mk +++ b/x11/gtk3/buildlink3.mk @@ -1,4 +1,4 @@ - +# $NetBSD: buildlink3.mk,v 1.13 2012/11/13 21:55:27 adam Exp $ BUILDLINK_TREE+= gtk3 diff --git a/x11/gtk3/distinfo b/x11/gtk3/distinfo index ffeaed9127f..f1b017a3f2f 100644 --- a/x11/gtk3/distinfo +++ b/x11/gtk3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2012/10/18 19:08:47 prlw1 Exp $ +$NetBSD: distinfo,v 1.14 2012/11/13 21:55:27 adam Exp $ -SHA1 (gtk+-3.6.1.tar.xz) = bacec358996c802c098f2ff9e99513061e294413 -RMD160 (gtk+-3.6.1.tar.xz) = 004ce15a003f39d157e96e01a3d19b8c21352373 -Size (gtk+-3.6.1.tar.xz) = 13282048 bytes +SHA1 (gtk+-3.6.2.tar.xz) = 1afe3ca327f7a55838dd00adf5d4e91ef6437d7b +RMD160 (gtk+-3.6.2.tar.xz) = 3c2ea768357e41531403c68cf67577e9ec998b66 +Size (gtk+-3.6.2.tar.xz) = 13288392 bytes SHA1 (patch-aj) = 88d5a5c25bcc005bce8597d1262e68a9e67b5f93 diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk index c9d34df657b..2e1adb1c02e 100644 --- a/x11/gtk3/options.mk +++ b/x11/gtk3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2012/10/23 10:24:17 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2012/11/13 21:55:27 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3 PKG_SUPPORTED_OPTIONS= cups debug @@ -37,8 +37,10 @@ CONFIGURE_ENV+= ac_cv_header_X11_extensions_Xinerama_h=no CONFIGURE_ENV+= ac_cv_lib_Xinerama_XineramaQueryExtension=no PLIST.x11= yes +BUILDLINK_API_DEPENDS.at-spi2-atk+= at-spi2-atk>=2.6.1 BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2 +.include "../../devel/at-spi2-atk/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXcursor/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" |