svn commit: r453005 - head/x11/qterminal
Steve Wills
swills at FreeBSD.org
Fri Oct 27 15:50:22 UTC 2017
Author: swills
Date: Fri Oct 27 15:50:20 2017
New Revision: 453005
URL: https://svnweb.freebsd.org/changeset/ports/453005
Log:
x11/qterminal: Update to 0.8.0
While here, set maintainer to Jesper Schmitz Mouridsen
<jesper at schmitz.computer>, maintainer of other lxqt related ports.
PR: 223224
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Approved by: Jason Bacon <bacon4000 at gmail.com> (maintainer)
Modified:
head/x11/qterminal/Makefile
head/x11/qterminal/distinfo
Modified: head/x11/qterminal/Makefile
==============================================================================
--- head/x11/qterminal/Makefile Fri Oct 27 15:48:10 2017 (r453004)
+++ head/x11/qterminal/Makefile Fri Oct 27 15:50:20 2017 (r453005)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= qterminal
-PORTVERSION= 0.7.0
-PORTREVISION= 2
+PORTVERSION= 0.8.0
CATEGORIES= x11
+MASTER_SITES= LXQT
-MAINTAINER= bacon4000 at gmail.com
+MAINTAINER= jesper at schmitz.computer
COMMENT= Lightweight Qt-based terminal emulator
LICENSE= GPLv2
@@ -15,21 +15,11 @@ LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidg
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
qterminal-l10n>0:x11/qterminal-l10n
-USES= cmake:outsource compiler:c++11-lang localbase:ldflags \
- lxqt pkgconfig tar:xz
-USE_QT5= buildtools_build core gui qmake_build widgets x11extras
+USES= cmake:outsource compiler:c++11-lang gettext-runtime \
+ localbase:ldflags lxqt pkgconfig tar:xz
+USE_QT5= buildtools_build core gui qmake_build dbus linguisttools \
+ widgets x11extras
USE_XORG= x11
USE_LXQT= buildtools lxqt
-CMAKE_ARGS+= -DUSE_SYSTEM_QXT:BOOL=OFF
-
-USE_GITHUB= yes
-GH_ACCOUNT= lxde
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-LDFLAGS+= -lulog
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/x11/qterminal/distinfo
==============================================================================
--- head/x11/qterminal/distinfo Fri Oct 27 15:48:10 2017 (r453004)
+++ head/x11/qterminal/distinfo Fri Oct 27 15:50:20 2017 (r453005)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475432786
-SHA256 (lxde-qterminal-0.7.0_GH0.tar.gz) = 0d01373380e7482b08a22531a03b4c64e373b15dc53f51f2b0f9a1f3fdada802
-SIZE (lxde-qterminal-0.7.0_GH0.tar.gz) = 115014
+TIMESTAMP = 1508780118
+SHA256 (lxqt/qterminal-0.8.0.tar.xz) = a741a8688e696537c3bb2dfaa632b9dcc11f3672b9c6a031354b465de5fd987a
+SIZE (lxqt/qterminal-0.8.0.tar.xz) = 104780
More information about the svn-ports-head
mailing list