New package: kdav-17.12.3
This commit is contained in:
parent
c2d7fa43e5
commit
507ac204f2
|
@ -518,6 +518,7 @@ libKF5Tnef.so.5 ktnef-17.12.3_1
|
|||
libKF5AkonadiCalendar.so.5 akonadi-calendar-17.12.3_1
|
||||
libKF5CalendarSupport.so.5 calendarsupport-17.12.3_1
|
||||
libKF5AkonadiNotes.so.5 akonadi-notes-17.12.3_1
|
||||
libKPimKDAV.so.5 kdav-17.12.3_1
|
||||
libbabl-0.1.so.0 babl-0.1.10_1
|
||||
libbamf3.so.2 bamf-0.5.1_1
|
||||
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kdav
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'kdav'
|
||||
pkgname=kdav
|
||||
version=17.12.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3"
|
||||
makedepends="kio-devel qt5-xmlpatterns-devel"
|
||||
short_desc="DAV protocol implemention with KJobs"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://community.kde.org/KDE_PIM"
|
||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=a4d3d683faf3310dd723e987bbab24ee8e31a36d004004312905053ba6132a90
|
||||
|
||||
kdav-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
site="https://download.kde.org/stable/applications/"
|
||||
pattern='href="\K[\d\.]+(?=/")'
|
Loading…
Reference in New Issue