From patchwork Thu Sep 29 20:52:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 43062 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 1625627BBEA; Thu, 29 Sep 2022 21:53:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id C115B27BBE9 for ; Thu, 29 Sep 2022 21:53:16 +0100 (BST) Received: from localhost ([::1]:59802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oe0Wx-00074V-Nw for patchwork@mira.cbaines.net; Thu, 29 Sep 2022 16:53:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45782) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oe0Wl-00073y-9b for guix-patches@gnu.org; Thu, 29 Sep 2022 16:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40702) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oe0Wk-0004U2-Hj for guix-patches@gnu.org; Thu, 29 Sep 2022 16:53:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oe0Wk-0000Cp-CO for guix-patches@gnu.org; Thu, 29 Sep 2022 16:53:02 -0400 Subject: bug#58018: [PATCH] gnu: Add lite-xl. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 29 Sep 2022 20:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58018 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zamfofex Cc: 58018-done@debbugs.gnu.org Mail-Followup-To: 58018@debbugs.gnu.org, ludo@gnu.org, zamfofex@twdb.moe Received: via spool by 58018-done@debbugs.gnu.org id=D58018.1664484745737 (code D ref 58018); Thu, 29 Sep 2022 20:53:02 +0000 Received: (at 58018-done) by debbugs.gnu.org; 29 Sep 2022 20:52:25 +0000 Received: from localhost ([127.0.0.1]:39779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oe0W8-0000Bp-Ud for submit@debbugs.gnu.org; Thu, 29 Sep 2022 16:52:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oe0W5-0000BY-IC for 58018-done@debbugs.gnu.org; Thu, 29 Sep 2022 16:52:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49584) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oe0W0-0004Qo-36; Thu, 29 Sep 2022 16:52:16 -0400 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=8K4ssBmaQ6XTaLenhllSAVTNVWQZH+wM4iMcl4pY12w=; b=NkJvR8f08NXuo+VvWnca JUXMj/etzpJd/bDZJexBGj09e7gxwjNfcxvZt/marmIFthWedI1ra3s3p7S0Z4ZffvkN7fzOyReXr QkCvxkjGKG0HRA4tTaGMpStRK+8QNlO3ozCEa5fI2EAptXUjlRkjWw5LPfgCcRe8UqVTeUdmLRp1o Q1/WTbgaqJ6LinYK7+4RAydmMm3lBZ8I38dbThCyg9Uk8Eb8N/H0kvwA6YSL5oOoKN+EFSbCo051i VJeTJsfwQLEyVe9FwQKBSdFs5PaL0yD7MdB9itM5vr+kP22KllnRGWIWMLQtM1RcgkXihXvJJR9e4 8qfLNXkQh/60ug==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53584 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oe0Vz-0008Kn-Ki; Thu, 29 Sep 2022 16:52:15 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <05b7c5eece80a38572cbaf688f384c3d9ffe392c.1663916438.git.zamfofex@twdb.moe> Date: Thu, 29 Sep 2022 22:52:13 +0200 In-Reply-To: <05b7c5eece80a38572cbaf688f384c3d9ffe392c.1663916438.git.zamfofex@twdb.moe> (zamfofex@twdb.moe's message of "Fri, 23 Sep 2022 04:00:59 -0300") Message-ID: <87mtah9a4i.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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" X-getmail-retrieved-from-mailbox: Patches Hi, zamfofex skribis: > * gnu/packages/text-editors.scm (lite-xl): New variable. Applied with the changes below. Thanks! Ludo’. diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 6df2814411..40d6d28b55 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -1291,12 +1291,12 @@ (define-public lite-xl sdl2)) (native-inputs (list pkg-config)) (home-page "https://lite-xl.com") - (synopsis "A lightweight text editor written in Lua") + (synopsis "Lightweight text editor written in Lua") (description - "Lite XL is derived from lite. It is a lightweight text editor -written mostly in Lua — it aims to provide something practical, pretty, small -and fast easy to modify and extend, or to use without doing either. + "Lite XL is derived from lite. It is a lightweight text editor written +mostly in Lua. It aims to provide something practical, pretty, small and fast +easy to modify and extend, or to use without doing either. -The aim of Lite XL compared to lite is to be more user friendly, improve the +The aim of Lite XL compared to lite is to be more user-friendly, improve the quality of font rendering, and reduce CPU usage.") (license license:expat)))