Page MenuHomeFreeBSD

D16871.diff
No OneTemporary

D16871.diff

Index: head/x11/Makefile
===================================================================
--- head/x11/Makefile
+++ head/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: head/x11/lxqt-runner/Makefile
===================================================================
--- head/x11/lxqt-runner/Makefile
+++ head/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 <bsd.port.mk>
Index: head/x11/lxqt-runner/distinfo
===================================================================
--- head/x11/lxqt-runner/distinfo
+++ head/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: head/x11/lxqt-runner/pkg-descr
===================================================================
--- head/x11/lxqt-runner/pkg-descr
+++ head/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/

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 18, 12:42 AM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25465283
Default Alt Text
D16871.diff (1 KB)

Event Timeline