gnome-shell: needs some gir pkgs, so move them into the main pkg.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-03-02 20:36:07 +01:00
parent b4c7d34a0b
commit bb71732b20
147 changed files with 77 additions and 754 deletions

View File

@@ -1,17 +0,0 @@
# Template file for 'gir-clutter'.
#
short_desc="Clutter introspection data"
long_desc="${long_desc}
This package contains the GObject-introspection data of Clutter in
binary typelib format."
Add_dependency run gir-freedesktop
Add_dependency run glib
Add_dependency run clutter
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}

View File

@@ -1,6 +1,7 @@
# Template file for 'clutter'
pkgname=clutter
version=1.6.6
revision=1
distfiles="http://www.clutter-project.org/sources/clutter/1.6/clutter-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-x --with-flavour=glx --with-imagebackend=gdk-pixbuf
@@ -12,7 +13,7 @@ long_desc="
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces."
subpackages="gir-clutter clutter-devel"
subpackages="clutter-devel"
Add_dependency run glibc
Add_dependency run glib