From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ENV8Jd7lq2HkGQAAgWs5BA (envelope-from ) for ; Sat, 04 Dec 2021 23:04:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id sHgpId7lq2FgHQAAB5/wlQ (envelope-from ) for ; Sat, 04 Dec 2021 22:04:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1DF524BD9 for ; Sat, 4 Dec 2021 23:04:14 +0100 (CET) Received: from localhost ([::1]:38298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtd8f-0006bA-5Y for larch@yhetil.org; Sat, 04 Dec 2021 17:04:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59260) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtd8V-0006aZ-8T for guix-patches@gnu.org; Sat, 04 Dec 2021 17:04:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44020) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mtd8U-0003PN-UZ for guix-patches@gnu.org; Sat, 04 Dec 2021 17:04:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mtd8U-00067Z-Q3 for guix-patches@gnu.org; Sat, 04 Dec 2021 17:04:02 -0500 Subject: bug#51640: [PATCH guix 0/1] [PATCH] Adds libphonenumber Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 04 Dec 2021 22:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51640 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ~rdesfo Cc: 51640-done@debbugs.gnu.org, ~rdesfo , rdes@protonmail.com Mail-Followup-To: 51640@debbugs.gnu.org, ludo@gnu.org, rdesfo@protonmail.com Received: via spool by 51640-done@debbugs.gnu.org id=D51640.163865542123456 (code D ref 51640); Sat, 04 Dec 2021 22:04:02 +0000 Received: (at 51640-done) by debbugs.gnu.org; 4 Dec 2021 22:03:41 +0000 Received: from localhost ([127.0.0.1]:55556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtd89-00066G-9H for submit@debbugs.gnu.org; Sat, 04 Dec 2021 17:03:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtd87-00065y-EO for 51640-done@debbugs.gnu.org; Sat, 04 Dec 2021 17:03:39 -0500 Received: from [2001:470:142:3::e] (port=49506 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtd82-0003Lo-5F; Sat, 04 Dec 2021 17:03:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qsYhBM0/udc8UW4pXRnD+C8WLvUqmgHPbbrlmb+qaF4=; b=FTknhbOHUwBjR/EocORq uDo9xqrSWcqEpUD5yMbtmschUjo+JbvZs4bMJgOKtOq9LhgdlaEJwuD2/kw4m4Z9FClM2sJA2Htsx JncQuOEbiZ7SND9PY5wLKt3LJL/kI72eYigi2qIR3TpQ+H5jUGD6sBR4sUlUuBwRr3FeDyLntVnsc MRceHUQNsmGkszyYty9jEWg5BghVTJpXDvSD3rJivLocaWl6wyFfGJTIR7Qe/KkqKT6RDRUYzyhm2 yfrWYdSeb5g2WRRKlYpeEnrBVcfDNjnFQiasfnlPuB9SOaYDLV0B29S2pJIJtHvgFtSqxxiNJ2gtP 250b9TNHfek4jw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:64420 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtd82-0002Zm-1w; Sat, 04 Dec 2021 17:03:34 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <163621595987.14225.8793005658266325764-0@git.sr.ht> <163621595987.14225.8793005658266325764-1@git.sr.ht> Date: Sat, 04 Dec 2021 23:03:31 +0100 In-Reply-To: <163621595987.14225.8793005658266325764-1@git.sr.ht> (rdesfo@git.sr.ht's message of "Sun, 12 Sep 2021 16:24:01 -0400") Message-ID: <87lf10uix8.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638655454; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=qsYhBM0/udc8UW4pXRnD+C8WLvUqmgHPbbrlmb+qaF4=; b=ViNNUw9ggKQ5pMLR8IohwBvF/8aJqbD+hO2oI4IuKPL+i2wqOhjWJKfYpN377uqieUXumK GtybVzMIbQSyPrD4fvrLMw+fTGCWvFHEHmH2HSTVM7+lniAN19mkWDPeAbxq2OC0tGSagv 9q6E5ej0CxG6B8v7C+TsqaluM90H7a5wnDHQjdtQeg++8aQE5PoUA1QnmKfzraomPenuSn fmKEWdISoPoSpCC7FGbCbMDnjadVkDXKSbo3PxkeldfgBG1yk+m86ZYqGMGG50PXYW9wU4 D0c1nGll5yjuukgdN/iKmf2CMDdGqJ+m9/0edrvVTKgwlPvAWDnQZb2J5DEQVg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638655454; a=rsa-sha256; cv=none; b=MId/bdvyR8O4Z0FUPWwPLMVjc0QZ2NTBKMDAIKfEXvo6YlPkE8Lc8tyQvS30SaHzloOvoq ZQYwB5s1Da1Ir3B968At6R0wzrzmOPkCbrudToTo1P0xRDccJJGl9DsdwkIzfIS3hwAPV/ 7JAIk/a//yhxxgu+TAE63hO8ny5yhfqxEyj5NKu2xXrD5ZK6hPoYequU4zgXMTjUC58WSA 0d9k8k7c6zwBes9umX//dn4uZVQOdl2+cBB9xXJjfMPq7DoXSD5TTk2C3ohoX9j7pCt6Ho gItXqM/oEdls4Y75AW2UMUTsS2K/AIgUXg2WkEafNiRKz9t8Qfe0VdwcWexRHQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FTknhbOH; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.63 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FTknhbOH; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 1DF524BD9 X-Spam-Score: -2.63 X-Migadu-Scanner: scn0.migadu.com X-TUID: xsmWSLPkd1A2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, ~rdesfo skribis: > From: Ryan Desfosses > > * gnu/package/messaging.scm (libphonenumber): New variable Applied with the changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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))) --=-=-=--