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

Collapse All | Expand All

(-)sysutils/lxqt-qtplugin/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328595
2
SHA256 (lxqt/lxqt-qtplugin-0.13.0.tar.xz) = a67c8668c09aefe54ef78c63806dc647f1c7b2067d780616f6fa4a9b125bdc5a
3
SIZE (lxqt/lxqt-qtplugin-0.13.0.tar.xz) = 23888
(-)sysutils/lxqt-qtplugin/Makefile (+29 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-qtplugin
5
PORTVERSION=	0.13.0
6
CATEGORIES=	sysutils
7
MASTER_SITES=	LXQT
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	LXQt system integration plugin for Qt
11
12
LICENSE=	LGPL21+
13
14
LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \
15
		libfm.so:x11/libfm \
16
		libmenu-cache.so:x11/menu-cache \
17
		libexif.so:graphics/libexif
18
19
USES=	cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz qt:5 gettext-runtime
20
21
USE_XORG+=xcb
22
USE_GNOME+=glib20
23
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
24
	x11extras xml
25
USE_KDE=	windowsystem
26
USE_LXQT=	buildtools qtxdg libfmqt
27
USE_LDCONFIG=	yes
28
29
.include <bsd.port.mk>
(-)sysutils/lxqt-qtplugin/pkg-descr (+4 lines)
Line 0 Link Here
1
With this plugin, all Qt-based programs can adopt settings of LXQt, such
2
as the icon theme.
3
4
WWW: http://lxqt.org/
(-)sysutils/lxqt-qtplugin/pkg-plist (+1 lines)
Line 0 Link Here
1
%%QT_PLUGINDIR%%/platformthemes/libqtlxqt.so

Return to bug 229284