- 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
18 lines
375 B
Makefile
18 lines
375 B
Makefile
PORTNAME= qtxdg-tools
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= User tools for libqt6xdg
|
|
WWW= https://github.com/lxqt/qtxdg-tools
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake compiler:c++17-lang gnome pkgconfig lxqt:2 qt:6 tar:xz
|
|
USE_GNOME= glib20
|
|
USE_QT= tools:build base:run
|
|
USE_LXQT= buildtools2 qt6xdg
|
|
|
|
.include <bsd.port.mk>
|