summaryrefslogtreecommitdiff
path: root/pcr/maliit-plugins
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/maliit-plugins
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/maliit-plugins')
-rw-r--r--pcr/maliit-plugins/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/maliit-plugins/PKGBUILD b/pcr/maliit-plugins/PKGBUILD
deleted file mode 100644
index cdab07003..000000000
--- a/pcr/maliit-plugins/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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' '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 -r . CONFIG+=notests
- make
-}
-
-package() {
- cd "$srcdir/${pkgname}-${pkgver}"
-
- make install INSTALL_ROOT="$pkgdir/"
-}