sysutils/lxqt-config: Fix build after new plasma

Approved by:		jsm (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D38692
This commit is contained in:
Felix Palmen
2023-02-20 11:36:57 +01:00
parent 982f1ce4b4
commit cb5beb9b93
2 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ CATEGORIES= sysutils
MASTER_SITES= LXQT
DIST_SUBDIR= lxqt
PATCH_SITES= https://github.com/lxqt/lxqt-config/commit/
PATCHFILES= 6add4e4f0040693e7c4242fbae48c9d32007686c.patch:-p1
MAINTAINER= jsm@FreeBSD.org
COMMENT= LXQt system settings center
WWW= https://lxqt-project.org
@@ -14,7 +17,7 @@ LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput
LIB_DEPENDS= libudev.so:devel/libudev-devd
USES= cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \
USES= cmake compiler:c++17-lang kde:5 localbase:ldflags lxqt qt:5 \
pkgconfig tar:xz xorg gnome
USE_QT= buildtools:build qmake:build concurrent core dbus \
gui linguisttools svg widgets x11extras xml
@@ -24,4 +27,8 @@ USE_LXQT= buildtools lxqt
USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr xi
USE_LDCONFIG= yes
# Override default of c++14 set by lxqt-buildtools
# This is needed as KScreen introduced code requiring c++17
CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_EXTENSIONS=OFF
.include <bsd.port.mk>

View File

@@ -1,3 +1,5 @@
TIMESTAMP = 1669576857
TIMESTAMP = 1676931074
SHA256 (lxqt/lxqt-config-1.2.0.tar.xz) = 3e1c4edd6c3099aa9a15623d43ea81da6a0a7cf5bd894b1e2873dc1bac2a1640
SIZE (lxqt/lxqt-config-1.2.0.tar.xz) = 364972
SHA256 (lxqt/6add4e4f0040693e7c4242fbae48c9d32007686c.patch) = 3acb08d235e5e029b3c5c0286d4da63d0f188c6df0c097866eb57d4f7fdc8b07
SIZE (lxqt/6add4e4f0040693e7c4242fbae48c9d32007686c.patch) = 2857