mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
spotify-qt: update to 3.9.
This commit is contained in:
parent
98374cf104
commit
0d41ee13e7
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/lib/CMakeLists.txt
|
--- a/lib/CMakeLists.txt
|
||||||
+++ b/lib/CMakeLists.txt
|
+++ b/lib/CMakeLists.txt
|
||||||
@@ -26,14 +26,6 @@
|
@@ -31,14 +31,6 @@
|
||||||
# Version macros
|
# Version macros
|
||||||
target_compile_definitions(spotify-qt-lib PUBLIC LIB_VERSION="v${PROJECT_VERSION}")
|
target_compile_definitions(spotify-qt-lib PUBLIC LIB_VERSION="v${PROJECT_VERSION}")
|
||||||
|
|
||||||
|
@ -12,6 +12,6 @@
|
||||||
- target_compile_options(spotify-qt-lib PRIVATE -Wall -Wextra)
|
- target_compile_options(spotify-qt-lib PRIVATE -Wall -Wextra)
|
||||||
-endif ()
|
-endif ()
|
||||||
-
|
-
|
||||||
# Link optional libraries
|
# Disable "secure" warnings on MSVC
|
||||||
if (LIB_QT_LIBRARIES)
|
if (MSVC)
|
||||||
target_link_libraries(spotify-qt-lib PRIVATE ${LIB_QT_LIBRARIES})
|
target_compile_definitions(spotify-qt-lib PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spotify-qt'
|
# Template file for 'spotify-qt'
|
||||||
pkgname=spotify-qt
|
pkgname=spotify-qt
|
||||||
version=3.8
|
version=3.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-devel"
|
hostmakedepends="pkg-config qt5-devel"
|
||||||
makedepends="qt5-devel qt5-svg-devel"
|
makedepends="qt5-devel qt5-svg-devel"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/kraxarn/spotify-qt"
|
homepage="https://github.com/kraxarn/spotify-qt"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=deb12800b9fb4f501f8dfc97a2fdc4989849fe8bbf6f38d79503214e03afe5ad
|
checksum=db1bc50fe4f31fc021db722eb85e59db543a104255a0a07f2e923d7a69195e42
|
||||||
|
|
Loading…
Add table
Reference in a new issue