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