2018-05-17 06:09:20 +00:00
|
|
|
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
|
|
pkgname=libqofono
|
2019-09-09 09:34:31 +00:00
|
|
|
pkgver=0.98
|
2018-05-17 06:09:20 +00:00
|
|
|
pkgrel=0
|
2019-06-01 17:29:54 +00:00
|
|
|
pkgdesc="A library for accessing the ofono daemon, and a Qt declarative plugin for it"
|
2018-05-17 06:09:20 +00:00
|
|
|
url="https://git.merproject.org/mer-core/libqofono/"
|
|
|
|
arch="all"
|
2019-06-01 17:29:54 +00:00
|
|
|
license="LGPL-2.1-or-later"
|
2019-09-09 09:34:31 +00:00
|
|
|
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev"
|
2018-05-17 06:09:20 +00:00
|
|
|
makedepends="$depends_dev"
|
|
|
|
subpackages="$pkgname-dev"
|
|
|
|
source="https://git.merproject.org/mer-core/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
2019-06-01 17:29:54 +00:00
|
|
|
options="!check" # Requires running Ofono
|
2018-05-17 06:09:20 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
qmake-qt5
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2019-06-01 17:29:54 +00:00
|
|
|
INSTALL_ROOT="$pkgdir" make install
|
2018-05-17 06:09:20 +00:00
|
|
|
# remove the installed tests xml file
|
|
|
|
rm -r "$pkgdir"/opt
|
|
|
|
rm -r "$pkgdir"/usr/lib/libqofono-qt5/tests/
|
|
|
|
}
|
|
|
|
|
2019-09-09 09:34:31 +00:00
|
|
|
sha512sums="917c3f8c58f6af5b166b3641750b114dae4eaf6b3d8018421c6e601e9742f413dc6aa758ce2f9b2ce98feff1d031bb30028d5634c5befab94aa1ae382e6504b7 libqofono-0.98.tar.gz"
|