[arch-commits] Commit in fcitx-qt5/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 1 14:44:50 UTC 2017


    Date: Saturday, July 1, 2017 @ 14:44:50
  Author: arojas
Revision: 242010

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  fcitx-qt5/repos/community-testing-i686/
  fcitx-qt5/repos/community-testing-i686/PKGBUILD
    (from rev 242009, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-testing-x86_64/
  fcitx-qt5/repos/community-testing-x86_64/PKGBUILD
    (from rev 242009, fcitx-qt5/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: fcitx-qt5/repos/community-testing-i686/PKGBUILD (from rev 242009, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-07-01 14:44:50 UTC (rev 242010)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.1.0
+_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
+pkgrel=3
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules' 'git')
+source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="${pkgdir}"
+}

Copied: fcitx-qt5/repos/community-testing-x86_64/PKGBUILD (from rev 242009, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-07-01 14:44:50 UTC (rev 242010)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.1.0
+_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
+pkgrel=3
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules' 'git')
+source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list