svn commit: r484844 - in head/x11: . compton-conf
Jesper Schmitz Mouridsen
jsm at FreeBSD.org
Mon Nov 12 22:16:28 UTC 2018
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list