mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kdav: remove
This commit is contained in:
parent
37c56b471c
commit
4e051f3650
4 changed files with 1 additions and 29 deletions
|
@ -516,8 +516,6 @@ libKPim6Tnef.so.6 ktnef-24.02.0_1
|
||||||
libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1
|
libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1
|
||||||
libKPim6CalendarSupport.so.6 calendarsupport-24.02.0_1
|
libKPim6CalendarSupport.so.6 calendarsupport-24.02.0_1
|
||||||
libKPim6AkonadiNotes.so.6 akonadi-notes-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
|
libakonadi-singlefileresource.so.6 kdepim-runtime-24.02.0_1
|
||||||
libfolderarchivesettings.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
|
libnewmailnotifier.so.6 kdepim-runtime-24.02.0_1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
kdav
|
|
|
@ -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 <me@johnnynator.dev>"
|
|
||||||
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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -12,6 +12,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/kdav"
|
homepage="https://invent.kde.org/frameworks/kdav"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||||
checksum=6444d3ea581d514fb82af942d092b0bc0613a1aca2fa2313a90002d148594c2b
|
checksum=6444d3ea581d514fb82af942d092b0bc0613a1aca2fa2313a90002d148594c2b
|
||||||
|
replaces="kdav>=0"
|
||||||
|
|
||||||
kf6-kdav-devel_package() {
|
kf6-kdav-devel_package() {
|
||||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue