GConf: update to 3.2.2.
This commit is contained in:
parent
09d425ccfd
commit
0dac21fac9
2 changed files with 4 additions and 11 deletions
|
@ -5,14 +5,8 @@ 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=1
|
Add_dependency run glib-devel
|
||||||
|
Add_dependency run dbus-devel
|
||||||
Add_dependency run pkg-config
|
|
||||||
Add_dependency run intltool
|
|
||||||
Add_dependency run gtk+3-devel
|
|
||||||
Add_dependency run dbus-glib-devel
|
|
||||||
Add_dependency run polkit-devel
|
|
||||||
Add_dependency run libxml2-devel
|
|
||||||
Add_dependency run GConf
|
Add_dependency run GConf
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'GConf'
|
# Template file for 'GConf'
|
||||||
pkgname=GConf
|
pkgname=GConf
|
||||||
version=3.2.0
|
version=3.2.2
|
||||||
revision=1
|
|
||||||
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service
|
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service
|
||||||
|
@ -10,7 +9,7 @@ short_desc="A process-transparent configuration system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://projects.gnome.org/gconf"
|
homepage="http://projects.gnome.org/gconf"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=f371745529d7ed209b0b222f33f5996231cc153e901aea3ce0ad0a46b5a96d0b
|
checksum=bca02495552b40d2f3867b66d490283481417ec0e489ba0cbff9e0f48b82822d
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue