aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2020-06-20 09:13:53 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2020-06-20 09:13:53 +0000
commita97a7d748405db39f8a27c07f7ebd5487fdac2f5 (patch)
tree578b2aac09043a88a78ad31915cd3eb2f49ea3d6 /x11
parente1205a106626751f5afeacca83fd5693e2d40cfa (diff)
downloadports-a97a7d748405db39f8a27c07f7ebd5487fdac2f5.tar.gz
ports-a97a7d748405db39f8a27c07f7ebd5487fdac2f5.zip
Upgrade to 0.15.0
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24719
Notes
Notes: svn path=/head/; revision=539719
Diffstat (limited to 'x11')
-rw-r--r--x11/qterminal/Makefile2
-rw-r--r--x11/qterminal/distinfo6
-rw-r--r--x11/qterminal/files/patch-src_config.h24
-rw-r--r--x11/qterminal/files/patch-src_forms_qterminal.ui13
-rw-r--r--x11/qterminal/pkg-plist4
5 files changed, 18 insertions, 31 deletions
diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile
index 5ebea3e6b807..24092c559f21 100644
--- a/x11/qterminal/Makefile
+++ b/x11/qterminal/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= qterminal
-PORTVERSION= 0.14.1
+PORTVERSION= 0.15.0
CATEGORIES= x11
MASTER_SITES= LXQT
diff --git a/x11/qterminal/distinfo b/x11/qterminal/distinfo
index 2d70fdf8a75b..9f1acceb071e 100644
--- a/x11/qterminal/distinfo
+++ b/x11/qterminal/distinfo
@@ -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
diff --git a/x11/qterminal/files/patch-src_config.h b/x11/qterminal/files/patch-src_config.h
index 6cfc132a1bb6..0c08c2085399 100644
--- a/x11/qterminal/files/patch-src_config.h
+++ b/x11/qterminal/files/patch-src_config.h
@@ -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
diff --git a/x11/qterminal/files/patch-src_forms_qterminal.ui b/x11/qterminal/files/patch-src_forms_qterminal.ui
deleted file mode 100644
index 0746f586dd95..000000000000
--- a/x11/qterminal/files/patch-src_forms_qterminal.ui
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/forms/qterminal.ui.orig 2014-10-22 08:13:14 UTC
-+++ src/forms/qterminal.ui
-@@ -6,8 +6,8 @@
- <rect>
- <x>0</x>
- <y>0</y>
-- <width>600</width>
-- <height>420</height>
-+ <width>820</width>
-+ <height>597</height>
- </rect>
- </property>
- <property name="windowTitle">
diff --git a/x11/qterminal/pkg-plist b/x11/qterminal/pkg-plist
index 98ed02d06683..df04f189b247 100644
--- a/x11/qterminal/pkg-plist
+++ b/x11/qterminal/pkg-plist
@@ -4,6 +4,9 @@ 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
@@ -28,6 +31,7 @@ share/icons/hicolor/64x64/apps/qterminal.png
%%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