gui-apps/wob - 0.16 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/wob-0.16

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

autounmask =gui-apps/wob-0.16

Or alternatively:

emerge --autounmask-write -a =gui-apps/wob-0.16

Package Information

Description:
Lightweight overlay volume/backlight/progress/anything bar for Wayland
Homepage:
https://github.com/francma/wob
License:
ISC

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Lightweight overlay volume/backlight/progress/anything bar for Wayland"
HOMEPAGE="https://github.com/francma/wob"
SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+man +seccomp test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-libs/inih
	dev-libs/wayland
	seccomp? ( sys-libs/libseccomp )
"
DEPEND="${RDEPEND}
	dev-libs/wayland-protocols
"
BDEPEND="
	dev-util/wayland-scanner
	man? ( app-text/scdoc )
	test? ( dev-util/cmocka )
"

src_configure() {
	local emesonargs=(
		$(meson_feature man man-pages)
		$(meson_feature seccomp)
		$(meson_feature test tests)
	)
	meson_src_configure
}

USE Flags

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

Global/Standard Flags

man
Default: Enabled (+)
seccomp
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/inih
	dev-libs/wayland
	seccomp? ( sys-libs/libseccomp )

	dev-libs/wayland-protocols

RDEPEND

	dev-libs/inih
	dev-libs/wayland
	seccomp? ( sys-libs/libseccomp )

BDEPEND

	dev-util/wayland-scanner
	man? ( app-text/scdoc )
	test? ( dev-util/cmocka )

Manifest for 0.16

Type File Size Source URLs
DIST wob-0.16.tar.gz 25709 bytes https://github.com/francma/wob/archive/0.16.tar.gz