summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 47b6b9137ceebad91c53f03031896d6b7640d22e (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
# Maintainer: Poscat <poscat@mail.poscat.moe>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: garion < garion @ mailoo.org >
# Contributor: leemars

pkgname=ibus-qt
pkgver=1.3.4
pkgrel=13
pkgdesc='IBus qt library and IBus qt input method plugin'
arch=('x86_64')
license=('LGPL')
url='https://github.com/ibus/ibus-qt'
depends=('qt4' 'ibus' 'icu')
makedepends=('cmake' '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
}