# Description: Client de messagerie instantanée Gnome utilisant le framework Telepathy # URL: http://live.gnome.org/Empathy # Maintainer: NuTyX core team # Packager: piernov # Depends on: telepathy-glib, telepathy-mission-control, folks, telepathy-logger, telepathy-farsight, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, gnome-control-center, intltool, gnome-doc-utils, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream, libchamplain, geocode-glib, geoclue # Run on: telepathy-glib, telepathy-mission-control, folks, telepathy-logger, telepathy-farsight, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, gnome-control-center, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream, libchamplain, geocode-glib, geoclue name=empathy version=3.1.90.1 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*.*}/$name-$version.tar.xz) build() { cd $name-$version PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/empathy \ --disable-scrollkeeper \ --disable-schemas-compile \ --enable-nautilus-sendto=yes \ --enable-gprof=yes \ --enable-gudev=yes \ --enable-webkit=yes \ --with-cheese \ --with-eds=yes \ --with-connectivity=nm \ --enable-call=yes \ --enable-call-logs=yes \ --enable-map=yes \ --enable-location=yes \ --enable-geocode=yes \ --enable-spell=yes # --enable-control-center-embedding=yes \ make make DESTDIR=$PKG install }