summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-05-13 16:37:08 -0400
committerSolomon Choina2020-05-13 16:37:08 -0400
commitaf05231ba45d1f48e223d1711352f9c3434446e7 (patch)
tree1049ba3ca66b35d135a75526fde27a01ffd08197
parent566971875cd4e9c9b65b2c35b25e567086dc3dde (diff)
downloadaur-af05231ba45d1f48e223d1711352f9c3434446e7.tar.gz
adding vala and disabling perl
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28784a272542..b3a9b2a710fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 2 19:55:06 UTC 2018
pkgbase = gplugin-hg
pkgdesc = GObject based library that implements a reusable plugin system
- pkgver = 1251.14d65225b360
+ pkgver = 1718.f02e7e4b875f
pkgrel = 1
url = https://bitbucket.org/gplugin/gplugin
arch = i686
@@ -17,6 +15,7 @@ pkgbase = gplugin-hg
makedepends = lua-lgi
makedepends = libxslt
makedepends = help2man
+ makedepends = vala
depends = glib2
depends = gobject-introspection-runtime
optdepends = gtk3: for GTK+ support
diff --git a/PKGBUILD b/PKGBUILD
index 4302bc55dc48..5216d56f3161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
-
+# Co-Maintainer: Solomon Choina <shlomochoina@gmail.com>
_pkgbase=gplugin
pkgname="$_pkgbase-hg"
-pkgver=1251.14d65225b360
+pkgver=1718.f02e7e4b875f
pkgrel=1
pkgdesc="GObject based library that implements a reusable plugin system"
arch=('i686' 'x86_64' 'armv7h')
@@ -10,10 +10,10 @@ url="https://bitbucket.org/gplugin/gplugin"
license=('GPL')
depends=('glib2' 'gobject-introspection-runtime')
makedepends=('mercurial' 'cmake' 'gobject-introspection' 'gtk3'
- 'python-gobject' 'lua-lgi' 'libxslt' 'help2man')
+ 'python-gobject' 'lua-lgi' 'libxslt' 'help2man' 'vala')
optdepends=('gtk3: for GTK+ support'
'python-gobject: for Python support'
- 'lua-lgi: for Lua support')
+ 'lua-lgi: for Lua support')
provides=("$_pkgbase=0.0.23")
conflicts=("$_pkgbase")
source=("$_pkgbase::hg+https://bitbucket.org/gplugin/gplugin#branch=develop")
@@ -28,9 +28,7 @@ pkgver() {
prepare() {
cd $_pkgbase
- meson build \
- --prefix=/usr \
- --buildtype=release
+ arch-meson build -Dperl=false
}
build() {