diff --git a/media-sound/spotify-tray/ChangeLog b/media-sound/spotify-tray/ChangeLog new file mode 100644 index 00000000..d4c8f56b --- /dev/null +++ b/media-sound/spotify-tray/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for media-sound/spotify-tray +# Copyright 1999-2022 Gentoo Authors; Distributed under the GPL v2 +# $Header: $ + + 05 Apr 2022; Mario Fetka spotify-tray-1.3.2-r2.ebuild: + media-sound/spotify-tray: update metadata diff --git a/media-sound/spotify-tray/spotify-tray-1.3.2-r2.ebuild b/media-sound/spotify-tray/spotify-tray-1.3.2-r2.ebuild index 186d03fb..a91050ed 100644 --- a/media-sound/spotify-tray/spotify-tray-1.3.2-r2.ebuild +++ b/media-sound/spotify-tray/spotify-tray-1.3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,3 +30,8 @@ src_prepare() { eautoreconf } +src_install() { + default + # remove desktop file, launching is handled in spotify ebuild + #rm "${ED}/usr/share/applications/spotify-tray.desktop" || die +}