From 25793d83a3b1be7bb832cee51921ed3208b12f03 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Sep 2013 10:21:39 +0200 Subject: [PATCH] empathy: depend on a newer telepathy-mission-control version. --- srcpkgs/empathy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/empathy/template b/srcpkgs/empathy/template index fb03cf47897..c4945eb0782 100644 --- a/srcpkgs/empathy/template +++ b/srcpkgs/empathy/template @@ -1,7 +1,7 @@ # Template file for 'empathy' pkgname=empathy version=3.10.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static" hostmakedepends="pkg-config intltool gnome-doc-utils itstool @@ -22,7 +22,7 @@ distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=5580bdba9faec0518b3328d5dc23f03dc0cf25ccf6c14902f306838c23d5918f empathy_package() { - depends="gsettings-desktop-schemas>=3.10 geoclue2 iso-codes" + depends="telepathy-mission-control>=5.15 gsettings-desktop-schemas>=3.10 geoclue2 iso-codes" pkg_install() { vmove all }