# Contributor: Natanael Copa # Maintainer: Rasmus Thomsen pkgname=shotwell pkgver=0.32.1 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" arch="all" license="CC-BY-SA-3.0 AND LGPL-2.1-or-later" subpackages="$pkgname-lang $pkgname-doc" makedepends=" dbus-glib-dev desktop-file-utils gcr-dev gexiv2-dev gst-plugins-base-dev gtk+3.0-dev itstool json-glib-dev libexif-dev libgdata-dev libgee-dev libgphoto2-dev libgudev-dev libportal-dev libraw-dev libsecret-dev meson sqlite-dev vala webkit2gtk-4.1-dev " checkdepends="appstream-glib" source="https://download.gnome.org/sources/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.xz" build() { abuild-meson \ -Db_lto=true \ -Dinstall_apport_hook=false \ . output meson compile -C output } check() { meson test --no-rebuild --print-errorlogs -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" 1d487a0ea7ef0fb1b26d7c53b50e64b7d899bb9082744620dd421195b3ea90765633aac940695371d82fe5054f979e43cb587e726c4fa90712403ea9f60afcfe shotwell-0.32.1.tar.xz "