New package: kf6-kcontacts-6.1.0

This commit is contained in:
John 2024-02-29 21:12:40 +01:00 committed by Đoàn Trần Công Danh
parent 6976abeeec
commit 15f58bb132
3 changed files with 33 additions and 0 deletions

View File

@ -1955,6 +1955,7 @@ libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
libKF6ConfigQml.so.6 kf6-kconfig-6.0.0_1
libKF6ConfigGui.so.6 kf6-kconfig-6.0.0_1
libKF6ConfigWidgets.so.6 kf6-kconfigwidgets-6.0.0_1
libKF6Contacts.so.6 kf6-kcontacts-6.0.0_1
libKF6Completion.so.6 kf6-kcompletion-6.0.0_1
libKF6CoreAddons.so.6 kf6-kcoreaddons-6.0.0_1
libKF6Crash.so.6 kf6-kcrash-6.0.0_1

1
srcpkgs/kf6-kcontacts-devel Symbolic link
View File

@ -0,0 +1 @@
kf6-kcontacts

View File

@ -0,0 +1,31 @@
# Template file for 'kf6-kcontacts'
pkgname=kf6-kcontacts
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="qt6-base-devel kf6-kcoreaddons-devel kf6-ki18n-devel
kf6-kconfig-devel kf6-kcodecs-devel"
short_desc="Library for working with contact information"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kcontacts"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=bed0be5b8302cf4d749120234c98d0dc629da04a0123694138681a022184264e
do_check() {
cd build
# disable failing test
ctest -E "kcontacts-addresstest"
}
kf6-kcontacts-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}