From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0hGuCPL6hF9xSgAA0tVLHw (envelope-from ) for ; Tue, 13 Oct 2020 00:55:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QNH0A/L6hF+9fgAAbx9fmQ (envelope-from ) for ; Tue, 13 Oct 2020 00:55: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 C986694051E for ; Tue, 13 Oct 2020 00:55:13 +0000 (UTC) Received: from localhost ([::1]:54604 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kS8au-0001fM-OW for larch@yhetil.org; Mon, 12 Oct 2020 20:55:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS8ak-0001f6-1S for guix-patches@gnu.org; Mon, 12 Oct 2020 20:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kS8aj-0007yl-NH for guix-patches@gnu.org; Mon, 12 Oct 2020 20:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kS8aj-0003BT-L8 for guix-patches@gnu.org; Mon, 12 Oct 2020 20:55:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43970] [PATCH 5/5] gnu: Add authenticator. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 13 Oct 2020 00:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43970 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43970@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43970-submit@debbugs.gnu.org id=B43970.160255044712171 (code B ref 43970); Tue, 13 Oct 2020 00:55:01 +0000 Received: (at 43970) by debbugs.gnu.org; 13 Oct 2020 00:54:07 +0000 Received: from localhost ([127.0.0.1]:44464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS8Zr-0003AE-5G for submit@debbugs.gnu.org; Mon, 12 Oct 2020 20:54:07 -0400 Received: from mout01.posteo.de ([185.67.36.65]:59970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS8Zp-000395-0Y for 43970@debbugs.gnu.org; Mon, 12 Oct 2020 20:54:05 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5B05F16005C for <43970@debbugs.gnu.org>; Tue, 13 Oct 2020 02:53:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1602550439; bh=3kAWj+BGCoCLHc4lYC8lfHWon5HQvvo/JdSoToWTsKM=; h=From:To:Cc:Subject:Date:From; b=kbWg3Z2SPTfCcShkMQ5PU7tsmILLK0Ah4OXU7ekcgwWnTqTVxEmdWocQEZxk9fsfQ a6D3MKCk2nxDYr57k4GlTHtfHS0asU8KOw6Kg19MvwETBn0NiFJTAy50JZMMS6LY4j 0CDn8X0fQfwm5UbFlJzeWDEbY9zZk9yYJSeUiaX4sg8DjHVksrrYrIK3DYiCt69XXR NpmpcjBbpN9iYw5bBDsIprHigr9z7ORItis7IoV2KNwKgXcMauBGk8wKMPyDKMliQF 04Z9JP6KtR8c+5ayXuABAnYOl6WCGKzvLcwAhRc9U/peLl/P9+NJACE5Aax/FiCPro HULghk7RepiNA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4C9H9d6LS2z6tmD; Tue, 13 Oct 2020 02:53:57 +0200 (CEST) From: Vinicius Monego Date: Mon, 12 Oct 2020 21:53:25 -0300 Message-Id: <20201013005325.23880-4-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201013005325.23880-1-monego@posteo.net> References: <20201013005325.23880-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=posteo.net header.s=2017 header.b=kbWg3Z2S; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 5.09 X-TUID: /UnQ+kwUq0nf * gnu/packages/gnome.scm (authenticator): New variable. --- gnu/packages/gnome.scm | 70 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e6cdb44a4d..d0e6b63352 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -74,6 +74,7 @@ (define-module (gnu packages gnome) #:use-module (gnu packages) #:use-module (gnu packages admin) + #:use-module (gnu packages aidc) #:use-module (gnu packages aspell) #:use-module (gnu packages autotools) #:use-module (gnu packages avahi) @@ -9129,6 +9130,75 @@ specified duration and save it as a GIF encoded animated image file.") (home-page "https://git.gnome.org/browse/byzanz") (license license:gpl2+)))) +(define-public authenticator + (package + (name "authenticator") + (version "3.32.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.gnome.org/World/Authenticator") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1c4r9rnrz5gazrfg0z2rcwax4nscs7z391bcjcl74k6ln3blwzpr")))) + (build-system meson-build-system) + (arguments + `(#:glib-or-gtk? #t + #:phases + (modify-phases %standard-phases + (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((prog (string-append (assoc-ref outputs "out") + "/bin/authenticator")) + (pylib (string-append (assoc-ref outputs "out") + "/lib/python" + ,(version-major+minor + (package-version python)) + "/site-packages"))) + (wrap-program prog + `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib)) + `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))) + #t)))))) + (native-inputs + `(("desktop-file-utils" ,desktop-file-utils) + ("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("gobject-introspection" ,gobject-introspection) + ("gtk+:bin" ,gtk+ "bin") + ("pkg-config" ,pkg-config))) + (inputs + `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("gtk+" ,gtk+) + ("libhandy" ,libhandy-0.0) + ("libsecret" ,libsecret) + ("python-beautifulsoup4" ,python-beautifulsoup4) + ("python-pillow" ,python-pillow) + ("python-pyfavicon" ,python-pyfavicon) + ("python-pygobject" ,python-pygobject) + ("python-pyotp" ,python-pyotp) + ("python-pyzbar" ,python-pyzbar) + ("yoyo-migrations" ,yoyo-migrations) + ("zbar" ,zbar))) + (home-page "https://gitlab.gnome.org/World/Authenticator/") + (synopsis "Two-factor authentication application built for GNOME") + (description + "Authenticator is a two-factor authentication (2FA) application built for +the GNOME desktop environment. + +Features: + +@itemize +@item QR code scanner +@item Beautiful UI +@item Huge database of more than 560 supported services +@item Keep your PIN tokens secure by locking the application with a password +@item Automatically fetch an image for services using their favicon +@item The possibility to add new services +@end itemize") + (license license:gpl3+))) + (define-public gsound (package (name "gsound") -- 2.20.1