mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gnome-extra/yad: drop 13.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST yad-13.0.tar.xz 298092 BLAKE2B b07e796109daf27471ad74dae91637a297b6a830a7ea5f5386f7c9c4c4effdbc794b92e7e747adb5f0df80540b2fe75ae87856f695d4f578aa5cfbd6ea4b42ab SHA512 89f438a49722b9aa63ec942a200b4684f88e0e2b489b77b909c03208af644c46d22601a072bcbad1c36707013ee308417d73ce08f2494b8962bce9bf06d58a16
|
||||
DIST yad-14.1.tar.xz 300804 BLAKE2B 61295206bb31f485bd48dea01d408cb57b47d7871860254df2bab2c3e249a7df30d0158c18dbca3d9c53460f0cfcb9ffb2175590d688fe0a8b5bc4056e37265e SHA512 c2949846d9d6c34bc0c8f482a5b30fb978865308bcafe656694d8eb1bb903e9af76f9d3cdd748ecb0dac389e1a0204a15b10ab29b99262cdeffc44ed16ce902e
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 2022-2024 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 sourceview spell webkit"
|
||||
|
||||
DEPEND="
|
||||
>=x11-libs/gtk+-3.22.0:3
|
||||
sourceview? ( x11-libs/gtksourceview:3.0= )
|
||||
spell? ( app-text/gspell:= )
|
||||
webkit? ( net-libs/webkit-gtk:4= )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=">=dev-util/intltool-0.40"
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
$(use_enable nls) \
|
||||
$(use_enable sourceview) \
|
||||
$(use_enable spell) \
|
||||
$(use_enable webkit html) \
|
||||
--disable-standalone \
|
||||
--enable-icon-browser \
|
||||
--enable-tools \
|
||||
--enable-tray
|
||||
}
|
||||
Reference in New Issue
Block a user