From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2Lg/IL0FNmPDDAAAbAwnHQ (envelope-from ) for ; Thu, 29 Sep 2022 22:53:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id I3yEH70FNmOlYgAAG6o9tA (envelope-from ) for ; Thu, 29 Sep 2022 22:53:17 +0200 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 34BBF14772 for ; Thu, 29 Sep 2022 22:53:17 +0200 (CEST) Received: from localhost ([::1]:59802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oe0Wy-00074V-C2 for larch@yhetil.org; Thu, 29 Sep 2022 16:53:16 -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 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=1664484797; 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=8K4ssBmaQ6XTaLenhllSAVTNVWQZH+wM4iMcl4pY12w=; b=c58ax+HA0Eg+tEu+cJKPcmn16V06h4nJX2eCe3ZnpVjhjEq3PeME+pxOnvlIHMPB91OVsJ MjA7RVLhbSRy3oj/QnGeGo2dcplD2onurcowj1I1solGMLgTkWlys1G8urM0EvESsGmcF/ RpofOg2EVeSUy5nW+Vzk03fp9dnkPnRHyhnu9DLJ/gfas6XPRe+E1DIUarO/MiSMXYCgJk W7B9NZAfiHfhCGQJl6Lt6+7EZgkj9L/xN2x71pOJ5RDYNHLfVNUSaLqs7xZnoP0B8nDDUP Mjy0Yopu3Z5GFPDsvCbV+o7VLwIvCIF+uim/WPZ3/kufDXkztjwlIDCkpLYlew== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664484797; a=rsa-sha256; cv=none; b=PIhGISvDQ81vBr/QKF3m5j4UmFD6Ell4M8byk8HXkmdgQmGUJDqeCCg8uSOmRM3ICZWnAj YwdnZPJY6y2hyMSXLdmQuNX3V9InNjctjj3biyoxhLFpH6Q0WZf/qWaCVdABbJwvyXu/GQ I6cTq5qXMun1uOrnAox/D2LTaj8nNV8u+GbMQsT5Kt9uTTKoQbEI3+VIbKJW4atE18zAK6 wBJYB3Voh1y/y7DWWuTRpJbQC4oqSVB6Fw53utuLbcPXABznAoAOTcPog1kQpnslJzLm8Z MLcQK88GgECKZQAlqA5vFHtyRNea60XUPj15n/hdsuxX928WVV6gpFrm1x20gg== 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=NkJvR8f0; 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: -1.24 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NkJvR8f0; 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: 34BBF14772 X-Spam-Score: -1.24 X-Migadu-Scanner: scn1.migadu.com X-TUID: 1GocHuBm6rMq --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, zamfofex skribis: > * gnu/packages/text-editors.scm (lite-xl): New variable. Applied with the changes below. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =E2=80=94 it aims to provide something practical, pr= etty, 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 writt= en +mostly in Lua. It aims to provide something practical, pretty, small and = fast +easy to modify and extend, or to use without doing either. =20 -The aim of Lite XL compared to lite is to be more user friendly, improve t= he +The aim of Lite XL compared to lite is to be more user-friendly, improve t= he quality of font rendering, and reduce CPU usage.") (license license:expat))) --=-=-=--