kaccounts-providers: update to 22.12.1.
nextcloud is now built optionally if webengine is found
This commit is contained in:
parent
aace7f39fa
commit
f470704490
@ -1,6 +1,6 @@
|
||||
# Template file for 'kaccounts-providers'
|
||||
pkgname=kaccounts-providers
|
||||
version=22.04.2
|
||||
version=22.12.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules intltool qt5-qmake qt5-host-tools
|
||||
@ -13,7 +13,7 @@ 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=0a67a6ec230cffaea9cf9e9d7742afcba7681d9ed73e690e2329e70fcc937ea2
|
||||
checksum=cab667733cae4d6e47cb30d07a21c71ce827d05a3d75e5f525220e80d45a4c99
|
||||
|
||||
build_options="nextcloud"
|
||||
desc_option_nextcloud="Build nextcloud support (needs Qt5 WebEngine)"
|
||||
@ -27,10 +27,3 @@ fi
|
||||
if [ "$build_option_nextcloud" ]; then
|
||||
makedepends+=" qt5-webchannel-devel qt5-webengine-devel"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
if [ -z "$build_option_nextcloud" ]; then
|
||||
vsed -i '/find_package/s/ WebEngine//' CMakeLists.txt
|
||||
vsed -i '/nextcloud-ui/d' plugins/CMakeLists.txt
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user