From 6749010fa77495d50facca3a76e200dd4d5125b6 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 15 Aug 2021 17:20:59 -0400 Subject: [PATCH] spotify-qt: update to 3.7. --- .../spotify-qt/patches/disable-crash-handler.patch | 14 ++++++++++++++ srcpkgs/spotify-qt/template | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/spotify-qt/patches/disable-crash-handler.patch diff --git a/srcpkgs/spotify-qt/patches/disable-crash-handler.patch b/srcpkgs/spotify-qt/patches/disable-crash-handler.patch new file mode 100644 index 00000000000..7f6e063e34e --- /dev/null +++ b/srcpkgs/spotify-qt/patches/disable-crash-handler.patch @@ -0,0 +1,14 @@ +--- a/lib/CMakeLists.txt ++++ b/lib/CMakeLists.txt +@@ -26,11 +26,6 @@ + # Version macros + target_compile_definitions(spotify-qt-lib PUBLIC LIB_VERSION="v${PROJECT_VERSION}") + +-# Check if using GCC for crash handler support +-if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU") +- target_compile_definitions(spotify-qt-lib PRIVATE IS_GNU_CXX) +-endif () +- + # Link optional libraries + if (LIB_QT_LIBRARIES) + target_link_libraries(spotify-qt-lib PRIVATE ${LIB_QT_LIBRARIES}) diff --git a/srcpkgs/spotify-qt/template b/srcpkgs/spotify-qt/template index c9af2988c3d..af3179dd2b9 100644 --- a/srcpkgs/spotify-qt/template +++ b/srcpkgs/spotify-qt/template @@ -1,6 +1,6 @@ # Template file for 'spotify-qt' pkgname=spotify-qt -version=3.6 +version=3.7 revision=1 build_style=cmake hostmakedepends="pkg-config qt5-devel" @@ -10,4 +10,4 @@ maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://github.com/kraxarn/spotify-qt" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=215d4a71db08b54556e2077d14e462497e12b3c91fd9471bee1f4a58ec09cd29 +checksum=5338c83d49e3aefd287e78856666f42e4f921631bcc9fbe13a2ec8543c835ad8