34 lines
1.0 KiB
Bash
34 lines
1.0 KiB
Bash
# Template file for 'kf6-kpeople'
|
|
pkgname=kf6-kpeople
|
|
version=6.7.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
|
qt6-declarative-host-tools gettext"
|
|
makedepends="kf6-kcontacts-devel kf6-kcoreaddons-devel kf6-ki18n-devel
|
|
kf6-kwidgetsaddons-devel kf6-kitemviews-devel"
|
|
short_desc="Library that provides access to all contacts and people who hold them"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kpeople"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=d36246bac50f5bf406f683fe61c92cb5e623a51de9ffed1104665e5f135ef888
|
|
|
|
do_check() {
|
|
cd build
|
|
# disable failing test
|
|
ctest -E "personsmodeltest"
|
|
}
|
|
|
|
kf6-kpeople-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|