public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/
Date: Thu, 18 May 2017 19:11:13 +0000 (UTC)	[thread overview]
Message-ID: <1495134671.550be91e2094f10f38c336c6fe7b5cb63e5984bd.mgorny@gentoo> (raw)

commit:     550be91e2094f10f38c336c6fe7b5cb63e5984bd
Author:     Impyy <alex <AT> impy <DOT> me>
AuthorDate: Sun Apr  2 15:38:11 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 18 19:11:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550be91e

media-sound/pasystray: add zeroconf USE flag

Closes: https://github.com/gentoo/gentoo/pull/4345

 .../{pasystray-0.6.0.ebuild => pasystray-0.6.0-r1.ebuild}      | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-sound/pasystray/pasystray-0.6.0.ebuild b/media-sound/pasystray/pasystray-0.6.0-r1.ebuild
similarity index 82%
rename from media-sound/pasystray/pasystray-0.6.0.ebuild
rename to media-sound/pasystray/pasystray-0.6.0-r1.ebuild
index 6e99a2f7019..2730461f08c 100644
--- a/media-sound/pasystray/pasystray-0.6.0.ebuild
+++ b/media-sound/pasystray/pasystray-0.6.0-r1.ebuild
@@ -11,12 +11,12 @@ SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
+IUSE="libnotify zeroconf"
 
 RDEPEND="
 	>=dev-libs/glib-2.48.2
-	>=media-sound/pulseaudio-5.0-r3[glib,zeroconf]
-	>=net-dns/avahi-0.6
+	>=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
+	zeroconf? ( >=net-dns/avahi-0.6 )
 	x11-libs/gtk+:3
 	x11-libs/libX11
 	libnotify? ( >=x11-libs/libnotify-0.7 )
@@ -30,7 +30,9 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_enable libnotify notify)
+	econf \
+		$(use_enable libnotify notify) \
+		$(use_enable zeroconf avahi)
 }
 
 pkg_preinst() {


             reply	other threads:[~2017-05-18 19:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-18 19:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-30  8:06 [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/ Florian Schmaus
2024-09-30  8:06 Florian Schmaus
2023-02-14  8:30 Miroslav Šulc
2023-01-08  8:04 Miroslav Šulc
2023-01-05 10:53 Arthur Zamarin
2022-12-05  8:30 Miroslav Šulc
2022-08-23  5:24 Sam James
2022-07-09  7:49 Sam James
2022-03-08 13:31 Sam James
2022-01-30 11:05 David Seifert
2021-12-13  8:09 Jakov Smolić
2021-11-12  8:02 Miroslav Šulc
2019-03-16 21:39 Agostino Sarubbo
2019-02-03 19:14 Andreas Sturmlechner
2018-10-04 19:14 Andreas Sturmlechner
2018-10-04 19:14 Andreas Sturmlechner
2018-10-04 19:14 Andreas Sturmlechner
2017-07-25 19:28 Markus Meier
2017-03-09 20:30 David Seifert
2015-10-04  5:38 Ian Delaney
2015-10-04  5:26 Ian Delaney

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=1495134671.550be91e2094f10f38c336c6fe7b5cb63e5984bd.mgorny@gentoo \
    --to=mgorny@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