GNU bug report logs - #69524
[PATCH] gnu: lite-xl: Update to 2.1.3.

Previous Next

Package: guix-patches;

Reported by: Parnikkapore <poomklao <at> yahoo.com>

Date: Sun, 3 Mar 2024 14:20:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69524 in the body.
You can then email your comments to 69524 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69524; Package guix-patches. (Sun, 03 Mar 2024 14:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Parnikkapore <poomklao <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 03 Mar 2024 14:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Parnikkapore <poomklao <at> yahoo.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: lite-xl: Update to 2.1.3.
Date: Sun,  3 Mar 2024 21:16:14 +0700
* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.3.
[source]: Remove snippet. The code being patched no longer exists.
[inputs]: Remove agg and reproc. These dependencies are removed in 2.1.0.

Change-Id: If3a57587ce2049f94e4ac7791c680d29a4e7d222
---
 gnu/packages/text-editors.scm | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 977a101c97..d13cd8698a 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1473,7 +1473,7 @@ (define-public mle
 (define-public lite-xl
   (package
     (name "lite-xl")
-    (version "2.1.1")
+    (version "2.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1482,18 +1482,13 @@ (define-public lite-xl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pnmax68hvk1ry4bjsxwq4qimfn55pai8jlljw6jiqzcmh4mp7xm"))
-              (modules '((guix build utils)))
-              (snippet '(substitute* "meson.build"
-                          (("dependency\\('lua5\\.4',")
-                           "dependency('lua-5.4',")))))
+                "19wdq8w6ickyynx6r2wg2vf5isl2577zjizgwbzql9vhqdsi8ag3"))))
     (build-system meson-build-system)
-    (inputs (list agg
-                  freetype
-                  lua-5.4
-                  pcre2
-                  reproc
-                  sdl2))
+    (arguments
+      (list
+       ;; Don't try to download Lua
+       #:configure-flags #~'("-Duse_system_lua=true")))
+    (inputs (list lua-5.4 pcre2 freetype sdl2))
     (native-inputs (list pkg-config))
     (home-page "https://lite-xl.com")
     (synopsis "Lightweight text editor written in Lua")

base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
-- 
2.41.0





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 10 Mar 2024 04:18:02 GMT) Full text and rfc822 format available.

Notification sent to Parnikkapore <poomklao <at> yahoo.com>:
bug acknowledged by developer. (Sun, 10 Mar 2024 04:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 69524-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Parnikkapore <poomklao <at> yahoo.com>
Cc: 69524-done <at> debbugs.gnu.org
Subject: Re: [bug#69524] [PATCH] gnu: lite-xl: Update to 2.1.3.
Date: Sun, 10 Mar 2024 12:17:14 +0800
Parnikkapore <poomklao <at> yahoo.com> writes:

> * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.3.
> [source]: Remove snippet. The code being patched no longer exists.
> [inputs]: Remove agg and reproc. These dependencies are removed in 2.1.0.

Pushed as commit b4e60b8362, with small adjust of comment and commit
message.  Thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 07 Apr 2024 11:24:23 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.