gconf-editor: install/register properly gconf schemas.
This commit is contained in:
parent
18aa1e4591
commit
ec33dd0d9b
1 changed files with 9 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'gconf-editor'
|
||||
pkgname=gconf-editor
|
||||
version=3.0.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||||
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
||||
makedepends="libxml2-devel gtk+3-devel gsettings-desktop-schemas-devel>=3.10
|
||||
hicolor-icon-theme desktop-file-utils GConf-devel"
|
||||
|
@ -13,3 +15,9 @@ homepage="http://www.gnome.org"
|
|||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=3064e84967b4b4216f5c7e065cfec8c52019438a590e9ed81366af2770660944
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${pkgname}.schemas \
|
||||
--domain ${pkgname} ${wrksrc}/*.schemas
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue