From owner-svn-ports-all@freebsd.org Fri Aug 24 14:28:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4E12108B4D3; Fri, 24 Aug 2018 14:28:40 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4E8884D9; Fri, 24 Aug 2018 14:28:40 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68801123D2; Fri, 24 Aug 2018 14:28:40 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7OESeZs094969; Fri, 24 Aug 2018 14:28:40 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7OESdwn094965; Fri, 24 Aug 2018 14:28:39 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <201808241428.w7OESdwn094965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Fri, 24 Aug 2018 14:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477963 - in head/x11: . lxqt-runner X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: in head/x11: . lxqt-runner X-SVN-Commit-Revision: 477963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2018 14:28:41 -0000 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 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/