GConf: added gir-gconf subpkg, bumprev to -devel subpkg.

This commit is contained in:
Juan RP 2010-10-24 17:44:20 +02:00
parent a3b06f84d4
commit 76540f5664
4 changed files with 20 additions and 3 deletions

View File

@ -5,6 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run pkg-config
Add_dependency run intltool
Add_dependency run glib-devel
@ -29,7 +31,7 @@ do_install()
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/{sgml,aclocal,gtk-doc} \
mv ${SRCPKGDESTDIR}/usr/share/{gir*,sgml,aclocal,gtk-doc} \
${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/lib/GConf/2/*.*a ${DESTDIR}/usr/lib/GConf/2
mv ${SRCPKGDESTDIR}/usr/lib/gio/modules/*.a \

View File

@ -0,0 +1,13 @@
# Template file for 'gir-gconf'.
#
short_desc="Introspection data for GNOME GConf"
long_desc="${long_desc}
This package contains small pieces of introspection data for the GNOME
GConf libraries."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}

View File

@ -14,7 +14,7 @@ long_desc="
triggers="gio-modules"
conf_files="/etc/gconf/2/path"
subpackages="$pkgname-devel"
subpackages="gir-gconf $pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
@ -43,11 +43,12 @@ Add_dependency build freetype-devel
Add_dependency build fontconfig-devel
Add_dependency build gdk-pixbuf-devel
Add_dependency build libpng-devel
Add_dependency build gtk+-devel
Add_dependency build gtk+-devel ">=2.22.0_1"
Add_dependency build dbus-glib-devel
Add_dependency build ORBit2-devel
Add_dependency build polkit-devel
Add_dependency build libxml2-devel
Add_dependency build gobject-introspection
post_install()
{

1
srcpkgs/gir-gconf Symbolic link
View File

@ -0,0 +1 @@
GConf