123456789101112131415161718192021222324252627282930 |
- --- template.orig 2020-11-11 23:28:35.576177000 +0600
- +++ template 2020-11-13 05:20:42.849999000 +0600
- @@ -7,3 +7,3 @@ build_style=cmake
- configure_args="-Wno-dev $(vopt_if shibboleth '' '-DNO_SHIBBOLETH=True')
- - $(vopt_if webengine '' '-DNO_WEBENGINE=True')"
- + -DNO_WEBENGINE=True"
- hostmakedepends="pkg-config"
- @@ -13,4 +13,3 @@ makedepends="qt5-tools-devel qt5-declara
- $(vopt_if dolphin 'extra-cmake-modules kio-devel')
- - $(vopt_if shibboleth 'qt5-webkit-devel')
- - $(vopt_if webengine 'qt5-webengine-devel')"
- + qt5-webkit-devel"
- depends="qt5-graphicaleffects"
- @@ -25,14 +24,7 @@ checksum=abd021ff06ecb267221a221dbf8b4ef
-
- -build_options="dolphin shibboleth webengine"
- +build_options="dolphin shibboleth"
- desc_option_dolphin="Build KDE dolphin support"
- desc_option_shibboleth="Build Shibboleth support (needs Qt5 WebKit)"
- -desc_option_webengine="Build Qt5 WebEngine support"
- build_options_default="dolphin shibboleth"
-
- -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
- - if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
- - build_options_default+=" webengine"
- - fi
- -fi
- -
- if [ "$CROSS_BUILD" ]; then
|