Date: Thursday, March 23, 2023 @ 12:51:15
Author: felixonmars
Revision: 1427207
archrelease: copy trunk to community-x86_64
Added:
fcitx5-bamboo/repos/community-x86_64/PKGBUILD
(from rev 1427206, 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 2023-03-23 12:50:57 UTC (rev 1427206)
+++ PKGBUILD 2023-03-23 12:51:15 UTC (rev 1427207)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=fcitx5-bamboo
-pkgver=1.0.3
-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=('b2784b94208c62a3bc95c6459ef620eedc537ab02ea8615eb67fd18a569c9a51eb0a25fa2ac14273b58e3d6fe904cf4b77246f6012fcc0cb2c080030743d8c94'
- 'SKIP')
-validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
-
-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 1427206,
fcitx5-bamboo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-23 12:51:15 UTC (rev 1427207)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fcitx5-bamboo
+pkgver=1.0.4
+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=('07d742ec96415145dfb6d0086e4a628830e249055e71920208a6b9af918e723c88a4c9c497738017ca1f2ddc0b9fc5f304263c5afd3abfbe84ea750076b5227d'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}