spotify-qt: initial add 3.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-11-10 18:37:05 +01:00
parent 6267c105b3
commit 950160185e

View 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"