[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: Add fcitx5-configtool.
From: |
guix-commits |
Subject: |
08/09: gnu: Add fcitx5-configtool. |
Date: |
Tue, 8 Dec 2020 07:31:40 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit ac1c7530d84aa80dedae60ca0737c270852d8d07
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Mon Dec 7 22:46:03 2020 +0800
gnu: Add fcitx5-configtool.
* gnu/packages/fcitx5.scm (fcitx5-configtool): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/fcitx5.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 5de32e3..69632d8 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -371,3 +371,42 @@ including input methods previous bundled inside Fcitx 4:
license:gpl2+
;; im/pinyin/emoji.txt
license:unicode))))
+
+(define-public fcitx5-configtool
+ (package
+ (name "fcitx5-configtool")
+ (version "5.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://download.fcitx-im.org/fcitx5"
+ "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
+ (sha256
+ (base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:configure-flags
+ ;; KDE is currently not working on Guix, KCM supports doesn't make sense.
+ '("-DENABLE_KCM=Off")))
+ (inputs
+ `(("fcitx5" ,fcitx5)
+ ("fcitx5-qt" ,fcitx5-qt)
+ ("qtbase" ,qtbase)
+ ("qtx11extras" ,qtx11extras)
+ ("kitemviews" ,kitemviews)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("libx11" ,libx11)
+ ("xkeyboard-config" ,xkeyboard-config)
+ ("libxkbfile" ,libxkbfile)
+ ("gettext" ,gettext-minimal)
+ ("iso-codes" ,iso-codes)))
+ (native-inputs
+ `(("gcc" ,gcc-9)
+ ("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)))
+ (home-page "https://github.com/fcitx/fcitx5-configtool")
+ (synopsis "Graphical configuration tool for Fcitx 5")
+ (description "Fcitx5-configtool is a graphical configuration tool
+to manage different input methods in Fcitx 5.")
+ (license license:gpl2+)))
- branch master updated (770fb65 -> af34f75), guix-commits, 2020/12/08
- 03/09: gnu: Add fcitx5-lua., guix-commits, 2020/12/08
- 01/09: gnu: Add xcb-imdkit., guix-commits, 2020/12/08
- 02/09: gnu: Add fcitx5., guix-commits, 2020/12/08
- 04/09: gnu: Add libime., guix-commits, 2020/12/08
- 05/09: gnu: Add fcitx5-qt., guix-commits, 2020/12/08
- 06/09: gnu: Add fcitx5-gtk., guix-commits, 2020/12/08
- 07/09: gnu: Add fcitx5-chinese-addons., guix-commits, 2020/12/08
- 08/09: gnu: Add fcitx5-configtool.,
guix-commits <=
- 09/09: gnu: Add fcitx5-material-color-theme., guix-commits, 2020/12/08