mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Base+Ports: Rename 'Sound' category to 'Media'
This commit is contained in:
parent
bb95374b49
commit
ce75a04908
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Piano
|
Name=Piano
|
||||||
Executable=/bin/Piano
|
Executable=/bin/Piano
|
||||||
Category=Sound
|
Category=Media
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[App]
|
[App]
|
||||||
Name=Sound Player
|
Name=Sound Player
|
||||||
Executable=/bin/SoundPlayer
|
Executable=/bin/SoundPlayer
|
||||||
Category=Sound
|
Category=Media
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=mp3,flac,m3u,m3u8,wav
|
FileTypes=mp3,flac,m3u,m3u8,wav
|
||||||
|
|
|
@ -6,5 +6,5 @@ Games/Puzzles=/res/icons/16x16/games.png
|
||||||
Graphics=/res/icons/16x16/graphics.png
|
Graphics=/res/icons/16x16/graphics.png
|
||||||
Internet=/res/icons/16x16/internet.png
|
Internet=/res/icons/16x16/internet.png
|
||||||
Settings=/res/icons/16x16/settings.png
|
Settings=/res/icons/16x16/settings.png
|
||||||
Sound=/res/icons/16x16/multimedia.png
|
Media=/res/icons/16x16/multimedia.png
|
||||||
Utilities=/res/icons/16x16/utilities.png
|
Utilities=/res/icons/16x16/utilities.png
|
||||||
|
|
|
@ -8,7 +8,7 @@ auth_type=sha256
|
||||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||||
depends=("SDL2" "zlib")
|
depends=("SDL2" "zlib")
|
||||||
launcher_name="MilkyTracker"
|
launcher_name="MilkyTracker"
|
||||||
launcher_category=Sound
|
launcher_category=Media
|
||||||
launcher_command=/usr/local/bin/milkytracker
|
launcher_command=/usr/local/bin/milkytracker
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue