l_template_changes.patch 1.1 KB

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