| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 11.1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2
DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
HOMEPAGE="https://github.com/v1cont/yad"
SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="nls spell webkit"
DEPEND="spell? ( app-text/gspell )
webkit? ( net-libs/webkit-gtk:4 )
x11-libs/gtk+:3
x11-libs/gtksourceview:3.0"
RDEPEND="${DEPEND}"
src_configure() {
gnome2_src_configure \
$(use_enable nls) \
$(use_enable spell) \
$(use_enable webkit html) \
--with-rgb=/usr/share/X11/rgb.txt \
--enable-tray \
--enable-sourceview \
--enable-tools \
--enable-icon-browser \
--disable-standalone
}
spell? ( app-text/gspell ) webkit? ( net-libs/webkit-gtk:4 ) x11-libs/gtk+:3 x11-libs/gtksourceview:3.0
spell? ( app-text/gspell ) webkit? ( net-libs/webkit-gtk:4 ) x11-libs/gtk+:3 x11-libs/gtksourceview:3.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yad-11.1.tar.xz | 285116 bytes | https://github.com/v1cont/yad/releases/download/v11.1/yad-11.1.tar.xz |