Merge pull request #12683 from heydojo/bluetooth--plasma5

kde5 bluedevil plasmoid : enable bluez5 bluetooth functionality
This commit is contained in:
Robin Gloster
2016-02-12 13:49:54 +01:00
5 changed files with 110 additions and 17 deletions

View File

@@ -20,5 +20,7 @@ plasmaPackage {
postInstall = ''
wrapQtProgram "$out/bin/bluedevil-wizard"
wrapQtProgram "$out/bin/bluedevil-sendfile"
# Fix the location of logic.js for the plasmoid
ln -s $out/share/plasma/plasmoids/org.kde.plasma.bluetooth/contents/code/logic.js $out/share/plasma/plasmoids/org.kde.plasma.bluetooth/contents/ui/logic.js
'';
}