[arch-commits] Commit in fcitx5-bamboo/repos/community-x86_64 (4 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 11:26:19 UTC 2022


    Date: Tuesday, August 30, 2022 @ 11:26:19
  Author: felixonmars
Revision: 1288648

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 11:26:02 UTC (rev 1288647)
+++ PKGBUILD	2022-08-30 11:26:19 UTC (rev 1288648)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx5-bamboo
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Bamboo (Vietnamese Input Method) engine support for Fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-bamboo"
-license=('GPL')
-depends=('fcitx5')
-makedepends=('extra-cmake-modules' 'go')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('3c4133c4453b0fc41c66a30ddd2e78cbc203b7911867107f50531d0ada22dbae49565c53d3277bfe6b86122ef6165fc44274f9ee16fb79302cd89b56cd68ce2f'
-            'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
-
-build(){
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-bamboo/repos/community-x86_64/PKGBUILD (from rev 1288647, fcitx5-bamboo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 11:26:19 UTC (rev 1288648)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx5-bamboo
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Bamboo (Vietnamese Input Method) engine support for Fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-bamboo"
+license=('GPL')
+depends=('fcitx5')
+makedepends=('extra-cmake-modules' 'go')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('93688359c65c7164ede2872567928c463478591f61c2bcb216dc584a1f687806d40c7dfaa326896ab1c65efaf9df8c60d390e84ef0b1166c29434f01ac8e6305'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list