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

Collapse All | Expand All

(-)Makefile (-18 / +8 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qterminal
4
PORTNAME=	qterminal
5
PORTVERSION=	0.7.0
5
PORTVERSION=	0.8.0
6
PORTREVISION=	2
7
CATEGORIES=	x11
6
CATEGORIES=	x11
7
MASTER_SITES=	LXQT
8
8
9
MAINTAINER=	bacon4000@gmail.com
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	Lightweight Qt-based terminal emulator
10
COMMENT=	Lightweight Qt-based terminal emulator
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
Lines 15-35 Link Here
15
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
15
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
16
	qterminal-l10n>0:x11/qterminal-l10n
16
	qterminal-l10n>0:x11/qterminal-l10n
17
17
18
USES=		cmake:outsource compiler:c++11-lang localbase:ldflags \
18
USES=	cmake:outsource compiler:c++11-lang gettext-runtime \
19
		lxqt pkgconfig tar:xz
19
	localbase:ldflags lxqt pkgconfig tar:xz
20
USE_QT5=	buildtools_build core gui qmake_build widgets x11extras
20
USE_QT5=	buildtools_build core gui qmake_build dbus linguisttools \
21
	widgets x11extras
21
USE_XORG=	x11
22
USE_XORG=	x11
22
USE_LXQT=	buildtools lxqt
23
USE_LXQT=	buildtools lxqt
23
24
24
CMAKE_ARGS+=	-DUSE_SYSTEM_QXT:BOOL=OFF
25
.include <bsd.port.mk>
25
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	lxde
28
29
.include <bsd.port.pre.mk>
30
31
.if ${OPSYS} == FreeBSD
32
LDFLAGS+=	-lulog
33
.endif
34
35
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475432786
1
TIMESTAMP = 1508780118
2
SHA256 (lxde-qterminal-0.7.0_GH0.tar.gz) = 0d01373380e7482b08a22531a03b4c64e373b15dc53f51f2b0f9a1f3fdada802
2
SHA256 (lxqt/qterminal-0.8.0.tar.xz) = a741a8688e696537c3bb2dfaa632b9dcc11f3672b9c6a031354b465de5fd987a
3
SIZE (lxde-qterminal-0.7.0_GH0.tar.gz) = 115014
3
SIZE (lxqt/qterminal-0.8.0.tar.xz) = 104780

Return to bug 223224