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

Collapse All | Expand All

(-)sysutils/lxqt-config/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-config
5
PORTVERSION=	0.13.0
6
CATEGORIES=	sysutils
7
MASTER_SITES=	LXQT
8
DIST_SUBDIR=	lxqt
9
10
MAINTAINER=	jesper@schmitz.computer
11
COMMENT=	LXQt system settings center
12
13
LICENSE=	GPLv2 LGPL21+
14
LICENSE_COMB=	multi
15
16
USES=	cmake:outsource compiler:c++11-lib kde:5 localbase:ldflags lxqt \
17
	pkgconfig tar:xz
18
USE_QT5=	buildtools_build qmake_build concurrent core dbus \
19
	gui linguisttools svg widgets x11extras xml
20
USE_KDE=	libkscreen windowsystem
21
USE_LXQT=	buildtools lxqt
22
USE_XORG=	ice sm x11 xcb xcursor xext xfixes xrandr
23
24
.include <bsd.port.mk>
(-)sysutils/lxqt-config/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328595
2
SHA256 (lxqt/lxqt-config-0.13.0.tar.xz) = 25adce2f44bc6567c77039e70b13b48837c6ab35391875ca7d7706b205853f66
3
SIZE (lxqt/lxqt-config-0.13.0.tar.xz) = 201112
(-)sysutils/lxqt-config/pkg-descr (+3 lines)
Line 0 Link Here
1
LXQt system settings center.
2
3
WWW: http://lxqt.org/
(-)sysutils/lxqt-config/pkg-plist (+18 lines)
Line 0 Link Here
1
bin/lxqt-config
2
bin/lxqt-config-appearance
3
bin/lxqt-config-brightness
4
bin/lxqt-config-file-associations
5
bin/lxqt-config-input
6
bin/lxqt-config-locale
7
bin/lxqt-config-monitor
8
etc/xdg/menus/lxqt-config.menu
9
lib/lxqt-config/liblxqt-config-cursor.so
10
share/applications/lxqt-config-appearance.desktop
11
share/applications/lxqt-config-brightness.desktop
12
share/applications/lxqt-config-file-associations.desktop
13
share/applications/lxqt-config-input.desktop
14
share/applications/lxqt-config-locale.desktop
15
share/applications/lxqt-config-monitor.desktop
16
share/applications/lxqt-config.desktop
17
share/icons/hicolor/48x48/apps/brightnesssettings.svg
18
%%LXQT_SHAREDIR%%/icons/monitor.svg

Return to bug 229300