From 950160185ef945dd3d06ad1c6a2ea1f0732a708a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 10 Nov 2020 18:37:05 +0100 Subject: [PATCH] spotify-qt: initial add 3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-streaming/spotify/spotify-qt.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-streaming/spotify/spotify-qt.bb 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"