24 lines
865 B
Bash
24 lines
865 B
Bash
# Template file for 'gnome-online-miners'
|
|
pkgname=gnome-online-miners
|
|
version=3.34.0
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel
|
|
$(vopt_if gir gobject-introspection)"
|
|
makedepends="libzapojit-devel libgdata-devel grilo-devel
|
|
tracker-devel gfbgraph-devel gnome-online-accounts-devel"
|
|
depends="libzapojit>=0.0.3_3"
|
|
short_desc="GNOME service that crawls through your online content"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=845c2260fb12f14315c800d04d60f37e076c7c7b4222587ae75f108562fa52d8
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|