From ba94c0d353d5f4591cd2f81d322fa22a3c0895f4 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 10 Dec 2023 09:56:28 +0100 Subject: [PATCH] spotify_qt, bump version (#9867) --- ...-2.5~git.recipe => spotify_qt-3.10.recipe} | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) rename media-sound/spotify_qt/{spotify_qt-2.5~git.recipe => spotify_qt-3.10.recipe} (71%) diff --git a/media-sound/spotify_qt/spotify_qt-2.5~git.recipe b/media-sound/spotify_qt/spotify_qt-3.10.recipe similarity index 71% rename from media-sound/spotify_qt/spotify_qt-2.5~git.recipe rename to media-sound/spotify_qt/spotify_qt-3.10.recipe index a93ef65d8..c22bb9e80 100644 --- a/media-sound/spotify_qt/spotify_qt-2.5~git.recipe +++ b/media-sound/spotify_qt/spotify_qt-3.10.recipe @@ -1,18 +1,16 @@ SUMMARY="A Spotify client using Qt" -DESCRIPTION="A lighter alternative to the official client, inspired by \ -spotify-tui. -Much like spotify-tui, you need an actual Spotify client running, for example \ -spotifyd, which can be configured from within the app. Also like other \ -clients, controlling music playback requires Spotify Premium." +DESCRIPTION="A lighter alternative to the official client, inspired by spotify-tui. Much like \ +spotify-tui, you need an actual Spotify client running, for example spotifyd, which can be \ +configured from within the app. Also like other clients, controlling music playback requires \ +Spotify Premium." HOMEPAGE="https://github.com/kraxarn/spotify-qt" COPYRIGHT="2020 Kraxarn" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="cc11ce0d1213f191847a6ad44e28be0b6a05a085" -SOURCE_URI="https://github.com/kraxarn/spotify-qt/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="2c431ee1cb881729a98951965bbed27a56e12056e13c6cef05a433413a484e6f" -SOURCE_FILENAME="spotify-qt-v$portVersion-$srcGitRev.tar.gz" -SOURCE_DIR="spotify-qt-$srcGitRev" +SOURCE_URI="https://github.com/kraxarn/spotify-qt/archive/refs/tags/v$portVersion.tar.gz" +CHECKSUM_SHA256="66191fc75f8571f40be16582caded2e6e3181434cbab5e85d3e9613c97ecb44f" +SOURCE_FILENAME="spotify-qt-v$portVersion.tar.gz" +SOURCE_DIR="spotify-qt-$portVersion" ADDITIONAL_FILES="spotify_qt.rdef.in" ARCHITECTURES="?all !x86_gcc2" @@ -62,7 +60,7 @@ INSTALL() make install local MAJOR="`echo "$portVersion" | cut -d. -f1`" - local MIDDLE="`echo "$portVersion" | cut -d. -f2 | cut -c 1-1`" + local MIDDLE="`echo "$portVersion" | cut -d. -f2`" sed \ -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ @@ -70,6 +68,7 @@ INSTALL() mv $appsDir/bin/spotify-qt $appsDir/SpotifyQt rmdir $appsDir/bin + rm -rf $appsDir/share addResourcesToBinaries spotify_qt.rdef \ $appsDir/SpotifyQt