[arch-commits] Commit in rime-cantonese/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 29 22:53:29 UTC 2021
Date: Saturday, May 29, 2021 @ 22:53:29
Author: felixonmars
Revision: 950286
archrelease: copy trunk to community-x86_64
Added:
rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 950285, rime-cantonese/trunk/PKGBUILD)
Deleted:
rime-cantonese/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-29 22:53:15 UTC (rev 950285)
+++ PKGBUILD 2021-05-29 22:53:29 UTC (rev 950286)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20210515
-_commit=1168d4ca475656748938475ca5d96e41096d8b5a
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese"
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz")
-sha512sums=('7fa8bc28cbdb27370ef1a8237ebfe60d1d1225eca4c1422956a5bb4b9b6e2d9f61f9db0b44952fcf88fe6e48bc383e719c26eab99af617b27ab2a910cff553e6')
-
-prepare() {
- cd $pkgname-$_commit
- # Link essentials
- for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf $_f; done
-}
-
-build(){
- cd $pkgname-$_commit
- for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
- cd $pkgname-$_commit
- find . -type l -delete
- rm build/*.txt
- install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
- install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
- install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}
Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 950285, rime-cantonese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-29 22:53:29 UTC (rev 950286)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20210529
+_commit=6c3f1d2a1a473696fccb5ab2c1fba31172040048
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese"
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz")
+sha512sums=('3699c6d29a680e270ce1a8e2f7f92bec49582eb5b2866d4caa1ec4390247ab674cd7142c7e50a9bbf9e71f1faa57967b5645e1f359d0660d6533ccae5ac8168e')
+
+prepare() {
+ cd $pkgname-$_commit
+ # Link essentials
+ for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf $_f; done
+}
+
+build(){
+ cd $pkgname-$_commit
+ for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+ cd $pkgname-$_commit
+ find . -type l -delete
+ rm build/*.txt
+ install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+ install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+ install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}
More information about the arch-commits
mailing list