1 # Maintainer: Ionut Biru <ibiru@archlinux.org>
2 pkgname=telepathy-logger
5 pkgdesc="Telepathy framework logging daemon"
7 url="http://telepathy.freedesktop.org/wiki/Logger"
9 depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
10 makedepends=('intltool' 'gobject-introspection' 'libxslt' 'python')
11 source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc}
12 0001-tools-Fix-the-build-with-Python-3.patch)
13 sha256sums=('8fcad534d653b1b365132c5b158adae947810ffbae9843f72dd1797966415dae'
15 'd94899bed85a4ac90158838524d16c761956eec2cd0d223b6a18bffa09ec008b')
16 validpgpkeys=('5113B855236702158C41C366432705FACDD40325')
20 # fix build with python3
21 patch -Np1 -i ../0001-tools-Fix-the-build-with-Python-3.patch
27 ./configure --prefix=/usr \
29 --libexecdir=/usr/lib/telepathy \
32 --disable-scrollkeeper \
33 --disable-schemas-compile
39 make DESTDIR="$pkgdir/" install
42 # vim:set ts=2 sw=2 et: