[arch-commits] Commit in fcitx5-chewing/repos/community-x86_64 (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 4 18:33:36 UTC 2022


    Date: Monday, July 4, 2022 @ 18:33:36
  Author: felixonmars
Revision: 1243964

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chewing/repos/community-x86_64/PKGBUILD
    (from rev 1243963, fcitx5-chewing/trunk/PKGBUILD)
  fcitx5-chewing/repos/community-x86_64/keys/
Deleted:
  fcitx5-chewing/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 18:33:10 UTC (rev 1243963)
+++ PKGBUILD	2022-07-04 18:33:36 UTC (rev 1243964)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-chewing
-pkgver=5.0.11
-pkgrel=1
-pkgdesc="Chewing Wrapper for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chewing"
-license=('GPL')
-depends=('fcitx5' 'libchewing')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
-sha512sums=('4140cb3560ecbd05afc5a041efbe9164366d402c2d36d68918b17bfb8dbc131b7ae7470a34bbd6cc4840b948e72df8ece5f0e4b8894d04701571a7df751802c1'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-chewing/repos/community-x86_64/PKGBUILD (from rev 1243963, fcitx5-chewing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 18:33:36 UTC (rev 1243964)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-chewing
+pkgver=5.0.12
+pkgrel=1
+pkgdesc="Chewing Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chewing"
+license=('GPL')
+depends=('fcitx5' 'libchewing')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-$pkgver.tar.xz"{,.sig})
+sha512sums=('562a44cf9742594d2215d1758ba4a5e86753da645ef92c3bb6009c6248cab8f2e250e3ef959ae4ef0d11f55a14f0ea4a5c7888693a502678b4b28267b49bc338'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list