mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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 changed files with 2 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kaccounts-providers'
|
# Template file for 'kaccounts-providers'
|
||||||
pkgname=kaccounts-providers
|
pkgname=kaccounts-providers
|
||||||
version=22.04.2
|
version=22.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules intltool qt5-qmake qt5-host-tools
|
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"
|
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=0a67a6ec230cffaea9cf9e9d7742afcba7681d9ed73e690e2329e70fcc937ea2
|
checksum=cab667733cae4d6e47cb30d07a21c71ce827d05a3d75e5f525220e80d45a4c99
|
||||||
|
|
||||||
build_options="nextcloud"
|
build_options="nextcloud"
|
||||||
desc_option_nextcloud="Build nextcloud support (needs Qt5 WebEngine)"
|
desc_option_nextcloud="Build nextcloud support (needs Qt5 WebEngine)"
|
||||||
|
@ -27,10 +27,3 @@ fi
|
||||||
if [ "$build_option_nextcloud" ]; then
|
if [ "$build_option_nextcloud" ]; then
|
||||||
makedepends+=" qt5-webchannel-devel qt5-webengine-devel"
|
makedepends+=" qt5-webchannel-devel qt5-webengine-devel"
|
||||||
fi
|
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…
Add table
Reference in a new issue