blob: 94d65dd3c2d493ce52529ffa9e3380783255e21b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= lxqt-qt6plugin
PORTVERSION= 2.2.0
PORTREVISION= 3
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++20-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>
|