Index: head/x11/qterminal/Makefile =================================================================== --- head/x11/qterminal/Makefile (revision 539718) +++ head/x11/qterminal/Makefile (revision 539719) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= qterminal -PORTVERSION= 0.14.1 +PORTVERSION= 0.15.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Lightweight Qt-based terminal emulator LICENSE= GPLv2 LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf USES= cmake compiler:c++11-lang gettext-runtime \ localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg USE_QT= buildtools_build core gui qmake_build dbus linguisttools \ widgets x11extras USE_XORG= x11 USE_LXQT= buildtools .include Index: head/x11/qterminal/distinfo =================================================================== --- head/x11/qterminal/distinfo (revision 539718) +++ head/x11/qterminal/distinfo (revision 539719) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563915544 -SHA256 (lxqt/qterminal-0.14.1.tar.xz) = e018ece0bd38124a2879a6fbb76dd6b9d70ae2b231845650ad363eeca756fe31 -SIZE (lxqt/qterminal-0.14.1.tar.xz) = 167520 +TIMESTAMP = 1588440071 +SHA256 (lxqt/qterminal-0.15.0.tar.xz) = 557f74a946d009bb6e598c5d0c6de9356cda325f674876a457874c7525affd64 +SIZE (lxqt/qterminal-0.15.0.tar.xz) = 179608 Index: head/x11/qterminal/files/patch-src_forms_qterminal.ui =================================================================== --- head/x11/qterminal/files/patch-src_forms_qterminal.ui (revision 539718) +++ head/x11/qterminal/files/patch-src_forms_qterminal.ui (nonexistent) @@ -1,13 +0,0 @@ ---- src/forms/qterminal.ui.orig 2014-10-22 08:13:14 UTC -+++ src/forms/qterminal.ui -@@ -6,8 +6,8 @@ - - 0 - 0 -- 600 -- 420 -+ 820 -+ 597 - - - Property changes on: head/x11/qterminal/files/patch-src_forms_qterminal.ui ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/qterminal/files/patch-src_config.h =================================================================== --- head/x11/qterminal/files/patch-src_config.h (revision 539718) +++ head/x11/qterminal/files/patch-src_config.h (revision 539719) @@ -1,15 +1,11 @@ ---- src/config.h.orig 2014-10-22 08:13:14 UTC +--- src/config.h.orig 2020-05-02 17:22:39 UTC +++ src/config.h -@@ -60,9 +60,9 @@ - - /* Some defaults for QTerminal application */ - --#define DEFAULT_WIDTH 800 --#define DEFAULT_HEIGHT 600 --#define DEFAULT_FONT "Monospace" -+#define DEFAULT_WIDTH 820 -+#define DEFAULT_HEIGHT 597 -+#define DEFAULT_FONT "Liberation Mono" - - // ACTIONS - #define CLEAR_TERMINAL_SHORTCUT "Ctrl+Shift+X" +@@ -74,6 +74,8 @@ + #ifdef Q_OS_MACOS + // Qt does not support fontconfig on macOS, so we need to use a "real" font name. + #define DEFAULT_FONT "Menlo" ++#elif defined(Q_OS_FREEBSD) ++#define DEFAULT_FONT "Liberation Mono" + #else + #define DEFAULT_FONT "Monospace" + #endif Index: head/x11/qterminal/pkg-plist =================================================================== --- head/x11/qterminal/pkg-plist (revision 539718) +++ head/x11/qterminal/pkg-plist (revision 539719) @@ -1,34 +1,38 @@ bin/qterminal share/appdata/qterminal.appdata.xml share/applications/qterminal.desktop share/applications/qterminal_drop.desktop share/icons/hicolor/64x64/apps/qterminal.png %%DATADIR%%/translations/qterminal_ar.qm +%%DATADIR%%/translations/qterminal_arn.qm +%%DATADIR%%/translations/qterminal_ast.qm +%%DATADIR%%/translations/qterminal_bg.qm %%DATADIR%%/translations/qterminal_ca.qm %%DATADIR%%/translations/qterminal_cs.qm %%DATADIR%%/translations/qterminal_cy.qm %%DATADIR%%/translations/qterminal_da.qm %%DATADIR%%/translations/qterminal_de.qm %%DATADIR%%/translations/qterminal_el.qm %%DATADIR%%/translations/qterminal_es.qm %%DATADIR%%/translations/qterminal_et.qm %%DATADIR%%/translations/qterminal_fi.qm %%DATADIR%%/translations/qterminal_fr.qm %%DATADIR%%/translations/qterminal_gl.qm %%DATADIR%%/translations/qterminal_he.qm %%DATADIR%%/translations/qterminal_hu.qm %%DATADIR%%/translations/qterminal_id.qm %%DATADIR%%/translations/qterminal_it.qm %%DATADIR%%/translations/qterminal_ja.qm %%DATADIR%%/translations/qterminal_ko_KR.qm %%DATADIR%%/translations/qterminal_lt.qm %%DATADIR%%/translations/qterminal_nb_NO.qm %%DATADIR%%/translations/qterminal_nl.qm %%DATADIR%%/translations/qterminal_pl.qm %%DATADIR%%/translations/qterminal_pt.qm %%DATADIR%%/translations/qterminal_pt_BR.qm %%DATADIR%%/translations/qterminal_ru.qm +%%DATADIR%%/translations/qterminal_sk_SK.qm %%DATADIR%%/translations/qterminal_tr.qm %%DATADIR%%/translations/qterminal_uk.qm %%DATADIR%%/translations/qterminal_zh_CN.qm %%DATADIR%%/translations/qterminal_zh_TW.qm