Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2018 14:28:39 +0000 (UTC)
From:      Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477963 - in head/x11: . lxqt-runner
Message-ID:  <201808241428.w7OESdwn094965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jsm
Date: Fri Aug 24 14:28:39 2018
New Revision: 477963
URL: https://svnweb.freebsd.org/changeset/ports/477963

Log:
  New port x11/lxqt-runner
  
  PR: 229285
  Approved by: swills (mentor)
  Differential Revision: https://reviews.freebsd.org/D16871

Added:
  head/x11/lxqt-runner/
  head/x11/lxqt-runner/Makefile   (contents, props changed)
  head/x11/lxqt-runner/distinfo   (contents, props changed)
  head/x11/lxqt-runner/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Fri Aug 24 14:21:06 2018	(r477962)
+++ head/x11/Makefile	Fri Aug 24 14:28:39 2018	(r477963)
@@ -219,6 +219,7 @@
     SUBDIR += lxqt-globalkeys
     SUBDIR += lxqt-globalkeys-l10n
     SUBDIR += lxqt-l10n
+    SUBDIR += lxqt-runner
     SUBDIR += lxrandr
     SUBDIR += mate
     SUBDIR += mate-applets

Added: head/x11/lxqt-runner/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-runner/Makefile	Fri Aug 24 14:28:39 2018	(r477963)
@@ -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>

Added: head/x11/lxqt-runner/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-runner/distinfo	Fri Aug 24 14:28:39 2018	(r477963)
@@ -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

Added: head/x11/lxqt-runner/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/lxqt-runner/pkg-descr	Fri Aug 24 14:28:39 2018	(r477963)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808241428.w7OESdwn094965>