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

Felix Yan felixonmars at archlinux.org
Mon Nov 2 17:17:51 UTC 2020


    Date: Monday, November 2, 2020 @ 17:17:51
  Author: felixonmars
Revision: 739989

upgpkg: deepin-terminal 5.3.0.1-1

Modified:
  deepin-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 17:17:01 UTC (rev 739988)
+++ PKGBUILD	2020-11-02 17:17:51 UTC (rev 739989)
@@ -3,18 +3,18 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-terminal
-pkgver=5.2.37
+pkgver=5.3.0.1
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-terminal"
 license=('GPL3')
-depends=('at-spi2-core' 'deepin-qt5integration')
+depends=('at-spi2-core' 'deepin-qt5integration' 'libsecret')
 makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
 optdepends=('zssh: for remote management support')
 groups=('deepin-extra')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz")
-sha512sums=('2ca85355461dbf7764be8692cbbf5c1220ab28e89d1e1de586e7897133759235e5e8058eb80510120262e12733896d1a43d45bf46c2a9bfc477b7bebe6f41402')
+sha512sums=('0f84e63822f6c20e33238ad92b6119e96f105f497adf7f22752e02a56ac152806f2d768566538a1a4b0438ec56aa7921cfe8ee47841b71397b2ba448b9dda93f')
 
 prepare() {
   mkdir -p build
@@ -24,11 +24,7 @@
   #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
   #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
 
-  # Much upstream weirdness
-  sed -i '/<QHash>/i#include <QObject>\n#include <QMap>' 3rdparty/terminalwidget/lib/SessionManager.h
-  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session crashed.";/message = QString::fromLatin1("Session crashed.");/' 3rdparty/terminalwidget/lib/{Filter,Session}.cpp
   sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
-  sed -i 's|default-config.json|src/assets/other/default-config.json|' CMakeLists.txt
 }
 
 build(){



More information about the arch-commits mailing list