summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
blob: 5eb85d97af3dd641109ca9309e49ce78ee20ab2d (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
# 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-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
}