summaryrefslogtreecommitdiff
path: root/pcr/maliit-plugins
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-20 19:16:54 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-20 19:16:54 -0300
commit6fd699573ff46c2b11591799aa55788ea214cd2a (patch)
tree4813b0d0b2beb5333aded43fb0d8149156c7f9c8 /pcr/maliit-plugins
parentcd4face381a73919412808decb1881c9511c857a (diff)
maliit-plugins: add new package to pcr repo
Diffstat (limited to 'pcr/maliit-plugins')
-rw-r--r--pcr/maliit-plugins/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/pcr/maliit-plugins/PKGBUILD b/pcr/maliit-plugins/PKGBUILD
new file mode 100644
index 000000000..e30adba24
--- /dev/null
+++ b/pcr/maliit-plugins/PKGBUILD
@@ -0,0 +1,27 @@
+# Contributor: Jon Nordby <jononor@gmail.com>
+# Maintainer: Jon Nordby <jononor@gmail.com>
+
+pkgname=maliit-plugins
+pkgver=0.99.0
+pkgrel=1
+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')
+
+build() {
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ # BUILD
+ qmake-qt4 -r . CONFIG+=notests
+ make
+}
+
+package() {
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ make install INSTALL_ROOT="$pkgdir/"
+}