gnome-shell: needs some gir pkgs, so move them into the main pkg.
--HG-- branch : gnome3
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Template file for 'gir-json-glib'.
|
||||
#
|
||||
short_desc="Introspection data for json-glib"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains small pieces of introspection data for the
|
||||
json-glib library."
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
# Template build file for 'json-glib'.
|
||||
pkgname=json-glib
|
||||
version=0.12.2
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.12/${pkgname}-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="A JSON parser for GLib-based libraries and applications"
|
||||
@@ -14,7 +15,7 @@ long_desc="
|
||||
integration, providing the ability to serialize and deserialize
|
||||
GObject instances to and from JSON data types."
|
||||
|
||||
subpackages="gir-${pkgname} ${pkgname}-devel"
|
||||
subpackages="${pkgname}-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency build pkg-config
|
||||
|
||||
Reference in New Issue
Block a user