valabind: rebuild against vala-0.16.
This commit is contained in:
parent
0fd48f284a
commit
c9cf093539
2 changed files with 4 additions and 9 deletions
srcpkgs/valabind
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'valabind'
|
# Template file for 'valabind'
|
||||||
pkgname=valabind
|
pkgname=valabind
|
||||||
version=0.6.5
|
version=0.6.5
|
||||||
homepage="http://radare.org"
|
disable_parallel_build=yes
|
||||||
distfiles="$homepage/get/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="pkg-config vala-devel glib-devel"
|
makedepends="pkg-config vala-devel glib-devel"
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
|
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
|
homepage="http://radare.org"
|
||||||
|
distfiles="$homepage/get/$pkgname-$version.tar.gz"
|
||||||
checksum=161641fc4a6ed0e22fcc82c85c8f91e41f18ae02260151f19293ee36c7c4b751
|
checksum=161641fc4a6ed0e22fcc82c85c8f91e41f18ae02260151f19293ee36c7c4b751
|
||||||
long_desc="
|
long_desc="
|
||||||
Valabind is a tool to parse vala[1] or vapi files to transform
|
Valabind is a tool to parse vala[1] or vapi files to transform
|
||||||
|
@ -18,6 +19,3 @@ long_desc="
|
||||||
written in vala or C with a vapi interface.
|
written in vala or C with a vapi interface.
|
||||||
|
|
||||||
It can also generate bindings for C++ and v8-GearBox."
|
It can also generate bindings for C++ and v8-GearBox."
|
||||||
|
|
||||||
disable_parallel_build=yes
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
libvala-0.14.so.0
|
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libvala-0.16.so.0
|
||||||
|
|
Loading…
Reference in a new issue