pmaports/main/telephony-service/APKBUILD
Bart Ribbers 356e7ecb77
*/*: switch CMake buildtype to None (MR 1311)
This switch has happened in the Alpine repos quite a while ago and most
of the pmOS packages were using it already too, so let's switch over the
last ones as well.

This also cleans up the APKBUILDs where necessary
2020-06-26 11:31:37 +00:00

36 lines
1.6 KiB
Text

# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=telephony-service
pkgver=0_git20200218
pkgrel=2
# uses git sha from integration branch, since changes are still pending to be merged
_commit="aa9e19d766c8dfcc23ab0531ade02054d4fd8492"
pkgdesc="Telephony service"
url="https://github.com/ubports/telephony-service"
arch="all !armhf" # armhf blocked by qt5-qtmultimedia -> qt5-qtdeclarative
license="GPL-3.0-only"
depends="ofono"
makedepends="cmake qt5-qtbase-dev qt5-qtpim-dev libphonenumber-dev telepathy-qt-dev sqlite-dev telepathy-mission-control-dev libofono-qt-dev qt5-qtpim-dev qt5-qtfeedback-dev libnotify-dev qt5-qtmultimedia-dev pulseaudio-dev glib-dev coreutils lcov gcovr dconf"
source="https://github.com/ubports/telephony-service/archive/$_commit/telephony-service-$_commit.tar.gz
telephony-service-handler.desktop"
options="!check" # No tests
builddir="$srcdir/$pkgname-$_commit"
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DSKIP_QML_TESTS=ON \
-DWANT_UI_SERVICES=OFF
make -C build
}
package() {
DESTDIR="$pkgdir" make -C build install
install -Dm644 "$srcdir"/telephony-service-handler.desktop \
"$pkgdir"/etc/xdg/autostart/telephony-service-handler.desktop
}
sha512sums="6ef7a796768009701f3972bd514efb4ca6d2ea38c9afdc2737af0d697bf91172b287da3380c87d1f080759af3d2f974cfa7392f963b939fbd83c41ce3e7b9ed8 telephony-service-aa9e19d766c8dfcc23ab0531ade02054d4fd8492.tar.gz
617235b54143194d1e6b70277bb2af269c0eed50a1b6d01d1be9b0205d27ffbd872da1e46cb95bed6f02c6543e43e82da8f356d63991da8e9ba59baf83506ce7 telephony-service-handler.desktop"