# 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-farstream, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, intltool, gnome-doc-utils, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream, libchamplain, geocode-glib, geoclue, gnome-common, iso-codes, nautilus-sendto # Run on: telepathy-glib,telepathy-mission-control,folks,telepathy-logger,telepathy-farstream,gnome-keyring,gnutls,evolution-data-server,libcanberra,libnotify,enchant,webkit,dconf,ca-certificates,nautilus,cheese,clutter,clutter-gst,clutter-gtk,telepathy-farstream,libchamplain,geocode-glib,geoclue,iso-codes,nautilus-sendto name=empathy version=3.4.2.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-schemas-compile \ --enable-nautilus-sendto=yes \ --enable-gudev=yes \ --with-cheese \ --with-eds=yes \ --with-connectivity=nm \ --enable-location=yes \ --enable-geocode=yes \ --enable-spell=yes \ --enable-goa=yes \ --enable-map=yes \ --enable-empathy-av make make DESTDIR=$PKG install }