gobject-introspection: update to 0.6.10, update subpkgs.

--HG--
extra : convert_revision : 11c74e7c8c5bb25c957329c8126ea410d1e65d7e
This commit is contained in:
Juan RP
2010-04-23 10:56:45 +02:00
parent 13e848dae4
commit 9150ddb5b8
8 changed files with 75 additions and 27 deletions

View File

@@ -0,0 +1,16 @@
# Template file for 'gir-freedesktop'.
#
short_desc="Introspection data for some FreeDesktop components"
long_desc="${long_desc}
This package contains small pieces of introspection data for the Cairo,
FontConfig, FreeType, GL, and some XOrg libraries. They are distributed in
this package temporarily, while the original sources do not include support
for GObject Introspection. They are far from complete and only include what
is necessary for other introspection packages to work properly."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}