remove kf5 dev env
This commit is contained in:
parent
7b405d360f
commit
ac1348d52c
3 changed files with 0 additions and 169 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# kill all old stuff
|
||||
rm -rf ~/projects/kde/src ~/projects/kde/build ~/projects/kde/usr || exit 1
|
||||
|
||||
# get new kdesrc-build
|
||||
mkdir -p ~/projects/kde/src || exit 1
|
||||
cd ~/projects/kde/src || exit 1
|
||||
git clone git@invent.kde.org:sdk/kdesrc-build.git || exit 1
|
||||
|
||||
# start from scratch
|
||||
exec ./kdesrc-build/kdesrc-build --rc-file=../kdesrc-buildrc --refresh-build --include-dependencies breeze plasma-integration konsole kate
|
Loading…
Add table
Add a link
Reference in a new issue