void-packages/srcpkgs/dconf-editor/template
maxice8 4b91e50874 dconf-editor: update to 3.28.0.
Closes #12664.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-03-19 17:18:22 +01:00

18 lines
598 B
Bash

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