aports/main: Add the aport for telepathy-mission-control-5 (#1512)

This is used by the telepathy-ofono/telepathy-ring to provide the
telepathy account which is in turn used by plasma mobile dialer to do
telephony.
This commit is contained in:
Bhushan Shah 2018-05-26 14:58:42 +05:30 committed by Oliver Smith
parent 78f9c836bc
commit 1fe813c5dc
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=telepathy-mission-control
pkgver=5.16.4
pkgrel=0
arch="all"
url="http://telepathy.freedesktop.org/wiki/"
license="LGPL"
pkgdesc="Account Manager and Channel Dispatcher based on telepathy-glib"
depends=""
depends_dev="telepathy-glib-dev gstreamer-dev"
makedepends="$depends_dev libxslt-dev dbus"
source="https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-dev $pkgname-doc"
options="!check" # Fails due to requiring a running dbus daemon
build() {
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--enable-static=no
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="5ed624df2d041554af074c22a18db2405fa5bd41bec40edc574382eb9d8b9f93ff6f4be3042d27f950694a353f4192670e200f5f8865419701ca520a973959ed telepathy-mission-control-5.16.4.tar.gz"