unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69524] [PATCH] gnu: lite-xl: Update to 2.1.3.
       [not found] <6c34a21f0decd8ffb74d24d186cd1991a5db6d6e.1709475374.git.poomklao.ref@yahoo.com>
@ 2024-03-03 14:16 ` Parnikkapore via Guix-patches via
  2024-03-10  4:17   ` bug#69524: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Parnikkapore via Guix-patches via @ 2024-03-03 14:16 UTC (permalink / raw)
  To: 69524

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69524: [PATCH] gnu: lite-xl: Update to 2.1.3.
  2024-03-03 14:16 ` [bug#69524] [PATCH] gnu: lite-xl: Update to 2.1.3 Parnikkapore via Guix-patches via
@ 2024-03-10  4:17   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  4:17 UTC (permalink / raw)
  To: Parnikkapore; +Cc: 69524-done

Parnikkapore <poomklao@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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-10  4:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <6c34a21f0decd8ffb74d24d186cd1991a5db6d6e.1709475374.git.poomklao.ref@yahoo.com>
2024-03-03 14:16 ` [bug#69524] [PATCH] gnu: lite-xl: Update to 2.1.3 Parnikkapore via Guix-patches via
2024-03-10  4:17   ` bug#69524: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).