[arch-commits] Commit in deepin-terminal/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 26 21:06:17 UTC 2020


    Date: Tuesday, May 26, 2020 @ 21:06:17
  Author: felixonmars
Revision: 635387

upgpkg: deepin-terminal 5.2.1-2: rebuild with Qt 5.15

Modified:
  deepin-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-26 21:05:41 UTC (rev 635386)
+++ PKGBUILD	2020-05-26 21:06:17 UTC (rev 635387)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-terminal
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-terminal-reborn"
@@ -27,6 +27,8 @@
   # Much upstream weirdness
   sed -i '/<QHash>/i#include <QObject>' terminalwidget/lib/SessionManager.h
   sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session crashed.";/message = QString::fromLatin1("Session crashed.");/' terminalwidget/lib/Session.cpp
+  sed -i '/#include <QTextStream>/a #include <cwctype>' terminalwidget/lib/TerminalCharacterDecoder.cpp
+  sed -i '/#include <QPainter>/a #include <QPainterPath>' encodeplugin/encodeitemdelegate.cpp customcommand/customcommanddelegate.cpp remotemanage/serverconfigdelegate.cpp theme/themeitemdelegate.cpp
 
   sed -i 's|default-config.json|resources/other/default-config.json|' CMakeLists.txt
 }



More information about the arch-commits mailing list