Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 17:41:25 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480044 - head/x11-wm/compizconfig-backend-gconf
Message-ID:  <201809181741.w8IHfPG0056351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep 18 17:41:25 2018
New Revision: 480044
URL: https://svnweb.freebsd.org/changeset/ports/480044

Log:
  x11-wm/compizconfig-backend-gconf: Add missing dependencies
  
  While here, add LICENSE and pet portlint
  
  PR:		230914
  Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
  Approved by:	maintainer timeout (freebsd-ports@dan.me.uk, >3 weeks)

Modified:
  head/x11-wm/compizconfig-backend-gconf/Makefile   (contents, props changed)

Modified: head/x11-wm/compizconfig-backend-gconf/Makefile
==============================================================================
--- head/x11-wm/compizconfig-backend-gconf/Makefile	Tue Sep 18 17:39:39 2018	(r480043)
+++ head/x11-wm/compizconfig-backend-gconf/Makefile	Tue Sep 18 17:41:25 2018	(r480044)
@@ -3,22 +3,26 @@
 
 PORTNAME=	compizconfig-backend-gconf
 PORTVERSION=	0.8.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
 MAINTAINER=	freebsd-ports@dan.me.uk
-COMMENT=	The gconf backend for CompizConfig
+COMMENT=	GConf backend for CompizConfig
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
-LIB_DEPENDS=	libcompizconfig.so:x11-wm/libcompizconfig
+LIB_DEPENDS=	libcompizconfig.so:x11-wm/libcompizconfig \
+		libstartup-notification-1.so:x11/startup-notification
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-
-USES=		libtool:keepla pathfix pkgconfig gmake tar:bzip2
-USE_GNOME=	glib20 gconf2
+USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GNOME=	gconf2 glib20 libxslt
+USE_LDCONFIG=	yes
+USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809181741.w8IHfPG0056351>