Install this version:
emerge -a =gui-apps/somebar-1.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/somebar-1.0.3
Or alternatively:
emerge --autounmask-write -a =gui-apps/somebar-1.0.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.3 | 8 | ~amd64 | 0 |
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit savedconfig meson
DESCRIPTION="dwm-like bar for dwl"
HOMEPAGE="https://git.sr.ht/~raphi/somebar"
SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-libs/glib:2
dev-libs/wayland
x11-libs/cairo
x11-libs/pango
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
dev-util/wayland-scanner
"
src_prepare() {
default
use savedconfig && restore_config src/config.hpp
[[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
}
src_install() {
meson_src_install
save_config src/config.hpp
}
dev-libs/glib:2 dev-libs/wayland x11-libs/cairo x11-libs/pango dev-libs/wayland-protocols
dev-libs/glib:2 dev-libs/wayland x11-libs/cairo x11-libs/pango
dev-util/wayland-scanner
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | somebar-1.0.3.tar.gz | 34555 bytes | https://git.sr.ht/~raphi/somebar/archive/1.0.3.tar.gz |