[arch-commits] Commit in rime-cantonese/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 28 19:23:19 UTC 2020
Date: Tuesday, July 28, 2020 @ 19:23:19
Author: felixonmars
Revision: 665695
archrelease: copy trunk to community-x86_64
Added:
rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 665694, rime-cantonese/trunk/PKGBUILD)
Deleted:
rime-cantonese/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-28 19:23:07 UTC (rev 665694)
+++ PKGBUILD 2020-07-28 19:23:19 UTC (rev 665695)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200727
-_commit=e19b028c5168b7aaf304468f23e94c61e26c0e25
-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-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=('180f42488b49d3452a8baa8e09555695c93b1f6c21e7aab0edebd2d95ab54e311f54fd005b1f82c29b60369fc4a9c7fcb2ce36e8eff4c07cf4f861fcff119a66')
-
-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 665694, rime-cantonese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-28 19:23:19 UTC (rev 665695)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200728
+_commit=e3cabfda9fc430dac44ba85355f73b265faaae02
+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-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=('66528f7059d0e8a6df92f1f187127ab6ada329271e9328673486558b8e47355b96ede750def7eb1503e31c87c8e762f97fafae9ebf42e605937c2a8928a14e07')
+
+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