GNU bug report logs -
#77234
[PATCH 0/3] Add three fcitx5 themes
Previous Next
To reply to this bug, email your comments to 77234 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Mon, 24 Mar 2025 10:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 24 Mar 2025 10:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi.
I created three packages of themes for fcitx5.
This is my first time sending a patch, so please let me know if I'm doing
something wrong.
Kurome (3):
Add fcitx5-catppuccin-theme
Add fcitx5-nord-theme
Add fcitx5-fluent-theme
gnu/packages/fcitx5.scm | 90 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Mon, 24 Mar 2025 10:33:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I4de778da11550067eab9cadfaba81653c77f6ca0
---
gnu/packages/fcitx5.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 99812b7556..1f9d63a203 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2022 dan <i <at> dan.games>
;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Charles <charles <at> charje.net>
+;;; Copyright © 2025 Kurome <hunt31999 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -617,3 +618,32 @@ (define-public fcitx5-rime
and sentences intelligently and provide very accurate traditional Chinese
output.")
(license license:lgpl2.1+)))
+
+(define-public fcitx5-catppuccin-theme
+ (let ((commit "383c27ac46cbb55aa5f58acbd32841c1ed3a78a0")
+ (revision "0"))
+ (package
+ (name "fcitx5-catppuccin-theme")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/catppuccin/fcitx5")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07l5d1nlwiq2jhydxckv7a44kic1y8jl93q0jr2i0lmq0zvdzkcz"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("src" "share/fcitx5/themes"))))
+ (home-page "https://github.com/catppuccin/fcitx5")
+ (synopsis "Soothing pastel theme for Fcitx5")
+ (description
+ "Fcitx5-catppuccin-theme is a soothing pastel theme for Fcitx 5. It
+provides 4 flavors (latte, frappe, macchiato and mocha) and 14 accent colors
+(rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
+sapphire, blue and lavender).")
+ (license license:expat))))
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Mon, 24 Mar 2025 10:34:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I8f92d491a6dcbde67206431b2cec8a2c1f222dc8
---
gnu/packages/fcitx5.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 1f9d63a203..899f721d3f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -647,3 +647,32 @@ (define-public fcitx5-catppuccin-theme
(rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
sapphire, blue and lavender).")
(license license:expat))))
+
+(define-public fcitx5-nord-theme
+ (let ((commit "bdaa8fb723b8d0b22f237c9a60195c5f9c9d74d1")
+ (revision "0"))
+ (package
+ (name "fcitx5-nord-theme")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tonyfettes/fcitx5-nord")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04bjxzx26x9r01ss7l0fam22nhsvh38dpijy7za0grnr5g93ynm9"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("Nord-Dark" "share/fcitx5/themes/")
+ ("Nord-Light" "share/fcitx5/themes/"))))
+ (home-page "https://github.com/tonyfettes/fcitx5-nord")
+ (synopsis "Fcitx5 theme based on Nord color")
+ (description
+ "Fcitx5-nord-theme is a Fcitx 5 theme based on Nord Color, featuring
+dimmed pastel colors for a comfortable yet vibrant ambiance. It offers 2
+versions: Nord-dark and Nord-light.")
+ (license license:expat))))
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Mon, 24 Mar 2025 10:34:02 GMT)
Full text and
rfc822 format available.
Message #14 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Sun, 30 Mar 2025 13:11:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Fixed the commit messages.
Kurome (3):
gnu: Add fcitx5-catppuccin-theme
gnu: Add fcitx5-nord-theme
gnu: Add fcitx5-fluent-theme
gnu/packages/fcitx5.scm | 90 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Sun, 30 Mar 2025 13:12:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I4de778da11550067eab9cadfaba81653c77f6ca0
---
gnu/packages/fcitx5.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 99812b7556..1f9d63a203 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2022 dan <i <at> dan.games>
;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Charles <charles <at> charje.net>
+;;; Copyright © 2025 Kurome <hunt31999 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -617,3 +618,32 @@ (define-public fcitx5-rime
and sentences intelligently and provide very accurate traditional Chinese
output.")
(license license:lgpl2.1+)))
+
+(define-public fcitx5-catppuccin-theme
+ (let ((commit "383c27ac46cbb55aa5f58acbd32841c1ed3a78a0")
+ (revision "0"))
+ (package
+ (name "fcitx5-catppuccin-theme")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/catppuccin/fcitx5")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07l5d1nlwiq2jhydxckv7a44kic1y8jl93q0jr2i0lmq0zvdzkcz"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("src" "share/fcitx5/themes"))))
+ (home-page "https://github.com/catppuccin/fcitx5")
+ (synopsis "Soothing pastel theme for Fcitx5")
+ (description
+ "Fcitx5-catppuccin-theme is a soothing pastel theme for Fcitx 5. It
+provides 4 flavors (latte, frappe, macchiato and mocha) and 14 accent colors
+(rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
+sapphire, blue and lavender).")
+ (license license:expat))))
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Sun, 30 Mar 2025 13:12:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I8f92d491a6dcbde67206431b2cec8a2c1f222dc8
---
gnu/packages/fcitx5.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 1f9d63a203..899f721d3f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -647,3 +647,32 @@ (define-public fcitx5-catppuccin-theme
(rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
sapphire, blue and lavender).")
(license license:expat))))
+
+(define-public fcitx5-nord-theme
+ (let ((commit "bdaa8fb723b8d0b22f237c9a60195c5f9c9d74d1")
+ (revision "0"))
+ (package
+ (name "fcitx5-nord-theme")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tonyfettes/fcitx5-nord")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04bjxzx26x9r01ss7l0fam22nhsvh38dpijy7za0grnr5g93ynm9"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("Nord-Dark" "share/fcitx5/themes/")
+ ("Nord-Light" "share/fcitx5/themes/"))))
+ (home-page "https://github.com/tonyfettes/fcitx5-nord")
+ (synopsis "Fcitx5 theme based on Nord color")
+ (description
+ "Fcitx5-nord-theme is a Fcitx 5 theme based on Nord Color, featuring
+dimmed pastel colors for a comfortable yet vibrant ambiance. It offers 2
+versions: Nord-dark and Nord-light.")
+ (license license:expat))))
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Sun, 30 Mar 2025 13:12:02 GMT)
Full text and
rfc822 format available.
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Tue, 08 Apr 2025 02:53:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 77234 <at> debbugs.gnu.org (full text, mbox):
Fixed commit messages.
Kurome (3):
gnu: Add my-fcitx5-catppuccin-theme.
gnu: Add fcitx5-nord-theme.
gnu: Add fcitx5-fluent-theme.
gnu/packages/fcitx5.scm | 90 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Tue, 08 Apr 2025 02:54:01 GMT)
Full text and
rfc822 format available.
Message #32 received at 77234 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fcitx5.scm: Add Kurome to copyright header.
(my-fcitx5-catppuccin-theme): New variable.
Change-Id: I6023fa6d5b60e4db00883fdea4c873ecb39fc92b
---
gnu/packages/fcitx5.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 99812b7556..2044625c81 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2022 dan <i <at> dan.games>
;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Charles <charles <at> charje.net>
+;;; Copyright © 2025 Kurome <hunt31999 <at> gmail.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -617,3 +618,32 @@ (define-public fcitx5-rime
and sentences intelligently and provide very accurate traditional Chinese
output.")
(license license:lgpl2.1+)))
+
+(define-public fcitx5-catppuccin-theme
+ (let ((commit "383c27ac46cbb55aa5f58acbd32841c1ed3a78a0")
+ (revision "0"))
+ (package
+ (name "fcitx5-catppuccin-theme")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/catppuccin/fcitx5")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07l5d1nlwiq2jhydxckv7a44kic1y8jl93q0jr2i0lmq0zvdzkcz"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("src" "share/fcitx5/themes"))))
+ (home-page "https://github.com/catppuccin/fcitx5")
+ (synopsis "Soothing pastel theme for Fcitx5")
+ (description
+ "Fcitx5-catppuccin-theme is a soothing pastel theme for Fcitx 5. It
+provides 4 flavors (latte, frappe, macchiato and mocha) and 14 accent colors
+(rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
+sapphire, blue and lavender).")
+ (license license:expat))))
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Tue, 08 Apr 2025 02:54:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 77234 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fcitx5.scm (fcitx5-nord-theme): New variable.
Change-Id: I68ab31251d4b06a4228d50fa31b43f525866df4c
---
gnu/packages/fcitx5.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 2044625c81..cdd63e0401 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -647,3 +647,32 @@ (define-public fcitx5-catppuccin-theme
(rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky,
sapphire, blue and lavender).")
(license license:expat))))
+
+(define-public fcitx5-nord-theme
+ (let ((commit "bdaa8fb723b8d0b22f237c9a60195c5f9c9d74d1")
+ (revision "0"))
+ (package
+ (name "fcitx5-nord-theme")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tonyfettes/fcitx5-nord")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "04bjxzx26x9r01ss7l0fam22nhsvh38dpijy7za0grnr5g93ynm9"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan
+ #~'(("Nord-Dark" "share/fcitx5/themes/")
+ ("Nord-Light" "share/fcitx5/themes/"))))
+ (home-page "https://github.com/tonyfettes/fcitx5-nord")
+ (synopsis "Fcitx5 theme based on Nord color")
+ (description
+ "Fcitx5-nord-theme is a Fcitx 5 theme based on Nord Color, featuring
+dimmed pastel colors for a comfortable yet vibrant ambiance. It offers 2
+versions: Nord-dark and Nord-light.")
+ (license license:expat))))
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77234
; Package
guix-patches
.
(Tue, 08 Apr 2025 02:54:03 GMT)
Full text and
rfc822 format available.
Message #38 received at 77234 <at> debbugs.gnu.org (full text, mbox):
* 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 today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.