summaryrefslogtreecommitdiff
path: root/pcr/maliit-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/maliit-plugins')
-rw-r--r--pcr/maliit-plugins/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
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
}