GNU bug report logs - #77234
[PATCH 0/3] Add three fcitx5 themes

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Mon, 24 Mar 2025 10:25:02 UTC

Severity: normal

Tags: patch

Full log


Message #38 received at 77234 <at> debbugs.gnu.org (full text, mbox):

From: Kurome <hunt31999 <at> gmail.com>
To: 77234 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH v3 3/3] gnu: Add fcitx5-fluent-theme.
Date: Tue,  8 Apr 2025 11:53:26 +0900
* gnu/packages/fcitx5.scm (fcitx5-fluent-theme): New variable.

Change-Id: Iff614fc07b02f25485a1957e513a1a4504ffa0ab
---
 gnu/packages/fcitx5.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index cdd63e0401..4a1aa8bdc8 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -676,3 +676,34 @@ (define-public fcitx5-nord-theme
 dimmed pastel colors for a comfortable yet vibrant ambiance.  It offers 2
 versions: Nord-dark and Nord-light.")
       (license license:expat))))
+
+(define-public fcitx5-fluent-theme
+  (let ((commit "399699ac7d366ed6c1952646ed71647e3c8f99b5")
+        (revision "0"))
+    (package
+      (name "fcitx5-fluent-theme")
+      (version (git-version "0.4.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Reverier-Xu/Fluent-fcitx5")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "188gsggh78gjf2kg9kxds819hxidc2yf5aivwbbqayw7cb2h5ijr"))))
+      (build-system copy-build-system)
+      (arguments
+       (list
+        #:install-plan
+        #~'(("FluentDark-solid" "share/fcitx5/themes/")
+            ("FluentDark" "share/fcitx5/themes/")
+            ("FluentLight-solid" "share/fcitx5/themes/")
+            ("FluentLight" "share/fcitx5/themes/"))))
+      (home-page "https://github.com/Reverier-Xu/Fluent-fcitx5")
+      (synopsis "Fluent-Design theme with blur effect and shadow for fcitx5")
+      (description
+       "Fcitx5-fluent-theme is a fluent-design theme with blur effect and
+shadow.  It offers 4 versions: FluentDark, FluentDark-solid, FluentLight, and
+FluentLight-solid.")
+      (license license:mpl2.0))))
-- 
2.49.0





This bug report was last modified 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.