From 8260455b9ad0a1c2f806c401f9b6cd8f34b1ca92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 20 Jun 2013 20:57:23 -0300 Subject: maliit: put more improvemments --- pcr/maliit-plugins/PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'pcr/maliit-plugins/PKGBUILD') diff --git a/pcr/maliit-plugins/PKGBUILD b/pcr/maliit-plugins/PKGBUILD index e30adba24..cdab07003 100644 --- a/pcr/maliit-plugins/PKGBUILD +++ b/pcr/maliit-plugins/PKGBUILD @@ -8,15 +8,20 @@ pkgdesc="Maliit Input Methods - Plugins" arch=('x86_64' 'i686') url="http://maliit.org" license=('LGPL') -depends=('qt5-base' 'qt4' 'maliit-framework') -source=(http://maliit.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('29f07d937803a61e74301e4616d55dbb') +depends=('qt5-base' 'maliit-framework') +source=(http://maliit.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2 + config.patch) +md5sums=('29f07d937803a61e74301e4616d55dbb' + 'f43d45c9917924750edf36000492bd73') build() { cd "$srcdir/${pkgname}-${pkgver}" + # fix issue on building + patch -Np1 -i "$srcdir/config.patch" + # BUILD - qmake-qt4 -r . CONFIG+=notests + qmake -r . CONFIG+=notests make } -- cgit v1.2.3-2-g168b