GNU bug report logs - #60028
[PATCH] gnu: sugar-*-sddm-theme: Fix install location.

Previous Next

Package: guix-patches;

Reported by: Tobias Kortkamp <tobias.kortkamp <at> gmail.com>

Date: Tue, 13 Dec 2022 07:43:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60028 in the body.
You can then email your comments to 60028 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60028; Package guix-patches. (Tue, 13 Dec 2022 07:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tobias Kortkamp <tobias.kortkamp <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Dec 2022 07:43:02 GMT) Full text and rfc822 format available.

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

From: Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
Subject: [PATCH] gnu: sugar-*-sddm-theme: Fix install location.
Date: Tue, 13 Dec 2022 08:42:26 +0100
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#60028; Package guix-patches. (Tue, 13 Dec 2022 16:43:02 GMT) Full text and rfc822 format available.

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

From: phodina <phodina <at> protonmail.com>
To: "60028 <at> debbugs.gnu.org" <60028 <at> debbugs.gnu.org>
Subject: SDDM typos
Date: Tue, 13 Dec 2022 16:42:25 +0000
[Message part 1 (text/plain, inline)]
Hi Tobias,

thanks for the fix of the typos.

----
Petr
[Message part 2 (text/html, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Tue, 03 Jan 2023 21:40:02 GMT) Full text and rfc822 format available.

Notification sent to Tobias Kortkamp <tobias.kortkamp <at> gmail.com>:
bug acknowledged by developer. (Tue, 03 Jan 2023 21:40:02 GMT) Full text and rfc822 format available.

Message #13 received at 60028-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
Cc: 60028-done <at> debbugs.gnu.org
Subject: Re: bug#60028: [PATCH] gnu: sugar-*-sddm-theme: Fix install location.
Date: Tue, 03 Jan 2023 16:39:13 -0500
Hello,

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

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

Applied, thank you!

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Feb 2023 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 202 days ago.

Previous Next


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