summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
blob: 63892887d9aabeb9e5e2e991de3d3d272aa7faa0 (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
# 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
# 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

name=empathy
version=3.1.5
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-gudev=yes \
		--enable-webkit=yes \
		--enable-call=yes \
		--enable-call-logs=yes \
		--with-cheese \
		--with-eds=yes
	make
	make DESTDIR=$PKG install
}