mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
d4e6bac0e8
commit
3fb97aa34c
1 changed files with 8 additions and 10 deletions
|
@ -239,16 +239,16 @@ IETF.")
|
||||||
(define-public belcard
|
(define-public belcard
|
||||||
(package
|
(package
|
||||||
(name "belcard")
|
(name "belcard")
|
||||||
(version "5.3.57")
|
(version "5.3.112")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.linphone.org/BC/public/belcard.git")
|
(url "https://gitlab.linphone.org/BC/public/belcard.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d69s7v3yd276nasfxnsjp3q820pcchdpdpw4y7ak7sf6gr6mrrh"))))
|
(base32 "190l1f7f2dhm887xw34gcawa9c4cmcndikfd8qc1xpn16fals4kd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "debug" "tester"))
|
(outputs '("out" "debug" "tester"))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -258,12 +258,10 @@ IETF.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-vcard-grammar-location
|
(add-after 'unpack 'patch-vcard-grammar-location
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((vcard-grammar
|
(substitute* "include/belcard/vcard_grammar.hpp"
|
||||||
(string-append #$output
|
(("define VCARD3?_GRAMMAR \"" all)
|
||||||
"/share/belr/grammars/vcard_grammar")))
|
(string-append all (string-append
|
||||||
(substitute* "include/belcard/vcard_grammar.hpp"
|
#$output "/share/belr/grammars/"))))))
|
||||||
(("define VCARD_GRAMMAR \"vcard_grammar\"")
|
|
||||||
(format #f "define VCARD_GRAMMAR ~s" vcard-grammar))))))
|
|
||||||
(add-after 'install 'install-tester
|
(add-after 'install 'install-tester
|
||||||
(lambda _
|
(lambda _
|
||||||
(let ((test-name (string-append #$name "-tester")))
|
(let ((test-name (string-append #$name "-tester")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue