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

Felix Yan felixonmars at archlinux.org
Sun Mar 15 11:17:07 UTC 2020


    Date: Sunday, March 15, 2020 @ 11:17:07
  Author: felixonmars
Revision: 597808

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-hangul/repos/community-x86_64/
  fcitx5-hangul/repos/community-x86_64/PKGBUILD
    (from rev 597807, fcitx5-hangul/trunk/PKGBUILD)

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

Copied: fcitx5-hangul/repos/community-x86_64/PKGBUILD (from rev 597807, fcitx5-hangul/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-03-15 11:17:07 UTC (rev 597808)
@@ -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-hangul
+pkgver=0.0.0.20200213
+_commit=b1fc9c65bf9f1c61b7c5e238edf58f5fcafb1032
+pkgrel=1
+pkgdesc="Hangul Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-hangul"
+license=('GPL')
+depends=('fcitx5' 'libhangul')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz")
+sha512sums=('bada13d528ab5a926d1dc5e02582c5f64a2c3d3900bbb85ea89644dcaf3993c809a5638a7f73642cc9307298e5927c7681f7fa0bbc14be8c801902bceb0cc0d2')
+
+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