blob: 0fb51478b245660bdd9dc5c496535ce35bf0b0b8 (
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
29
30
31
32
|
PORTNAME= lxqt-config
PORTVERSION= 2.2.0
PORTREVISION= 2
CATEGORIES= sysutils
DIST_SUBDIR= lxqt
MAINTAINER= lxqt@FreeBSD.org
COMMENT= LXQt system settings center
WWW= https://lxqt-project.org
LICENSE= GPLv2 LGPL21+
LICENSE_COMB= multi
BUILD_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data \
${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput
RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data
LIB_DEPENDS= libudev.so:devel/libudev-devd
USES= cmake compiler:c++20-lang kde:6 localbase:ldflags lxqt:2 \
qt:6 perl5 pkgconfig tar:xz xorg gnome
USE_QT= base:run tools:build svg
USE_KDE= libkscreen windowsystem
USE_GNOME= glib20
USE_PERL5= build
USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr xi
USE_LDCONFIG= yes
USE_LXQT= buildtools2 lxqt
CXXFLAGS+= -Wno-c++11-narrowing
.include <bsd.port.mk>
|