mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kaccounts-providers: update to 24.05.1.
This commit is contained in:
parent
4557014cb6
commit
81e26b177a
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kaccounts-providers'
|
# Template file for 'kaccounts-providers'
|
||||||
pkgname=kaccounts-providers
|
pkgname=kaccounts-providers
|
||||||
version=24.02.2
|
version=24.05.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
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"
|
homepage="https://invent.kde.org/network/kaccounts-providers"
|
||||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-providers"
|
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kaccounts-providers"
|
||||||
distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-providers-${version}.tar.xz"
|
distfiles="${KDE_SITE}/release-service/${version}/src/kaccounts-providers-${version}.tar.xz"
|
||||||
checksum=4e2f6e8a854fb61ab19f00f8ff676c8fd97b1a12b70485e6652b74afa3749c18
|
checksum=2631768f22c39643cf7781e0080a0774196cfe648b29b7e00501b18142aa8de1
|
||||||
|
|
||||||
build_options="nextcloud"
|
build_options="nextcloud"
|
||||||
desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)"
|
desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
||||||
[ "$XBPS_WORDSIZE" != 32 ] &&
|
[ "$XBPS_WORDSIZE" != 32 ] &&
|
||||||
[ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
[ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
build_options_default+=" nextcloud"
|
build_options_default+=" nextcloud"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue