diff --git a/srcpkgs/empathy/template b/srcpkgs/empathy/template index 20429fdbc20..9cc145ab9d6 100644 --- a/srcpkgs/empathy/template +++ b/srcpkgs/empathy/template @@ -1,7 +1,7 @@ # Template file for 'empathy' pkgname=empathy version=3.10.1 -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 gobject-introspection" @@ -20,8 +20,15 @@ license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=a5d96f1a408613b885fc254d8b6f33fceae01e212d2370cc77444d66fa945054 +post_install() { + # XXX + # Remove telepathy-mission-control plugin, causes 100% cpu or crashes. + # See https://bugs.freedesktop.org/show_bug.cgi?id=68946 + rm -rf ${DESTDIR}/usr/lib/mission-control-plugins.0 +} + empathy_package() { - depends="telepathy-mission-control>=5:5.14_1 gsettings-desktop-schemas>=3.10 geoclue2 iso-codes" + depends="gsettings-desktop-schemas>=3.10 geoclue2 iso-codes" pkg_install() { vmove all }