From 507ac204f20924bdf5e8035b36d381088567dd80 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 14 Apr 2018 13:44:28 +0200 Subject: [PATCH] New package: kdav-17.12.3 --- common/shlibs | 1 + srcpkgs/kdav-devel | 1 + srcpkgs/kdav/template | 24 ++++++++++++++++++++++++ srcpkgs/kdav/update | 2 ++ 4 files changed, 28 insertions(+) create mode 120000 srcpkgs/kdav-devel create mode 100644 srcpkgs/kdav/template create mode 100644 srcpkgs/kdav/update diff --git a/common/shlibs b/common/shlibs index ed67a10d64..71f44a77c1 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/kdav-devel b/srcpkgs/kdav-devel new file mode 120000 index 0000000000..d17942c0ea --- /dev/null +++ b/srcpkgs/kdav-devel @@ -0,0 +1 @@ +kdav \ No newline at end of file diff --git a/srcpkgs/kdav/template b/srcpkgs/kdav/template new file mode 100644 index 0000000000..5f01410b16 --- /dev/null +++ b/srcpkgs/kdav/template @@ -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 " +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" + } +} diff --git a/srcpkgs/kdav/update b/srcpkgs/kdav/update new file mode 100644 index 0000000000..0bfbdced6f --- /dev/null +++ b/srcpkgs/kdav/update @@ -0,0 +1,2 @@ +site="https://download.kde.org/stable/applications/" +pattern='href="\K[\d\.]+(?=/")'