24 lines
864 B
Bash
24 lines
864 B
Bash
# Template file for 'gnome-online-miners'
|
|
pkgname=gnome-online-miners
|
|
version=3.30.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="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=2c29a9922b1d32aeb0e615db6717c8e060417d3b6568ed617c9817fb39af4a5e
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|