gnome-extra/yad: version bump to 12.1

akrasnyh
parent 6205f6ce8a
commit 4aa4f8991d

@ -0,0 +1 @@
DIST yad-12.1.tar.xz 289096 BLAKE2B 696c61f50216a1246fc17ed80ae56bee0e524a4f2b02ececa4016c85b31e003a7397da218c5166c36e17a589de52268094ee55e78a24e88f516259cc7cdf892e SHA512 707df20a3d5b0b92630d178560872a430b92b34b29eb8543ab85f959c29d2d6adf14c1a277848fe121f4c92d619dff50b83cfd503e4c415a21a38f699471c918

@ -0,0 +1,38 @@
# 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="
>=x11-libs/gtk+-3.22.0:3=
spell? ( app-text/gspell:0 )
webkit? ( net-libs/webkit-gtk:4 )
>=dev-util/intltool-0.40.0
"
RDEPEND="${DEPEND}"
src_configure() {
gnome2_src_configure \
$(use_enable nls) \
$(use_enable spell) \
$(use_enable webkit html) \
--disable-sourceview \
--disable-standalone \
--enable-tools \
--enable-icon-browser \
--enable-tools \
--enable-tray
}
Loading…
Cancel
Save