From c3bc61051d7f12b4c682efa7a5460bbc8815649e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 Jan 2022 22:48:01 +0000 Subject: gentoo resync : 07.01.2022 --- media-sound/spotify-tray/Manifest | 2 +- .../spotify-tray/spotify-tray-1.3.2-r1.ebuild | 37 ++++++++++++++++++++++ media-sound/spotify-tray/spotify-tray-1.3.2.ebuild | 31 ------------------ 3 files changed, 38 insertions(+), 32 deletions(-) create mode 100644 media-sound/spotify-tray/spotify-tray-1.3.2-r1.ebuild delete mode 100644 media-sound/spotify-tray/spotify-tray-1.3.2.ebuild (limited to 'media-sound/spotify-tray') diff --git a/media-sound/spotify-tray/Manifest b/media-sound/spotify-tray/Manifest index 121882b06cc6..d44347508daa 100644 --- a/media-sound/spotify-tray/Manifest +++ b/media-sound/spotify-tray/Manifest @@ -1,3 +1,3 @@ DIST spotify-tray-1.3.2.tar.gz 22298 BLAKE2B da1399db3d42d969d983b9bae695ff55dbdff47ef49ac79e10e2681df45489505028901a0946dd70495a6a74b9eef979f9ef07a722a08cb93a2ba6749c106f4a SHA512 74ae5ebaa61497a0274646dad04d408bb4176bbbacbb0e80211bec9218d09e293c8abf4c9424de8123ba4440d63adb58c5b68ca53690d2e348d52efbbc3f88c1 -EBUILD spotify-tray-1.3.2.ebuild 728 BLAKE2B 747b2ba0c7a48ce5b67fc452411e5db9a225e42be303754d99be12189e5b46c171978b103e85f66003b1fb7d63ca56775dd4ce3745ac93aacfe4103658f4b657 SHA512 8256d9238a0c2a8e63e2ce7a729744bd7e31c9048baa9348798747d3da47563d124c11bb6a80adf05a4d098e2322c40f0737fcca6323067ee68ac3fc38d6f4b3 +EBUILD spotify-tray-1.3.2-r1.ebuild 882 BLAKE2B 181532a824b0ca4d854fdc5cc5386d4e72c453b0d27d5e3957f1aa884cd4f70e1e0c6cd3488d8f176bfa4a8cee1d2c0063824d08077d0e40f60a26f3c394d0ce SHA512 6663b1198f7f0aeb791ea08cc7ce733bad6231f214a0fdb0cad9d8550fe07904309f0e6a34773e8b20e79862e6e836d3409f28ada0ef54057131a0b8fbd12448 MISC metadata.xml 414 BLAKE2B ee33f5f467b025c775feaa293e883034769a1018a5907cc52e2914f54d2da159bcaa2b543bdcb5c29a0735d8a7644de030b3eed8be24b386f53a10a3169bc058 SHA512 c7ae1301aa33cbc2da3b283aa0f0a8cd29848875e999549e0500934d2de7c06e061e5b3cef036b3a804c77248828789f231bf06710715db9e491206fd4adbcdc diff --git a/media-sound/spotify-tray/spotify-tray-1.3.2-r1.ebuild b/media-sound/spotify-tray/spotify-tray-1.3.2-r1.ebuild new file mode 100644 index 000000000000..dc3be566510a --- /dev/null +++ b/media-sound/spotify-tray/spotify-tray-1.3.2-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools xdg + +DESCRIPTION="Wrapper around the Spotify client that adds a tray icon" +HOMEPAGE="https://github.com/tsmetana/spotify-tray" +SRC_URI="https://github.com/tsmetana/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64" +LICENSE="GPL-3" +SLOT="0" + +DEPEND=" + x11-libs/gtk+:3[X] +" +RDEPEND="${DEPEND} + media-sound/spotify +" + +src_prepare() { + default + # Fix error: AM_INIT_AUTOMAKE expanded multiple times + sed -i -e '/^AM_INIT_AUTOMAKE$/d' configure.ac || die + + # Fix the name of the icon + sed -i -e 's/Icon=spotify/Icon=spotify-client/g' spotify-tray.desktop.in || die + eautoreconf +} + +src_install() { + default + # remove desktop file, launching is handled in spotify ebuild + rm "${ED}/usr/share/applications/spotify-tray.desktop" || die +} diff --git a/media-sound/spotify-tray/spotify-tray-1.3.2.ebuild b/media-sound/spotify-tray/spotify-tray-1.3.2.ebuild deleted file mode 100644 index 5de180e44e4e..000000000000 --- a/media-sound/spotify-tray/spotify-tray-1.3.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools xdg - -DESCRIPTION="Wrapper around the Spotify client that adds a tray icon" -HOMEPAGE="https://github.com/tsmetana/spotify-tray" -SRC_URI="https://github.com/tsmetana/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - x11-libs/gtk+:3[X] -" -RDEPEND="${DEPEND} - media-sound/spotify -" - -src_prepare() { - default - # Fix error: AM_INIT_AUTOMAKE expanded multiple times - sed -i -e '/^AM_INIT_AUTOMAKE$/d' configure.ac || die - - # Fix the name of the icon - sed -i -e 's/Icon=spotify/Icon=spotify-client/g' spotify-tray.desktop.in || die - eautoreconf -} -- cgit v1.2.3