GNU bug report logs - #51640
[PATCH guix 0/1] [PATCH] Adds libphonenumber

Previous Next

Package: guix-patches;

Reported by: ~rdesfo <rdesfo <at> protonmail.com>

Date: Sat, 6 Nov 2021 16:36:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51640: closed ([PATCH guix 0/1] [PATCH] Adds libphonenumber)
Date: Sat, 04 Dec 2021 22:04:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 04 Dec 2021 23:03:31 +0100
with message-id <87lf10uix8.fsf_-_ <at> gnu.org>
and subject line Re: bug#51640: [PATCH guix 0/1] [PATCH] Adds libphonenumber
has caused the debbugs.gnu.org bug report #51640,
regarding [PATCH guix 0/1] [PATCH] Adds libphonenumber
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51640: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51640
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ~rdesfo <rdesfo <at> git.sr.ht>
To: guix-patches <at> gnu.org
Cc: rdes <at> protonmail.com
Subject: [PATCH guix 0/1] [PATCH] Adds libphonenumber
Date: Sat, 06 Nov 2021 16:25:59 +0000
Hello,

The attached patch adds libphonenumber.

Ryan Desfosses (1):
  gnu: Add libphonenumber

 gnu/packages/messaging.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

-- 
2.32.0


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: ~rdesfo <rdesfo <at> git.sr.ht>
Cc: 51640-done <at> debbugs.gnu.org, ~rdesfo <rdesfo <at> protonmail.com>,
 rdes <at> protonmail.com
Subject: Re: bug#51640: [PATCH guix 0/1] [PATCH] Adds libphonenumber
Date: Sat, 04 Dec 2021 23:03:31 +0100
[Message part 4 (text/plain, inline)]
Hi,

~rdesfo <rdesfo <at> git.sr.ht> skribis:

> From: Ryan Desfosses <rdes <at> protonmail.com>
>
> * gnu/package/messaging.scm (libphonenumber): New variable

Applied with the changes below, thanks!

Ludo’.

[Message part 5 (text/x-patch, inline)]
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 93f469a968..2e3afb510e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2791,11 +2791,11 @@ (define-public libphonenumber
                (base32
                 "06y3mh1d1mks6d0ynxp3980g712nkf8l5nyljpybsk326b246hg9"))))
    (arguments
-    `(#:tests? #f ; no tests
+    `(#:test-target "tests"
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'change-directory
-          (lambda _ (chdir "cpp") #t)))))
+          (lambda _ (chdir "cpp"))))))
    (build-system cmake-build-system)
    (native-inputs
     `(("googletest" ,googletest)
@@ -2804,8 +2804,10 @@ (define-public libphonenumber
     `(("boost" ,boost)
       ("protobuf" ,protobuf)
       ("icu4c" ,icu4c)))
-   (synopsis "Google's i18n library for parsing and using phone numbers")
-   (description "Google's i18n library for parsing and using phone numbers")
+   (synopsis "Library for parsing and using phone numbers")
+   (description
+    "This package provides a C++ library for parsing, formatting, and
+validating international phone numbers.")
    (home-page "https://github.com/google/libphonenumber")
    (license license:asl2.0)))
 

This bug report was last modified 3 years and 224 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.