pmaports/main/telepathy-mission-control/APKBUILD
Minecrell a85db1dc7b
*: remove "Contributor:" lines from APKBUILDs (MR 1203)
At the moment we have Contributor: lines on some packages (but not all of them),
but often they don't represent the actual contributors to the package very well.
E.g. when we added them retroactively to the device packages we only added
the initial contributor (which isn't necessarily the person
who made most of the work for a device...)

The Git history is the most representative source for figuring out
who contributed to a package, so there is no reason to duplicate that
into the APKBUILD.

[skip ci]: way too many packages
2020-05-02 21:45:25 +03:00

36 lines
1.3 KiB
Text

# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=telepathy-mission-control
pkgver=5.16.5
pkgrel=1
arch="all"
url="http://telepathy.freedesktop.org/wiki/"
license="LGPL-2.1-or-later"
pkgdesc="Account Manager and Channel Dispatcher based on telepathy-glib"
depends_dev="gstreamer-dev libxslt-dev"
makedepends="$depends_dev dbus gtk-doc autoconf automake libtool python3 telepathy-glib-dev"
source="https://github.com/TelepathyIM/telepathy-mission-control/archive/telepathy-mission-control-$pkgver.tar.gz
backport-fix-property-name-d8dab08fe8db1.patch
"
subpackages="$pkgname-dev $pkgname-doc"
options="!check" # Requires a running dbus daemon
builddir="$srcdir/$pkgname-$pkgname-$pkgver"
prepare() {
default_prepare
NOCONFIGURE=1 ./autogen.sh
}
build() {
PYTHON=/usr/bin/python3 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--enable-static=no
make
}
package() {
DESTDIR="$pkgdir" make install
}
sha512sums="60db00f0dd4a715808cb9264e3dd443359628db92902b4ad95f3a5d44f3f99baa28ca247a0a2d0fdf75b92cfa6e4c643a8b2dc6062f14a28d3e03846aff5e8d4 telepathy-mission-control-5.16.5.tar.gz
a0161ddf307f9a690b1c741c20aee8fa05f3378da880d1a850f80cde0fc83fe2a95c541d4cb641d1e70995cc6cc75d27b6c5a8c110ec7330ad2a9a75df297012 backport-fix-property-name-d8dab08fe8db1.patch"