GNU bug report logs -
#69524
[PATCH] gnu: lite-xl: Update to 2.1.3.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#69524: [PATCH] gnu: lite-xl: Update to 2.1.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 69524 <at> debbugs.gnu.org.
--
69524: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69524
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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!
[Message part 3 (message/rfc822, inline)]
* 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
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.