# Contributor Bart Ribbers <bribbers@disroot.org>
# Maintainer Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-phone-components
pkgver=0_git20180802
pkgrel=0
_commit="9e68bc049bbff4c8c64f26fb58fc8607701cfbda"
pkgdesc="Modules providing phone functionality for Plasma"
arch="all"
url="https://community.kde.org/Plasma/Mobile"
license="GPL3"
depends="desktop-file-utils qt5-qtgraphicaleffects kactivities qt5-qtquickcontrols2 qt5-qtquickcontrols
		plasma-pa plasma-nm upower libqofono"
makedepends="extra-cmake-modules kpeople-dev qt5-qtdeclarative-dev kactivities-dev
			 plasma-framework-dev kservice-dev kdeclarative-dev ki18n-dev kio-dev kcoreaddons-dev
			 kconfig-dev kbookmarks-dev kwidgetsaddons-dev kcompletion-dev kitemviews-dev
			 kjobwidgets-dev solid-dev kxmlgui-dev kconfigwidgets-dev kauth-dev kcodecs-dev
			 kpackage-dev kwindowsystem-dev kdbusaddons-dev knotifications-dev kwayland-dev
			 telepathy-qt5-dev libphonenumber-dev"
install="$pkgname.post-install
		 $pkgname.post-upgrade
		 $pkgname.post-deinstall"
source="$pkgname-$pkgver.tar.gz::https://github.com/kde/$pkgname/archive/$_commit.tar.gz"
builddir="$srcdir/$pkgname-$_commit"

build() {
	cmake \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DLIB_INSTALL_DIR=lib \
		-DLIBEXEC_INSTALL_DIR=lib \
		-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
		-DCMAKE_BUILD_TYPE=RELEASE
	make
}

check() {
	cd "$builddir"
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir/" install
}

sha512sums="d06be5b2f35440ec4d95fa8d8f622f97008bd67add0223b12312c3f69915ad4194acdf677e6458b394a2fe23142a11016c81024ee283a316f258731c1d4702a8  plasma-phone-components-0_git20180802.tar.gz"
