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

Felix Yan felixonmars at archlinux.org
Wed Jun 3 16:47:29 UTC 2020


    Date: Wednesday, June 3, 2020 @ 16:47:28
  Author: felixonmars
Revision: 638329

archrelease: copy trunk to community-testing-x86_64

Added:
  fcitx5-qt/repos/community-testing-x86_64/
  fcitx5-qt/repos/community-testing-x86_64/PKGBUILD
    (from rev 638328, fcitx5-qt/trunk/PKGBUILD)

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

Copied: fcitx5-qt/repos/community-testing-x86_64/PKGBUILD (from rev 638328, fcitx5-qt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-06-03 16:47:28 UTC (rev 638329)
@@ -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-qt
+pkgver=0.0.0.20200603
+_commit=72acd72cf25d1f5847374f67a10cf94d58f61053
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt"
+license=('GPL')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz")
+sha512sums=('11388225b9623b0bfa39ef1de1fa70b5d7ca7fd352761755d15e2cb8a42be341bd444352491757af676f86591d0f269b4bf0fbb220335dc70573433f7d63c0e2')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DENABLE_QT4=0 .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list