libre.patch 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --- konqueror-19.12.3.orig/CMakeLists.txt 2020-03-02 19:07:49.000000000 -0500
  2. +++ konqueror-19.12.3/CMakeLists.txt 2020-04-09 17:56:43.561366114 -0500
  3. @@ -23,7 +23,7 @@
  4. set(KONQUEROR_LIB_VERSION "5.0.97")
  5. set(KONQUEROR_VERSION "${KONQUEROR_LIB_VERSION}")
  6. -find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Widgets WebEngineWidgets)
  7. +find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Widgets)
  8. find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Parts KCMUtils KHtml Archive Crash WindowSystem Init IconThemes DBusAddons)
  9. find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS KDELibs4Support)
  10. @@ -60,7 +60,6 @@
  11. if(BUILD_TESTING)
  12. add_subdirectory( autotests )
  13. endif()
  14. -add_subdirectory( webenginepart )
  15. add_subdirectory( about )
  16. add_subdirectory( pics )
  17. --- konqueror-19.12.3.orig/about/konq_aboutpage.cpp 2020-02-16 03:48:11.000000000 -0500
  18. +++ konqueror-19.12.3/about/konq_aboutpage.cpp 2020-04-09 18:28:09.451377892 -0500
  19. @@ -218,12 +218,10 @@
  20. QStringLiteral("http://www.ecma-international.org/publications/standards/ECMA-262.HTM")))
  21. .arg(i18n("JavaScript disabled (globally). Enable JavaScript <A HREF=\"%1\">here</A>.", QStringLiteral("exec:/kcmshell5 khtml_java_js")))
  22. .arg(i18n("JavaScript enabled (globally). Configure JavaScript <A HREF=\\\"%1\\\">here</A>.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // leave the double backslashes here, they are necessary for javascript !
  23. - .arg(i18n("Secure <A HREF=\"%1\">Java</A><SUP>&reg;</SUP> support", QStringLiteral("http://www.oracle.com/technetwork/java/index.html")))
  24. - .arg(i18n("JDK 1.2.0 (Java 2) compatible VM (<A HREF=\"%1\">OpenJDK</A> or <A HREF=\"%2\">Sun/Oracle</A>)",
  25. - QStringLiteral("http://openjdk.java.net/"), QStringLiteral("http://www.oracle.com/technetwork/java/index.html")))
  26. + .arg(i18n("Secure Java support"))
  27. + .arg(i18n("JDK 1.2.0 (Java 2) compatible VM"))
  28. .arg(i18n("Enable Java (globally) <A HREF=\"%1\">here</A>.", QStringLiteral("exec:/kcmshell5 khtml_java_js"))) // TODO Maybe test if Java is enabled ?
  29. - .arg(i18n("NPAPI <A HREF=\"%2\">plugins</A> (for viewing <A HREF=\"%1\">Flash<SUP>&reg;</SUP></A>, etc.)",
  30. - QStringLiteral("https://get.adobe.com/flashplayer/"),
  31. + .arg(i18n("NPAPI<SUP>&reg;</SUP> <A HREF=\"%1\">plugins</A>",
  32. QStringLiteral("about:plugins")))
  33. .arg(i18n("built-in"))
  34. .arg(i18n("Secure Sockets Layer"))
  35. @@ -300,7 +298,7 @@
  36. .arg(i18n("Specifications"))
  37. .arg(i18n("Tips & Tricks"))
  38. .arg(i18n("Use Web-Shortcuts: by typing \"gg: KDE\" one can search the Internet, "
  39. - "using Google, for the search phrase \"KDE\". There are a lot of "
  40. + "using DuckDuckGo HTML, for the search phrase \"KDE\". There are a lot of "
  41. "Web-Shortcuts predefined to make searching for software or looking "
  42. "up certain words in an encyclopedia a breeze. You can even "
  43. "<a href=\"%1\">create your own</a> Web-Shortcuts.", QStringLiteral("exec:/kcmshell5 webshortcuts")))