mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
akonadi-contacts: update to 24.02.2.
This commit is contained in:
parent
045fff625c
commit
99d9a0f221
2 changed files with 13 additions and 12 deletions
|
@ -1565,8 +1565,8 @@ libdovecot-compression.so.0 dovecot-2.3.13_3
|
||||||
libdovecot-sql.so.0 dovecot-2.3.13_3
|
libdovecot-sql.so.0 dovecot-2.3.13_3
|
||||||
libdovecot-storage.so.0 dovecot-2.3.13_3
|
libdovecot-storage.so.0 dovecot-2.3.13_3
|
||||||
libdovecot-lda.so.0 dovecot-2.3.13_3
|
libdovecot-lda.so.0 dovecot-2.3.13_3
|
||||||
libKPim5ContactEditor.so.5 akonadi-contacts-23.04.0_1
|
libKPim6AkonadiContactCore.so.6 akonadi-contacts-24.02.0_1
|
||||||
libKPim5AkonadiContact.so.5 akonadi-contacts-23.04.0_1
|
libKPim6AkonadiContactWidgets.so.6 akonadi-contacts-24.02.0_1
|
||||||
libKF5Prison.so.5 prison-5.43.0_1
|
libKF5Prison.so.5 prison-5.43.0_1
|
||||||
libKPim6AkonadiMime.so.6 akonadi-mime-24.02.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
|
||||||
|
|
|
@ -1,28 +1,29 @@
|
||||||
# Template file for 'akonadi-contacts'
|
# Template file for 'akonadi-contacts'
|
||||||
pkgname=akonadi-contacts
|
pkgname=akonadi-contacts
|
||||||
version=23.08.5
|
version=24.02.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules gettext kcoreaddons kcmutils"
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
makedepends="kio-devel kcontacts-devel kmime-devel akonadi-mime-devel prison-devel
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||||
libkleo-devel grantlee5-devel grantleetheme-devel"
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||||
|
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
|
||||||
|
hostmakedepends="extra-cmake-modules gettext kf6-kcoreaddons kf6-kcmutils
|
||||||
|
qt6-base qt6-tools python3 kf6-kconfig"
|
||||||
|
makedepends="kf6-kio-devel kf6-kcontacts-devel kf6-prison-devel kf6-ktextwidgets-devel
|
||||||
|
kf6-ktexttemplate-devel libkleo-devel grantlee5-devel kf6-grantleetheme-devel
|
||||||
|
kmime6-devel akonadi-mime-devel"
|
||||||
short_desc="Libraries and daemons to implement Contact Management in Akonadi"
|
short_desc="Libraries and daemons to implement Contact Management in Akonadi"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.0-or-later, GPL-2.0-or-later"
|
license="LGPL-2.0-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-contacts-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-contacts-${version}.tar.xz"
|
||||||
checksum=e7a4b37c6bb4dbdb074398a48050b3ea63b1ffd8b576f3efa9cef56759cf4251
|
checksum=eff0bc2a7015804137d9c32f4c20100ca11e5f94a8b119153cd062ebb056f51f
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ];then
|
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools python3 kconfig"
|
|
||||||
fi
|
|
||||||
|
|
||||||
akonadi-contacts-devel_package() {
|
akonadi-contacts-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
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…
Add table
Reference in a new issue