DRAFT: refactor plasmoid. -> Plasmoid.
Automated by:
$ find ~/kde6/src/ -name *.qml -execdir sed '/plasmoid\./{s//Plasmoid./g;h};${x;/./{x;q0};x;q1}' -i {} \; -execdir git add -u \; -execdir git checkout -qB work/bam/Plasmoid \;
$ find -type d -name .git -execdir git commit -m 'DRAFT: refactor plasmoid. -> Plasmoid.
Automated by:
find ~/kde6/src/ -name *.qml -execdir sed "/plasmoid\./{s//Plasmoid./g;h};${x;/./{x;q0};x;q1}" -i {} \; -execdir git add -u \; -execdir git checkout -qB work/bam/Plasmoid \;
find -type d -name .git -execdir git commit -m "DRAFT: refactor plasmoid. -> Plasmoid." \; -execdir git push \;
https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/446' \; -execdir git push \;
For a list of other repo's commits, see:
kdeplasma-addons!446 (comment 777221)
It might lack of:
import org.kde.plasma.plasmoid 2.0
Didn't find a way to automate it yet.
Might need to be added manually.
Edited by Andrey Butirsky