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

Felix Yan felixonmars at archlinux.org
Fri May 1 16:45:02 UTC 2020


    Date: Friday, May 1, 2020 @ 16:45:01
  Author: felixonmars
Revision: 624059

upgpkg: deepin-terminal 5.0.4.1-1

Modified:
  deepin-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-01 16:44:24 UTC (rev 624058)
+++ PKGBUILD	2020-05-01 16:45:01 UTC (rev 624059)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-terminal
-pkgver=5.0.0
+pkgver=5.0.4.1
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -15,10 +15,16 @@
             'deepin-shortcut-viewer: for shortcut display'
             'zssh: for remote management support')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz")
-sha512sums=('d37add7dbd02656c4d86432bd704e2da295215cf2e66fa374b2c6fc645d932b40ddece38e2274da225d4896bd1c6cd608cc5cd3fece6a3f4c13b9141116dfbd3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz"
+        $pkgname-vte-fix.patch::https://github.com/linuxdeepin/deepin-terminal/commit/8d0a761873c2ef898c9977acc0192bf9ef9e7ca4.patch
+        $pkgname-vte-0.59.patch::https://github.com/linuxdeepin/deepin-terminal/commit/d38f972c8cb958524b326986c6dc72b24fa35dad.patch)
+sha512sums=('9523d5411b017947b40568fa3d47654e3a9d560c016a7e75311a14c60c9da3368337c4652fdbaa3fb1278cebb01a93f6c0c804bd277c59a009ead3024bf14036'
+            '9bdeb82f54664f2c158d29cb7095b1c7fd0edf12ea20d1c738a79f68df820a5320070a31dcd5673dff3c412ca75bd7140e4293ee0ea986c8ba832455b8eb9662'
+            '44a6538138c0fed9938048229444d6cbf050af6b26307f09068ad86d6a256aef19ceca55c6149036e62c0a50e9c89f13f89f43412ec0d6d42db1256f5206957f')
 
 prepare() {
+  patch -d deepin-terminal-$pkgver -Np1 -i ../$pkgname-vte-fix.patch
+  patch -d deepin-terminal-$pkgver -Np1 -i ../$pkgname-vte-0.59.patch
   mkdir -p build
 }
 



More information about the arch-commits mailing list