mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -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
|
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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user