mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
- Update mostly lxqt ports to 2.0.x - Update some lxqt dependencies to latest version - Update Mk/Uses/lxqt.mk file for support some legacy and new lxqt ports - Add devel/libdbusmenu-lxqt - Add x11/libfm-qt6 - Add devel/libqt6xdg - Add sysutils/libsysstat-qt6 - Add devel/lxqt2-build-tools - Add sysutils/lxqt-qt6plugin - Add deskutils/xdg-desktop-portal-lxqt - Add x11-toolkits/qtermwidget-qt5 for no break x11/coreterminal - Pass maintainership to new lxqt@ group - Few other modifications PR: 278905 Approved by: jsm
23 lines
535 B
Makefile
23 lines
535 B
Makefile
PORTNAME= lxqt-admin
|
|
PORTVERSION= 2.0.0
|
|
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++17-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>
|