GNU bug report logs -
#77234
[PATCH 0/3] Add three fcitx5 themes
Previous Next
Full log
Message #26 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I68893982d2a38178a54459b0e2b632ff9f97bedf
---
gnu/packages/fcitx5.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 899f721d3f..eb1fd1f520 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.