guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: fcitx5-lua: Update to 5.0.10.


From: guix-commits
Subject: branch master updated: gnu: fcitx5-lua: Update to 5.0.10.
Date: Mon, 07 Nov 2022 03:27:29 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 06db86ec4e gnu: fcitx5-lua: Update to 5.0.10.
06db86ec4e is described below

commit 06db86ec4e490504feabc2024cb36e70af17e3ef
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Nov 7 16:25:45 2022 +0800

    gnu: fcitx5-lua: Update to 5.0.10.
    
    * gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.10.
    [arguments]: Pass "-DUSE_DLOPEN=OFF" to cmake.
---
 gnu/packages/fcitx5.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 8c8677ab7c..89cd0bd660 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -146,7 +146,7 @@ client.")
 (define-public fcitx5-lua
   (package
     (name "fcitx5-lua")
-    (version "5.0.5")
+    (version "5.0.10")
     (source
      (origin
        (method url-fetch)
@@ -154,8 +154,12 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-";
              version ".tar.xz"))
        (sha256
-        (base32 "0f3raxzkq0nwdfpc9hxvg65vga09gznjjgy9dr6jlkamzx8zlyw9"))))
+        (base32 "13vh6i7pap3h9jrjri3cfi7pcjwhlkw9g24ibfh0aykdhd8d7p99"))))
     (build-system cmake-build-system)
+    (arguments
+     (list
+      #:configure-flags
+      #~(list "-DUSE_DLOPEN=OFF")))
     (inputs
      (list fcitx5 lua gettext-minimal libpthread-stubs))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]