gui-wm/river: update 0.3.9999 & 9999

Formatting changes, add empty ZBS_DEPENDENCIES block to live packages
for ease of maintenance, update 0.3.9999 to zig 0.16.

Signed-off-by: Violet Purcell <vimproved@inventati.org>
This commit is contained in:
Violet Purcell
2026-05-18 23:15:58 -04:00
parent fb52ed6fca
commit 67bdcac6d2
2 changed files with 13 additions and 7 deletions

View File

@@ -3,12 +3,15 @@
EAPI=8 EAPI=8
declare -g -r -A ZBS_DEPENDENCIES=(
)
ZIG_SLOT="0.16"
inherit zig
DESCRIPTION="A dynamic tiling Wayland compositor" DESCRIPTION="A dynamic tiling Wayland compositor"
HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river-classic" HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river-classic"
ZIG_SLOT="0.15"
inherit zig
if [[ "${PV}" = "0.3.9999" ]]; then if [[ "${PV}" = "0.3.9999" ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://codeberg.org/river/river-classic.git" EGIT_REPO_URI="https://codeberg.org/river/river-classic.git"
@@ -56,7 +59,7 @@ PATCHES=(
src_unpack() { src_unpack() {
if [[ "${PV}" = "0.3.9999" ]]; then if [[ "${PV}" = "0.3.9999" ]]; then
git-r3_src_unpack git-r3_src_unpack
zig_live_fetch zig_live_src_unpack
else else
zig_src_unpack zig_src_unpack
fi fi

View File

@@ -3,12 +3,15 @@
EAPI=8 EAPI=8
declare -g -r -A ZBS_DEPENDENCIES=(
)
ZIG_SLOT="0.16"
inherit eapi9-ver zig
DESCRIPTION="A dynamic tiling Wayland compositor" DESCRIPTION="A dynamic tiling Wayland compositor"
HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river" HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river"
ZIG_SLOT="0.16"
inherit eapi9-ver zig
if [[ "${PV}" = "9999" ]]; then if [[ "${PV}" = "9999" ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://codeberg.org/river/river.git" EGIT_REPO_URI="https://codeberg.org/river/river.git"