public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/
Date: Thu, 31 May 2018 07:10:02 +0000 (UTC)	[thread overview]
Message-ID: <1527750585.6705a65d9a668638fdad0c307f46d20b7720edd9.eva@gentoo> (raw)

commit:     6705a65d9a668638fdad0c307f46d20b7720edd9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 07:01:23 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 31 07:09:45 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6705a65d

gnome-extra/zenity: 3.24.0 → 3.26.0

Now uses native GtkFileChooser.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 gnome-extra/zenity/metadata.xml         |  8 ++++++
 gnome-extra/zenity/zenity-3.26.0.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-extra/zenity/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>

diff --git a/gnome-extra/zenity/zenity-3.26.0.ebuild b/gnome-extra/zenity/zenity-3.26.0.ebuild
new file mode 100644
index 00000000..b22c4741
--- /dev/null
+++ b/gnome-extra/zenity/zenity-3.26.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
+HOMEPAGE="https://wiki.gnome.org/Projects/Zenity"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug libnotify webkit"
+
+# TODO: X11 dependency is automagically enabled
+RDEPEND="
+	>=dev-libs/glib-2.8:2
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-3:3[X]
+	x11-libs/libX11
+	x11-libs/pango
+	libnotify? ( >=x11-libs/libnotify-0.6.1:= )
+	webkit? ( >=net-libs/webkit-gtk-2.8.1:4 )
+"
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	gnome-base/gnome-common
+	>=sys-devel/gettext-0.19.4
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		$(usex debug --enable-debug=yes ' ') \
+		$(use_enable libnotify) \
+		$(use_enable webkit webkitgtk) \
+		PERL=$(type -P false)
+}
+
+src_install() {
+	gnome2_src_install
+
+	# Not really needed and prevent us from needing perl
+	rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!"
+}


             reply	other threads:[~2018-05-31  7:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-31  7:10 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-02 20:33 [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/ Mart Raudsepp
2015-05-14 23:02 Gilles Dartiguelongue
2015-05-14 13:39 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2014-10-26  9:21 Gilles Dartiguelongue
2012-12-24  0:34 Gilles Dartiguelongue
2012-10-23  9:24 Alexandre Rostovtsev
2012-10-23  9:24 Alexandre Rostovtsev
2011-10-02 18:54 Alexandre Restovtsev
2011-04-14 21:52 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-02-22  0:31 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1527750585.6705a65d9a668638fdad0c307f46d20b7720edd9.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox