svn commit: r480042 - head/x11-wm/compizconfig-python

Steve Wills swills at FreeBSD.org
Tue Sep 18 17:34:00 UTC 2018


Author: swills
Date: Tue Sep 18 17:33:59 2018
New Revision: 480042
URL: https://svnweb.freebsd.org/changeset/ports/480042

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

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

Modified: head/x11-wm/compizconfig-python/Makefile
==============================================================================
--- head/x11-wm/compizconfig-python/Makefile	Tue Sep 18 17:22:15 2018	(r480041)
+++ head/x11-wm/compizconfig-python/Makefile	Tue Sep 18 17:33:59 2018	(r480042)
@@ -3,23 +3,28 @@
 
 PORTNAME=	compizconfig-python
 PORTVERSION=	0.8.4
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
 MAINTAINER=	freebsd-ports at dan.me.uk
 COMMENT=	Python bindings for the compizconfig library
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	\
 	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
 	${LOCALBASE}/libdata/pkgconfig/libcompizconfig.pc:x11-wm/libcompizconfig \
 	${PYTHON_PKGNAMEPREFIX}pyrex>0:devel/pyrex@${PY_FLAVOR}
+LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
-USE_GNOME=	glib20
+USE_GNOME=	glib20 libxml2 libxslt
 USE_PYTHON=	flavors
+USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/compizconfig.so


More information about the svn-ports-all mailing list