[arch-commits] Commit in fcitx5-kkc/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 3 09:09:37 UTC 2020


    Date: Tuesday, November 3, 2020 @ 09:09:37
  Author: felixonmars
Revision: 740466

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-kkc/repos/community-x86_64/
  fcitx5-kkc/repos/community-x86_64/PKGBUILD
    (from rev 740465, fcitx5-kkc/trunk/PKGBUILD)

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

Copied: fcitx5-kkc/repos/community-x86_64/PKGBUILD (from rev 740465, fcitx5-kkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-11-03 09:09:37 UTC (rev 740466)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-kkc
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="KKC Wrapper for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-kkc"
+license=('GPL')
+depends=('fcitx5-qt' 'libkkc')
+makedepends=('extra-cmake-modules')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('0c21e1cbea594e601a37c53bcaeff2e062ad8d1882ec7421908123c02adc42c81a8a09f1e8dd9918e2227394cd632c4de4bf4e6e21baa76275038c65328eb870'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list