mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Base+Ports: Rename 'Sound' category to 'Media'
This commit is contained in:
parent
bb95374b49
commit
ce75a04908
Notes:
sideshowbarker
2024-07-17 04:44:18 +09:00
Author: https://github.com/sl1m3yy Commit: https://github.com/SerenityOS/serenity/commit/ce75a04908 Pull-request: https://github.com/SerenityOS/serenity/pull/15959 Reviewed-by: https://github.com/gunnarbeutner
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Piano
|
||||
Executable=/bin/Piano
|
||||
Category=Sound
|
||||
Category=Media
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[App]
|
||||
Name=Sound Player
|
||||
Executable=/bin/SoundPlayer
|
||||
Category=Sound
|
||||
Category=Media
|
||||
|
||||
[Launcher]
|
||||
FileTypes=mp3,flac,m3u,m3u8,wav
|
||||
|
|
|
@ -6,5 +6,5 @@ Games/Puzzles=/res/icons/16x16/games.png
|
|||
Graphics=/res/icons/16x16/graphics.png
|
||||
Internet=/res/icons/16x16/internet.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
|
||||
|
|
|
@ -8,7 +8,7 @@ auth_type=sha256
|
|||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
depends=("SDL2" "zlib")
|
||||
launcher_name="MilkyTracker"
|
||||
launcher_category=Sound
|
||||
launcher_category=Media
|
||||
launcher_command=/usr/local/bin/milkytracker
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Reference in a new issue