Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/
Date: Thu, 04 Oct 2018 19:14:35
Message-Id: 1538680312.fae224253d97d87aa38f3fcc900cfb348121affe.asturm@gentoo
1 commit: fae224253d97d87aa38f3fcc900cfb348121affe
2 Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 4 18:09:32 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 19:11:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae22425
7
8 media-sound/pasystray: cleanups following review
9
10 dropped pkg_preinst
11 sorted deps
12 replaced vcs-snapshot with S=
13 added space after EAPI
14
15 Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
17
18 media-sound/pasystray/pasystray-0.7.0.ebuild | 12 +++++-------
19 1 file changed, 5 insertions(+), 7 deletions(-)
20
21 diff --git a/media-sound/pasystray/pasystray-0.7.0.ebuild b/media-sound/pasystray/pasystray-0.7.0.ebuild
22 index 6da7af40f6a..2a40a2718dc 100644
23 --- a/media-sound/pasystray/pasystray-0.7.0.ebuild
24 +++ b/media-sound/pasystray/pasystray-0.7.0.ebuild
25 @@ -2,7 +2,8 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -inherit gnome2-utils autotools vcs-snapshot xdg
30 +
31 +inherit gnome2-utils autotools xdg
32
33 DESCRIPTION="PulseAudio system tray"
34 HOMEPAGE="https://github.com/christophgysin/pasystray"
35 @@ -16,14 +17,16 @@ IUSE="libnotify zeroconf"
36 RDEPEND="
37 >=dev-libs/glib-2.48.2
38 >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
39 - zeroconf? ( >=net-dns/avahi-0.6 )
40 x11-libs/gtk+:3
41 x11-libs/libX11
42 + zeroconf? ( >=net-dns/avahi-0.6 )
43 libnotify? ( >=x11-libs/libnotify-0.7 )
44 "
45 DEPEND="${RDEPEND}
46 virtual/pkgconfig"
47
48 +S=${WORKDIR}/${PN}-${P}
49 +
50 src_prepare() {
51 default
52 eautoreconf
53 @@ -35,11 +38,6 @@ src_configure() {
54 $(use_enable zeroconf avahi)
55 }
56
57 -pkg_preinst() {
58 - xdg_pkg_preinst
59 - gnome2_icon_savelist
60 -}
61 -
62 pkg_postinst() {
63 xdg_desktop_database_update
64 xdg_mimeinfo_database_update