# Maintainer: Antonio Rojas # Contributor: Ionut Biru # Contributor: Ju Liu # Contributor: Bjorn Lindeijer # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control pkgver=5.16.5 pkgrel=2 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=(x86_64) url="http://telepathy.freedesktop.org/wiki/Mission Control" license=(LGPL2.1) depends=(telepathy-glib dconf libnm) makedepends=(libxslt python gtk-doc) source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc} 0001-account-Fix-property-name.patch) sha256sums=('4c6b433b8b9079fd7df3e29aefcad6755a2081a9a634ffb6b33936c7d0d8bd03' 'SKIP' '6c8dfb286262ce9c61745ec232b96726b2a66fa8910ced38886c4d79bc945058') validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB # Georgios Kiagiadakis AA33B0D27868E36C151780F0FE0B6D736B1195ED) # Alexandr Akulich prepare() { cd $pkgname-$pkgver patch -Np1 -i ../0001-account-Fix-property-name.patch } build() { cd $pkgname-$pkgver ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \ --with-connectivity=nm \ --enable-gtk-doc \ --disable-upower \ --disable-static \ --disable-schemas-compile make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }