44301dd51f
Currently the plasmoid is still written for KF5/Plasma 5, and in addition it also still uses PlasmaComponents2 stuff, which has been removed in KF6/Plasma 6. So, this is an attempt to port the plasmoid so that it works in Plasma 6. BUG: 476389
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/usr/bin/env bash
|
|
|
|
#.qml
|
|
$XGETTEXT `find package -name '*.qml'` -o $podir/plasma_applet_org.kde.kdeconnect.pot
|