summaryrefslogtreecommitdiff
path: root/gnome-extra/yad
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-06 21:01:49 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-06 21:01:49 +0100
commit4f0db47b1e31ee15e0dadde470b41d53c1abaec2 (patch)
treeb9ad7739a23a232b548f069d80b41410cf829a53 /gnome-extra/yad
parent8c09eda99ee3149fc628470031e3ffa1ea1e6ec7 (diff)
add yad, a fork of zenity, using gtk2 and with many improvements
Diffstat (limited to 'gnome-extra/yad')
-rw-r--r--gnome-extra/yad/Manifest1
-rw-r--r--gnome-extra/yad/yad-0.36.3.ebuild31
2 files changed, 32 insertions, 0 deletions
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
+}