empathy: enable and disable some options.
This commit is contained in:
parent
7679cb9cbd
commit
c8bd9b41cb
@ -1,9 +1,12 @@
|
||||
# Template file for 'empathy'
|
||||
pkgname=empathy
|
||||
version=3.10.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static"
|
||||
configure_args="--enable-gst-1.0=yes --enable-gudev=yes --enable-spell=yes
|
||||
--disable-schemas-compile --disable-static --enable-goa=no
|
||||
--enable-ubuntu-online-accounts=no --enable-geocode=yes
|
||||
--enable-location=yes --enable-nautilus-sendto=no --enable-map=yes"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils itstool gobject-introspection"
|
||||
makedepends="
|
||||
libcanberra-devel clutter-gst-devel>=2.0.8_2 clutter-gtk-devel>=1.4.4_2
|
||||
@ -20,13 +23,6 @@ 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="gsettings-desktop-schemas>=3.10 geoclue2 iso-codes"
|
||||
pkg_install() {
|
||||
|
Loading…
Reference in New Issue
Block a user