guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 30902ae7fffc683d0ff09c78fffab5b5fc7b6e14
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 29 20:40:53 2025 +0900

    gnu: belcard: Update to 5.3.112.
    
    * gnu/packages/linphone.scm (belcard): Update to 5.3.112.
    [#:phases] {patch-vcard-grammar-location}: Adjust.
    
    Change-Id: Ibcad5c710abf10dc2a3bd32220dcd79630a0a052
---
 gnu/packages/linphone.scm | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 0532733313..14e2dbf930 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -239,16 +239,16 @@ IETF.")
 (define-public belcard
   (package
     (name "belcard")
-    (version "5.3.57")
+    (version "5.3.112")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.linphone.org/BC/public/belcard.git";)
-             (commit version)))
+              (url "https://gitlab.linphone.org/BC/public/belcard.git";)
+              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d69s7v3yd276nasfxnsjp3q820pcchdpdpw4y7ak7sf6gr6mrrh"))))
+        (base32 "190l1f7f2dhm887xw34gcawa9c4cmcndikfd8qc1xpn16fals4kd"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug" "tester"))
     (arguments
@@ -258,12 +258,10 @@ IETF.")
       #~(modify-phases %standard-phases
           (add-after 'unpack 'patch-vcard-grammar-location
             (lambda _
-              (let ((vcard-grammar
-                     (string-append #$output
-                                    "/share/belr/grammars/vcard_grammar")))
-                (substitute* "include/belcard/vcard_grammar.hpp"
-                  (("define VCARD_GRAMMAR \"vcard_grammar\"")
-                   (format #f "define VCARD_GRAMMAR ~s" vcard-grammar))))))
+              (substitute* "include/belcard/vcard_grammar.hpp"
+                (("define VCARD3?_GRAMMAR \"" all)
+                 (string-append all (string-append
+                                     #$output "/share/belr/grammars/"))))))
           (add-after 'install 'install-tester
             (lambda _
               (let ((test-name (string-append #$name "-tester")))

Reply via email to