2018-05-26 09:35:15 +00:00
|
|
|
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
|
|
pkgname=telepathy-ofono
|
2019-09-23 10:35:09 +00:00
|
|
|
pkgver=0_git20190805
|
2019-11-14 13:04:26 +00:00
|
|
|
pkgrel=1
|
2019-09-23 10:35:09 +00:00
|
|
|
_commit="d58706dc1e2fe5eb6af435a564adf9fd5bd8f1ad"
|
2019-06-17 13:39:21 +00:00
|
|
|
pkgdesc="Telepathy oFono connection manager"
|
|
|
|
url="https://github.com/TelepathyIM/telepathy-ofono"
|
2018-05-26 09:35:15 +00:00
|
|
|
arch="all"
|
2019-06-17 13:39:21 +00:00
|
|
|
license="LGPL-2.1-or-later"
|
2019-09-23 10:35:09 +00:00
|
|
|
depends="ofono"
|
2019-06-21 19:27:32 +00:00
|
|
|
makedepends="cmake qt5-qtbase-dev libphonenumber-dev telepathy-qt-dev sqlite-dev telepathy-mission-control-dev libofono-qt-dev"
|
2019-09-23 10:35:09 +00:00
|
|
|
source="$pkgname-$_commit.tar.gz::https://github.com/TelepathyIM/telepathy-ofono/archive/$_commit.tar.gz"
|
2018-05-26 09:35:15 +00:00
|
|
|
options="!check" # no tests
|
2019-06-17 13:39:21 +00:00
|
|
|
builddir="$srcdir/$pkgname-$_commit"
|
2018-05-26 09:35:15 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cmake \
|
2019-06-17 13:39:21 +00:00
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
2018-05-26 09:35:15 +00:00
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
2019-09-23 10:35:09 +00:00
|
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
2018-05-26 09:35:15 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2019-06-17 13:39:21 +00:00
|
|
|
DESTDIR="$pkgdir" make install
|
2018-05-26 09:35:15 +00:00
|
|
|
}
|
|
|
|
|
2019-09-23 10:35:09 +00:00
|
|
|
sha512sums="9322270cb7b917ddf89ec2f53e95970309f08b17115b83e91b8fe512e30f571daf7404c2cb2bc88c526e5587a3902d30e722d68f7c97b85d67a1bea079b92948 telepathy-ofono-d58706dc1e2fe5eb6af435a564adf9fd5bd8f1ad.tar.gz"
|