From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/ibus-qt/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/ibus-qt/PKGBUILD (limited to 'community/ibus-qt') diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD new file mode 100644 index 000000000..fefb11e52 --- /dev/null +++ b/community/ibus-qt/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Thomas Dziedzic < gostrc at gmail > +# Contributor: garion < garion @ mailoo.org > +# Contributor:leemars + +pkgname=ibus-qt +pkgver=1.3.1 +pkgrel=2 +pkgdesc='IBus qt library and IBus qt input method plugin' +arch=('i686' 'x86_64') +license=('LGPL') +url='http://ibus.googlecode.com' +depends=('qt' 'ibus' 'icu') +makedepends=('cmake' 'automoc4' 'doxygen') +source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz") +md5sums=('769e8872ca8a59327b2073ce2f142589') + +build() { + cd ${pkgname}-${pkgver}-Source + + cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev + + make +} + +package() { + cd ${pkgname}-${pkgver}-Source + + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf