Skip to content

Commit 3035430

Browse files
imguoguoRadxaYuntian
authored andcommitted
feat: use task-kde-desktop on noble
1 parent e7a4d69 commit 3035430

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

src/share/rsdk/build/mod/packages/categories/desktop.libjsonnet

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function(suite,
2222
"breeze-cursor-theme",
2323
"clinfo",
2424
"cups",
25+
"desktop-base",
2526
"firefox-esr",
2627
"fonts-noto-cjk",
2728
"fprintd",
@@ -83,15 +84,6 @@ else
8384
[
8485
"xiccd",
8586
]
86-
) +
87-
88-
(if suite != "noble"
89-
then
90-
[
91-
"desktop-base",
92-
]
93-
else
94-
[]
95-
),
87+
)
9688
},
9789
}

src/share/rsdk/build/mod/packages/kde.libjsonnet

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,11 @@ function(suite,
4949
"sddm-theme-breeze",
5050
"sonnet-plugins",
5151
"systemsettings",
52+
"task-kde-desktop",
5253
"yakuake",
5354
"xdg-desktop-portal-kde",
5455
] +
5556

56-
(if distro_check(suite) == "debian"
57-
then
58-
[
59-
"task-kde-desktop",
60-
]
61-
else if distro_check(suite) == "ubuntu"
62-
then
63-
[
64-
"kubuntu-desktop",
65-
]
66-
else
67-
[]
68-
) +
69-
7057
(if suite != "focal"
7158
then
7259
[

0 commit comments

Comments
 (0)