GConf: fix l10n dir
This commit is contained in:
parent
e4542592f9
commit
fea6598b21
1 changed files with 2 additions and 7 deletions
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'GConf'
|
||||
pkgname=GConf
|
||||
version=3.2.6
|
||||
revision=9
|
||||
revision=10
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--without-openldap --enable-gtk --enable-defaults-service
|
||||
--disable-orbit --enable-gsettings-backend --disable-static --disable-gtk-doc-html
|
||||
$(vopt_enable gir introspection)"
|
||||
conf_files="/etc/gconf/2/path"
|
||||
hostmakedepends="automake libtool pkg-config gettext-devel intltool gtk-doc
|
||||
glib-devel gobject-introspection"
|
||||
hostmakedepends="pkg-config intltool gtk-doc glib-devel gobject-introspection"
|
||||
makedepends="gtk+3-devel dbus-glib-devel polkit-devel libxml2-devel"
|
||||
depends="dconf"
|
||||
short_desc="Process-transparent configuration system"
|
||||
|
@ -28,10 +27,6 @@ make_dirs="/usr/share/gconf/schemas 0755 root root
|
|||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -if
|
||||
}
|
||||
|
||||
GConf-devel_package() {
|
||||
depends="glib-devel dbus-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue