Skip to content

Commit

Permalink
Ports: Update serenity-theming use latest commit ba2ddd0
Browse files Browse the repository at this point in the history
Snake: Add Buggie skin
Snake: Add CatDog skin
Chess: Add ugly piece set
Base: Add Hotdog Stand theme
  • Loading branch information
djwisdom authored and linusg committed Mar 27, 2023
1 parent 7b33f33 commit afc067b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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.9 | https://www.gnu.org/software/sed/ |
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 7a39b7d | https://github.com/SerenityOS/theming |
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | ba2ddd0 | 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 |
Expand Down
7 changes: 4 additions & 3 deletions Ports/serenity-theming/package.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=serenity-theming
version=7a39b7d6830aeba13ba88bb6e14a7a0d0825a370
version=ba2ddd0c24fe584f7756285598accf12c093fa26
workdir="theming-${version}"
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip e2b587906ce4d96a9d91f9774c204c3c82707e9d4763d6bc6b23966a6162381a"
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 5adb965de29910bfa45b67106dc578948798c1fa5d1bafd2371f86117a38abdb"
auth_type="sha256"

build() {
Expand All @@ -21,8 +21,9 @@ post_install() {
cp -r "${workdir}/fonts" "${SERENITY_INSTALL_ROOT}/res/"
cp -r "${workdir}/color-palettes" "${SERENITY_INSTALL_ROOT}/res/"
cp -r "${workdir}/emoji" "${SERENITY_INSTALL_ROOT}/res/"
cp -r "${workdir}/graphics" "${SERENITY_INSTALL_ROOT}/res/"
# FIXME: Update this path upstream.
cp -r "${workdir}/color-schemes/" "${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"
}

0 comments on commit afc067b

Please sign in to comment.