diff --git a/recipes-streaming/spotify/spotify-qt.bb b/recipes-streaming/spotify/spotify-qt.bb new file mode 100644 index 0000000..02bb903 --- /dev/null +++ b/recipes-streaming/spotify/spotify-qt.bb @@ -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"