2 # Contributor: Ionut Biru <ibiru@archlinux.org>
3 # Contributor: Daniel Balieiro <daniel@balieiro.com>
5 pkgname=telepathy-salut
8 pkgdesc="A link-local XMPP connection manager for Telepathy"
10 url="https://telepathy.freedesktop.org"
13 depends=('telepathy-glib' 'avahi' 'libsoup' 'util-linux')
14 makedepends=('libxslt' 'python' 'xmldiff')
15 install=telepathy-salut.install
16 source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
17 telepathy-salut-0.8.1-python3.patch)
18 sha256sums=('70b9108ac8b511b7688e1b580de4ddb8981603c3cbde01f287ef8f9cb708618e'
19 '04fb03cf1f085473712dbe3aa64285266dea88b1c423149e0540d7490dbb042b')
23 # patch for python3, taken from Fedora
24 patch -Np1 -i ../telepathy-salut-0.8.1-python3.patch
29 ./configure --prefix=/usr \
30 --libexecdir=/usr/lib/telepathy \
31 --disable-plugins --disable-Werror \
33 --enable-avahi-tests=no \
40 make DESTDIR="$pkgdir" install