media-sound/pasystray: cleanups following review
authorPaul Healy <lmiphay@gmail.com>
Thu, 4 Oct 2018 18:09:32 +0000 (19:09 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 4 Oct 2018 19:11:52 +0000 (21:11 +0200)
dropped pkg_preinst
sorted deps
replaced vcs-snapshot with S=
added space after EAPI

Signed-off-by: Paul Healy <lmiphay@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-sound/pasystray/pasystray-0.7.0.ebuild

index 6da7af40f6ac4fb1663d73fa6fd880eb6584ae7b..2a40a2718dc9d327fc4942c709642a15af63990b 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome2-utils autotools vcs-snapshot xdg
+
+inherit gnome2-utils autotools xdg
 
 DESCRIPTION="PulseAudio system tray"
 HOMEPAGE="https://github.com/christophgysin/pasystray"
@@ -16,14 +17,16 @@ IUSE="libnotify zeroconf"
 RDEPEND="
        >=dev-libs/glib-2.48.2
        >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
-       zeroconf? ( >=net-dns/avahi-0.6 )
        x11-libs/gtk+:3
        x11-libs/libX11
+       zeroconf? ( >=net-dns/avahi-0.6 )
        libnotify? ( >=x11-libs/libnotify-0.7 )
 "
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
+S=${WORKDIR}/${PN}-${P}
+
 src_prepare() {
        default
        eautoreconf
@@ -35,11 +38,6 @@ src_configure() {
                $(use_enable zeroconf avahi)
 }
 
-pkg_preinst() {
-       xdg_pkg_preinst
-       gnome2_icon_savelist
-}
-
 pkg_postinst() {
        xdg_desktop_database_update
        xdg_mimeinfo_database_update