mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
c51650fa0d
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and an intuitive interface. Unlike most desktop environments, LXQt also works fine with less powerful machines. PR: 229318 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19003
47 lines
1.3 KiB
Makefile
47 lines
1.3 KiB
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt
|
|
PORTVERSION= 0.13.0
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Meta-port for the LXQt Desktop
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \
|
|
lxqt-about:x11/lxqt-about \
|
|
lxqt-admin-user:sysutils/lxqt-admin \
|
|
lxqt-config:sysutils/lxqt-config \
|
|
lxqt-qtplugin>=0.11:sysutils/lxqt-qtplugin \
|
|
qterminal:x11/qterminal \
|
|
obconf-qt:x11-wm/obconf-qt \
|
|
lximage-qt:graphics/lximage-qt \
|
|
lxqt-panel:x11-wm/lxqt-panel \
|
|
lxqt-runner:x11/lxqt-runner \
|
|
${PREFIX}/share/lxqt/themes/frost/lxqt-panel.qss:x11-themes/lxqt-themes \
|
|
pcmanfm-qt:x11-fm/pcmanfm-qt \
|
|
lxqt-notificationd:deskutils/lxqt-notificationd \
|
|
lxqt-panel:x11-wm/lxqt-panel \
|
|
lxqt-runner:x11/lxqt-runner \
|
|
lxqt-policykit-agent:sysutils/lxqt-policykit \
|
|
lxqt-session:x11-wm/lxqt-session \
|
|
qlipper:deskutils/qlipper \
|
|
openbox:x11-wm/openbox
|
|
|
|
USES= metaport
|
|
|
|
OPTIONS_DEFINE= EDITOR SSH SUDO
|
|
OPTIONS_DEFAULT= EDITOR SSH SUDO
|
|
|
|
EDITOR_DESC= Install plain-text editor
|
|
SSH_DESC= GUI passphrase entry dialog for ssh-agent
|
|
SUDO_DESC= GUI frontend (Qt5) to sudo/su
|
|
|
|
EDITOR_RUN_DEPENDS= featherpad:editors/featherpad
|
|
SSH_RUN_DEPENDS= lxqt-openssh-askpass:security/lxqt-openssh-askpass
|
|
SUDO_RUN_DEPENDS= lxqt-sudo:security/lxqt-sudo
|
|
|
|
.include <bsd.port.mk>
|