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

Collapse All | Expand All

(-)x11/lxqt-about/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527328595
2
SHA256 (lxqt/lxqt-about-0.13.0.tar.xz) = bc58d1d57675e6c073596a9095417ca9bb9d61158830646d77dfc573ee913522
3
SIZE (lxqt/lxqt-about-0.13.0.tar.xz) = 22580
(-)x11/lxqt-about/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	lxqt-about
5
PORTVERSION=	0.13.0
6
CATEGORIES=	x11
7
MASTER_SITES=	LXQT
8
DIST_SUBDIR=	lxqt
9
10
MAINTAINER=	jesper@schmitz.computer
11
COMMENT=	About dialog of LXQt
12
13
LICENSE=	LGPL21+
14
15
USES=	cmake:outsource kde:5 lxqt pkgconfig tar:xz qt:5
16
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
17
	x11extras xml
18
USE_KDE=	windowsystem
19
USE_LXQT=	buildtools lxqt
20
21
PLIST_FILES=	bin/lxqt-about \
22
	share/applications/lxqt-about.desktop
23
24
.include <bsd.port.mk>
(-)x11/lxqt-about/pkg-descr (+3 lines)
Line 0 Link Here
1
About dialog of LXQt Desktop Environment.
2
3
WWW: http://lxqt.org/

Return to bug 229287