View | Details | Raw Unified | Return to bug 229315 | Differences between
and this patch

Collapse All | Expand All

(-)x11/compton-conf/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1529829314
2
SHA256 (lxqt/compton-conf-0.4.0.tar.xz) = 91c9153a2b15bd4680c77923515a84b9bed374da15eec733541e396e94e87e60
3
SIZE (lxqt/compton-conf-0.4.0.tar.xz) = 19024
(-)x11/compton-conf/files/pkg-message.in (+1 lines)
Line 0 Link Here
1
Translations are available in port lxqt-compton-l10n.
(-)x11/compton-conf/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Jesper Schmitz Mouridsen
2
# $FreeBSD$
3
4
PORTNAME=	compton-conf
5
PORTVERSION=	0.4.0
6
CATEGORIES=	x11
7
MASTER_SITES=	LXQT/${PORTNAME}
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	Controls compton settings
11
12
LICENSE=	LGPL21+
13
14
LIB_DEPENDS=	libconfig.so:devel/libconfig
15
RUN_DEPENDS=	compton:x11-wm/compton
16
17
USES=	cmake:outsource compiler:c++11-lib localbase:ldflags lxqt qt:5 \
18
	pkgconfig tar:xz
19
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
20
	widgets
21
USE_LXQT=	buildtools
22
SUB_FILES=	pkg-message
23
24
.include <bsd.port.mk>
(-)x11/compton-conf/pkg-descr (+3 lines)
Line 0 Link Here
1
GUI configuration tool for X composite manager Compton.
2
3
WWW: https://github.com/lxde/compton-conf
(-)x11/compton-conf/pkg-plist (+4 lines)
Line 0 Link Here
1
bin/compton-conf
2
share/applications/compton-conf.desktop
3
etc/xdg/autostart/lxqt-compton.desktop
4
%%DATADIR%%/compton.conf.example

Return to bug 229315