File: 2001_skip-Ubuntu-compat-QML.patch

package info (click to toggle)
morph-browser 1.2.0~git20250813.1ca2aa7%2Bdfsg-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 10,892 kB
  • sloc: cpp: 12,281; javascript: 1,989; xml: 92; makefile: 88
file content (36 lines) | stat: -rw-r--r-- 1,388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Description: Don't ship the legacy Ubuntu/Web and Ubuntu/Components/Extras QML modules in Debian.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,2 @@
 add_subdirectory(app)
 add_subdirectory(Morph)
-
-if(${QT_VERSION_MAJOR} EQUAL 5)
-    # DEPRECATED
-    add_subdirectory(Ubuntu)
-endif()
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -338,19 +338,6 @@
 src/Morph/Web/qml-qt6/scrollbar-theme.js
 src/Morph/Web/qml-qt6/select_overrides.js
 src/Morph/Web/qml-qt6/smartbanners.js
-src/Ubuntu/Components/Extras/Browser/ItemSelector02.qml
-src/Ubuntu/Components/Extras/Browser/plugin.cpp
-src/Ubuntu/Components/Extras/Browser/UbuntuSharedWebContext.qml
-src/Ubuntu/Components/Extras/Browser/UbuntuWebContext.qml
-src/Ubuntu/Components/Extras/Browser/UbuntuWebView02.qml
-src/Ubuntu/Components/Extras/Browser/UserAgent02.qml
-src/Ubuntu/Web/ItemSelector02.qml
-src/Ubuntu/Web/plugin.cpp
-src/Ubuntu/Web/smartbanners.js
-src/Ubuntu/Web/UbuntuSharedWebContext.qml
-src/Ubuntu/Web/UbuntuWebContext.qml
-src/Ubuntu/Web/UbuntuWebView02.qml
-src/Ubuntu/Web/UserAgent02.qml
 tests/unittests/bookmarks-folderlist-model/tst_BookmarksFolderListModelTests.cpp
 tests/unittests/bookmarks-folder-model/tst_BookmarksFolderModelTests.cpp
 tests/unittests/bookmarks-model/tst_BookmarksModelTests.cpp