akonadi-mime: update to 24.02.2.
This commit is contained in:
parent
81aef1a1ac
commit
c21e856ca4
@ -1574,7 +1574,7 @@ libdovecot-lda.so.0 dovecot-2.3.13_3
|
|||||||
libKPim5ContactEditor.so.5 akonadi-contacts-23.04.0_1
|
libKPim5ContactEditor.so.5 akonadi-contacts-23.04.0_1
|
||||||
libKPim5AkonadiContact.so.5 akonadi-contacts-23.04.0_1
|
libKPim5AkonadiContact.so.5 akonadi-contacts-23.04.0_1
|
||||||
libKF5Prison.so.5 prison-5.43.0_1
|
libKF5Prison.so.5 prison-5.43.0_1
|
||||||
libKPim5AkonadiMime.so.5 akonadi-mime-23.04.0_1
|
libKPim6AkonadiMime.so.6 akonadi-mime-24.02.0_1
|
||||||
libKPim5Mime.so.5 kmime-23.04.0_1
|
libKPim5Mime.so.5 kmime-23.04.0_1
|
||||||
libKPim6Mime.so.6 kmime6-24.02.0_1
|
libKPim6Mime.so.6 kmime6-24.02.0_1
|
||||||
libKF5Kirigami2.so.5 kirigami2-5.47.0_1
|
libKF5Kirigami2.so.5 kirigami2-5.47.0_1
|
||||||
|
@ -1,20 +1,24 @@
|
|||||||
# Template file for 'akonadi-mime'
|
# Template file for 'akonadi-mime'
|
||||||
pkgname=akonadi-mime
|
pkgname=akonadi-mime
|
||||||
version=23.08.5
|
version=24.02.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules kcoreaddons kdoctools python3
|
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 kf6-kcoreaddons kf6-kdoctools python3
|
||||||
gettext"
|
gettext"
|
||||||
makedepends="kmime-devel akonadi5-devel"
|
makedepends="kmime6-devel kf6-akonadi-devel"
|
||||||
short_desc="Libraries and daemons to implement basic email handling"
|
short_desc="Libraries and daemons to implement basic email handling"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||||
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
homepage="https://community.kde.org/KDE_PIM/Akonadi"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-mime-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-mime-${version}.tar.xz"
|
||||||
checksum=fd40e599ea73fe8107d195673ae721461edfedf1bf56b2bef13fab940de5c833
|
checksum=b0651626bda53a0ba36c8044d1147239cc551ef00eed1dfff8388a166d1ce413
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ];then
|
if [ "$CROSS_BUILD" ];then
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools kconfig"
|
hostmakedepends+=" qt6-base qt6-tools kf6-kconfig"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
@ -27,7 +31,6 @@ akonadi-mime-devel_package() {
|
|||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/qt5/mkspecs
|
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user