[PATCH] gnu: sugar-*-sddm-theme: Fix install location.

  • Done
  • quality assurance status badge
Details
3 participants
  • Maxim Cournoyer
  • phodina
  • Tobias Kortkamp
Owner
unassigned
Submitted by
Tobias Kortkamp
Severity
normal
T
T
Tobias Kortkamp wrote on 13 Dec 2022 08:42
(address . guix-patches@gnu.org)(name . Tobias Kortkamp)(address . tobias.kortkamp@gmail.com)
fcbc1f329a29dbafcb8f5803f579ffa51ea288e2.1670917336.git.tobias.kortkamp@gmail.com
* gnu/packages/display-managers.scm (sugar-dark-sddm-theme, sugar-light-sddm-theme): Fix install location.
---
gnu/packages/display-managers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index ef26890414..b0d388f1bc 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -226,7 +226,7 @@ (define-public sugar-dark-sddm-theme
(sddm-themes (string-append out "/share/sddm/themes")))
(mkdir-p sddm-themes)
(copy-recursively (assoc-ref %build-inputs "source")
- (string-append sddm-themes "/chili"))))))
+ (string-append sddm-themes "/sugar-dark"))))))
(home-page "https://github.com/MarianArlt/sddm-sugar-dark")
(synopsis "Sugar dark theme for SDDM")
(description "Sugar is extremely customizable and so sweet it will
@@ -257,7 +257,7 @@ (define-public sugar-light-sddm-theme
(sddm-themes (string-append out "/share/sddm/themes")))
(mkdir-p sddm-themes)
(copy-recursively (assoc-ref %build-inputs "source")
- (string-append sddm-themes "/chili"))))))
+ (string-append sddm-themes "/sugar-light"))))))
(home-page "https://github.com/MarianArlt/sddm-sugar-light")
(synopsis "Sugar light theme for SDDM")
(description "Sugar is extremely customizable and so sweet it will

base-commit: ca735decfb8c1986041fe09e32acaf998e98245f
--
2.38.1
P
P
phodina wrote on 13 Dec 2022 17:42
SDDM typos
(name . 60028@debbugs.gnu.org)(address . 60028@debbugs.gnu.org)
Ws4Asy6o-PX4Vyk6npBhz593TYfKyQuBd2VlfTbmh_VEs2Q17DM1s68ccarg3HSu_oRG81zToG4ANtV0vCGnB7qgrXiNWmom4gHSUSZj7WY=@protonmail.com
Hi Tobias,

thanks for the fix of the typos.

----
Petr
Attachment: file
M
M
Maxim Cournoyer wrote on 3 Jan 2023 22:39
Re: bug#60028: [PATCH] gnu: sugar-*-sddm-theme: Fix install location.
(name . Tobias Kortkamp)(address . tobias.kortkamp@gmail.com)(address . 60028-done@debbugs.gnu.org)
87y1qjz4am.fsf@gmail.com
Hello,

Tobias Kortkamp <tobias.kortkamp@gmail.com> writes:

Toggle quote (3 lines)
> * gnu/packages/display-managers.scm (sugar-dark-sddm-theme,
> sugar-light-sddm-theme): Fix install location.

Applied, thank you!

--
Thanks,
Maxim
Closed
?