[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Apr 14 22:02:34 UTC 2020
Date: Tuesday, April 14, 2020 @ 22:02:34
Author: felixonmars
Revision: 614306
archrelease: copy trunk to community-x86_64
Added:
fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 614305, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-14 22:02:18 UTC (rev 614305)
+++ PKGBUILD 2020-04-14 22:02:34 UTC (rev 614306)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200409
-_commit=5a087da348de359deb624aa1f66a3d972b6ea781
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons"
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz"
- https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
- https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('f2752ce395fc9498a139086cb5ac10f45060f94c0860bff4e63f87c69772d1483f1ef6e23474ec43bed7b5400e03aa52af88cdaa0600abc25da9298c69031973'
- '0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
- 'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
- cd $pkgname-$_commit/modules/pinyinhelper
- ln -s "$srcdir"/py_table-$_pytablever.tar.gz
- ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
- cd $pkgname-$_commit
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-package() {
- cd $pkgname-$_commit
- make DESTDIR="$pkgdir" install
-}
Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 614305, fcitx5-chinese-addons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-14 22:02:34 UTC (rev 614306)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200414
+_commit=00e6d64a7e737c5ca1f0a45c37134d68ba222cee
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons"
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz"
+ https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+ https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('8624b8b683420a06a1667d18d70fefc402af5f7d7d4f16b526a3f1a1c976d320ac2a1d1f6cd101bd3e0d9db45b07560422574356003e2f803775a47fad921e60'
+ '0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+ 'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+ cd $pkgname-$_commit/modules/pinyinhelper
+ ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+ ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+ cd $pkgname-$_commit
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$_commit
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list