mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
spotify-qt: initial add 3.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
18
recipes-streaming/spotify/spotify-qt.bb
Normal file
18
recipes-streaming/spotify/spotify-qt.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Lightweight Spotify client using Qt"
|
||||
HOMEPAGE = "https://github.com/kraxarn/spotify-qt"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://license;md5=e49f4652534af377a713df3d9dec60cb"
|
||||
|
||||
SRC_URI = "git://github.com/kraxarn/spotify-qt.git"
|
||||
SRCREV = "bd6c6d6dd4e012b3865661f48ddf2407ed624232"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "3.1"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtsvg \
|
||||
"
|
||||
|
||||
inherit cmake_qt5 gtk-icon-cache
|
||||
|
||||
RRECOMMENDS_${PN} = "spotifyd"
|
||||
Reference in New Issue
Block a user