[arch-commits] Commit in kcm-fcitx/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 14:19:41 UTC 2020


    Date: Monday, May 25, 2020 @ 14:19:41
  Author: felixonmars
Revision: 634394

upgpkg: kcm-fcitx 0.5.5-3: Buildinfo Format 1 rebuild

Modified:
  kcm-fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:16:03 UTC (rev 634393)
+++ PKGBUILD	2020-05-25 14:19:41 UTC (rev 634394)
@@ -3,7 +3,7 @@
 
 pkgname=kcm-fcitx
 pkgver=0.5.5
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Config Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/kcm-fcitx"
@@ -10,12 +10,15 @@
 license=('GPL')
 depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
 makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig})
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig}
+        $pkgname-gcc-10.patch::https://github.com/fcitx/kcm-fcitx/commit/a1b2ccdffd9e4d16c47f7f2a596df437ee834c41.patch)
 sha512sums=('e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e'
-            'SKIP')
+            'SKIP'
+            'bc57656eb6379701d25370da823b70bff7d4f355f7cfbf6782059161e14c4f3a14c32bf0760b794f8d7e9cb2b5d4c3072ac705090782163187f0636b3af81102')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
 
 prepare() {
+  patch -d $pkgname-$pkgver -p1 < $pkgname-gcc-10.patch
   mkdir build
 }
 



More information about the arch-commits mailing list