Index: x11/Makefile =================================================================== --- x11/Makefile +++ x11/Makefile @@ -219,6 +219,7 @@ SUBDIR += lxqt-globalkeys SUBDIR += lxqt-globalkeys-l10n SUBDIR += lxqt-l10n + SUBDIR += lxqt-runner SUBDIR += lxrandr SUBDIR += mate SUBDIR += mate-applets Index: x11/lxqt-runner/Makefile =================================================================== --- /dev/null +++ x11/lxqt-runner/Makefile @@ -0,0 +1,29 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-runner +PORTVERSION= 0.13.0 +CATEGORIES= x11 +MASTER_SITES= LXQT + +MAINTAINER= jsm@FreeBSD.org +COMMENT= LXQt tool used to launch programs quickly + +LICENSE= LGPL21+ + +LIB_DEPENDS= libmuparser.so:math/muparser + +USES= cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \ + localbase lxqt pkgconfig tar:xz +USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ + script svg widgets x11extras xml +USE_KDE= windowsystem +USE_GNOME= glib20 +USE_LXQT= buildtools globalkeys qtxdg + +CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF + +PLIST_FILES= bin/lxqt-runner \ + etc/xdg/autostart/lxqt-runner.desktop + +.include Index: x11/lxqt-runner/distinfo =================================================================== --- /dev/null +++ x11/lxqt-runner/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328595 +SHA256 (lxqt/lxqt-runner-0.13.0.tar.xz) = 912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37 +SIZE (lxqt/lxqt-runner-0.13.0.tar.xz) = 211776 Index: x11/lxqt-runner/pkg-descr =================================================================== --- /dev/null +++ x11/lxqt-runner/pkg-descr @@ -0,0 +1,4 @@ +lxqt-runner allows launching applications by typing their names. +It brings up the GUI with a configured keyboard shortcut (default ALT-F2) + +WWW: http://lxqt.org/