spdlog: update to 1.10.0.
This commit is contained in:
parent
cdd0fc85bd
commit
32fed85c2b
2 changed files with 2 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
Index: spdlog-1.8.2/cmake/spdlog.pc.in
|
|
||||||
===================================================================
|
|
||||||
--- spdlog-1.8.2.orig/cmake/spdlog.pc.in
|
|
||||||
+++ spdlog-1.8.2/cmake/spdlog.pc.in
|
|
||||||
@@ -8,6 +8,6 @@ Description: Fast C++ logging library.
|
|
||||||
URL: https://github.com/gabime/@PROJECT_NAME@
|
|
||||||
Version: @SPDLOG_VERSION@
|
|
||||||
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
|
||||||
-Libs: -L${libdir} -lspdlog -pthread
|
|
||||||
+Libs: -L${libdir} -lspdlog -lfmt -pthread
|
|
||||||
Requires: @PKG_CONFIG_REQUIRES@
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'spdlog'
|
# Template file for 'spdlog'
|
||||||
pkgname=spdlog
|
pkgname=spdlog
|
||||||
version=1.9.2
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON
|
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON
|
||||||
|
@ -13,7 +13,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gabime/spdlog"
|
homepage="https://github.com/gabime/spdlog"
|
||||||
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
|
||||||
checksum=6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38
|
checksum=697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DSPDLOG_BUILD_TESTS_HO=ON"
|
configure_args+=" -DSPDLOG_BUILD_TESTS_HO=ON"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue