diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 | 
| commit | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch) | |
| tree | 3c84ec64b1dd1a9a2618a75efa664a18033890bd /x11/gnome-desktop/Makefile | |
| parent | d0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff) | |
| download | marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip  | |
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop/Makefile')
| -rw-r--r-- | x11/gnome-desktop/Makefile | 25 | 
1 files changed, 13 insertions, 12 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index f43725b0e..bf1b8443a 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,10 +1,9 @@  # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/trunk/x11/gnome-desktop3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +#   $MCom: ports-experimental/trunk/x11/gnome-desktop/Makefile 19546 2014-04-16 12:35:04Z gusi $  PORTNAME=	gnome-desktop -PORTVERSION=	3.6.2 -PORTREVISION?=	0 +PORTVERSION=	3.12.1  CATEGORIES=	x11 gnome  MASTER_SITES=	GNOME  DIST_SUBDIR=	gnome3 @@ -12,26 +11,28 @@ DIST_SUBDIR=	gnome3  MAINTAINER=	gnome@FreeBSD.org  COMMENT=	Additional UI API for GNOME 3 -USE_XZ=		yes +USES=		tar:xz  .if !defined(REFERENCE_PORT) -BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ +BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ +		${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \  		${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \  		${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \  		itstool:${PORTSDIR}/textproc/itstool  LIB_DEPENDS=	libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ +RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ +		${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \  		${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:${PORTSDIR}/x11/xkeyboard-config \  		${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile +USES+=		bison gettext gmake libtool pathfix pkgconfig +USE_GNOME=	gnomeprefix gtk30 intlhack introspection:build \ +		referencehack  USE_XORG=	x11 xrandr xext -USES=		bison gettext gmake pathfix pkgconfig -USE_GNOME=	gnomeprefix intlhack gtk30 ltverhack referencehack \ -		introspection:build -USE_PYTHON=	yes +USE_PYTHON=	3  USE_LDCONFIG=	yes -USE_AUTOTOOLS=	libtool +GNU_CONFIGURE=	yes  CONFIGURE_ARGS=	--with-gnome-distributor="FreeBSD GNOME Project"  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib @@ -43,7 +44,7 @@ post-patch:  		${WRKSRC}/desktop-docs/lgpl/Makefile.in  post-install: -	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-desktop-3.so.4 +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-desktop-3.so.10  .include <bsd.port.mk>  | 
