Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 01:58:38 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492747 - head/x11-wm/compiz-fusion
Message-ID:  <201902120158.x1C1wcDc069242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue Feb 12 01:58:38 2019
New Revision: 492747
URL: https://svnweb.freebsd.org/changeset/ports/492747

Log:
  x11-wm/compiz-fusion: add LICENSE and missing dependencies
  
  While here,
  - Reset maintainership due to long timeout
  
  PR:		230915
  Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
  Approved by:	freebsd-ports@dan.me.uk (maintainer timeout, ~5 months)

Modified:
  head/x11-wm/compiz-fusion/Makefile

Modified: head/x11-wm/compiz-fusion/Makefile
==============================================================================
--- head/x11-wm/compiz-fusion/Makefile	Tue Feb 12 00:50:18 2019	(r492746)
+++ head/x11-wm/compiz-fusion/Makefile	Tue Feb 12 01:58:38 2019	(r492747)
@@ -3,31 +3,39 @@
 
 PORTNAME=	compiz-fusion
 PORTVERSION=	0.8.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 
-MAINTAINER=	freebsd-ports@dan.me.uk
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Metaport of compiz-fusion
 
+LICENSE=	GPLv2+ LGPL21+ MIT
+LICENSE_COMB=	multi
+
 LIB_DEPENDS=	libcompizconfig.so:x11-wm/libcompizconfig
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \
 		${LOCALBASE}/lib/compiz/libanimation.so:x11-wm/compiz-plugins-main \
 		${LOCALBASE}/bin/ccsm:x11-wm/ccsm
 
 USES=		metaport
+USE_GNOME=	libxslt
+USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr
 
-OPTIONS_DEFINE=	EXTRA UNSUP EMERALD GCONF
-OPTIONS_DEFAULT=	GCONF EXTRA EMERALD
+OPTIONS_DEFINE=		EMERALD EXTRA GCONF UNSUP
+OPTIONS_DEFAULT=	EMERALD EXTRA GCONF
 
+EMERALD_DESC=	Enable emerald window decorator
 EXTRA_DESC=	Enable extra plugins
 UNSUP_DESC=	Enable unsupported plugins
-EMERALD_DESC=	Enable emerald window decorator
 
-EXTRA_RUN_DEPENDS=	${LOCALBASE}/lib/compiz/libaddhelper.so:x11-wm/compiz-plugins-extra
-UNSUP_RUN_DEPENDS=	${LOCALBASE}/lib/compiz/libfakeargb.so:x11-wm/compiz-plugins-unsupported
 EMERALD_RUN_DEPENDS=	${LOCALBASE}/bin/emerald:x11-wm/emerald \
-		${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:x11-themes/emerald-themes
+			${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:x11-themes/emerald-themes
 
+EXTRA_RUN_DEPENDS=	${LOCALBASE}/lib/compiz/libaddhelper.so:x11-wm/compiz-plugins-extra
+
+GCONF_LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification
 GCONF_RUN_DEPENDS=	${LOCALBASE}/lib/compizconfig/backends/libgconf.so:x11-wm/compizconfig-backend-gconf
+
+UNSUP_RUN_DEPENDS=	${LOCALBASE}/lib/compiz/libfakeargb.so:x11-wm/compiz-plugins-unsupported
 
 .include <bsd.port.mk>



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