akonadi-notes: update to 24.02.2.
This commit is contained in:
parent
c21e856ca4
commit
fa26655500
|
@ -515,7 +515,7 @@ libKPim5MailCommon.so.5 mailcommon-23.04.0_1
|
|||
libKPim5Tnef.so.5 ktnef-23.04.0_1
|
||||
libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1
|
||||
libKPim5CalendarSupport.so.5 calendarsupport-23.04.0_1
|
||||
libKPim5AkonadiNotes.so.5 akonadi-notes-23.04.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.5 kdepim-runtime-17.12.3_1
|
||||
|
|
|
@ -1,25 +1,28 @@
|
|||
# Template file for 'akonadi-notes'
|
||||
pkgname=akonadi-notes
|
||||
version=23.08.5
|
||||
version=24.02.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools
|
||||
gettext kcoreaddons"
|
||||
makedepends="kmime-devel akonadi5-devel"
|
||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
|
||||
hostmakedepends="extra-cmake-modules python3 qt6-base qt6-tools
|
||||
gettext kf6-kcoreaddons"
|
||||
makedepends="kmime6-devel kf6-akonadi-devel"
|
||||
short_desc="Libraries and daemons to implement notes management in Akonadi"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://kontact.kde.org/"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=fe3a8eccc987d9a84bd01235ac02b78ed432e43b9323757b0042dfb8aae5838e
|
||||
checksum=0404d7ad8aec7b8838b3909d9cf222d267f4d6f3b51f26bd8ecca39a7d8b5855
|
||||
|
||||
akonadi-notes-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue