From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 23 03:01:59 2022 Received: (at submit) by debbugs.gnu.org; 23 Sep 2022 07:01:59 +0000 Received: from localhost ([127.0.0.1]:39231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obchC-00025y-RB for submit@debbugs.gnu.org; Fri, 23 Sep 2022 03:01:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:42250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1obch9-00025o-8m for submit@debbugs.gnu.org; Fri, 23 Sep 2022 03:01:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59336) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obch1-0007ic-FB for guix-patches@gnu.org; Fri, 23 Sep 2022 03:01:52 -0400 Received: from mta-11-3.privateemail.com ([198.54.122.105]:24178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obcgv-0001Ie-FK for guix-patches@gnu.org; Fri, 23 Sep 2022 03:01:44 -0400 Received: from mta-11.privateemail.com (localhost [127.0.0.1]) by mta-11.privateemail.com (Postfix) with ESMTP id 969EB18000B3; Fri, 23 Sep 2022 03:01:30 -0400 (EDT) Received: from localhost.localdomain (unknown [187.39.6.144]) by mta-11.privateemail.com (Postfix) with ESMTPA id AB8DF18000B5; Fri, 23 Sep 2022 03:01:28 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=twdb.moe; s=default; t=1663916490; bh=eAoef4Xo1U4VNHfkRF8iRUpktRHUmTqaPNy4OiFeby0=; h=From:To:Cc:Subject:Date:From; b=OF4hygZQSg3Vvs0qOzXDqi/P+2smBtPwMBFQufVThSBG8GRhhIYv/1FnIRAz5tXkM 64Ohf6ZCWTbkUGNqHzSNrbMA8yvXplEPwnuRS3hf0o9XczvHYkHBJJ48fD5KwVxGJv LuDMYhhO+07h/VoC540NZLYWehG53lUqvcjhY3asDWiMCZPAvlPLO3iViaHCgUAoU1 ZxK9ZsAGqbwMZC/yOt6I96u1IChCGetwO3ZHSvibDwMRKy7xVcpZExBY0YVb4CBcTx a4ZcMSZtE/8sQOhhlNcKOXVk8CJ+tVJFReNhQJoGZFDUW0DfKnPWa/8KX1AIFohJTs nqjfPEuXCc/fg== From: zamfofex To: guix-patches@gnu.org Subject: [PATCH] gnu: Add lite-xl. Date: Fri, 23 Sep 2022 04:00:59 -0300 Message-Id: <05b7c5eece80a38572cbaf688f384c3d9ffe392c.1663916438.git.zamfofex@twdb.moe> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.122.105; envelope-from=zamfofex@twdb.moe; helo=MTA-11-3.privateemail.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: zamfofex X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/text-editors.scm (lite-xl): New variable. --- gnu/packages/text-editors.scm | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 0c30a70..6df2814 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2021 Calum Irwin ;;; Copyright © 2022 Luis Henrique Gomes Higino ;;; Copyright © 2022 Foo Chuan Wei +;;; Copyright © 2022 zamfofex ;;; ;;; This file is part of GNU Guix. ;;; @@ -45,6 +46,7 @@ (define-module (gnu packages text-editors) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (guix build-system glib-or-gtk) + #:use-module (guix build-system meson) #:use-module (guix build-system python) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) @@ -62,6 +64,7 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages freedesktop) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages graphics) #:use-module (gnu packages gtk) #:use-module (gnu packages guile) #:use-module (gnu packages haskell-xyz) @@ -81,6 +84,7 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages qt) #:use-module (gnu packages regex) #:use-module (gnu packages ruby) + #:use-module (gnu packages sdl) #:use-module (gnu packages sqlite) #:use-module (gnu packages terminals) #:use-module (gnu packages texinfo) @@ -1260,3 +1264,39 @@ (define-public mle splitting, multiple cursors, and integration with various shell commands.") (license license:asl2.0))) + +(define-public lite-xl + (package + (name "lite-xl") + (version "2.0.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lite-xl/lite-xl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l2i9mvbkc4kqkwk2p17zd1rlm5v41acdyp2xivi53p2hkj4x6pf")) + (modules '((guix build utils))) + (snippet '(substitute* "meson.build" + (("dependency\\('lua5\\.2',") + "dependency('lua-5.2',"))))) + (build-system meson-build-system) + (inputs (list agg + freetype + lua-5.2 + pcre2 + reproc + sdl2)) + (native-inputs (list pkg-config)) + (home-page "https://lite-xl.com") + (synopsis "A 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. + +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))) -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 29 16:52:25 2022 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zamfofex Subject: Re: bug#58018: [PATCH] gnu: Add lite-xl. 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58018-done Cc: 58018-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= 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))) --=-=-=-- From unknown Sat Sep 20 08:01:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Oct 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator