unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60028] [PATCH] gnu: sugar-*-sddm-theme: Fix install location.
@ 2022-12-13  7:42 Tobias Kortkamp
  2022-12-13 16:42 ` [bug#60028] SDDM typos phodina via Guix-patches via
  2023-01-03 21:39 ` bug#60028: [PATCH] gnu: sugar-*-sddm-theme: Fix install location Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Kortkamp @ 2022-12-13  7:42 UTC (permalink / raw)
  To: 60028; +Cc: Tobias Kortkamp

* 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(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#60028] SDDM typos
  2022-12-13  7:42 [bug#60028] [PATCH] gnu: sugar-*-sddm-theme: Fix install location Tobias Kortkamp
@ 2022-12-13 16:42 ` phodina via Guix-patches via
  2023-01-03 21:39 ` bug#60028: [PATCH] gnu: sugar-*-sddm-theme: Fix install location Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: phodina via Guix-patches via @ 2022-12-13 16:42 UTC (permalink / raw)
  To: 60028@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 55 bytes --]

Hi Tobias,

thanks for the fix of the typos.

----
Petr

[-- Attachment #2: Type: text/html, Size: 151 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#60028: [PATCH] gnu: sugar-*-sddm-theme: Fix install location.
  2022-12-13  7:42 [bug#60028] [PATCH] gnu: sugar-*-sddm-theme: Fix install location Tobias Kortkamp
  2022-12-13 16:42 ` [bug#60028] SDDM typos phodina via Guix-patches via
@ 2023-01-03 21:39 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-01-03 21:39 UTC (permalink / raw)
  To: Tobias Kortkamp; +Cc: 60028-done

Hello,

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

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

Applied, thank you!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-03 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13  7:42 [bug#60028] [PATCH] gnu: sugar-*-sddm-theme: Fix install location Tobias Kortkamp
2022-12-13 16:42 ` [bug#60028] SDDM typos phodina via Guix-patches via
2023-01-03 21:39 ` bug#60028: [PATCH] gnu: sugar-*-sddm-theme: Fix install location Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).