Use gconf-merge-schema in pkgs installing gconf schema files.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-03-04 14:38:01 +01:00
parent 1d60222203
commit fb09b8d4d4
13 changed files with 103 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# Template file for 'gnome-terminal'
pkgname=gnome-terminal
version=2.33.90
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.33/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-schemas-install --disable-scrollkeeper
@@ -57,3 +58,12 @@ Add_dependency build libX11-devel
Add_dependency build gtk+-devel
Add_dependency build vte-devel ">=0.26"
Add_dependency build GConf-devel
Add_dependency full desktop-file-utils
post_install()
{
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}