summaryrefslogtreecommitdiff
path: root/pcr/maliit-plugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-20 20:57:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-20 20:57:23 -0300
commit8260455b9ad0a1c2f806c401f9b6cd8f34b1ca92 (patch)
tree8fbd16dac371256b6720e67b8499c20a9cea6f58 /pcr/maliit-plugins
parent6fd699573ff46c2b11591799aa55788ea214cd2a (diff)
maliit: put more improvemments
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
}