New package: kf6-kdav-6.1.0.

This commit is contained in:
Luciogi 2024-04-18 10:48:33 +05:00 committed by Đoàn Trần Công Danh
parent 15f58bb132
commit d6d7ad5480
3 changed files with 26 additions and 0 deletions

View file

@ -1959,6 +1959,7 @@ 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
libKF6DAV.so.6 kf6-kdav-6.0.0_1
libKF6DBusAddons.so.6 kf6-kdbusaddons-6.0.0_1
libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
libKF6FileMetaData.so.3 kf6-kfilemetadata-6.0.0_1

1
srcpkgs/kf6-kdav-devel Symbolic link
View file

@ -0,0 +1 @@
kf6-kdav

24
srcpkgs/kf6-kdav/template Normal file
View file

@ -0,0 +1,24 @@
# Template file for 'kf6-kdav'
pkgname=kf6-kdav
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="qt6-base-devel kf6-kio-devel kf6-ki18n-devel"
short_desc="DAV protocol implementation with KJobs"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kdav"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=6444d3ea581d514fb82af942d092b0bc0613a1aca2fa2313a90002d148594c2b
kf6-kdav-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}