mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Bump PORTREVISION of some lxqt ports - Fix build with plasma6 6.4.0 With hat: lxqt PR: 287604
25 lines
551 B
Makefile
25 lines
551 B
Makefile
PORTNAME= lxqt-admin
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= System administration tool for the LXQt desktop
|
|
WWW= https://lxqt-project.org
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
|
|
|
|
USES= cmake compiler:c++20-lang gnome kde:6 localbase lxqt:2 \
|
|
perl5 pkgconfig tar:xz qt:6 xorg
|
|
USE_PERL5= build
|
|
USE_QT= base:run tools:build svg
|
|
USE_LXQT= buildtools2 lxqt
|
|
USE_KDE= windowsystem
|
|
USE_GNOME= glib20
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|