mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
spotify_qt, bump version (#9867)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user