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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 14:43:27 UTC 2021


    Date: Friday, July 16, 2021 @ 14:43:27
  Author: felixonmars
Revision: 977623

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 14:43:13 UTC (rev 977622)
+++ PKGBUILD	2021-07-16 14:43:27 UTC (rev 977623)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-loengfan
-pkgver=0.0.0.20200805
-_commit=edb7600335c399a06e90be76b207c5fe9c184ff0
-pkgrel=1
-pkgdesc="Cantonese version of Liang Fen input method"
-arch=('x86_64')
-url="https://github.com/CanCLID/rime-loengfan"
-license=('CCPL:by')
-depends=('rime-cangjie')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/CanCLID/rime-loengfan/archive/$_commit/rime-loengfan-$_commit.tar.gz")
-sha512sums=('cd8aed8872c79b28d730b4d964ec72ee4b166ffd21e58abc8dc44d7f6679c81ec17551d998c546f4d87439a78e7ec112e4be5b62627ff11f4160a7e39f367dd7')
-
-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-loengfan/repos/community-x86_64/PKGBUILD (from rev 977622, rime-loengfan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 14:43:27 UTC (rev 977623)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-loengfan
+pkgver=0.0.0.20210704
+_commit=7c9b0a0cf7b8c2c0c92fb9ddb25d6c9cca5d312f
+pkgrel=1
+pkgdesc="Cantonese version of Liang Fen input method"
+arch=('x86_64')
+url="https://github.com/CanCLID/rime-loengfan"
+license=('CCPL:by')
+depends=('rime-cangjie')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/CanCLID/rime-loengfan/archive/$_commit/rime-loengfan-$_commit.tar.gz")
+sha512sums=('17e5a88ba83eb60c222ad7000114ac43decf533c222c08c7d81c3a63d3abfe5286c33dfd31a359358058805dfe4c9aa8fd4d9e91bad768c1fc12ee9c90eeaed5')
+
+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