[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/71: gnu: restinio: Update to 0.7.2.
From: |
guix-commits |
Subject: |
47/71: gnu: restinio: Update to 0.7.2. |
Date: |
Wed, 3 Apr 2024 18:08:01 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 00892bf0b2527848281905003f142d4be75eeabf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Mar 30 00:38:48 2024 -0400
gnu: restinio: Update to 0.7.2.
* gnu/packages/networking.scm (restinio): Update to 0.7.2.
[arguments]
<configure-flags>: Set RESTINIO_DEP_CATCH2 to 'find'.
Replace -DRESTINIO_WITH_SOBJECTIZER=OFF with
-DRESTINIO_DEP_SOBJECTIZER=find.
<phases>: Delete use-system-catch2 phase.
Change-Id: I1533f2d08ba778a65ad76904e66163e841328e6f
---
gnu/packages/networking.scm | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 146d60031e..0f35bca9f3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3757,7 +3757,7 @@ communication over HTTP.")
(define-public restinio
(package
(name "restinio")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3766,7 +3766,7 @@ communication over HTTP.")
(file-name (git-file-name name version))
(sha256
(base32
- "06p9gcnzgynsgfxxa1lk58pq5755px7sn00x2xh21qjnspwld1sy"))))
+ "03ajv1d034z6sjf2xapy8zq1mq2xkz5dqvn51vz2p26ws5axbzrn"))))
(build-system cmake-build-system)
(arguments
(list
@@ -3776,24 +3776,13 @@ communication over HTTP.")
"-DRESTINIO_DEP_LLHTTP=system"
"-DRESTINIO_DEP_FMT=system"
"-DRESTINIO_DEP_EXPECTED_LITE=system"
- "-DRESTINIO_DEP_CATCH2=system"
- ;; No support to use a system provided so_5
- ;; (see:
- ;; https://github.com/Stiffstream/restinio/issues/207).
- "-DRESTINIO_WITH_SOBJECTIZER=OFF")
+ "-DRESTINIO_DEP_CATCH2=find"
+ "-DRESTINIO_DEP_SOBJECTIZER=find")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'change-directory
(lambda _
- (chdir "dev")))
- (add-after 'change-directory 'use-system-catch2
- ;; It's not currently possible to select a system-provided catch2,
- ;; so patch the build system (see:
- ;; https://github.com/Stiffstream/restinio/issues/208).
- (lambda _
- (substitute* "CMakeLists.txt"
- (("add_subdirectory\\(catch2\\)")
- "find_package(Catch2 REQUIRED)")))))))
+ (chdir "dev"))))))
(native-inputs
(list catch2-3
expected-lite
- 31/71: gnu: dhtnet: Update to 0.0.1-2.024c46f., (continued)
- 31/71: gnu: dhtnet: Update to 0.0.1-2.024c46f., guix-commits, 2024/04/03
- 32/71: gnu: ffmpeg-jami: Apply patch adding pipewire support., guix-commits, 2024/04/03
- 40/71: gnu: kpackage: Disable plasma-query test., guix-commits, 2024/04/03
- 44/71: gnu: gwenview: Break disabled tests into a list., guix-commits, 2024/04/03
- 38/71: gnu: kcolorpicker: Update to 0.3.1., guix-commits, 2024/04/03
- 39/71: gnu: kimageannotator: Update to 0.7.1., guix-commits, 2024/04/03
- 41/71: gnu: python-sip: Update to 6.8.3., guix-commits, 2024/04/03
- 59/71: gnu: qtwayland: Update to 6.6.3., guix-commits, 2024/04/03
- 48/71: gnu: kimageannotator: Build as shared library., guix-commits, 2024/04/03
- 46/71: gnu: extra-cmake-modules: Update to 6.0.0., guix-commits, 2024/04/03
- 47/71: gnu: restinio: Update to 0.7.2.,
guix-commits <=
- 57/71: gnu: qtshadertools: Update to 6.6.3., guix-commits, 2024/04/03
- 55/71: gnu: qtwebsockets: Update to 6.6.3., guix-commits, 2024/04/03
- 54/71: gnu: qtdeclarative: Update to 6.6.3., guix-commits, 2024/04/03
- 52/71: gnu: qtsvg: Update to 6.6.3., guix-commits, 2024/04/03
- 62/71: gnu: qtlottie: Update to 6.6.3., guix-commits, 2024/04/03
- 64/71: gnu: qttranslations: Update to 6.6.3., guix-commits, 2024/04/03
- 67/71: gnu: qtnetworkauth: Update to 6.6.3., guix-commits, 2024/04/03
- 68/71: gnu: qtremoteobjects: Update to 6.6.3., guix-commits, 2024/04/03
- 65/71: gnu: qtscxml: Update to 6.6.3., guix-commits, 2024/04/03
- 69/71: gnu: qtspeech: Update to 6.6.3., guix-commits, 2024/04/03