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

@ -20,6 +20,8 @@ Add_dependency run libsoup
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/lib/girepository-1.0
mv ${SRCPKGDESTDIR}/usr/lib/libsoup-gnome*.so* ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0/SoupGNOME* \
${DESTDIR}/usr/lib/girepository-1.0
}