public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/
Date: Fri, 12 Nov 2021 08:02:10 +0000 (UTC)	[thread overview]
Message-ID: <1636704129.6bf191d4185e5914f92c77c59c6489a1b713eaa3.fordfrog@gentoo> (raw)

commit:     6bf191d4185e5914f92c77c59c6489a1b713eaa3
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 08:01:56 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 08:02:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf191d4

media-sound/pasystray: bump to 0.8.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/pasystray/Manifest               |  1 +
 media-sound/pasystray/pasystray-0.8.0.ebuild | 39 ++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
index b28b0f1ae1e..60ce74d3387 100644
--- a/media-sound/pasystray/Manifest
+++ b/media-sound/pasystray/Manifest
@@ -1 +1,2 @@
 DIST pasystray-0.7.1.tar.gz 56041 BLAKE2B 5f7cae7a55580bf3dfe294e95bbda372c3a679bec000d222964b4027ced2462dfb4a8446d0683f8910e96ab98e1541b3fa9fafc36da530c92d2285f00a1beb65 SHA512 2af5176e6a5bf6d74baf0a0b52b731b7a3b54f787c4e89d945357aab4e186a35e0f77288d69d66743bf4e21f758e0d961cc1f9b339ce513eb4eb2bcab0d754bb
+DIST pasystray-0.8.0.tar.gz 58770 BLAKE2B dff11dec46986d3b086acdff43aa7eda97e8edcdef0ef85a246087a3a0da9407cb4475ab4b579a370f90c23327d065ae704685124915b27e03f0be1a44e50a58 SHA512 104c68e41659306ca1e750d0d580d6ffcf4411da2da51a4f2780f551e12da9e104eb66ea841234292769f05a15f8f14ceaefc55893cf551a47124d086b1fb291

diff --git a/media-sound/pasystray/pasystray-0.8.0.ebuild b/media-sound/pasystray/pasystray-0.8.0.ebuild
new file mode 100644
index 00000000000..3bbcec54056
--- /dev/null
+++ b/media-sound/pasystray/pasystray-0.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="PulseAudio system tray"
+HOMEPAGE="https://github.com/christophgysin/pasystray"
+SRC_URI="https://github.com/christophgysin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="libnotify zeroconf"
+
+RDEPEND="
+	dev-libs/glib
+	media-sound/pulseaudio[glib,zeroconf?]
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	zeroconf? ( net-dns/avahi )
+	libnotify? ( x11-libs/libnotify )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable libnotify notify) \
+		$(use_enable zeroconf avahi)
+}


             reply	other threads:[~2021-11-12  8:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12  8:02 Miroslav Šulc [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ć
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-05-18 19:11 Michał Górny
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=1636704129.6bf191d4185e5914f92c77c59c6489a1b713eaa3.fordfrog@gentoo \
    --to=fordfrog@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