diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-04 21:03:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-04 21:03:46 +0800 |
commit | 539a3370e70e868236bb609766ddd165f6d38d36 (patch) | |
tree | b60eaedfae91e64dd28f2225922672d174da420c /x11-toolkits | |
parent | 67f6d8fb1161a619b4fa80778f6b087d0f734eda (diff) | |
download | marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.tar marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.tar.gz marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.tar.bz2 marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.tar.lz marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.tar.xz marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.tar.zst marcuscom-ports-539a3370e70e868236bb609766ddd165f6d38d36.zip |
Update to 3.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16334 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 23 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 4 |
2 files changed, 17 insertions, 10 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 9c35bcc72..21d4ffc01 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,11 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.37 2011/09/15 18:44:03 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.38 2011/09/21 12:25:39 kwm Exp $ # PORTNAME= gtk -PORTVERSION= 3.1.92 +PORTVERSION= 3.2.0 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ @@ -46,11 +46,10 @@ USE_GETTEXT= yes USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-static --enable-xinput=yes -CONFIGURE_ARGS+=--enable-gtk2-dependency -#CPPFLAGS= -I${LOCALBASE}/include/freetype2 \ -CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` +CONFIGURE_ARGS+=--enable-gtk2-dependency --disable-packagekit +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` GLIB_SCHEMAS= org.gtk.Settings.FileChooser.gschema.xml @@ -60,7 +59,8 @@ MAN1= gtk-query-immodules-3.0.1 CONFIGURE_ARGS+= --enable-debug=yes .endif -OPTIONS= CUPS "Enable cups printing support" on +OPTIONS= CUPS "Enable cups printing support" on \ + COLORD "Enable colord .. support" on .include <bsd.port.options.mk> @@ -73,6 +73,13 @@ CONFIGURE_ARGS+=--disable-cups PLIST_SUB+= CUPS="@comment " .endif +.if defined(WITH_COLORD) +LIB_DEPENDS+= colord.1:${PORTSDIR}/graphics/colord +CONFIGURE_ARGS+=--enable-colord +.else +CONFIGURE_ARGS+=--disable-colord +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index d861d574f..fb57b4200 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.1.92.tar.xz) = e6ce9549b8bb3a9796223d1ae9768503ce66e8755b66dd2529c7a149b9ebea64 -SIZE (gnome3/gtk+-3.1.92.tar.xz) = 12391436 +SHA256 (gnome3/gtk+-3.2.0.tar.xz) = bce3c1a9be6afd7552c795268656d8fdd09c299765a7faaf5a76498bb82ed44c +SIZE (gnome3/gtk+-3.2.0.tar.xz) = 12675824 |