l_template_changes.patch 626 B

123456789101112131415
  1. --- template.orig 2020-11-11 23:28:36.137177000 +0600
  2. +++ template 2020-11-13 12:42:54.006012000 +0600
  3. @@ -58,10 +58,3 @@ qtcreator-full_package() {
  4. qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
  5. - # Not for big endian targets and not if word sizes of host and target differ
  6. - if [ "$XBPS_TARGET_ENDIAN" = "le" -a "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
  7. - # qt5-webengine cannot be built for armv5tel
  8. - case "$XBPS_TARGET_MACHINE" in
  9. - armv5tel*) ;;
  10. - *) depends+=" qt5-webengine-devel" ;;
  11. - esac
  12. - fi
  13. + # Liberation: Removed webengine related code.
  14. build_style=meta