Begin work on distrobox configuration for KDE Development
All checks were successful
check / check (push) Successful in 35s
All checks were successful
check / check (push) Successful in 35s
This commit is contained in:
parent
2aa2199cad
commit
0a8a480845
2 changed files with 22 additions and 0 deletions
14
tips/distrobox/kde/distrobox.ini
Normal file
14
tips/distrobox/kde/distrobox.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[kdedev]
|
||||
image=quay.io/fedora/fedora:rawhide
|
||||
home="${HOME}/.distrobox_home/kdedev"
|
||||
nvidia=true
|
||||
replace=true
|
||||
root=false
|
||||
pull=true
|
||||
additional_packages="git python3-dbus python3-pyyaml python3-setproctitle"
|
||||
init_hooks=mkdir -p ~/.local/share
|
||||
init_hooks=git clone https://invent.kde.org/sdk/kde-builder.git ~/.local/share/kde-builder || git -C ~/.local/share/kde-builder pull --ff-only
|
||||
init_hooks=mkdir -p ~/.local/bin
|
||||
init_hooks=ln -sf ~/.local/share/kde-builder/kde-builder ~/.local/bin
|
||||
init_hooks=~/.local/bin/kde-builder --generate-config
|
||||
init_hooks=yes | ~/.local/bin/kde-builder --install-distro-packages
|
8
tips/use_distrobox.md
Normal file
8
tips/use_distrobox.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# How use distrobox to work on common distro
|
||||
|
||||
## How to develop on KDE
|
||||
|
||||
1. `cd distrobox/kde`
|
||||
2. `distrobox assemble`
|
||||
3. `distrobox enter kdedev`
|
||||
4. `kde-builder run solid`
|
Loading…
Reference in a new issue