summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
blob: 6c6fab67d3f2bac349d5d3dff4d7e819bf50692d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Description: Client de messagerie instantanée Gnome utilisant le framework Telepathy
# URL: http://live.gnome.org/Empathy
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# 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
}