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

Felix Yan felixonmars at archlinux.org
Sat Mar 14 10:46:36 UTC 2020


    Date: Saturday, March 14, 2020 @ 10:46:35
  Author: felixonmars
Revision: 596594

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-rime/repos/community-x86_64/
  fcitx5-rime/repos/community-x86_64/PKGBUILD
    (from rev 596593, fcitx5-rime/trunk/PKGBUILD)

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

Copied: fcitx5-rime/repos/community-x86_64/PKGBUILD (from rev 596593, fcitx5-rime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-03-14 10:46:35 UTC (rev 596594)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-rime
+pkgver=0.0.0.20200308
+_commit=0a702da6fb9b59c0a400e33081ffc863916eac05
+pkgrel=1
+pkgdesc="RIME support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-rime"
+license=('GPL')
+depends=('brise' 'fcitx5' 'librime')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz")
+sha512sums=('d45380befba4a9bf027e79ced927dc59866d2dc410106ae101daa8788ac29deb580fc9d3456a0ce28559d5ec23203ee2312e5e65ecc7e9d4219c0c7d02ed0973')
+
+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