View | Details | Raw Unified | Return to bug 229289 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/lxqt-policykit/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328595
2
SHA256 (lxqt/lxqt-policykit-0.13.0.tar.xz) = f729a898a0ace59cf7702146dbe2891d8cb93494e0e6683099b60863b47727b5
3
SIZE (lxqt/lxqt-policykit-0.13.0.tar.xz) = 33144
(-)sysutils/lxqt-policykit/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-policykit
5
PORTVERSION=	0.13.0
6
CATEGORIES=	sysutils
7
MASTER_SITES=	LXQT
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	PolicyKit authentication agent
11
12
LICENSE=	LGPL21+
13
14
LIB_DEPENDS=	libpolkit-qt5-agent-1.so:sysutils/polkit-qt@qt5 \
15
	libpolkit-agent-1.so:sysutils/polkit
16
17
USES=	cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
18
	localbase:ldflags lxqt pkgconfig tar:xz
19
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
20
	svg widgets x11extras xml
21
USE_KDE=	windowsystem
22
USE_LXQT=	buildtools lxqt
23
USE_GNOME=	glib20
24
25
PLIST_FILES=	bin/lxqt-policykit-agent \
26
etc/xdg/autostart/lxqt-policykit-agent.desktop
27
28
.include <bsd.port.mk>
(-)sysutils/lxqt-policykit/pkg-descr (+4 lines)
Line 0 Link Here
1
Polkit agent for LXQt desktop. The polkit module will perform security
2
tast over scale action privilegies.
3
4
WWW: http://lxqt.org/

Return to bug 229289