gui-apps/wideriver - 1.3.1 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/wideriver-1.3.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/wideriver-1.3.1

Or alternatively:

emerge --autounmask-write -a =gui-apps/wideriver-1.3.1

Package Information

Description:
Tiling window manager for the river wayland compositor
Homepage:
https://github.com/alex-courtis/wideriver
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Tiling window manager for the river wayland compositor"
HOMEPAGE="https://github.com/alex-courtis/wideriver"
SRC_URI="https://github.com/alex-courtis/wideriver/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
	dev-libs/wayland
	dev-libs/wayland-protocols
	dev-libs/libinput
	gui-libs/wlroots
"
RDEPEND="${DEPEND}"
BDEPEND="
	test? ( <dev-util/cmocka-2.0.0 )
"

src_prepare() {
	default
	sed \
		--in-place \
		--expression='s/-Werror//g' \
		--expression='/^DFLAGS/d' \
		--expression='/^OFLAGS/d' \
		config.mk || die
}

src_install() {
	emake PREFIX="/usr" DESTDIR="${D}" install
	dodoc README.md
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/wideriver | euse -E <flag> -p gui-apps/wideriver | euse -D <flag> -p gui-apps/wideriver

Global/Standard Flags

Dependencies

DEPEND

	dev-libs/wayland
	dev-libs/wayland-protocols
	dev-libs/libinput
	gui-libs/wlroots

RDEPEND

	dev-libs/wayland
	dev-libs/wayland-protocols
	dev-libs/libinput
	gui-libs/wlroots

BDEPEND

	test? ( <dev-util/cmocka-2.0.0 )

Manifest for 1.3.1

Type File Size Source URLs
DIST wideriver-1.3.1.tar.gz 65688 bytes https://github.com/alex-courtis/wideriver/archive/refs/tags/1.3.1.tar.gz