get builder to work
This commit is contained in:
parent
637c5acc87
commit
e60f8ce4fa
|
@ -1,12 +1,14 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# go to prefix
|
||||||
|
cd ~/projects/kde || exit 1
|
||||||
|
|
||||||
# kill all old stuff
|
# kill all old stuff
|
||||||
rm -rf ~/projects/kde/src ~/projects/kde/build ~/projects/kde/usr || exit 1
|
rm -rf ~/projects/kde/src ~/projects/kde/build ~/projects/kde/usr || exit 1
|
||||||
|
|
||||||
# get new kdesrc-build
|
# get new kde-builder
|
||||||
mkdir -p ~/projects/kde/src || exit 1
|
mkdir -p ~/projects/kde/src || exit 1
|
||||||
cd ~/projects/kde/src || exit 1
|
git clone https://invent.kde.org/sdk/kde-builder.git ~/projects/kde/src/kde-builder || exit 1
|
||||||
git clone https://invent.kde.org/sdk/kdesrc-build.git || exit 1
|
|
||||||
|
|
||||||
# start from scratch
|
# start from scratch
|
||||||
exec ./kdesrc-build/kdesrc-build --rc-file=~/projects/kde/kdesrc-buildrc --include-dependencies breeze plasma-integration kwayland-integration konsole kate
|
exec ./src/kde-builder/kde-builder --rc-file=~/projects/kde/kdesrc-buildrc --include-dependencies breeze plasma-integration kwayland-integration konsole kate
|
||||||
|
|
|
@ -85,8 +85,12 @@ export QT_QUICK_CONTROLS_STYLE_PATH=/home/cullmann/projects/kde/usr/lib/qml/QtQu
|
||||||
perlPackages.XMLParser
|
perlPackages.XMLParser
|
||||||
perlPackages.YAMLPP
|
perlPackages.YAMLPP
|
||||||
python3Full
|
python3Full
|
||||||
|
python311Packages.dbus-python
|
||||||
|
python311Packages.overrides
|
||||||
|
python311Packages.promise
|
||||||
python311Packages.pyaml
|
python311Packages.pyaml
|
||||||
python311Packages.python-gitlab
|
python311Packages.python-gitlab
|
||||||
|
python311Packages.setproctitle
|
||||||
pkg-config
|
pkg-config
|
||||||
polkit
|
polkit
|
||||||
qrencode
|
qrencode
|
||||||
|
|
Loading…
Reference in a new issue