GConf: update to 3.2.0.
This commit is contained in:
parent
5ccb61f762
commit
8a99b6ffc9
2 changed files with 3 additions and 14 deletions
|
@ -7,8 +7,6 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run intltool
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run dbus-devel
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run ORBit2-devel
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'GConf'
|
||||
pkgname=GConf
|
||||
version=2.32.4
|
||||
distfiles="${GNOME_SITE}/GConf/2.32/GConf-$version.tar.bz2"
|
||||
version=3.2.0
|
||||
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"
|
||||
short_desc="A process-transparent configuration system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://projects.gnome.org/gconf"
|
||||
license="GPL-2"
|
||||
checksum=46030c09422603dbb72f13b5dd592dcc01fbc13562b9e94dafb2b58982bc6b3a
|
||||
checksum=f371745529d7ed209b0b222f33f5996231cc153e901aea3ce0ad0a46b5a96d0b
|
||||
long_desc="
|
||||
GConf is a process-transparent configuration database API used to
|
||||
store user preferences. It has pluggable backends and features to
|
||||
|
@ -29,15 +29,6 @@ Add_dependency run libxml2
|
|||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build atk-devel
|
||||
Add_dependency build pango-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build freetype-devel
|
||||
Add_dependency build fontconfig-devel
|
||||
Add_dependency build gdk-pixbuf-devel
|
||||
Add_dependency build libpng-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build ORBit2-devel
|
||||
|
|
Loading…
Reference in a new issue