23 lines
826 B
Bash
23 lines
826 B
Bash
# Template file for 'gnome-online-miners'
|
|
pkgname=gnome-online-miners
|
|
version=3.14.3
|
|
revision=4
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl $(vopt_if gir gobject-introspection)"
|
|
makedepends="libzapojit-devel libgdata-devel grilo-devel
|
|
tracker-devel gfbgraph-devel libmediaart-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>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=907f0c1d2f4fcb762be9e3992d05bcc39d292d9c1246c2aca2b293b04c59ba7d
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|