mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
New port x11/lxqt-runner
PR: 229285 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16871
This commit is contained in:
parent
26c3f3c24d
commit
6b79ba1947
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477963
@ -219,6 +219,7 @@
|
||||
SUBDIR += lxqt-globalkeys
|
||||
SUBDIR += lxqt-globalkeys-l10n
|
||||
SUBDIR += lxqt-l10n
|
||||
SUBDIR += lxqt-runner
|
||||
SUBDIR += lxrandr
|
||||
SUBDIR += mate
|
||||
SUBDIR += mate-applets
|
||||
|
29
x11/lxqt-runner/Makefile
Normal file
29
x11/lxqt-runner/Makefile
Normal file
@ -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>
|
3
x11/lxqt-runner/distinfo
Normal file
3
x11/lxqt-runner/distinfo
Normal file
@ -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
|
4
x11/lxqt-runner/pkg-descr
Normal file
4
x11/lxqt-runner/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user