[arch-commits] Commit in (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Feb 19 05:04:46 UTC 2013


    Date: Tuesday, February 19, 2013 @ 06:04:45
  Author: fyan
Revision: 84457

add fcitx-qt5

Added:
  fcitx-qt5/
  fcitx-qt5/repos/
  fcitx-qt5/trunk/
  fcitx-qt5/trunk/PKGBUILD

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

Added: fcitx-qt5/trunk/PKGBUILD
===================================================================
--- fcitx-qt5/trunk/PKGBUILD	                        (rev 0)
+++ fcitx-qt5/trunk/PKGBUILD	2013-02-19 05:04:45 UTC (rev 84457)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-qt5
+pkgver=0.1.1
+pkgrel=4
+pkgdesc="QT5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL')
+depends=('fcitx>=4.2.7' 'qtbase')
+makedepends=('cmake')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib ..
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}/build"
+  make install DESTDIR="${pkgdir}"
+}
+md5sums=('c93a4922ddc4f042749e707673f0fa41')




More information about the arch-commits mailing list