From 4f0db47b1e31ee15e0dadde470b41d53c1abaec2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 6 Oct 2016 21:01:49 +0100 Subject: add yad, a fork of zenity, using gtk2 and with many improvements --- gnome-extra/yad/Manifest | 1 + gnome-extra/yad/yad-0.36.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 gnome-extra/yad/Manifest create mode 100644 gnome-extra/yad/yad-0.36.3.ebuild (limited to 'gnome-extra/yad') diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest new file mode 100644 index 00000000..4e9313fb --- /dev/null +++ b/gnome-extra/yad/Manifest @@ -0,0 +1 @@ +DIST yad-0.36.3.tar.xz 252360 SHA256 ca7c8c377858f4d439b6b1d7d8c96e2a0320d16bc2332216da6218953d09a2ac SHA512 dca49f05ff1188fd34c0f9375cd305afee48e093aeb362f0359d29f3691cbd8f55dcb5bb2c9eec6f182b35349a9a52efe3197b5332f8a6f78536e807312d447d WHIRLPOOL 6624cf39c7128ecacc1885691879669746e3c8b97314503ab5f38fb4839274ec8f0d7356cfe13abc9693ddd1b38d0ba5db7224af3986c706f8d3ca486f39b122 diff --git a/gnome-extra/yad/yad-0.36.3.ebuild b/gnome-extra/yad/yad-0.36.3.ebuild new file mode 100644 index 00000000..4d7d5fcf --- /dev/null +++ b/gnome-extra/yad/yad-0.36.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 2014 deterenkelt +# Distributed under the terms of the GNU General Public License v3 +# $Header: $ + +EAPI="5" +inherit eutils + +SLOT="0" +DESCRIPTION="A tool for creating graphical dialogs from shell scripts. Fork of zenity." +HOMEPAGE="http://sourceforge.net/projects/yad-dialog/" +SRC_URI="https://sourceforge.net/projects/yad-dialog/files/yad-0.36.3.tar.xz" +LICENSE="GPL-3" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + dev-libs/glib:2" +DEPEND="${RDEPEND} + || ( dev-util/pkgconfig dev-util/pkgconf ) + sys-devel/gettext + dev-util/intltool + app-arch/xz-utils" + +src_prepare() { + epatch_user +} + +src_configure() { + econf \ + --disable-deprecated +} -- cgit v1.2.3