aboutsummaryrefslogtreecommitdiff
path: root/x11/compton-conf
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-11-12 22:16:26 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2018-11-12 22:16:26 +0000
commit41dbe44db68aef6358699953f796a69b2dbdec22 (patch)
tree42e81090e181469e6ddd1007db6ef7e630dd17c8 /x11/compton-conf
parent598f3655f17abbf452ebd49727aa56233c98c768 (diff)
downloadports-41dbe44db68aef6358699953f796a69b2dbdec22.tar.gz
ports-41dbe44db68aef6358699953f796a69b2dbdec22.zip
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
Notes
Notes: svn path=/head/; revision=484844
Diffstat (limited to 'x11/compton-conf')
-rw-r--r--x11/compton-conf/Makefile27
-rw-r--r--x11/compton-conf/distinfo3
-rw-r--r--x11/compton-conf/pkg-descr4
3 files changed, 34 insertions, 0 deletions
diff --git a/x11/compton-conf/Makefile b/x11/compton-conf/Makefile
new file mode 100644
index 000000000000..8733743ab250
--- /dev/null
+++ b/x11/compton-conf/Makefile
@@ -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 <bsd.port.mk>
diff --git a/x11/compton-conf/distinfo b/x11/compton-conf/distinfo
new file mode 100644
index 000000000000..f01ce5d1fc98
--- /dev/null
+++ b/x11/compton-conf/distinfo
@@ -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
diff --git a/x11/compton-conf/pkg-descr b/x11/compton-conf/pkg-descr
new file mode 100644
index 000000000000..c7b0371e06dc
--- /dev/null
+++ b/x11/compton-conf/pkg-descr
@@ -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