From 24a98e07f824d218cb9d9c8c40ecd6f9bfcfe5d5094c903ae8a5f808bc6e92ae Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 11 Dec 2022 04:37:49 +0000 Subject: [PATCH] - plugin assets are now moved to zellij-utils/assets/plugins. updated specfile accordingly OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=46 --- zellij.changes | 1 + zellij.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zellij.changes b/zellij.changes index 68802d3..ea37243 100644 --- a/zellij.changes +++ b/zellij.changes @@ -17,6 +17,7 @@ Sun Dec 11 04:13:24 UTC 2022 - Soc Virnyl Estela - server on longer crashes on client crash - preserve pane focus properly when closing panes and switching tabs - missing tokyo-night-dark theme +- plugin assets are now moved to zellij-utils/assets/plugins. updated specfile accordingly ------------------------------------------------------------------- Thu Nov 17 02:24:51 UTC 2022 - Soc Virnyl Estela diff --git a/zellij.spec b/zellij.spec index 11adf82..e4d2049 100644 --- a/zellij.spec +++ b/zellij.spec @@ -82,7 +82,7 @@ Zsh command-line completion support for %{name}. mkdir -p .cargo cp %{SOURCE2} .cargo/config # Remove prebuilt binaries -rm assets/plugins/* +rm -v zellij-utils/assets/plugins/* %build # First rebuilt plugins we just deleted @@ -101,7 +101,7 @@ cargo --offline build --release --target=wasm32-wasi popd # Move the results to the place they are expected -mv target/wasm32-wasi/release/*.wasm assets/plugins/ +mv -v target/wasm32-wasi/release/*.wasm zellij-utils/assets/plugins/ # Build zellij proper %{cargo_build} --features unstable