New package: kf6-kpeople-6.1.0
This commit is contained in:
parent
3f2204de3b
commit
4cf83c9cdd
|
@ -1987,6 +1987,9 @@ libKF6Notifications.so.6 kf6-knotifications-6.0.0_1
|
|||
libKF6NotifyConfig.so.6 kf6-knotifyconfig-6.0.0_1
|
||||
libKF6Package.so.6 kf6-kpackage-6.0.0_1
|
||||
libKF6Parts.so.6 kf6-kparts-6.0.0_1
|
||||
libKF6People.so.6 kf6-kpeople-6.0.0_1
|
||||
libKF6PeopleBackend.so.6 kf6-kpeople-6.0.0_1
|
||||
libKF6PeopleWidgets.so.6 kf6-kpeople-6.0.0_1
|
||||
libKF6Service.so.6 kf6-kservice-6.0.0_1
|
||||
libKF6Solid.so.6 kf6-solid-6.0.0_1
|
||||
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kpeople
|
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'kf6-kpeople'
|
||||
pkgname=kf6-kpeople
|
||||
version=6.1.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=a5fa2e2e67b1a9ad65ec95a95201af28e20dc462e9d31007034ad4da578e1d62
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue