[arch-commits] Commit in rime-cangjie/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Feb 22 20:32:54 UTC 2021


    Date: Monday, February 22, 2021 @ 20:32:54
  Author: felixonmars
Revision: 868897

archrelease: copy trunk to community-x86_64

Added:
  rime-cangjie/repos/community-x86_64/PKGBUILD
    (from rev 868896, rime-cangjie/trunk/PKGBUILD)
Deleted:
  rime-cangjie/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-22 20:32:38 UTC (rev 868896)
+++ PKGBUILD	2021-02-22 20:32:54 UTC (rev 868897)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-cangjie
-pkgver=0.0.0.20201030
-_commit=d0f6f521ec049166ada29085434126be175f6439
-pkgrel=1
-pkgdesc="Cangjie input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cangjie"
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-luna-pinyin')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cangjie/archive/$_commit/rime-cangjie-$_commit.tar.gz")
-sha512sums=('1cc2a98fd5d9dc506221679423442c548a5085ece22c0f33473e97558f1c3c943f5400d50c4c62598a3f608a7b65508f2d4855dd3ad5fe1735da1468c8f0ef42')
-
-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/
-}

Copied: rime-cangjie/repos/community-x86_64/PKGBUILD (from rev 868896, rime-cangjie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-22 20:32:54 UTC (rev 868897)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-cangjie
+pkgver=0.0.0.20210222
+_commit=f3a95bebbc019546b3ee9908f08fec239f9eba4c
+pkgrel=1
+pkgdesc="Cangjie input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cangjie"
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-luna-pinyin')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cangjie/archive/$_commit/rime-cangjie-$_commit.tar.gz")
+sha512sums=('a41f34c0cd17b5261588cd360442555cd5ef57efc52611930769259634d80a7e2756b1040096dfed532fc622317143da771899e25b17b35cb4f2282957d60be2')
+
+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/
+}



More information about the arch-commits mailing list