From owner-svn-ports-head@freebsd.org Mon Nov 12 22:16:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11B9E112529F; Mon, 12 Nov 2018 22:16:28 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 907A787421; Mon, 12 Nov 2018 22:16:27 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 720D826D2F; Mon, 12 Nov 2018 22:16:27 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wACMGRNN005164; Mon, 12 Nov 2018 22:16:27 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wACMGQF0005160; Mon, 12 Nov 2018 22:16:26 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <201811122216.wACMGQF0005160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Mon, 12 Nov 2018 22:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484844 - in head/x11: . compton-conf X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: in head/x11: . compton-conf X-SVN-Commit-Revision: 484844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 907A787421 X-Spamd-Result: default: False [-106.88 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-1.00)[-0.998,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.09)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2018 22:16:28 -0000 Author: jsm Date: Mon Nov 12 22:16:26 2018 New Revision: 484844 URL: https://svnweb.freebsd.org/changeset/ports/484844 Log: New port x11/compton-conf GUI configuration tool for X composite manager Compton. It is maintained by the LXQt project but can be used independently. PR: 229315 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17968 Added: head/x11/compton-conf/ head/x11/compton-conf/Makefile (contents, props changed) head/x11/compton-conf/distinfo (contents, props changed) head/x11/compton-conf/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Nov 12 21:55:57 2018 (r484843) +++ head/x11/Makefile Mon Nov 12 22:16:26 2018 (r484844) @@ -37,6 +37,7 @@ SUBDIR += cinnamon-session SUBDIR += cl-clx SUBDIR += cl-clx-sbcl + SUBDIR += compton-conf SUBDIR += controllermap SUBDIR += cool-retro-term SUBDIR += decurs Added: head/x11/compton-conf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/compton-conf/Makefile Mon Nov 12 22:16:26 2018 (r484844) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= compton-conf +PORTVERSION= 0.4.0 +CATEGORIES= x11 +MASTER_SITES= LXQT/${PORTNAME} + +MAINTAINER= jsm@FreeBSD.org +COMMENT= Controls compton settings + +LICENSE= LGPL21+ + +LIB_DEPENDS= libconfig.so:devel/libconfig +RUN_DEPENDS= compton:x11-wm/compton + +USES= cmake:outsource compiler:c++11-lib localbase:ldflags lxqt qt:5 \ + pkgconfig tar:xz +USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ + widgets +USE_LXQT= buildtools + +PLIST_FILES= bin/compton-conf \ + share/applications/compton-conf.desktop \ + etc/xdg/autostart/lxqt-compton.desktop \ + ${DATADIR}/compton.conf.example + +.include Added: head/x11/compton-conf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/compton-conf/distinfo Mon Nov 12 22:16:26 2018 (r484844) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529829314 +SHA256 (lxqt/compton-conf-0.4.0.tar.xz) = 91c9153a2b15bd4680c77923515a84b9bed374da15eec733541e396e94e87e60 +SIZE (lxqt/compton-conf-0.4.0.tar.xz) = 19024 Added: head/x11/compton-conf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/compton-conf/pkg-descr Mon Nov 12 22:16:26 2018 (r484844) @@ -0,0 +1,4 @@ +GUI configuration tool for X composite manager Compton. +It is maintained by the LXQt project but can be used independently. + +WWW: https://github.com/lxqt/compton-conf