From patchwork Sat Mar 27 13:46:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?L=C3=A9o_Le_Bouter?= X-Patchwork-Id: 28137 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8A9C127BC5D; Sat, 27 Mar 2021 13:47:23 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 23E2327BC5C for ; Sat, 27 Mar 2021 13:47:23 +0000 (GMT) Received: from localhost ([::1]:44828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lQ9He-0007Iy-Ao for patchwork@mira.cbaines.net; Sat, 27 Mar 2021 09:47:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQ9HK-0007Ic-Rm for guix-patches@gnu.org; Sat, 27 Mar 2021 09:47:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60285) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lQ9HJ-00082L-VP for guix-patches@gnu.org; Sat, 27 Mar 2021 09:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lQ9HJ-0002iu-Te for guix-patches@gnu.org; Sat, 27 Mar 2021 09:47:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47433] [PATCH 2/2] gnu: Add lagrange. Resent-From: =?utf-8?q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Mar 2021 13:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47433 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47433@debbugs.gnu.org Cc: =?utf-8?q?L=C3=A9o?= Le Bouter Received: via spool by 47433-submit@debbugs.gnu.org id=B47433.161685280010415 (code B ref 47433); Sat, 27 Mar 2021 13:47:01 +0000 Received: (at 47433) by debbugs.gnu.org; 27 Mar 2021 13:46:40 +0000 Received: from localhost ([127.0.0.1]:43590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQ9Gx-0002hs-O4 for submit@debbugs.gnu.org; Sat, 27 Mar 2021 09:46:40 -0400 Received: from mail.zaclys.net ([178.33.93.72]:39491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQ9Gv-0002hZ-5y for 47433@debbugs.gnu.org; Sat, 27 Mar 2021 09:46:37 -0400 Received: from localhost.localdomain (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 12RDkUl0056791 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 27 Mar 2021 14:46:31 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 12RDkUl0056791 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1616852791; bh=ZQ0Bm342nI0Dnabci+lAtems6XkdEhlAO79C1jh/4S4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DVrgE1y6dbBWYnu/4SGzsHKeCsqirPDETJy72Zfep81VSl0Tfqp/xToXqNJ2K0sqW SpufY55/2z0hQjA77NCsQ7+rqmDS9bsgqqSrP/eG/fFN8h2hLQ+ZGf7HNCNFCoHqLM DKaWxFlo5AJRrNNV0Tf7mdZwk/q0HBvYz2o0qFDo= Date: Sat, 27 Mar 2021 14:46:29 +0100 Message-Id: <20210327134629.31646-2-lle-bout@zaclys.net> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210327134629.31646-1-lle-bout@zaclys.net> References: <20210327134629.31646-1-lle-bout@zaclys.net> MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: =?utf-8?q?L=C3=A9o?= Le Bouter X-ACL-Warn: , =?utf-8?q?L=C3=A9o?= Le Bouter via Guix-patches X-Patchwork-Original-From: =?utf-8?q?L=C3=A9o?= Le Bouter via Guix-patches via From: =?utf-8?q?L=C3=A9o_Le_Bouter?= X-getmail-retrieved-from-mailbox: Patches * gnu/packages/web.scm (lagrange): New variable. --- gnu/packages/web.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index dc45c2a3b2..c814638ec1 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -143,6 +143,7 @@ #:use-module (gnu packages mail) #:use-module (gnu packages man) #:use-module (gnu packages markup) + #:use-module (gnu packages mp3) #:use-module (gnu packages ncurses) #:use-module (gnu packages networking) #:use-module (gnu packages nss) @@ -160,6 +161,7 @@ #:use-module (gnu packages qt) #:use-module (gnu packages re2c) #:use-module (gnu packages readline) + #:use-module (gnu packages sdl) #:use-module (gnu packages search) #:use-module (gnu packages sphinx) #:use-module (gnu packages texinfo) @@ -6675,6 +6677,48 @@ point of view of someone who appreciates the user-friendliness of Qt and some of the thinking behind C++ STL.") (license license:bsd-2)))) +;; When upgrading, also upgrade the "the-foundation" package just above. +;; Lagrange pins specific commits of it and "the-foundation" does not make +;; releases (yet?). +(define-public lagrange + (package + (name "lagrange") + (version "1.2.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.skyjake.fi/skyjake/lagrange") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0djwr0n06z993kdpvks1dj7nr4j6481sfh5mjjg7q2hsfnsj9kmx")) + (modules '((guix build utils))) + (snippet + '(begin + (delete-file-recursively "lib/the_Foundation") + #t)))) + (build-system cmake-build-system) + (arguments + `(;; No tests + #:tests? #f)) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("the-foundation" ,the-foundation) + ("sdl2" ,sdl2) + ("curl" ,curl) + ("zlib" ,zlib) + ("pcre" ,pcre) + ("mpg123" ,mpg123))) + (home-page "https://gmi.skyjake.fi/lagrange/") + (synopsis "Beautiful desktop GUI client for browsing Geminispace") + (description "@code{Lagrange} is a desktop GUI client for browsing +Geminispace. It offers modern conveniences familiar from web browsers, such +as smooth scrolling, inline image viewing, multiple tabs, visual themes, +Unicode fonts, bookmarks, history, and page outlines.") + (license license:bsd-2))) + (define-public python-py-ubjson (package (name "python-py-ubjson")