dconf: update to 0.14.1.
This commit is contained in:
parent
cfc8c7aeea
commit
33efa2238f
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dconf-devel'.
|
||||
#
|
||||
depends="glib-devel vala-devel dconf>=${version}"
|
||||
depends="glib-devel vala-devel dconf-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'dconf'
|
||||
pkgname=dconf
|
||||
version=0.14.0
|
||||
version=0.14.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
subpackages="dconf-devel dconf-editor"
|
||||
depends="dbus"
|
||||
makedepends="pkg-config intltool libxslt docbook-xsl vala-devel>=0.18
|
||||
dbus-devel gtk+3-devel>=3.6.0_2 libxml2-devel"
|
||||
dbus-devel gtk+3-devel>=3.6.0_2 libxml2-devel"
|
||||
short_desc="A low-level configuration system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/dconf"
|
||||
licenses="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.14/$pkgname-$version.tar.xz"
|
||||
checksum=9ae848bf25c3de0fb8c0157679630ddf39be1c10ed2f3beb2b8f0165d768da33
|
||||
checksum=59c58c5eafa0ebd616287d078f4441d5342870a44634445d324e88fc0287f0b8
|
||||
long_desc="
|
||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
backend to GSettings on platforms that don't already have configuration
|
||||
|
|
Loading…
Reference in a new issue