# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=libdazzle pkgver=3.36.0 pkgrel=0 pkgdesc="Library to delight your users with fancy features" url="https://gitlab.gnome.org/GNOME/libdazzle" arch="all" license="GPL-3.0-or-later" makedepends="gtk+3.0-dev vala gobject-introspection-dev gtk-doc meson" checkdepends="xvfb-run" subpackages="$pkgname-dev" source="https://download.gnome.org/sources/libdazzle/${pkgver%.*}/libdazzle-$pkgver.tar.xz" build() { meson \ --prefix=/usr \ --buildtype=plain \ -Denable_gtk_doc=false \ . output ninja -C output } check() { xvfb-run ninja -C output test } package() { DESTDIR="$pkgdir" ninja -C output install } sha512sums="d020161a1c744192657a551f53c4a7bb61bf8e9df93401085168c75aaf1305d548bf56a39b7a9e202656f453451a6615f1950992f78e3a23cba4324999f1e37f libdazzle-3.36.0.tar.xz"