void-packages/srcpkgs/dconf-editor/template

18 lines
604 B
Bash

# Template file for 'dconf-editor'
pkgname=dconf-editor
version=3.30.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=cfc5612638058dbcba35bbaac17983f54fd5fc0d8a4165546f6513fb6c5bf54b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" dconf-devel"
fi