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

Felix Yan felixonmars at archlinux.org
Fri Sep 11 09:57:54 UTC 2020


    Date: Friday, September 11, 2020 @ 09:57:54
  Author: felixonmars
Revision: 702610

archrelease: copy trunk to community-x86_64

Added:
  rime-luna-pinyin/repos/community-x86_64/PKGBUILD
    (from rev 702609, 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-09-11 09:57:43 UTC (rev 702609)
+++ PKGBUILD	2020-09-11 09:57:54 UTC (rev 702610)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=rime-luna-pinyin
-pkgver=0.0.0.20200824
-_commit=c23a7190817a638372590b77b93f0af7e51aef46
-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=('40ccc639d5f875d78e2c2808e6954ac036e1e709f061ccc1fa90b87ec5a7238ccd65d5b0978af50f536b8bc7e41fecbc0208b6c254123e7833665cff634eb91c')
-
-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 702609, rime-luna-pinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-11 09:57:54 UTC (rev 702610)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=rime-luna-pinyin
+pkgver=0.0.0.20200911
+_commit=1e87be18da513e31a3a58d8abec6ad8e5db51ab9
+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=('ce80332a97c8db26bff0142c1ab7d235b57d0dabf6f80d7a5c9ff635882da1ac9883e12f6077c783137af2bd0827cc7210faab77d335b6685abbba8764e7bc02')
+
+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