freebsd-ports/x11-wm/lxqt-session/Makefile
Jesper Schmitz Mouridsen a8a2ebda28 Update LXQt to 0.14.1
Update devel/libqtxdg to 3.4.0
Update x11/lxqt-globalkeys to 0.14.3

Official announcement https://forum.lxqt.org/t/release-lxqt-0-14-1/648

PR: 239427
Approved by: swills (mentor) mbeis@xs4all.nl (maintainer)
Differential Revision: https://reviews.freebsd.org/D21056
2019-12-30 15:20:27 +00:00

29 lines
712 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= lxqt-session
PORTVERSION= 0.14.1
CATEGORIES= x11-wm
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= Session manager component for LXQt
LICENSE= LGPL21+
BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs
USES= cmake compiler:c++14-lang kde:5 lxqt qt:5 \
pkgconfig tar:xz xorg
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
USE_LXQT= buildtools lxqt qtxdg
USE_XORG= x11 ice sm xcb xext
CMAKE_OFF= WITH_LIBUDEV
post-patch:
@${REINPLACE_CMD} -e 's|\@PREDEF_XDG_CONFIG_DIRS\@|\@PREDEF_XDG_CONFIG_DIRS\@:\${LOCALBASE}/share|g' ${WRKSRC}/startlxqt.in
.include <bsd.port.mk>