media-sound/spotify-tray: update metadata

Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
Mario Fetka 2022-04-05 11:34:27 +02:00
parent 5cac7b8843
commit 9768c28148
2 changed files with 12 additions and 1 deletions

View File

@ -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 <mario.fetka@gmail.com> spotify-tray-1.3.2-r2.ebuild:
media-sound/spotify-tray: update metadata

View File

@ -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
}