spotify, revbump, fix Deskbar link (#5161)

This commit is contained in:
Schrijvers Luc
2020-07-04 11:26:17 +02:00
committed by GitHub
parent e3679673b5
commit b58151a821

View File

@@ -7,7 +7,7 @@ clients, controlling music playback requires Spotify Premium."
HOMEPAGE="https://github.com/kraxarn/spotify-qt"
COPYRIGHT="2020 Kraxarn"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/kraxarn/spotify-qt/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="ca9b4af238f4b7392524c93bee4093db656cf240f5ef490c6f569238dec35455"
SOURCE_FILENAME="spotify-qt-v$portVersion.tar.gz"
@@ -73,5 +73,5 @@ INSTALL()
addResourcesToBinaries spotify-qt.rdef \
$appsDir/SpotifyQt
addAppDeskbarSymlink $prefix/bin/spotify-qt SpotifyQt
addAppDeskbarSymlink $appsDir/SpotifyQt
}