GConf: update to 3.2.5.
This commit is contained in:
parent
5ac74f0795
commit
a83f02a252
2 changed files with 6 additions and 10 deletions
|
@ -9,8 +9,7 @@ Add_dependency run glib-devel
|
|||
Add_dependency run dbus-devel
|
||||
Add_dependency run GConf
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
install -d ${DESTDIR}/usr/lib/GConf/2 ${DESTDIR}/usr/{bin,share}
|
||||
install -d ${DESTDIR}/usr/lib/gio/modules
|
||||
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'GConf'
|
||||
pkgname=GConf
|
||||
version=3.2.3
|
||||
version=3.2.5
|
||||
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service
|
||||
--disable-orbit"
|
||||
revision=1
|
||||
configure_args="--without-openldap --enable-gtk --enable-defaults-service
|
||||
--disable-orbit --enable-gsettings-backend"
|
||||
short_desc="A process-transparent configuration system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://projects.gnome.org/gconf"
|
||||
license="GPL-2"
|
||||
checksum=9eb55dd1d009b6eba9c32e3fae87d3aa45a33629a5e2031ed9f5acb05efaa149
|
||||
checksum=4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6
|
||||
long_desc="
|
||||
GConf is a process-transparent configuration database API used to
|
||||
store user preferences. It has pluggable backends and features to
|
||||
|
@ -19,7 +18,6 @@ long_desc="
|
|||
conf_files="/etc/gconf/2/path"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gobject-introspection
|
||||
|
@ -28,8 +26,7 @@ Add_dependency build dbus-glib-devel
|
|||
Add_dependency build polkit-devel
|
||||
Add_dependency build libxml2-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
# Create GCONF_SCHEMAS_DIR
|
||||
install -d ${DESTDIR}/usr/share/gconf/schemas
|
||||
touch -f ${DESTDIR}/usr/share/gconf/schemas/.empty_on_purpose
|
||||
|
|
Loading…
Reference in a new issue