Jason E. Hale 740d89cf91 */*: Bump PORTREVISION for known Qt private API abusers
Qt 6.8.2 edition.

These ports directly use or link to a library that uses the Qt
private API and must be rebuilt with every Qt update.

Qt public API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
using the private API is highly discouraged since this is unstable even
between patch releases and is really only meant for internal use.

Adding devel/libqt6xdg and its consumers to the list this time around
based on [1].

PR:		283950 [1]
2025-02-02 03:32:19 -05:00

26 lines
573 B
Makefile

PORTNAME= lxqt-policykit
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LXQT
MAINTAINER= lxqt@FreeBSD.org
COMMENT= PolicyKit authentication agent
WWW= https://lxqt-project.org
LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1@qt6 \
libpolkit-agent-1.so:sysutils/polkit
USES= cmake compiler:c++17-lang gnome gettext-runtime lxqt:2 \
qt:6 perl5 localbase:ldflags pkgconfig tar:xz xorg
USE_PERL5= build
USE_QT= base:run tools:build
USE_LXQT= buildtools2 lxqt
USE_GNOME= glib20
USE_XORG= x11
.include <bsd.port.mk>