0f54db474a
This should allow cross compilation of all gnome-* packages
21 lines
739 B
Bash
21 lines
739 B
Bash
# Template file for 'gnome-maps'
|
|
pkgname=gnome-maps
|
|
version=3.16.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
|
makedepends="
|
|
gjs-devel gnome-desktop-devel geocode-glib-devel geoclue2
|
|
libgee08-devel folks-devel libchamplain-devel"
|
|
depends="gjs>=1.40 desktop-file-utils geoclue2"
|
|
short_desc="GNOME maps application"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://live.gnome.org/Design/Apps/Maps"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=a7d791e4fb2dc3674232edf5c6d6112274869524db458695fc9fece49df07c96
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|