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
19 lines
391 B
Makefile
19 lines
391 B
Makefile
PORTNAME= qtxdg-tools
|
|
PORTVERSION= 4.2.0
|
|
PORTREVISION= 1
|
|
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++20-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>
|