diff --git a/common/shlibs b/common/shlibs index 559c742e37d..52181c09554 100644 --- a/common/shlibs +++ b/common/shlibs @@ -516,8 +516,6 @@ libKPim6Tnef.so.6 ktnef-24.02.0_1 libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1 libKPim6CalendarSupport.so.6 calendarsupport-24.02.0_1 libKPim6AkonadiNotes.so.6 akonadi-notes-24.02.0_1 -libKPimKDAV.so.5 kdav-5.72.0_1 -libKF5DAV.so.5 kdav-5.72.0_1 libakonadi-singlefileresource.so.6 kdepim-runtime-24.02.0_1 libfolderarchivesettings.so.6 kdepim-runtime-24.02.0_1 libnewmailnotifier.so.6 kdepim-runtime-24.02.0_1 diff --git a/srcpkgs/kdav-devel b/srcpkgs/kdav-devel deleted file mode 120000 index d17942c0eab..00000000000 --- a/srcpkgs/kdav-devel +++ /dev/null @@ -1 +0,0 @@ -kdav \ No newline at end of file diff --git a/srcpkgs/kdav/template b/srcpkgs/kdav/template deleted file mode 100644 index 05744627382..00000000000 --- a/srcpkgs/kdav/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'kdav' -pkgname=kdav -reverts="19.04.0_1 19.04.1_1 19.04.2_1 19.04.3_1 19.08.0_1 19.08.1_1 19.08.2_1 19.08.3_1 19.12.0_1 19.12.1_1 19.12.2_1 19.12.3_1 20.04.0_1 20.04.1_1 20.04.2_1 20.04.3_1" -version=5.115.0 -revision=1 -build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 - gettext kcoreaddons" -makedepends="kio-devel qt5-xmlpatterns-devel" -short_desc="DAV protocol implemention with KJobs" -maintainer="John " -license="GPL-2.0-or-later" -homepage="https://invent.kde.org/frameworks/kdav" -distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=fb0ae1b7f21008f66ada25e5d6df4aae073a14c613ae539f35706a8289d05809 - -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/kf6-kdav/template b/srcpkgs/kf6-kdav/template index efa2eb70be6..5870e0df3e1 100644 --- a/srcpkgs/kf6-kdav/template +++ b/srcpkgs/kf6-kdav/template @@ -12,6 +12,7 @@ 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 +replaces="kdav>=0" kf6-kdav-devel_package() { depends="$makedepends ${sourcepkg}>=${version}_${revision}"