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

Felix Yan felixonmars at archlinux.org
Sun Oct 18 14:17:27 UTC 2020


    Date: Sunday, October 18, 2020 @ 14:17:27
  Author: felixonmars
Revision: 726046

archrelease: copy trunk to community-x86_64

Added:
  rime-luna-pinyin/repos/community-x86_64/PKGBUILD
    (from rev 726045, rime-luna-pinyin/trunk/PKGBUILD)
Deleted:
  rime-luna-pinyin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 14:17:15 UTC (rev 726045)
+++ PKGBUILD	2020-10-18 14:17:27 UTC (rev 726046)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-luna-pinyin
-pkgver=0.0.0.20200920
-_commit=57d9320bcaa618ae5f99a88d1be5e11081882737
-pkgrel=1
-pkgdesc="Luna pinyin for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-luna-pinyin"
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-luna-pinyin/archive/$_commit/rime-luna-pinyin-$_commit.tar.gz")
-sha512sums=('6b317f57ce6b2ed283841a17bf38c7acbcac0be24f996b3880f0681478744970a15494340070745c5a129dbf439c6627d27285f7415046ec8d6711534c2bbce0')
-
-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-luna-pinyin/repos/community-x86_64/PKGBUILD (from rev 726045, rime-luna-pinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-18 14:17:27 UTC (rev 726046)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-luna-pinyin
+pkgver=0.0.0.20201018
+_commit=01271210614e1d874fab20995bb4102d623c0e1d
+pkgrel=1
+pkgdesc="Luna pinyin for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-luna-pinyin"
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-luna-pinyin/archive/$_commit/rime-luna-pinyin-$_commit.tar.gz")
+sha512sums=('4922cc5d1e45533f3dd5ec28b5c5106679aa9586355f3411298a018d63ab074d62f86ef77efd75b0ecac639c398b7b32733807bc1f5439b153eeba8770ddc5fe')
+
+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