Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 17:51:35 +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: r479617 - in head/sysutils: . lxqt-admin
Message-ID:  <201809121751.w8CHpZrv014012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jsm
Date: Wed Sep 12 17:51:34 2018
New Revision: 479617
URL: https://svnweb.freebsd.org/changeset/ports/479617

Log:
  New port sysutils/lxqt-admin
  
  PR: 229304
  Approved by: swills (mentor)
  Differential Revision: https://reviews.freebsd.org/D17093

Added:
  head/sysutils/lxqt-admin/
  head/sysutils/lxqt-admin/Makefile   (contents, props changed)
  head/sysutils/lxqt-admin/distinfo   (contents, props changed)
  head/sysutils/lxqt-admin/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Sep 12 17:16:08 2018	(r479616)
+++ head/sysutils/Makefile	Wed Sep 12 17:51:34 2018	(r479617)
@@ -642,6 +642,7 @@
     SUBDIR += lttng-ust
     SUBDIR += luckybackup
     SUBDIR += lxinput
+    SUBDIR += lxqt-admin
     SUBDIR += lxqt-config
     SUBDIR += lxqt-policykit
     SUBDIR += lxqt-qtplugin

Added: head/sysutils/lxqt-admin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/lxqt-admin/Makefile	Wed Sep 12 17:51:34 2018	(r479617)
@@ -0,0 +1,26 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME=	lxqt-admin
+PORTVERSION=	0.13.0
+CATEGORIES=	sysutils
+MASTER_SITES=	LXQT
+
+MAINTAINER=	jsm@FreeBSD.org
+COMMENT=	System administration tool for the LXQt desktop
+
+LICENSE=	LGPL21+
+
+USES=	cmake:outsource kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
+USE_QT=	buildtools_build qmake_build core dbus gui svg \
+	widgets x11extras xml
+USE_KDE=	windowsystem
+USE_GNOME=	glib20
+USE_LXQT=	buildtools lxqt
+
+PLIST_FILES=	bin/lxqt-admin-user \
+		bin/lxqt-admin-user-helper \
+		share/applications/lxqt-admin-user.desktop \
+		share/polkit-1/actions/org.lxqt.lxqt-admin-user.policy
+
+.include <bsd.port.mk>

Added: head/sysutils/lxqt-admin/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/lxqt-admin/distinfo	Wed Sep 12 17:51:34 2018	(r479617)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527328594
+SHA256 (lxqt/lxqt-admin-0.13.0.tar.xz) = 41dbadbd3deb36de13a4d8b435691f4fc16e520954d1dc56f30329898cd97763
+SIZE (lxqt/lxqt-admin-0.13.0.tar.xz) = 116436

Added: head/sysutils/lxqt-admin/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/lxqt-admin/pkg-descr	Wed Sep 12 17:51:34 2018	(r479617)
@@ -0,0 +1,4 @@
+Admin tool for LXQt allowing editing and adding of 
+system users and groups.
+
+WWW: http://www.lxqt.org/



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