mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-akonadi: add kaccounts-integration
This commit is contained in:
parent
f4b08bf6d8
commit
788f0de14e
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kf6-akonadi'
|
# Template file for 'kf6-akonadi'
|
||||||
pkgname=kf6-akonadi
|
pkgname=kf6-akonadi
|
||||||
version=24.02.2
|
version=24.02.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
|
@ -11,7 +11,8 @@ hostmakedepends="extra-cmake-modules qt6-base qt6-tools python3
|
||||||
kf6-kconfig kf6-kcoreaddons"
|
kf6-kconfig kf6-kcoreaddons"
|
||||||
makedepends="qt6-base-devel qt6-plugin-mysql qt6-plugin-sqlite sqlite-devel
|
makedepends="qt6-base-devel qt6-plugin-mysql qt6-plugin-sqlite sqlite-devel
|
||||||
qt6-tools-devel libxml2-devel kf6-kcompletion-devel kf6-kconfigwidgets-devel
|
qt6-tools-devel libxml2-devel kf6-kcompletion-devel kf6-kconfigwidgets-devel
|
||||||
kf6-kdbusaddons-devel kf6-kiconthemes-devel kf6-kitemmodels-devel kf6-kio-devel kf6-kxmlgui-devel"
|
kf6-kdbusaddons-devel kf6-kiconthemes-devel kf6-kitemmodels-devel kf6-kio-devel
|
||||||
|
libaccounts-qt6-devel kf6-kaccounts-integration-devel kf6-kxmlgui-devel"
|
||||||
depends="shared-mime-info"
|
depends="shared-mime-info"
|
||||||
checkdepends="dbus ${depends}"
|
checkdepends="dbus ${depends}"
|
||||||
short_desc="PIM layer providing an asynchronous API to access PIM data"
|
short_desc="PIM layer providing an asynchronous API to access PIM data"
|
||||||
|
@ -20,6 +21,7 @@ license="LGPL-2.1-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-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-${version}.tar.xz"
|
||||||
checksum=1b79236956f3d7404bd23dc9073e112b5356a64156e4fbc324c409c1325bf343
|
checksum=1b79236956f3d7404bd23dc9073e112b5356a64156e4fbc324c409c1325bf343
|
||||||
|
replaces="akonadi5>=0"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue