void-packages/srcpkgs/libdazzle/template

38 lines
1.1 KiB
Bash

# Template file for 'libdazzle'
pkgname=libdazzle
version=3.44.0
revision=2
build_style=meson
build_helper="gir"
configure_args="-Denable_gtk_doc=false
$(vopt_bool gir with_vapi)
$(vopt_bool gir with_introspection)"
hostmakedepends="glib-devel pkg-config $(vopt_if gir vala) gettext"
makedepends="gtk+3-devel libglib-devel"
checkdepends="xvfb-run"
short_desc="Library to delight your users with fancy features"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/libdazzle"
changelog="https://gitlab.gnome.org/GNOME/libdazzle/-/raw/${version}/NEWS"
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
checksum=3cd3e45eb6e2680cb05d52e1e80dd8f9d59d4765212f0e28f78e6c1783d18eae
make_check_pre="xvfb-run"
build_options="gir"
build_options_default="gir"
libdazzle-devel_package() {
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
vmove usr/share/vala
fi
}
}