Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reduce kde image size #39

Merged
merged 8 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- kde/kde-live
#- pantheon/pantheon-live
- xfce/xfce-live
runs-on: ${{ matrix.arch == 'x86_64' && matrix.variant == 'kde/kde-live' && 'x86-64-lg' || matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f41
# Pass /dev from host to container
Expand Down
10 changes: 10 additions & 0 deletions katsu/modules/kde/kde.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ dnf:
packages:
#beta - still need to set up our own comps
- "@ultramarine-kde-product-environment"
exclude:
- 'proj-data-*'
- ibus
lleyton marked this conversation as resolved.
Show resolved Hide resolved
- ibus-mozc
- ibus-anthy
- ibus-qt
- ibus-m17n
- ibus-hangul
- ibus-libpinyin
- ibus-typing-booster
Loading