[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Tue Mar 10 19:29:31 UTC 2020


    Date: Tuesday, March 10, 2020 @ 19:29:30
  Author: felixonmars
Revision: 593891

addpkg: kcm-fcitx5 0.0.0.20200308-1

Added:
  kcm-fcitx5/
  kcm-fcitx5/repos/
  kcm-fcitx5/trunk/
  kcm-fcitx5/trunk/PKGBUILD

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

Added: kcm-fcitx5/trunk/PKGBUILD
===================================================================
--- kcm-fcitx5/trunk/PKGBUILD	                        (rev 0)
+++ kcm-fcitx5/trunk/PKGBUILD	2020-03-10 19:29:30 UTC (rev 593891)
@@ -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=kcm-fcitx5
+pkgver=0.0.0.20200308
+_commit=6f149669d1fa5acd184440e54d304de48aa65883
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/kcm-fcitx5"
+license=('GPL')
+depends=('fcitx5-qt' 'knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python')
+source=("https://github.com/fcitx/kcm-fcitx5/archive/$_commit/kcm-fcitx5-$_commit.tar.gz")
+sha512sums=('5e59eb4159ea60d109a23f0c4f26e234c48a69bc243c12a79c2faca390b099b7de5685edeaf8812e24a5921d71010c30c34445c761a13a837078807f24fe0d48')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list