diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 526f440d24..9feaaa9bf3 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -240,7 +240,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/ | | [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP | | [`sed`](sed/) | GNU sed | 4.8 | https://www.gnu.org/software/sed/ | -| [`serenity-theming`](serenity-theming/) | SerenityOS theming | b621077 | https://github.com/SerenityOS/theming | +| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 7a39b7d | https://github.com/SerenityOS/theming | | [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx | | [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl | | [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys | diff --git a/Ports/serenity-theming/package.sh b/Ports/serenity-theming/package.sh index 4d112f88cf..ba65842cd7 100755 --- a/Ports/serenity-theming/package.sh +++ b/Ports/serenity-theming/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port=serenity-theming -version=b621077636f00a2b78ba09d5596777e8ac061bcc +version=7a39b7d6830aeba13ba88bb6e14a7a0d0825a370 workdir="theming-${version}" -files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 4f9304facd751b6096ee8a7617c80cedeb273d19336994712ba50a5b6c165ea3" +files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip e2b587906ce4d96a9d91f9774c204c3c82707e9d4763d6bc6b23966a6162381a" auth_type="sha256" build() { @@ -22,7 +22,7 @@ post_install() { cp -r "${workdir}/color-palettes" "${SERENITY_INSTALL_ROOT}/res/" cp -r "${workdir}/emoji" "${SERENITY_INSTALL_ROOT}/res/" # FIXME: Update this path upstream. - cp -r "${workdir}/terminal-colors/*" "${SERENITY_INSTALL_ROOT}/res/color-schemes/" + cp -r "${workdir}/color-schemes/" "${SERENITY_INSTALL_ROOT}/res/color-schemes/" cp -r "${workdir}/wallpapers" "${SERENITY_INSTALL_ROOT}/res/" cp "${workdir}/emoji-theming.txt" "${SERENITY_INSTALL_ROOT}/home/anon/Documents/emoji-theming.txt" }