# Template file for 'libdazzle' pkgname=libdazzle version=3.40.0 revision=1 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)" makedepends="gtk+3-devel libglib-devel" short_desc="Library to delight your users with fancy features" maintainer="Enno Boland " 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=dba99a7e65fa6662c012b306e5d0f99ff3b466a46059ea7aa0104aaf65ce4ba5 build_options="gir" build_options_default="gir" # needs X do_check() { : } 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 } }