Skip to content

Commit a171a9d

Browse files
packaging(debian): allow LayerShellQt 6.4+ for Ubuntu 25.10, clarify universe comment
- Relax liblayershellqtinterface-dev and layer-shell-qt to >= 6.4.0 (25.10 has 6.4.5) - Comment in release.yml: Plasma/KF6 in community-maintained universe Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3e0ba1d commit a171a9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Enable universe (Plasma/KF6)
5454
run: |
55-
# Plasma 6 / KF6 packages are in the community-maintained universe repo
55+
# On Ubuntu, Plasma/KF6 packages are in the community-maintained universe repository
5656
sed -i 's/^deb \(.*\) main$/deb \1 main universe/' /etc/apt/sources.list
5757
apt-get update
5858

packaging/debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requires Plasma 6.6+ (KF6 6.6, Qt 6.6, LayerShellQt 6.6, KWin 6.6).
1+
# Requires Plasma 6.4+ (KF6 6.6, Qt 6.6, LayerShellQt 6.4+, KWin 6.6). LayerShellQt >= 6.4 for Ubuntu 25.10.
22
Source: plasmazones
33
Section: kde
44
Priority: optional
@@ -27,7 +27,7 @@ Build-Depends:
2727
libkf6colorscheme-dev (>= 6.6.0),
2828
kwin-dev (>= 6.6.0),
2929
libxkbcommon-dev,
30-
liblayershellqtinterface-dev (>= 6.6.0),
30+
liblayershellqtinterface-dev (>= 6.4.0),
3131
libplasmaactivities-dev,
3232
Standards-Version: 4.6.2
3333
Homepage: https://github.com/fuddlesworth/PlasmaZones
@@ -41,7 +41,7 @@ Depends:
4141
${shlibs:Depends},
4242
${misc:Depends},
4343
kwin-common (>= 4:6.6.0),
44-
layer-shell-qt (>= 6.6.0),
44+
layer-shell-qt (>= 6.4.0),
4545
libqt6shadertools6 (>= 6.6.0),
4646
Recommends:
4747
systemd,

0 commit comments

Comments
 (0)