1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:47:35 +00:00

Ports: Update serenity-theming use latest commit 7ef303d

This commit is contained in:
djwisdom 2023-08-13 18:09:05 +08:00 committed by Tim Flynn
parent 65232b6681
commit bb23ee3521
2 changed files with 3 additions and 3 deletions

View file

@ -273,7 +273,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`SDL_sound`](SDL_sound/) | SDL\_sound (Abstract soundfile decoder add-on for SDL 1.2) | 1.0.3 | https://www.icculus.org/SDL_sound/ | | [`SDL_sound`](SDL_sound/) | SDL\_sound (Abstract soundfile decoder add-on for SDL 1.2) | 1.0.3 | https://www.icculus.org/SDL_sound/ |
| [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP | | [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP |
| [`sed`](sed/) | GNU sed | 4.9 | https://www.gnu.org/software/sed/ | | [`sed`](sed/) | GNU sed | 4.9 | https://www.gnu.org/software/sed/ |
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 103b0ad | https://github.com/SerenityOS/theming | | [`serenity-theming`](serenity-theming/) | SerenityOS theming | 7ef303d | https://github.com/SerenityOS/theming |
| [`serious-sam-classic`](serious-sam-classic/) | Serious Sam - The First Encounter | 1.10.4 | https://github.com/tx00100xt/SeriousSamClassic | | [`serious-sam-classic`](serious-sam-classic/) | Serious Sam - The First Encounter | 1.10.4 | https://github.com/tx00100xt/SeriousSamClassic |
| [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx | | [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx |
| [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl | | [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port=serenity-theming port=serenity-theming
version=103b0add39f9e167e8f6c6d4715d9ffbf87d6d07 version=7ef303d19c5db6a5d5f44d8d74f52ac26d42797f
workdir="theming-${version}" workdir="theming-${version}"
files=( files=(
"https://github.com/SerenityOS/theming/archive/${version}.zip 1c3a99d961b1013dbc8b499daa3ee872c5cba29f0efb7f6f885f7f292b3dbeda" "https://github.com/SerenityOS/theming/archive/${version}.zip 16beaca84ca0c4bcc9691129767805e6ba0f631ce1ed54f9362f0195d96d8e1b"
) )
build() { build() {