folks: rebuild against libedataserver-1.2.so.24

Mark as nocross due to needing ev-ds gir
This commit is contained in:
Rasmus Thomsen 2019-03-11 12:48:10 +01:00 committed by maxice8
parent a759b6a3b6
commit 43affb3ab6
1 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'folks' # Template file for 'folks'
pkgname=folks pkgname=folks
version=0.11.4 version=0.11.4
revision=5 revision=6
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-fatal-warnings configure_args="--disable-static --disable-fatal-warnings
--disable-libsocialweb-backend --disable-schemas-compile --disable-libsocialweb-backend --disable-schemas-compile
$(vopt_enable vala vapigen)" $(vopt_enable vala)"
hostmakedepends="pkg-config intltool $(vopt_if vala vala-devel) hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
$(vopt_if gir gobject-introspection)" $(vopt_if gir gobject-introspection)"
makedepends="readline-devel telepathy-glib-devel zeitgeist-devel makedepends="readline-devel telepathy-glib-devel zeitgeist-devel
libgee08-devel evolution-data-server-devel tracker-devel" libgee08-devel evolution-data-server-devel tracker-devel"
@ -17,8 +17,12 @@ license="LGPL-2.1.0-or-later"
homepage="https://wiki.gnome.org/Projects/Folks" homepage="https://wiki.gnome.org/Projects/Folks"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a7b03ed30373e29f62fc3e6f498adce2d4909b852608fc2058a02fda9f80189a checksum=a7b03ed30373e29f62fc3e6f498adce2d4909b852608fc2058a02fda9f80189a
nocross="Needs Vala, which needs evolution-dataserver GIR"
# NOTE: Vala build opt is broken because upstream doesn't package all necessary
# files in the tarballs, .gir files are missing.
build_options="gir vala" build_options="gir vala"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir vala" build_options_default="gir vala"
fi fi