From 52f20077c903c2b6b849cf724e2a3fdfb2c9567f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 13 Dec 2018 09:26:51 -0200 Subject: [PATCH] folks: fix homepage= --- srcpkgs/folks/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template index c8e8038cac2..c9489c7e174 100644 --- a/srcpkgs/folks/template +++ b/srcpkgs/folks/template @@ -1,26 +1,24 @@ # Template file for 'folks' pkgname=folks version=0.11.4 -revision=2 +revision=3 build_style=gnu-configure -build_options="gir" -configure_args=" - --disable-static --disable-fatal-warnings +configure_args="--disable-static --disable-fatal-warnings --disable-libsocialweb-backend --disable-schemas-compile $(vopt_enable gir introspection)" hostmakedepends="pkg-config intltool vala-devel $(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" depends="zeitgeist" short_desc="GObject Library to aggregate people into metacontacts" maintainer="Enno Boland " -license="LGPL-2.1" -homepage="http://telepathy.freedesktop.org/wiki/Folks" -distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" +license="LGPL-2.1.0-or-later" +homepage="https://wiki.gnome.org/Projects/Folks" +distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=a7b03ed30373e29f62fc3e6f498adce2d4909b852608fc2058a02fda9f80189a +build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi