[arch-commits] Commit in fcitx5-chinese-addons/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue May 21 17:30:44 UTC 2019


    Date: Tuesday, May 21, 2019 @ 17:30:43
  Author: felixonmars
Revision: 468234

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
    (from rev 468233, fcitx5-chinese-addons/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 468233, fcitx5-chinese-addons/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-05-21 17:30:43 UTC (rev 468234)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20181104
+_commit=cf54d3ab3d2369af7759b39baf202a7105fc67d5
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside fcitx4"
+arch=('x86_64')
+url="https://gitlab.com/fcitx/fcitx5-chinese-addons"
+license=('GPL')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
+makedepends=('boost' 'extra-cmake-modules')
+source=("https://gitlab.com/fcitx/fcitx5-chinese-addons/-/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.bz2"
+        http://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+        http://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('9d41ec9b3811a7970d35361df30975124facd165c7e6d551dc79651853cbd670bad5631f221381fa098b7730d185fe3b4fc50572f5fb8c3542c26dc85d9cccda'
+            '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_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list