Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-pulseaudio-plugin/
Date: Sun, 29 Oct 2017 18:15:20
Message-Id: 1509300904.bea4d8800c091ba7a431f8ff34b8a016bc0b9a4b.perfinion@gentoo
1 commit: bea4d8800c091ba7a431f8ff34b8a016bc0b9a4b
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 18:14:36 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 18:15:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea4d880
7
8 xfce-extra/xfce4-pulseaudio-plugin: bump to 0.3.2
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 xfce-extra/xfce4-pulseaudio-plugin/Manifest | 1 +
13 .../xfce4-pulseaudio-plugin-0.3.2.ebuild | 60 ++++++++++++++++++++++
14 2 files changed, 61 insertions(+)
15
16 diff --git a/xfce-extra/xfce4-pulseaudio-plugin/Manifest b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
17 index 88adc9e2107..b76c74a8827 100644
18 --- a/xfce-extra/xfce4-pulseaudio-plugin/Manifest
19 +++ b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
20 @@ -1,3 +1,4 @@
21 DIST xfce4-pulseaudio-plugin-0.2.4.tar.bz2 307315 SHA256 8d9330ddf1d44a864a36d566cce4b76d4f859c5984bba7653d7dc39aa24d5c3e SHA512 b53ab48e282a506fc7fe91fa70520f0db32f2f73653a0210681bf7389f13441d5af8f855604b59817b1fe7a3f41e2d4fe52b052ac0c3479f3f4e37b2afedb193 WHIRLPOOL 8763a9422a7519b5603703306d968f9e020c1bd4b304be0d21bd6353c54e8fa979ef68c513d6e1c398ce6857ad88807a7cb7eefc29d6fba4f12a243eb7205e26
22 DIST xfce4-pulseaudio-plugin-0.2.5.tar.bz2 351062 SHA256 087441331240f8fca6cbcc2839251ad7e8d624fed7b4b7b4cd4e6938cb26c0b2 SHA512 e56b9a6b33e5c82b8f665eee60a9b9ebcac3815cd60a2e576dd4c9a5a592fa4adc00c56be9ac5de07e13053455d7236759e468da8eca25a3c4638680f9474194 WHIRLPOOL c8f510ddbcabe9346d01c0dee6ceeb910e656637e4c5ca8a12ac4e3067a71596883a7654b8bfd4efa96404bd16f30180ba99988d0478b2d48504c686f720a520
23 DIST xfce4-pulseaudio-plugin-0.3.1.tar.bz2 395689 SHA256 61a39f892e5e06723a08f919682362ebaf54792ed1076f5be828d0209a52f482 SHA512 27802df660cfa9be43f10e8314259704bc0045c58d920553eb3eca665f2da35ec9055a616f2ad23f805c30c141b79bdfc955d0f1818db0d62be25d37965d5b09 WHIRLPOOL ec5c3a15c9afdaf2e789af93e6b0aac6ad060ff823be5953335cec25874b37a79ee0651525fcf27f8781b779fd0465e38ce2828393ca73371c16a7cd69ac7d8a
24 +DIST xfce4-pulseaudio-plugin-0.3.2.tar.bz2 396198 SHA256 fd4ae178912dc17ffb16ce887db24545624c7f423a02bd2eab47d52758fa99d8 SHA512 de24d19e2d757316666a8787f7534cad6331a74917e00fbd49740e514b5c5e223f0d1a84cea71a11312024f9baef8fc4b066abcb65538ebb95f1c297087279e1 WHIRLPOOL 85f093ace1fa5550d1acbeccbd033b167c13ede8a47f2b94ceb94642d09ea3905d3dd10341b9ebdf0c933fa799154db7f7e993dd89a6c5a638ecadd49f8ddba7
25
26 diff --git a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.3.2.ebuild b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.3.2.ebuild
27 new file mode 100644
28 index 00000000000..4369047f01f
29 --- /dev/null
30 +++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.3.2.ebuild
31 @@ -0,0 +1,60 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit gnome2-utils
38 +
39 +DESCRIPTION="A panel plug-in for PulseAudio volume control"
40 +HOMEPAGE="https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/"
41 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
46 +IUSE="debug keybinder libnotify"
47 +
48 +RDEPEND=">=dev-libs/glib-2.42.0:=
49 + media-sound/pulseaudio:=
50 + >=x11-libs/gtk+-3.20.0:3=
51 + >=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
52 + >=xfce-base/libxfce4util-4.9.0:=
53 + >=xfce-base/xfce4-panel-4.11.0:=
54 + >=xfce-base/xfconf-4.6.0:=
55 + keybinder? ( dev-libs/keybinder:3= )
56 + libnotify? ( x11-libs/libnotify:= )"
57 +DEPEND="${RDEPEND}
58 + dev-util/intltool
59 + virtual/pkgconfig"
60 +
61 +src_configure() {
62 + local myconf=(
63 + $(use_enable keybinder)
64 + $(use_enable libnotify)
65 + )
66 +
67 + econf "${myconf[@]}"
68 +}
69 +
70 +src_install() {
71 + default
72 +
73 + find "${D}" -name '*.la' -delete || die
74 +}
75 +
76 +pkg_postinst() {
77 + gnome2_icon_cache_update
78 +
79 + if ! has_version media-sound/pavucontrol; then
80 + elog "For the 'audio mixer...' shortcut to work, you need to install"
81 + elog "an external mixer application. Please either install:"
82 + elog
83 + elog " media-sound/pavucontrol"
84 + elog
85 + elog "or specify another application to use in the 'Properties' dialog."
86 + fi
87 +}
88 +
89 +pkg_postrm() {
90 + gnome2_icon_cache_update
91 +}