json-glib: update to 0.15.2.
This commit is contained in:
parent
8274be6afb
commit
e67802d23f
2 changed files with 10 additions and 15 deletions
|
@ -1,14 +1,9 @@
|
|||
# Template file for 'json-glib-devel'.
|
||||
#
|
||||
depends="glib-devel json-glib"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
depends="glib-devel json-glib>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
# Template build file for 'json-glib'.
|
||||
pkgname=json-glib
|
||||
version=0.14.2
|
||||
revision=4
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.14/${pkgname}-${version}.tar.xz"
|
||||
version=0.15.2
|
||||
revision=1
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
subpackages="${pkgname}-devel"
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/JsonGlib"
|
||||
license="LGPL-2"
|
||||
checksum=b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.15/${pkgname}-${version}.tar.xz"
|
||||
checksum=f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde
|
||||
long_desc="
|
||||
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
|
||||
integration, providing the ability to serialize and deserialize
|
||||
GObject instances to and from JSON data types."
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
|
Loading…
Reference in a new issue