libzapojit: tweak deps and revbump due to build options.
This commit is contained in:
parent
cd4d359b2f
commit
d53a997e5f
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libzapojit'
|
||||
pkgname=libzapojit
|
||||
version=0.0.3
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
|
||||
makedepends="json-glib-devel rest-devel gnome-online-accounts-devel"
|
||||
depends="rest>=0.7.90"
|
||||
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
|
@ -20,7 +19,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
libzapojit-devel_package() {
|
||||
depends="libglib-devel json-glib-devel rest-devel>=0.7.90 ${sourcepkg}-${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue