mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -3,12 +3,15 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
declare -g -r -A ZBS_DEPENDENCIES=(
|
||||
)
|
||||
ZIG_SLOT="0.16"
|
||||
|
||||
inherit zig
|
||||
|
||||
DESCRIPTION="A dynamic tiling Wayland compositor"
|
||||
HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river-classic"
|
||||
|
||||
ZIG_SLOT="0.15"
|
||||
inherit zig
|
||||
|
||||
if [[ "${PV}" = "0.3.9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://codeberg.org/river/river-classic.git"
|
||||
@@ -56,7 +59,7 @@ PATCHES=(
|
||||
src_unpack() {
|
||||
if [[ "${PV}" = "0.3.9999" ]]; then
|
||||
git-r3_src_unpack
|
||||
zig_live_fetch
|
||||
zig_live_src_unpack
|
||||
else
|
||||
zig_src_unpack
|
||||
fi
|
||||
|
||||
@@ -3,12 +3,15 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
declare -g -r -A ZBS_DEPENDENCIES=(
|
||||
)
|
||||
ZIG_SLOT="0.16"
|
||||
|
||||
inherit eapi9-ver zig
|
||||
|
||||
DESCRIPTION="A dynamic tiling Wayland compositor"
|
||||
HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river"
|
||||
|
||||
ZIG_SLOT="0.16"
|
||||
inherit eapi9-ver zig
|
||||
|
||||
if [[ "${PV}" = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://codeberg.org/river/river.git"
|
||||
|
||||
Reference in New Issue
Block a user