From 87fbcb30b652672a7e110b66a4c15342e27df826 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Mar 2013 00:05:42 -0700 Subject: Wed Mar 27 00:05:42 PDT 2013 --- community/ibus-qt/PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'community/ibus-qt') diff --git a/community/ibus-qt/PKGBUILD b/community/ibus-qt/PKGBUILD index 4f1f9c180..0f26672df 100644 --- a/community/ibus-qt/PKGBUILD +++ b/community/ibus-qt/PKGBUILD @@ -1,25 +1,22 @@ -# $Id: PKGBUILD 85362 2013-03-01 10:33:52Z andrea $ +# $Id: PKGBUILD 87047 2013-03-26 11:49:40Z foutrelis $ # Maintainer: Felix Yan # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: garion < garion @ mailoo.org > # Contributor: leemars pkgname=ibus-qt -pkgver=1.3.1 -pkgrel=8 +pkgver=1.3.2 +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') -source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz" - 0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch) +source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz") build() { cd "${srcdir}/${pkgname}-${pkgver}-Source" - patch -p1 -i ../0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch - mkdir build cd build @@ -31,5 +28,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}-Source/build" make DESTDIR="${pkgdir}" install } -md5sums=('769e8872ca8a59327b2073ce2f142589' - 'c30f52b1a9018132e5ecd0c14616cb65') +md5sums=('e53cb59f993d0c93ba968330dbc62c22') -- cgit v1.2.3-54-g00ecf