Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!

This commit is contained in:
Juan RP 2012-05-23 18:26:56 +02:00
parent 900779add4
commit 1816de0e4a
2107 changed files with 3050 additions and 10194 deletions

View file

@ -1,2 +0,0 @@
abi_depends=">=0.12.2"
api_depends="${abi_depends}"

View file

@ -1,12 +1,11 @@
# Template file for 'json-glib-devel'.
#
depends="glib-devel json-glib"
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run glib-devel
Add_dependency run json-glib
do_install()
{

View file

@ -5,6 +5,7 @@ revision=4
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
configure_args="--enable-static --with-pic=yes"
build_style=gnu-configure
makedepends="pkg-config glib-devel gobject-introspection"
short_desc="A JSON parser for GLib-based libraries and applications"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/JsonGlib"
@ -19,6 +20,3 @@ long_desc="
GObject instances to and from JSON data types."
subpackages="${pkgname}-devel"
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build gobject-introspection