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

Felix Yan felixonmars at archlinux.org
Tue Feb 23 19:58:14 UTC 2021


    Date: Tuesday, February 23, 2021 @ 19:58:14
  Author: felixonmars
Revision: 870676

archrelease: copy trunk to community-x86_64

Added:
  rime-cangjie/repos/community-x86_64/PKGBUILD
    (from rev 870675, 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-23 19:58:00 UTC (rev 870675)
+++ PKGBUILD	2021-02-23 19:58:14 UTC (rev 870676)
@@ -1,34 +0,0 @@
-# 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/
-}

Copied: rime-cangjie/repos/community-x86_64/PKGBUILD (from rev 870675, rime-cangjie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 19:58:14 UTC (rev 870676)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-cangjie
+pkgver=0.0.0.20210223
+_commit=8dfad9e537f18821b71ba28773315d9c670ae245
+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=('48e505227b13c03610fc5d0e25125b5b5aff73fa051bab2a8a408d08391f8416f3010154355d0a80cdc841825d362352bb85efd8fd4d038680c4c835b060ca0a')
+
+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