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

Felix Yan fyan at archlinux.org
Fri Jul 10 12:58:06 UTC 2015


    Date: Friday, July 10, 2015 @ 14:58:06
  Author: fyan
Revision: 136617

archrelease: copy trunk to community-staging-x86_64

Added:
  fcitx-qt5/repos/community-staging-x86_64/
  fcitx-qt5/repos/community-staging-x86_64/PKGBUILD
    (from rev 136616, fcitx-qt5/trunk/PKGBUILD)

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

Copied: fcitx-qt5/repos/community-staging-x86_64/PKGBUILD (from rev 136616, fcitx-qt5/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-07-10 12:58:06 UTC (rev 136617)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-qt5
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.5.0')
+makedepends=('extra-cmake-modules')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('0b1e0cc2ebebeffaced59e23028bf6353b3e8c8a2bd3e0f79a346f3bb786bc5cd5b6357bc3a2a3b75b63beac833c7b3a4c137a03fcb642e414bcc84c4da56c34'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list