summaryrefslogtreecommitdiff
path: root/community/ibus-qt/PKGBUILD
blob: b53ab46110ea926c489b86c5d816e6c3c00bcb69 (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
30
31
# $Id: PKGBUILD 109949 2014-04-22 09:31:16Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: garion < garion @ mailoo.org >
# Contributor: leemars

pkgname=ibus-qt
pkgver=1.3.3
pkgrel=1
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('i686' 'x86_64')
license=('LGPL')
url='http://ibus.googlecode.com'
depends=('qt4' 'ibus' 'icu')
makedepends=('cmake' 'automoc4' 'doxygen' 'git')
source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver")
md5sums=('SKIP')

build() {
  cd $pkgname
  
  cmake . -DCMAKE_INSTALL_PREFIX=/usr
  make
}

package() {
  cd $pkgname

  make DESTDIR="${pkgdir}" install
}