mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
empathy: remove MCP GOA plugin for now to avoid 100% cpu and/or crashes.
See https://bugs.freedesktop.org/show_bug.cgi?id=68946
This commit is contained in:
parent
82eb3e6861
commit
7679cb9cbd
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'empathy'
|
# Template file for 'empathy'
|
||||||
pkgname=empathy
|
pkgname=empathy
|
||||||
version=3.10.1
|
version=3.10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static"
|
configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils itstool gobject-introspection"
|
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"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=a5d96f1a408613b885fc254d8b6f33fceae01e212d2370cc77444d66fa945054
|
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() {
|
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() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue