Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2019 19:37:25 +0000 (UTC)
From:      Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491111 - in head/x11-wm: . lxqt-session
Message-ID:  <201901241937.x0OJbP6Z020919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jsm
Date: Thu Jan 24 19:37:25 2019
New Revision: 491111
URL: https://svnweb.freebsd.org/changeset/ports/491111

Log:
  New port x11-wm/lxqt-session
  
  LXQt session handling and configuration.
  Contains the startlxqt script and lxqt-leave
  binary to respectively start and stop a LXQt DE session.
  
  PR: 229291
  Approved by:	miwi (mentor)
  Differential Revision: https://reviews.freebsd.org/D17974

Added:
  head/x11-wm/lxqt-session/
  head/x11-wm/lxqt-session/Makefile   (contents, props changed)
  head/x11-wm/lxqt-session/distinfo   (contents, props changed)
  head/x11-wm/lxqt-session/pkg-descr   (contents, props changed)
  head/x11-wm/lxqt-session/pkg-plist   (contents, props changed)
Modified:
  head/x11-wm/Makefile

Modified: head/x11-wm/Makefile
==============================================================================
--- head/x11-wm/Makefile	Thu Jan 24 18:08:17 2019	(r491110)
+++ head/x11-wm/Makefile	Thu Jan 24 19:37:25 2019	(r491111)
@@ -74,6 +74,7 @@
     SUBDIR += lxappearance-obconf
     SUBDIR += lxmed
     SUBDIR += lxqt-panel
+    SUBDIR += lxqt-session
     SUBDIR += lxsession
     SUBDIR += marco
     SUBDIR += matwm2

Added: head/x11-wm/lxqt-session/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/lxqt-session/Makefile	Thu Jan 24 19:37:25 2019	(r491111)
@@ -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 <bsd.port.mk>

Added: head/x11-wm/lxqt-session/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/lxqt-session/distinfo	Thu Jan 24 19:37:25 2019	(r491111)
@@ -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

Added: head/x11-wm/lxqt-session/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/lxqt-session/pkg-descr	Thu Jan 24 19:37:25 2019	(r491111)
@@ -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/

Added: head/x11-wm/lxqt-session/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/lxqt-session/pkg-plist	Thu Jan 24 19:37:25 2019	(r491111)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901241937.x0OJbP6Z020919>