aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-06-25 08:49:41 +0800
committerswills <swills@FreeBSD.org>2018-06-25 08:49:41 +0800
commit4a4584be69945e9343f6b029a398e66179849cff (patch)
treea5436cc37993427b19eed1b71e003b496eaa4795 /Mk
parentdac1dcfc8f66a57f512747bbf7065a50015e3055 (diff)
downloadfreebsd-ports-gnome-4a4584be69945e9343f6b029a398e66179849cff.tar.gz
freebsd-ports-gnome-4a4584be69945e9343f6b029a398e66179849cff.tar.zst
freebsd-ports-gnome-4a4584be69945e9343f6b029a398e66179849cff.zip
add lxqt-globalkeys component
PR: 229281 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
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