[PATCH] gnu: lite-xl: Update to 2.1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Parnikkapore
Owner
unassigned
Submitted by
Parnikkapore
Severity
normal

Debbugs page

Parnikkapore wrote 1 years ago
(address . guix-patches@gnu.org)
6c34a21f0decd8ffb74d24d186cd1991a5db6d6e.1709475374.git.poomklao@yahoo.com
* 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(-)

Toggle diff (42 lines)
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
宋文武 wrote 1 years ago
(name . Parnikkapore)(address . poomklao@yahoo.com)(address . 69524-done@debbugs.gnu.org)
87o7bmen5h.fsf@envs.net
Parnikkapore <poomklao@yahoo.com> writes:

Toggle quote (4 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69524@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69524
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help