dconf-editor: update to 3.28.0.

Closes #12664.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-03-18 22:12:04 -03:00 committed by Enno Boland
parent 082b196843
commit 4b91e50874
1 changed files with 10 additions and 6 deletions

View File

@ -1,13 +1,17 @@
# Template file for 'dconf-editor' # Template file for 'dconf-editor'
pkgname=dconf-editor pkgname=dconf-editor
version=3.26.2 version=3.28.0
revision=1 revision=1
build_style=gnu-configure build_style=meson
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel" hostmakedepends="docbook-xsl glib-devel intltool libxslt pkg-config vala"
makedepends="dconf-devel gtk+3-devel libxml2-devel" makedepends="dconf-devel gtk+3-devel"
short_desc="A low-level configuration system - GTK+ editor" short_desc="A low-level configuration system - GTK+ editor"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3" license="GPL-3.0-or-later"
homepage="http://live.gnome.org/dconf" homepage="http://live.gnome.org/dconf"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=28b453fe49c49d7dfaf07c85c01d7495913f93ab64a0b223c117eb17d1cb8ad1 checksum=455b53d827820efd28a176ee52e13eda5cda8cdf4e31e0145cfdd69931bf0c5a
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" dconf-devel"
fi