summaryrefslogtreecommitdiff
path: root/community/ibus-qt/PKGBUILD
blob: fefb11e522637c4500d93f2f1e1631fafc8d18fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
}