Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile +++ head/x11-wm/Makefile @@ -74,6 +74,7 @@ SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxqt-panel + SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += matwm2 Index: head/x11-wm/lxqt-session/Makefile =================================================================== --- head/x11-wm/lxqt-session/Makefile +++ head/x11-wm/lxqt-session/Makefile @@ -0,0 +1,28 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-session +PORTVERSION= 0.13.0 +CATEGORIES= x11-wm +MASTER_SITES= LXQT + +MAINTAINER= jsm@FreeBSD.org +COMMENT= Session manager component for LXQt + +LICENSE= LGPL21+ + +BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs + +USES= cmake compiler:c++11-lib kde:5 lxqt qt:5 \ + pkgconfig tar:xz +USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ + svg widgets x11extras xml +USE_KDE= windowsystem +USE_LXQT= buildtools lxqt qtxdg +USE_XORG= x11 ice sm xcb xext + +CMAKE_OFF= WITH_LIBUDEV +post-patch: + @${REINPLACE_CMD} -e 's|\@PREDEF_XDG_CONFIG_DIRS\@|\@PREDEF_XDG_CONFIG_DIRS\@:\${LOCALBASE}/share|g' ${WRKSRC}/startlxqt.in + +.include Index: head/x11-wm/lxqt-session/distinfo =================================================================== --- head/x11-wm/lxqt-session/distinfo +++ head/x11-wm/lxqt-session/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328597 +SHA256 (lxqt/lxqt-session-0.13.0.tar.xz) = bf44b691d34d75895d0055894b714ed7035ad2605874a9d6f286bc7aefbd2baa +SIZE (lxqt/lxqt-session-0.13.0.tar.xz) = 135240 Index: head/x11-wm/lxqt-session/pkg-descr =================================================================== --- head/x11-wm/lxqt-session/pkg-descr +++ head/x11-wm/lxqt-session/pkg-descr @@ -0,0 +1,5 @@ +LXQt session handling and configuration. +Contains the startlxqt script and lxqt-leave +binary to respectively start and stop a LXQt DE session. + +WWW: https://github.com/lxqt/lxqt-session/ Index: head/x11-wm/lxqt-session/pkg-plist =================================================================== --- head/x11-wm/lxqt-session/pkg-plist +++ head/x11-wm/lxqt-session/pkg-plist @@ -0,0 +1,23 @@ +bin/lxqt-config-session +bin/lxqt-leave +bin/lxqt-session +bin/startlxqt +etc/xdg/autostart/lxqt-xscreensaver-autostart.desktop +etc/xdg/openbox/lxqt-rc.xml +man/man1/lxqt-config-session.1.gz +man/man1/lxqt-leave.1.gz +man/man1/lxqt-session.1.gz +man/man1/startlxqt.1.gz +share/applications/lxqt-config-session.desktop +share/applications/lxqt-hibernate.desktop +share/applications/lxqt-leave.desktop +share/applications/lxqt-lockscreen.desktop +share/applications/lxqt-logout.desktop +share/applications/lxqt-reboot.desktop +share/applications/lxqt-shutdown.desktop +share/applications/lxqt-suspend.desktop +share/kdm/sessions/lxqt.desktop +%%LXQT_SHAREDIR%%/lxqt.conf +%%LXQT_SHAREDIR%%/session.conf +%%LXQT_SHAREDIR%%/windowmanagers.conf +share/xsessions/lxqt.desktop