View | Details | Raw Unified | Return to bug 229318
Collapse All | Expand All

(-)x11-wm/lxqt/Makefile (+44 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt
5
PORTVERSION=	0.13.0
6
CATEGORIES=	x11-wm
7
8
MAINTAINER=	jesper@schmitz.computer
9
10
LICENSE=	LGPL21+
11
12
COMMENT=	meta-port for the LXQt Desktop
13
14
RUN_DEPENDS=	startlxqt:x11-wm/lxqt-session \
15
	lxqt-about:x11/lxqt-about \
16
	lxqt-admin-user:sysutils/lxqt-admin \
17
	lxqt-config:sysutils/lxqt-config \
18
	lxqt-qtplugin>=0.11:sysutils/lxqt-qtplugin \
19
	qterminal:x11/qterminal \
20
	obconf-qt:x11-wm/obconf-qt \
21
	lximage-qt:graphics/lximage-qt \
22
	lxqt-panel:x11-wm/lxqt-panel \
23
	lxqt-runner:x11/lxqt-runner \
24
	${PREFIX}/share/lxqt/themes/frost/lxqt-panel.qss:x11-themes/lxqt-themes \
25
	pcmanfm-qt:x11-fm/pcmanfm-qt \
26
	lxqt-notificationd:deskutils/lxqt-notificationd \
27
	lxqt-panel:x11-wm/lxqt-panel \
28
	lxqt-runner:x11/lxqt-runner \
29
	lxqt-policykit-agent:sysutils/lxqt-policykit \
30
	lxqt-session:x11-wm/lxqt-session \
31
	qlipper:deskutils/qlipper \
32
	openbox:x11-wm/openbox
33
34
USES=	metaport
35
36
OPTIONS_DEFINE=	EDITOR SSH SUDO
37
OPTIONS_DEFAULT=	SUDO
38
EDITOR_RUN_DEPENDS=	featherpad:editors/featherpad
39
EDITOR_DESC=	Install plain-text editor
40
SSH_RUN_DEPENDS=	lxqt-openssh-askpass:security/lxqt-openssh-askpass
41
SUDO_RUN_DEPENDS=	lxqt-sudo:security/lxqt-sudo
42
SUDO_DESC=	GUI frontend (Qt5) to sudo/su
43
44
.include <bsd.port.mk>
(-)x11-wm/lxqt/pkg-descr (+6 lines)
Line 0 Link Here
1
LXQt is the Qt port and the upcoming version of LXDE, the Lightweight
2
Desktop Environment. It is the product of the merge between the LXDE-Qt
3
and the Razor-qt projects: A lightweight, modular, blazing-fast and
4
user-friendly desktop environment.
5
6
WWW: http://lxqt.org/

Return to bug 229318