Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159692495
D24719.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D24719.diff
View Options
Index: head/x11/qterminal/Makefile
===================================================================
--- head/x11/qterminal/Makefile
+++ head/x11/qterminal/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= qterminal
-PORTVERSION= 0.14.1
+PORTVERSION= 0.15.0
CATEGORIES= x11
MASTER_SITES= LXQT
Index: head/x11/qterminal/distinfo
===================================================================
--- head/x11/qterminal/distinfo
+++ head/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
Index: head/x11/qterminal/files/patch-src_config.h
===================================================================
--- head/x11/qterminal/files/patch-src_config.h
+++ head/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
Index: head/x11/qterminal/files/patch-src_forms_qterminal.ui
===================================================================
--- head/x11/qterminal/files/patch-src_forms_qterminal.ui
+++ head/x11/qterminal/files/patch-src_forms_qterminal.ui
@@ -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">
Index: head/x11/qterminal/pkg-plist
===================================================================
--- head/x11/qterminal/pkg-plist
+++ head/x11/qterminal/pkg-plist
@@ -4,6 +4,9 @@
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 @@
%%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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 18, 3:10 AM (16 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34043634
Default Alt Text
D24719.diff (3 KB)
Attached To
Mode
D24719: x11/qterminal upgrade to 0.15.0
Attached
Detach File
Event Timeline
Log In to Comment