GConf: update to 2.32.1.
--HG-- branch : gnome3
This commit is contained in:
parent
12ada670a8
commit
3d453f8b95
2 changed files with 4 additions and 7 deletions
|
@ -5,13 +5,11 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=2
|
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run intltool
|
Add_dependency run intltool
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run dbus-devel
|
Add_dependency run dbus-devel
|
||||||
Add_dependency run gtk+-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run dbus-glib-devel
|
Add_dependency run dbus-glib-devel
|
||||||
Add_dependency run ORBit2-devel
|
Add_dependency run ORBit2-devel
|
||||||
Add_dependency run polkit-devel
|
Add_dependency run polkit-devel
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'GConf'
|
# Template file for 'GConf'
|
||||||
pkgname=GConf
|
pkgname=GConf
|
||||||
version=2.32.0
|
version=2.32.1
|
||||||
revision=1
|
|
||||||
distfiles="${GNOME_SITE}/GConf/2.32/GConf-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/GConf/2.32/GConf-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-openldap --enable-gtk"
|
configure_args="--without-openldap --enable-gtk"
|
||||||
short_desc="A process-transparent configuration system"
|
short_desc="A process-transparent configuration system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=54dd1dd7f49928a9cc42574bef6ef0481753770fc19986dc2004bbb7fac977a0
|
checksum=f2d06c1ab52ac54e9f025e9bdeb08460f27a7fe6f9e660aa39d9f059dafecd18
|
||||||
long_desc="
|
long_desc="
|
||||||
GConf is a process-transparent configuration database API used to
|
GConf is a process-transparent configuration database API used to
|
||||||
store user preferences. It has pluggable backends and features to
|
store user preferences. It has pluggable backends and features to
|
||||||
|
@ -20,7 +19,7 @@ subpackages="gir-gconf $pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+3
|
||||||
Add_dependency run dbus-glib
|
Add_dependency run dbus-glib
|
||||||
Add_dependency run ORBit2
|
Add_dependency run ORBit2
|
||||||
Add_dependency run polkit
|
Add_dependency run polkit
|
||||||
|
|
Loading…
Reference in a new issue