commit:     d5020abb8b4b7d37f93dceab53f883a1e66ee5a8
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 08:30:10 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 08:30:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5020abb

media-sound/pasystray: bump to 0.8.1

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/pasystray/Manifest               |  1 +
 media-sound/pasystray/pasystray-0.8.1.ebuild | 42 ++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
index e797434cfd47..9fe769e2e5d7 100644
--- a/media-sound/pasystray/Manifest
+++ b/media-sound/pasystray/Manifest
@@ -1 +1,2 @@
 DIST pasystray-0.8.0.tar.gz 58770 BLAKE2B 
dff11dec46986d3b086acdff43aa7eda97e8edcdef0ef85a246087a3a0da9407cb4475ab4b579a370f90c23327d065ae704685124915b27e03f0be1a44e50a58
 SHA512 
104c68e41659306ca1e750d0d580d6ffcf4411da2da51a4f2780f551e12da9e104eb66ea841234292769f05a15f8f14ceaefc55893cf551a47124d086b1fb291
+DIST pasystray-0.8.1.tar.gz 59383 BLAKE2B 
0d110b7625537d71b12a3ce9d89a32857fc66071bfabdfcc6409900ca13b92c1e2cfe9f7c27a33ae5ea3a89fe10d4c222f3bf60fcb498f07498a2a5497d9b51b
 SHA512 
a9924b5b17833df4862f7c2bec5b518a3d8b6f2f80fe494c38a0cc07965095fb3155fc2181eb071f9acaf4629d81a908f2f622107c31346502293bfd4fa291a8

diff --git a/media-sound/pasystray/pasystray-0.8.1.ebuild 
b/media-sound/pasystray/pasystray-0.8.1.ebuild
new file mode 100644
index 000000000000..a72dbf80df12
--- /dev/null
+++ b/media-sound/pasystray/pasystray-0.8.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~arm64 ~x86"
+IUSE="libnotify zeroconf"
+
+RDEPEND="
+       dev-libs/glib
+       || (
+               media-libs/libpulse[glib]
+               media-sound/pulseaudio-daemon[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 via email to