geoclue2: added gir build option; remove long_desc.
This commit is contained in:
parent
a8fd9f1546
commit
d0b2ee8c86
1 changed files with 18 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'geoclue2'
|
# Template file for 'geoclue2'
|
||||||
pkgname=geoclue2
|
pkgname=geoclue2
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="geoclue-${version}"
|
wrksrc="geoclue-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile"
|
configure_args="--disable-static --disable-schemas-compile"
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool glib-devel"
|
||||||
makedepends="json-glib-devel libsoup-gnome-devel>=2.44"
|
makedepends="json-glib-devel libsoup-gnome-devel>=2.44"
|
||||||
depends="libsoup>=2.44"
|
depends="libsoup>=2.44"
|
||||||
short_desc="The Geoinformation Service (2.x series)"
|
short_desc="The Geoinformation Service (2.x series)"
|
||||||
|
@ -14,7 +14,19 @@ license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
distfiles="http://www.freedesktop.org/software/geoclue/releases/${version%.*}/geoclue-${version}.tar.xz"
|
||||||
checksum=4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1
|
checksum=4a82f184e55a163d86e0ad69bbe1bba9960bb5094220fe1f01350bceda8c67a1
|
||||||
long_desc="
|
|
||||||
Geoclue is a modular geoinformation service built on top of the D-Bus
|
# Package build options
|
||||||
messaging system. The goal of the Geoclue project is to make creating
|
build_options="gir"
|
||||||
location-aware applications as simple as possible."
|
desc_option_gir="Enable support for building gobject introspection data"
|
||||||
|
|
||||||
|
# Disable gir for cross builds.
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="gir"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$build_option_gir" ]; then
|
||||||
|
configure_args+=" --enable-introspection"
|
||||||
|
makedepends+=" gobject-introspection"
|
||||||
|
else
|
||||||
|
configure_args+=" --disable-introspection"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue