Date: Thu, 19 Jul 2018 16:03:22 +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: r474968 - in head/sysutils: . lxqt-policykit Message-ID: <201807191603.w6JG3MlD011209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jsm Date: Thu Jul 19 16:03:22 2018 New Revision: 474968 URL: https://svnweb.freebsd.org/changeset/ports/474968 Log: Add new port sysutils/lxqt-policykit PR: 229289 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16343 Added: head/sysutils/lxqt-policykit/ head/sysutils/lxqt-policykit/Makefile (contents, props changed) head/sysutils/lxqt-policykit/distinfo (contents, props changed) head/sysutils/lxqt-policykit/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jul 19 15:39:51 2018 (r474967) +++ head/sysutils/Makefile Thu Jul 19 16:03:22 2018 (r474968) @@ -634,6 +634,7 @@ SUBDIR += lttng-ust SUBDIR += luckybackup SUBDIR += lxinput + SUBDIR += lxqt-policykit SUBDIR += lxqt-qtplugin SUBDIR += lxsplit SUBDIR += lxtask Added: head/sysutils/lxqt-policykit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-policykit/Makefile Thu Jul 19 16:03:22 2018 (r474968) @@ -0,0 +1,28 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-policykit +PORTVERSION= 0.13.0 +CATEGORIES= sysutils +MASTER_SITES= LXQT + +MAINTAINER= jsm@FreeBSD.org +COMMENT= PolicyKit authentication agent + +LICENSE= LGPL21+ + +LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt@qt5 \ + libpolkit-agent-1.so:sysutils/polkit + +USES= cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \ + localbase:ldflags lxqt pkgconfig tar:xz +USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ + svg widgets x11extras xml +USE_KDE= windowsystem +USE_LXQT= buildtools lxqt +USE_GNOME= glib20 + +PLIST_FILES= bin/lxqt-policykit-agent \ + etc/xdg/autostart/lxqt-policykit-agent.desktop + +.include <bsd.port.mk> Added: head/sysutils/lxqt-policykit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-policykit/distinfo Thu Jul 19 16:03:22 2018 (r474968) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328595 +SHA256 (lxqt/lxqt-policykit-0.13.0.tar.xz) = f729a898a0ace59cf7702146dbe2891d8cb93494e0e6683099b60863b47727b5 +SIZE (lxqt/lxqt-policykit-0.13.0.tar.xz) = 33144 Added: head/sysutils/lxqt-policykit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lxqt-policykit/pkg-descr Thu Jul 19 16:03:22 2018 (r474968) @@ -0,0 +1,4 @@ +Polkit authentification agent of LXQt. +The authentication agent can elevate user privileges for other processes via polkit. + +WWW: http://lxqt.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807191603.w6JG3MlD011209>