Install this version:
emerge -a =dev-libs/girara-2026.02.04
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/girara-2026.02.04
Or alternatively:
emerge --autounmask-write -a =dev-libs/girara-2026.02.04
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic meson
DESCRIPTION="UI library that focuses on simplicity and minimalism"
HOMEPAGE="https://pwmt.org/projects/girara/"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/pwmt/${PN}.git"
EGIT_BRANCH="develop"
else
SRC_URI="https://github.com/pwmt/girara/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
fi
LICENSE="ZLIB"
SLOT="0/5.0" # SONAME (see meson.build)
IUSE="doc test X"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.72:2
dev-libs/gobject-introspection
"
DEPEND="
${RDEPEND}
test? (
x11-base/xorg-proto
x11-libs/gtk+:3[X]
x11-misc/xvfb-run
)
"
BDEPEND="
sys-devel/gettext
virtual/pkgconfig
doc? ( app-text/doxygen )
"
DOCS=( AUTHORS README.md )
src_configure() {
# defang automagic dependencies
# Currently only needed for X11-specific workarounds
use X || append-flags -DGENTOO_GTK_HIDE_X11
local emesonargs=(
$(meson_feature doc docs)
$(meson_feature test tests)
)
meson_src_configure
}
src_compile() {
meson_src_compile
use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) # BUILD_DIR is set by meson_src_compile
}
Manage flags for this package:
euse -i <flag> -p dev-libs/girara |
euse -E <flag> -p dev-libs/girara |
euse -D <flag> -p dev-libs/girara
>=dev-libs/glib-2.72:2 dev-libs/gobject-introspection test? ( x11-base/xorg-proto x11-libs/gtk+:3[X] x11-misc/xvfb-run )
>=dev-libs/glib-2.72:2 dev-libs/gobject-introspection
sys-devel/gettext virtual/pkgconfig doc? ( app-text/doxygen )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | girara-2026.02.04.tar.gz | 21784 bytes | https://github.com/pwmt/girara/archive/2026.02.04.tar.gz |