21 lines
781 B
Bash
21 lines
781 B
Bash
# Template file for 'sushi'
|
|
pkgname=sushi
|
|
version=3.34.0
|
|
revision=1
|
|
build_helper="gir"
|
|
build_style=meson
|
|
hostmakedepends="glib-devel intltool pkg-config
|
|
$(vopt_if gir 'gobject-introspection') gjs"
|
|
makedepends="clutter-gst3-devel clutter-gtk-devel evince-devel gjs-devel
|
|
gtksourceview4-devel libmusicbrainz5-devel libsoup-gnome-devel webkit2gtk-devel"
|
|
depends="evince nautilus"
|
|
short_desc="Quick image previewer over DBus for Nautilus"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://gitlab.gnome.org/GNOME/sushi"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=a8a2330baaca40f539557b336375c67893afa232690705cbba7bbf55224799fd
|
|
lib32disabled=yes
|
|
|
|
build_options="gir"
|
|
build_options_default="gir"
|