kaccounts-providers: update to 24.05.1.

This commit is contained in:
Luciogi 2024-06-19 03:02:52 +05:00 committed by Đoàn Trần Công Danh
parent 4557014cb6
commit 81e26b177a
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kaccounts-providers'
pkgname=kaccounts-providers
version=24.02.2
version=24.05.1
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
@ -15,14 +15,14 @@ license="GPL-2.0-or-later"
homepage="https://invent.kde.org/network/kaccounts-providers"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-providers"
distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-providers-${version}.tar.xz"
checksum=4e2f6e8a854fb61ab19f00f8ff676c8fd97b1a12b70485e6652b74afa3749c18
checksum=2631768f22c39643cf7781e0080a0774196cfe648b29b7e00501b18142aa8de1
build_options="nextcloud"
desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)"
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
[ "$XBPS_WORDSIZE" != 32 ] &&
[ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
[ "$XBPS_WORDSIZE" != 32 ] &&
[ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
build_options_default+=" nextcloud"
fi