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

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


    Date: Tuesday, March 10, 2020 @ 19:31:46
  Author: felixonmars
Revision: 593894

archrelease: copy trunk to community-x86_64

Added:
  kcm-fcitx5/repos/community-x86_64/
  kcm-fcitx5/repos/community-x86_64/PKGBUILD
    (from rev 593893, kcm-fcitx5/trunk/PKGBUILD)

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

Copied: kcm-fcitx5/repos/community-x86_64/PKGBUILD (from rev 593893, kcm-fcitx5/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-03-10 19:31:46 UTC (rev 593894)
@@ -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