diff options
Diffstat (limited to 'community/ibus-qt')
-rw-r--r-- | community/ibus-qt/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD index 51d3beb3d..f12f6147c 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 48593 2011-06-03 07:34:58Z andrea $ +# $Id: PKGBUILD 66611 2012-02-26 14:33:07Z lfleischer $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: garion < garion @ mailoo.org > # Contributor: leemars pkgname=ibus-qt pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc='IBus qt library and IBus qt input method plugin' arch=('i686' 'x86_64') license=('LGPL') @@ -20,12 +20,11 @@ build() { mkdir build cd build - cmake ../${pkgname}-${pkgver}-Source \ - -DCMAKE_INSTALL_PREFIX=/usr + cmake "../${pkgname}-${pkgver}-Source" -DCMAKE_INSTALL_PREFIX=/usr make } package() { - cd "${srcdir}"/build + cd "${srcdir}/build" make DESTDIR="${pkgdir}" install } |