void-packages/srcpkgs/dconf-editor/template
Rasmus Thomsen b01260b7a4 dconf-editor: update to 3.30.2.
Closes #3108.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-09-25 19:22:12 +02:00

17 lines
614 B
Bash

# Template file for 'dconf-editor'
pkgname=dconf-editor
version=3.30.2
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="https://wiki.gnome.org/Projects/dconf"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=2a9a2b0b9326906d7a5c63879f3d940b65b409e11d80af253e1a087bb519c719
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" dconf-devel"
fi