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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 6 09:51:02 UTC 2022


    Date: Monday, June 6, 2022 @ 09:51:02
  Author: felixonmars
Revision: 1225528

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 09:50:54 UTC (rev 1225527)
+++ PKGBUILD	2022-06-06 09:51:02 UTC (rev 1225528)
@@ -1,33 +0,0 @@
-# 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/
-}

Copied: rime-loengfan/repos/community-x86_64/PKGBUILD (from rev 1225527, rime-loengfan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 09:51:02 UTC (rev 1225528)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-loengfan
+pkgver=0.0.0.20220303
+_commit=987ac95b02f957e8764a2f45222a4006c188ed50
+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=('404b570d008f3a672f723c06f770fd453a14da65b50df33a40b0d25f8ee751308534b17d83202c30da82cfb0936cf6de96db2659388a50dcd8a28ca4d7fb3038')
+
+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