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

Collapse All | Expand All

(-)x11-wm/lxqt-session/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-session
5
PORTVERSION=	0.13.0
6
CATEGORIES=	x11-wm
7
MASTER_SITES=	LXQT
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	Session manager component for LXQt
11
12
LICENSE=	LGPL21+
13
14
BUILD_DEPENDS=	xdg-user-dirs-update:devel/xdg-user-dirs
15
16
USES=	cmake:outsource compiler:c++11-lib kde:5 lxqt \
17
	pkgconfig tar:xz
18
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
19
	svg widgets x11extras xml
20
USE_KDE=	windowsystem
21
USE_LXQT=	buildtools lxqt qtxdg
22
USE_XORG=	x11 ice sm xcb xext
23
24
CMAKE_ARGS+=	-DWITH_LIBUDEV:BOOL=OFF
25
26
.include <bsd.port.mk>
(-)x11-wm/lxqt-session/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328597
2
SHA256 (lxqt/lxqt-session-0.13.0.tar.xz) = bf44b691d34d75895d0055894b714ed7035ad2605874a9d6f286bc7aefbd2baa
3
SIZE (lxqt/lxqt-session-0.13.0.tar.xz) = 135240
(-)x11-wm/lxqt-session/pkg-descr (+6 lines)
Line 0 Link Here
1
LXQt is an advanced, easy-to-use, and fast desktop environment based on
2
Qt technologies.  It has been tailored for users who value simplicity,
3
speed, and an intuitive interface.  Unlike most desktop environments,
4
LXQt also works fine with less powerful machines.
5
6
WWW: http://lxqt.org/
(-)x11-wm/lxqt-session/pkg-plist (+23 lines)
Line 0 Link Here
1
bin/lxqt-config-session
2
bin/lxqt-leave
3
bin/lxqt-session
4
bin/startlxqt
5
etc/xdg/autostart/lxqt-xscreensaver-autostart.desktop
6
etc/xdg/openbox/lxqt-rc.xml
7
man/man1/lxqt-config-session.1.gz
8
man/man1/lxqt-leave.1.gz
9
man/man1/lxqt-session.1.gz
10
man/man1/startlxqt.1.gz
11
share/applications/lxqt-config-session.desktop
12
share/applications/lxqt-hibernate.desktop
13
share/applications/lxqt-leave.desktop
14
share/applications/lxqt-lockscreen.desktop
15
share/applications/lxqt-logout.desktop
16
share/applications/lxqt-reboot.desktop
17
share/applications/lxqt-shutdown.desktop
18
share/applications/lxqt-suspend.desktop
19
share/kdm/sessions/lxqt.desktop
20
%%LXQT_SHAREDIR%%/lxqt.conf
21
%%LXQT_SHAREDIR%%/session.conf
22
%%LXQT_SHAREDIR%%/windowmanagers.conf
23
share/xsessions/lxqt.desktop

Return to bug 229291