void-packages/srcpkgs/shotwell/template
2020-01-24 19:41:24 +01:00

25 lines
1.1 KiB
Bash

# Template file for 'shotwell'
pkgname=shotwell
version=0.30.7
revision=1
build_style=meson
hostmakedepends="gcr-devel gettext glib-devel gnome-doc-utils itstool
libgee08-devel libgexiv2-devel pkg-config vala-devel"
makedepends="gnome-doc-utils gst-plugins-base1-devel libgdata-devel
libgee08-devel libgexiv2-devel libgphoto2-devel libgudev-devel libraw-devel
libunique-devel rest-devel vala-devel webkit2gtk-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Open source photo manager for GNOME"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later, CC-BY-SA-3.0"
homepage="https://wiki.gnome.org/Apps/Shotwell"
distfiles="${GNOME_SITE}/shotwell/${version%.*}/shotwell-${version}.tar.xz"
checksum=345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5
lib32disabled=yes
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20405/steps/shell_3/logs/stdio"
post_extract() {
# because shotwell intelligently forces fatal warnings even for
# harmless stuff coming from the outside that we can do nothing about
vsed -i "/'--fatal-warnings'/d" meson.build
}