freebsd-ports/sysutils/lxqt-qt6plugin/Makefile
Jose Alonso Cardenas Marquez 55f09ad6fc
x11-wm/lxqt: Update to 2.1.0
This release add initial support for wayland. More information at:

https://github.com/lxqt/lxqt/wiki/ConfigWaylandSettings

Release highlights at:

https://lxqt-project.org/release/2024/11/05/release-lxqt-2-1-0/

With hat:       lxqt
2024-11-08 21:24:44 -08:00

27 lines
627 B
Makefile

PORTNAME= lxqt-qt6plugin
PORTVERSION= 2.1.0
CATEGORIES= sysutils
MASTER_SITES= LXQT
MAINTAINER= lxqt@FreeBSD.org
COMMENT= LXQt system integration plugin for Qt6
WWW= https://lxqt-project.org
LICENSE= LGPL21+
LIB_DEPENDS= libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \
libexif.so:graphics/libexif
USES= cmake compiler:c++17-lang gnome kde:6 lxqt:2 pkgconfig tar:xz \
qt:6 gettext-runtime xorg
USE_XORG= xcb
USE_GNOME= glib20
USE_QT= base:run tools:build svg
USE_KDE= windowsystem
USE_LDCONFIG= yes
USE_LXQT= buildtools2 qt6xdg libfmqt6
PLIST_FILES= ${QT_PLUGINDIR}/platformthemes/libqtlxqt.so
.include <bsd.port.mk>