json-glib: update to 0.15.2.

This commit is contained in:
Juan RP 2013-03-28 18:55:18 +01:00
parent 8274be6afb
commit e67802d23f
2 changed files with 10 additions and 15 deletions

View file

@ -1,14 +1,9 @@
# Template file for 'json-glib-devel'. # Template file for 'json-glib-devel'.
# #
depends="glib-devel json-glib" depends="glib-devel json-glib>=${version}"
short_desc="${sourcepkg} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." do_install() {
do_install()
{
vmove "usr/lib/*.a" usr/lib vmove "usr/lib/*.a" usr/lib
vmove usr/include usr vmove usr/include usr
vmove usr/share usr vmove usr/share usr

View file

@ -1,16 +1,18 @@
# Template build file for 'json-glib'. # Template build file for 'json-glib'.
pkgname=json-glib pkgname=json-glib
version=0.14.2 version=0.15.2
revision=4 revision=1
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
configure_args="--enable-static --with-pic=yes" configure_args="--enable-static --with-pic=yes"
subpackages="${pkgname}-devel"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config glib-devel gobject-introspection" hostmakedepends="pkg-config gobject-introspection"
makedepends="glib-devel"
short_desc="A JSON parser for GLib-based libraries and applications" short_desc="A JSON parser for GLib-based libraries and applications"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/JsonGlib" homepage="http://live.gnome.org/JsonGlib"
license="LGPL-2" license="LGPL-2"
checksum=b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7 distfiles="${GNOME_SITE}/${pkgname}/0.15/${pkgname}-${version}.tar.xz"
checksum=f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde
long_desc=" long_desc="
JSON-GLib implements a full JSON parser using GLib and GObject. JSON-GLib implements a full JSON parser using GLib and GObject.
@ -18,5 +20,3 @@ long_desc="
structures, using a DOM-like API. JSON-GLib also offers GObject structures, using a DOM-like API. JSON-GLib also offers GObject
integration, providing the ability to serialize and deserialize integration, providing the ability to serialize and deserialize
GObject instances to and from JSON data types." GObject instances to and from JSON data types."
subpackages="${pkgname}-devel"