Page MenuHomeFreeBSD

D16343.diff
No OneTemporary

D16343.diff

Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -634,6 +634,7 @@
SUBDIR += lttng-ust
SUBDIR += luckybackup
SUBDIR += lxinput
+ SUBDIR += lxqt-policykit
SUBDIR += lxqt-qtplugin
SUBDIR += lxsplit
SUBDIR += lxtask
Index: head/sysutils/lxqt-policykit/Makefile
===================================================================
--- head/sysutils/lxqt-policykit/Makefile
+++ head/sysutils/lxqt-policykit/Makefile
@@ -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>
Index: head/sysutils/lxqt-policykit/distinfo
===================================================================
--- head/sysutils/lxqt-policykit/distinfo
+++ head/sysutils/lxqt-policykit/distinfo
@@ -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
Index: head/sysutils/lxqt-policykit/pkg-descr
===================================================================
--- head/sysutils/lxqt-policykit/pkg-descr
+++ head/sysutils/lxqt-policykit/pkg-descr
@@ -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/

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 8, 11:33 PM (4 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15727313
Default Alt Text
D16343.diff (2 KB)

Event Timeline