forked from akrutzler/plasma-audio-device-switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge outstanding prs, rename, repack
- Loading branch information
1 parent
2f413a3
commit 53b3871
Showing
5 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# plasma-audio-device-switcher | ||
# plasma-audio-device-switcher (davidosomething fork) | ||
|
||
- Merged all the outstanding PRs 2022-11-10 | ||
- Convert metadata.desktop to metadata.json | ||
- Rename identifiers | ||
- Repack for installation from local file | ||
|
||
Simple widget to change the default audio output device/sink. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
plasma_install_package(. org.kde.plasma.audiodeviceswitcher) | ||
plasma_install_package(. org.kde.plasma.audiodeviceswitcher-davidosomething) | ||
|
||
file(GLOB QML_SRCS contents/ui/*.qml) | ||
add_custom_target(QmlFiles ALL echo SOURCES ${QML_SRCS}) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"KPlugin": { | ||
"Authors": [ | ||
{ | ||
"Email": "me@davidosomething.com", | ||
"Name": "David O'Trakoun" | ||
} | ||
], | ||
"Category": "Multimedia", | ||
"Description": "Simple widget to change the default audio output device/sink", | ||
"EnabledByDefault": true, | ||
"Icon": "org.kde.plasma.volume", | ||
"Id": "org.kde.plasma.audiodeviceswitcher-davidosomething", | ||
"License": "GPL", | ||
"Name": "Audio Device Switcher (davidosomething fork)", | ||
"ServiceTypes": [ | ||
"Plasma/Applet" | ||
], | ||
"Version": "1.0.0", | ||
"Website": "https://github.com/davidosomething/plasma-audio-device-switcher" | ||
}, | ||
"X-Plasma-API": "declarativeappletscript", | ||
"X-Plasma-MainScript": "ui/main.qml" | ||
} |