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

Previous Next

Package: guix-patches;

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

Date: Fri, 23 Dec 2022 15:18:02 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 60277 in the body.
You can then email your comments to 60277 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#60277; Package guix-patches. (Fri, 23 Dec 2022 15:18:02 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. (Fri, 23 Dec 2022 15:18:02 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
Cc: Parnikkapore <poomklao <at> yahoo.com>
Subject: [PATCH] gnu: lite-xl: Update to 2.1.0.
Date: Fri, 23 Dec 2022 22:08:13 +0700
    * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.0.
      Lua input is updated because the new version would not build
      with Lua 5.2 .
---
 gnu/packages/text-editors.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 854a424b8a..6adf7122bd 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1359,7 +1359,7 @@ (define-public mle
 (define-public lite-xl
   (package
     (name "lite-xl")
-    (version "2.0.5")
+    (version "2.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1368,15 +1368,15 @@ (define-public lite-xl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l2i9mvbkc4kqkwk2p17zd1rlm5v41acdyp2xivi53p2hkj4x6pf"))
+                "08s6hsi57nnmcs22fk6nj7pjwjsh0cnjlyz919w8sjds51v0ax7n"))
               (modules '((guix build utils)))
               (snippet '(substitute* "meson.build"
-                          (("dependency\\('lua5\\.2',")
-                           "dependency('lua-5.2',")))))
+                          (("dependency\\('lua5\\.4',")
+                           "dependency('lua-5.4',")))))
     (build-system meson-build-system)
     (inputs (list agg
                   freetype
-                  lua-5.2
+                  lua-5.4
                   pcre2
                   reproc
                   sdl2))

base-commit: dd8a20355e6e2bc349b7af00f309629fb054ed09
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#60277; Package guix-patches. (Sun, 08 Jan 2023 09:30:02 GMT) Full text and rfc822 format available.

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

From: Parnikkapore <poomklao <at> yahoo.com>
To: 60277 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: lite-xl: Update to 2.2.0.
Date: Sun,  8 Jan 2023 17:28:54 +0800
    * gnu/packages/text-editors.scm (lite-xl): Update to 2.2.0.
      Lua input is updated because the new version would not build
      with Lua 5.2 .
---

Upstream released a new version so here's an updated patch to match!

 gnu/packages/text-editors.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0094959cbb..0c1776326f 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1359,7 +1359,7 @@ (define-public mle
 (define-public lite-xl
   (package
     (name "lite-xl")
-    (version "2.0.5")
+    (version "2.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1368,15 +1368,15 @@ (define-public lite-xl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l2i9mvbkc4kqkwk2p17zd1rlm5v41acdyp2xivi53p2hkj4x6pf"))
+                "08s6hsi57nnmcs22fk6nj7pjwjsh0cnjlyz919w8sjds51v0ax7n"))
               (modules '((guix build utils)))
               (snippet '(substitute* "meson.build"
-                          (("dependency\\('lua5\\.2',")
-                           "dependency('lua-5.2',")))))
+                          (("dependency\\('lua5\\.4',")
+                           "dependency('lua-5.4',")))))
     (build-system meson-build-system)
     (inputs (list agg
                   freetype
-                  lua-5.2
+                  lua-5.4
                   pcre2
                   reproc
                   sdl2))

base-commit: db3fdbbdfee9d412053cc9538ad76abee7c2cb89
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60277; Package guix-patches. (Tue, 10 Jan 2023 15:34:02 GMT) Full text and rfc822 format available.

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

From: Parnikkapore <poomklao <at> yahoo.com>
To: 60277 <at> debbugs.gnu.org
Subject: [PATCH v3] gnu: lite-xl: Update to 2.1.1
Date: Tue, 10 Jan 2023 23:33:04 +0800
    * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1
      Lua input is updated because the new version would not build
      with Lua 5.2 .
---

And here's the *actual* updated version. Sorry about that! (forgot
to stage my changes before amending lol)

 gnu/packages/text-editors.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0094959cbb..d96abd7e5b 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1359,7 +1359,7 @@ (define-public mle
 (define-public lite-xl
   (package
     (name "lite-xl")
-    (version "2.0.5")
+    (version "2.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1368,15 +1368,15 @@ (define-public lite-xl
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l2i9mvbkc4kqkwk2p17zd1rlm5v41acdyp2xivi53p2hkj4x6pf"))
+                "1pnmax68hvk1ry4bjsxwq4qimfn55pai8jlljw6jiqzcmh4mp7xm"))
               (modules '((guix build utils)))
               (snippet '(substitute* "meson.build"
-                          (("dependency\\('lua5\\.2',")
-                           "dependency('lua-5.2',")))))
+                          (("dependency\\('lua5\\.4',")
+                           "dependency('lua-5.4',")))))
     (build-system meson-build-system)
     (inputs (list agg
                   freetype
-                  lua-5.2
+                  lua-5.4
                   pcre2
                   reproc
                   sdl2))

base-commit: db3fdbbdfee9d412053cc9538ad76abee7c2cb89
-- 
2.38.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Mon, 30 Jan 2023 03:00:02 GMT) Full text and rfc822 format available.

Notification sent to Parnikkapore <poomklao <at> yahoo.com>:
bug acknowledged by developer. (Mon, 30 Jan 2023 03:00:03 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: Parnikkapore <poomklao <at> yahoo.com>
Cc: 60277-done <at> debbugs.gnu.org
Subject: Re: bug#60277: [PATCH] gnu: lite-xl: Update to 2.1.0.
Date: Mon, 30 Jan 2023 10:59:51 +0800
Parnikkapore <poomklao <at> yahoo.com> writes:

>     * gnu/packages/text-editors.scm (lite-xl): Update to 2.1.1
>       Lua input is updated because the new version would not build
>       with Lua 5.2 .

Pushed, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Feb 2023 12:24:11 GMT) Full text and rfc822 format available.

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

Previous Next


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