[arch-commits] Commit in rime-cantonese/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jul 3 01:48:46 UTC 2021
Date: Saturday, July 3, 2021 @ 01:48:46
Author: felixonmars
Revision: 971674
archrelease: copy trunk to community-x86_64
Added:
rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 971673, 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-07-03 01:48:34 UTC (rev 971673)
+++ PKGBUILD 2021-07-03 01:48:46 UTC (rev 971674)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20210627
-_commit=b6f800c74eb639816d56d0d5601aaa96c8963178
-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=('a07b3ac3e6f0c2f96f0552699074c308d73042327057c26960929efda66a5195a1a804c973a556f5b7b04806c3af3c32d712234a37d97c3bc5d8f0487b0330de')
-
-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 971673, rime-cantonese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-03 01:48:46 UTC (rev 971674)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20210702
+_commit=346b7524e708b1cb7e2a673f84cd06479667b902
+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=('6078605adf40bfde28c6ca1dd77b9de553b91badaa2466cb4fc89c8b9b3fa959252fc5fe570d093360fd5c6e5831202bd01b899ede246e896068c2b54c2c7597')
+
+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