spotify-qt: update to 3.7.
This commit is contained in:
parent
60359bcbed
commit
6749010fa7
2 changed files with 16 additions and 2 deletions
14
srcpkgs/spotify-qt/patches/disable-crash-handler.patch
Normal file
14
srcpkgs/spotify-qt/patches/disable-crash-handler.patch
Normal file
|
@ -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})
|
|
@ -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 <abenson+void@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/kraxarn/spotify-qt"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=215d4a71db08b54556e2077d14e462497e12b3c91fd9471bee1f4a58ec09cd29
|
||||
checksum=5338c83d49e3aefd287e78856666f42e4f921631bcc9fbe13a2ec8543c835ad8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue