Skip to content

Commit 7d5760a

Browse files
committed
Remove unused kdelibs4support dependency
1 parent 8e2ecf1 commit 7d5760a

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

.flatpak-manifest.json

-17
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,6 @@
1212
"finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland" ],
1313

1414
"modules": [
15-
{
16-
"config-opts": [ "-DENABLE_TESTING=OFF" ],
17-
"name": "kdelibs4support",
18-
"buildsystem": "cmake-ninja",
19-
"sources": [
20-
{
21-
"type": "git",
22-
"url": "https://invent.kde.org/frameworks/kdelibs4support.git",
23-
"tag": "v5.92.0",
24-
"x-checker-data": {
25-
"type": "git",
26-
"tag-pattern": "^v([\\d.]+)$"
27-
},
28-
"commit": "45f261c182f81096d32b010d51dcd7c73462bd0c"
29-
}
30-
]
31-
},
3215
{
3316
"name": "umbrello",
3417
"buildsystem": "cmake-ninja",

.kde-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Dependencies:
1313
'frameworks/kdoctools': '@stable'
1414
'frameworks/ki18n': '@stable'
1515
'frameworks/kiconthemes': '@stable'
16-
'frameworks/kdelibs4support': '@stable'
1716
'frameworks/kio': '@stable'
1817
'frameworks/ktexteditor': '@stable'
1918
'frameworks/kwidgetsaddons': '@stable'

umbrello/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ target_link_libraries(umbrello
547547
libumbrello
548548
KF5::Crash
549549
KF5::WindowSystem
550-
# KF5::KDELibs4Support
551550
)
552551
set_target_properties(umbrello PROPERTIES OUTPUT_NAME umbrello5)
553552

0 commit comments

Comments
 (0)