Drop KDE wallpaper packages from dependencies

SHIFT now ships its own wallpaper package; remove
breeze6-wallpapers and plasma6-workspace-wallpapers from the
runtime dependency list in HACKING.md. Add .preview-data/ to
.gitignore.
This commit is contained in:
Marco Allegretti 2026-05-01 09:30:26 +02:00
parent 6e67728f46
commit 160bc97621
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -21,4 +21,5 @@ build
/build* /build*
.prefix/ .prefix/
.preview-config/ .preview-config/
.preview-data/
preview.sh preview.sh

View file

@ -96,8 +96,7 @@ complete Plasma Mobile runtime so all QML imports resolve:
sudo zypper install --no-confirm \ sudo zypper install --no-confirm \
plasma6-mobile plasma6-workspace plasma6-nano plasma6-nm plasma6-pa \ plasma6-mobile plasma6-workspace plasma6-nano plasma6-nm plasma6-pa \
layer-shell-qt6-imports kf6-bluez-qt-imports \ layer-shell-qt6-imports kf6-bluez-qt-imports \
kf6-networkmanager-qt-imports \ kf6-networkmanager-qt-imports
breeze6-wallpapers plasma6-workspace-wallpapers
``` ```
--- ---