summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-06-25 00:49:41 +0000
committerSteve Wills <swills@FreeBSD.org>2018-06-25 00:49:41 +0000
commit63947aefd88acfce19507ec19cc22dc780980ccc (patch)
treea5436cc37993427b19eed1b71e003b496eaa4795 /Mk
parentx11/lxqt-globalkeys: create port (diff)
add lxqt-globalkeys component
PR: 229281 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Notes
Notes: svn path=/head/; revision=473287
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/lxqt.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/Uses/lxqt.mk b/Mk/Uses/lxqt.mk
index 13b466c4f4a8..93bdede9bf9a 100644
--- a/Mk/Uses/lxqt.mk
+++ b/Mk/Uses/lxqt.mk
@@ -10,6 +10,7 @@
# Available LXQt components are:
#
# buildtools - Helpers CMake modules
+# globalkeys - Keyboard shortcuts daemon
# libfmqt - Libfm Qt bindings
# lxqt - LXQt core library
# qtxdg - Qt implementation of freedesktop.org xdg specs
@@ -44,12 +45,16 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANDIRS} \
-DPULL_TRANSLATIONS:BOOL=OFF
# Available LXQt components are:
-_USE_LXQT_ALL= buildtools libfmqt lxqt qtxdg
+_USE_LXQT_ALL= buildtools globalkeys libfmqt lxqt qtxdg
_DATAROOTDIR= ${LOCALBASE}/share
buildtools_BUILD_DEPENDS= ${_DATAROOTDIR}/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
+globalkeys_LIB_DEPENDS= liblxqt-globalkeys.so:x11/lxqt-globalkeys
+
+globalkeys_USE_LXQT_REQ= lxqt
+
libfmqt_LIB_DEPENDS= libfm-qt.so:x11/libfm-qt
lxqt_LIB_DEPENDS= liblxqt.so:devel/liblxqt