gui-wm/waybox - 9999 (wayland-desktop)

Search

Install

Install this version:

emerge -a =gui-wm/waybox-9999

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

autounmask =gui-wm/waybox-9999

Or alternatively:

emerge --autounmask-write -a =gui-wm/waybox-9999

Package Information

Description:
openbox clone on wayland
Homepage:
https://github.com/wizbright/waybox
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License

EAPI=8

DESCRIPTION="openbox clone on wayland"
HOMEPAGE="https://github.com/wizbright/waybox"

inherit meson

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/wizbright/waybox.git"
else
	SRC_URI="https://github.com/wizbright/waybox/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="MIT"
SLOT="0"

RDEPEND="
	>=gui-libs/wlroots-0.17.0:=
	x11-libs/libxkbcommon:=[X]
"
DEPEND="${RDEPEND}"
BDEPEND="
	${RDEPEND}
	>=dev-libs/wayland-protocols-1.14
	virtual/pkgconfig
"

Inherited Eclasses

Dependencies

DEPEND

	>=gui-libs/wlroots-0.17.0:=
	x11-libs/libxkbcommon:=[X]

RDEPEND

	>=gui-libs/wlroots-0.17.0:=
	x11-libs/libxkbcommon:=[X]

BDEPEND

	
	>=gui-libs/wlroots-0.17.0:=
	x11-libs/libxkbcommon:=[X]

	>=dev-libs/wayland-protocols-1.14
	virtual/pkgconfig