spotify-qt: update to 3.8.
This commit is contained in:
parent
70328d267a
commit
98549f9dd9
2 changed files with 7 additions and 4 deletions
|
@ -1,12 +1,15 @@
|
|||
--- a/lib/CMakeLists.txt
|
||||
+++ b/lib/CMakeLists.txt
|
||||
@@ -26,11 +26,6 @@
|
||||
@@ -26,14 +26,6 @@
|
||||
# Version macros
|
||||
target_compile_definitions(spotify-qt-lib PUBLIC LIB_VERSION="v${PROJECT_VERSION}")
|
||||
|
||||
-# Check if using GCC for crash handler support
|
||||
-# Check if using GCC
|
||||
-if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
- # Used by crash handler
|
||||
- target_compile_definitions(spotify-qt-lib PRIVATE IS_GNU_CXX)
|
||||
- # Enable all compiler warnings
|
||||
- target_compile_options(spotify-qt-lib PRIVATE -Wall -Wextra)
|
||||
-endif ()
|
||||
-
|
||||
# Link optional libraries
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'spotify-qt'
|
||||
pkgname=spotify-qt
|
||||
version=3.7
|
||||
version=3.8
|
||||
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=5338c83d49e3aefd287e78856666f42e4f921631bcc9fbe13a2ec8543c835ad8
|
||||
checksum=deb12800b9fb4f501f8dfc97a2fdc4989849fe8bbf6f38d79503214e03afe5ad
|
||||
|
|
Loading…
Add table
Reference in a new issue