mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Ports: Update and clean up serenity-theming use latest commit 83fb3e7
This commit is contained in:
parent
3b8ccd123b
commit
1b9c31da12
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/djwisdom Commit: https://github.com/SerenityOS/serenity/commit/1b9c31da12 Pull-request: https://github.com/SerenityOS/serenity/pull/18912 Reviewed-by: https://github.com/gmta ✅
2 changed files with 3 additions and 4 deletions
|
@ -258,7 +258,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 | f4b6f7f | https://github.com/SerenityOS/theming |
|
||||
| [`serenity-theming`](serenity-theming/) | SerenityOS theming | 83fb3e7 | https://github.com/SerenityOS/theming |
|
||||
| [`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 |
|
||||
| [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=serenity-theming
|
||||
version=f4b6f7f552ec1e6c08678e5c49cbe4e707aa93f8
|
||||
version=83fb3e7bedda9001111ae437a39b437d305d9cb0
|
||||
workdir="theming-${version}"
|
||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 465758b888aea1f2334388577b75090f072706edb9df6cc80f4f02e9e611da11"
|
||||
files="https://github.com/SerenityOS/theming/archive/${version}.zip serenity-theming-${version}.zip 96ab87aec58f3f1f3dda318ffe3185af5f8f3c5f8037ee26a7113545dcc59469"
|
||||
auth_type="sha256"
|
||||
|
||||
build() {
|
||||
|
@ -22,7 +22,6 @@ post_install() {
|
|||
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}/wallpapers" "${SERENITY_INSTALL_ROOT}/res/"
|
||||
cp "${workdir}/emoji-theming.txt" "${SERENITY_INSTALL_ROOT}/home/anon/Documents/emoji-theming.txt"
|
||||
|
|
Loading…
Reference in a new issue