Base+Ports: Rename 'Sound' category to 'Media'

This commit is contained in:
Slimey 2022-11-06 14:43:35 +00:00 committed by Gunnar Beutner
parent bb95374b49
commit ce75a04908
Notes: sideshowbarker 2024-07-17 04:44:18 +09:00
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[App] [App]
Name=Piano Name=Piano
Executable=/bin/Piano Executable=/bin/Piano
Category=Sound Category=Media

View file

@ -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

View file

@ -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

View file

@ -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() {