22 lines
782 B
Bash
22 lines
782 B
Bash
# Template file for 'sushi'
|
|
pkgname=sushi
|
|
version=3.30.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="glib-devel intltool pkg-config
|
|
$(vopt_if gir 'gobject-introspection')"
|
|
makedepends="clutter-gst3-devel clutter-gtk-devel evince-devel gjs-devel
|
|
gtksourceview-devel libmusicbrainz5-devel libsoup-gnome-devel webkit2gtk-devel"
|
|
depends="evince nautilus"
|
|
short_desc="Quick image previewer over DBus for Nautilus"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.gnome.org"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=d2da55498770c7b6bb7858aa1eef5c591fcbbf36aa24fc879f8e8c930b8fea7e
|
|
lib32disabled=yes
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|