From b8e74ce094e60ca7faf304bed076b291b8756331 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:01:20 +0100 Subject: [PATCH] Update two recipe for ui dir move Forgot to commit them in my previous MR. --- recipes/games/opentyrian/recipe.toml | 2 +- .../wip/games/strategy/hnefatafl-copenhagen/recipe.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/games/opentyrian/recipe.toml b/recipes/games/opentyrian/recipe.toml index 84fc8615..3f9fbfb5 100644 --- a/recipes/games/opentyrian/recipe.toml +++ b/recipes/games/opentyrian/recipe.toml @@ -34,7 +34,7 @@ export WITH_NETWORK=false export REDOX_OVERRIDE=true export prefix="/usr" export bindir="${prefix}/games" -export icondir="/ui/icons/apps" +export icondir="/usr/share/icons/apps" export gamesdir="${prefix}/share/games" if [ "${COOKBOOK_DYNAMIC}" == "1" ]; then diff --git a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml index f33deaec..3180b5e1 100644 --- a/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml +++ b/recipes/wip/games/strategy/hnefatafl-copenhagen/recipe.toml @@ -24,10 +24,10 @@ cp -v "target/${TARGET}/release/hnefatafl-server" "${COOKBOOK_STAGE}/usr/bin/hne cp -v "target/${TARGET}/release/hnefatafl-text-protocol" "${COOKBOOK_STAGE}/usr/bin/hnefatafl-text-protocol" mkdir -pv "${COOKBOOK_STAGE}"/usr/games -mkdir -pv "${COOKBOOK_STAGE}"/ui/apps -mkdir -pv "${COOKBOOK_STAGE}"/ui/icons/apps -cp -rv "${COOKBOOK_SOURCE}"/src/bin/hnefatafl-client/helmet.png "${COOKBOOK_STAGE}"/ui/icons/apps/helmet.png -cp -rv "${COOKBOOK_SOURCE}"/packages/redox/manifest "${COOKBOOK_STAGE}"/ui/apps/hnefatafl-client +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/ui/apps +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons/apps +cp -rv "${COOKBOOK_SOURCE}"/src/bin/hnefatafl-client/helmet.png "${COOKBOOK_STAGE}"/usr/share/icons/apps/helmet.png +cp -rv "${COOKBOOK_SOURCE}"/packages/redox/manifest "${COOKBOOK_STAGE}"/usr/share/ui/apps/hnefatafl-client mv "${COOKBOOK_STAGE}"/usr/bin/hnefatafl-client "${COOKBOOK_STAGE}"/usr/games/hnefatafl-client """