Install this version:
emerge -a =gnome-extra/yad-15.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gnome-extra/yad-15.0
Or alternatively:
emerge --autounmask-write -a =gnome-extra/yad-15.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 15.0 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg
DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
HOMEPAGE="https://github.com/v1cont/yad"
SRC_URI="https://github.com/v1cont/yad/releases/download/v${PV}/yad-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="appindicator sourceview spell tools webkit"
RDEPEND="
dev-libs/glib:2
>=x11-libs/gtk+-3.22.0:3[X]
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/pango
appindicator? ( dev-libs/libayatana-appindicator )
sourceview? ( x11-libs/gtksourceview:3.0= )
spell? ( app-text/gspell:= )
webkit? ( net-libs/webkit-gtk:4.1 )
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-util/intltool-0.40.0
sys-devel/gettext
"
src_configure() {
# Deprecated options? Needed or not 🤔
econf \
--enable-tray \
$(use_enable appindicator) \
$(use_enable sourceview) \
$(use_enable spell) \
$(use_enable tools) \
$(use_enable tools icon-browser) \
$(use_enable webkit html)
}
Manage flags for this package:
euse -i <flag> -p gnome-extra/yad |
euse -E <flag> -p gnome-extra/yad |
euse -D <flag> -p gnome-extra/yad
dev-libs/glib:2 >=x11-libs/gtk+-3.22.0:3[X] x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango appindicator? ( dev-libs/libayatana-appindicator ) sourceview? ( x11-libs/gtksourceview:3.0= ) spell? ( app-text/gspell:= ) webkit? ( net-libs/webkit-gtk:4.1 )
dev-libs/glib:2 >=x11-libs/gtk+-3.22.0:3[X] x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango appindicator? ( dev-libs/libayatana-appindicator ) sourceview? ( x11-libs/gtksourceview:3.0= ) spell? ( app-text/gspell:= ) webkit? ( net-libs/webkit-gtk:4.1 )
>=dev-util/intltool-0.40.0 sys-devel/gettext
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yad-15.0.tar.xz | 391716 bytes | https://github.com/v1cont/yad/releases/download/v15.0/yad-15.0.tar.xz |