Date: Sunday, March 12, 2023 @ 20:37:26
Author: felixonmars
Revision: 1419441
archrelease: copy trunk to community-x86_64
Added:
fcitx5-chewing/repos/community-x86_64/PKGBUILD
(from rev 1419440, fcitx5-chewing/trunk/PKGBUILD)
fcitx5-chewing/repos/community-x86_64/keys/
Deleted:
fcitx5-chewing/repos/community-x86_64/PKGBUILD
fcitx5-chewing/repos/community-x86_64/keys/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 20:37:13 UTC (rev 1419440)
+++ PKGBUILD 2023-03-12 20:37:26 UTC (rev 1419441)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-chewing
-pkgver=5.0.13
-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=('b7e93d797debda5fb9cb46429b34cd84ccc7057796dc5f5b2ec8a4fe6bb2edf8dd58bf4f5dd08cf736599d533f0e307a68220c4e04480a1d40a993a05753fdab'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
-
-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 1419440,
fcitx5-chewing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-12 20:37:26 UTC (rev 1419441)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-chewing
+pkgver=5.0.14
+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=('4abe98ee1380f89746cf8f5195c77dff2369bd9a5a93ffbc4b6f15796400bb92bc25ea2aec995cca869c20b95e25d3b0392ded0bd840f36992e30381fbcb5fb4'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ ninja
+}
+
+package() {
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}