View | Details | Raw Unified | Return to bug 229285 | Differences between
and this patch

Collapse All | Expand All

(-)x11/lxqt-runner/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-runner
5
PORTVERSION=	0.13.0
6
CATEGORIES=	x11
7
MASTER_SITES=	LXQT
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	LXQt tool used to launch programs quickly
11
12
LICENSE=	LGPL21+
13
14
LIB_DEPENDS=	libmenu-cache.so:x11/menu-cache \
15
	libmuparser.so:math/muparser
16
17
USES=	cmake:outsource compiler:c++11-lib gettext-runtime kde:5 \
18
	localbase lxqt pkgconfig tar:xz
19
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
20
	script svg widgets x11extras xml
21
USE_KDE=	windowsystem
22
USE_GNOME=	glib20
23
USE_LXQT=	buildtools globalkeys qtxdg
24
25
CMAKE_ARGS=	-DRUNNER_VBOX:BOOL=OFF
26
27
PLIST_FILES=	bin/lxqt-runner \
28
		etc/xdg/autostart/lxqt-runner.desktop
29
30
.include <bsd.port.mk>
(-)x11/lxqt-runner/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328595
2
SHA256 (lxqt/lxqt-runner-0.13.0.tar.xz) = 912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37
3
SIZE (lxqt/lxqt-runner-0.13.0.tar.xz) = 211776
(-)x11/lxqt-runner/pkg-descr (+3 lines)
Line 0 Link Here
1
LXQt tool used to launch programs quickly by typing their names.
2
3
WWW: http://lxqt.org/

Return to bug 229285