emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64932: closed ([PATCH] gnu: Add abstract-sddm-theme.)


From: GNU bug Tracking System
Subject: bug#64932: closed ([PATCH] gnu: Add abstract-sddm-theme.)
Date: Sat, 14 Oct 2023 15:31:01 +0000

Your message dated Sat, 14 Oct 2023 17:30:09 +0200
with message-id <87ttqtfchq.fsf@gnu.org>
and subject line Re: [PATCH v2] gnu: Add abstractdark-sddm-theme.
has caused the debbugs.gnu.org bug report #64932,
regarding [PATCH] gnu: Add abstract-sddm-theme.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64932: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64932
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add abstract-sddm-theme. Date: Sat, 29 Jul 2023 14:50:36 +0200
* gnu/packages/display-managers.scm (abstract-sddm-theme): New variable.
---
 gnu/packages/display-managers.scm | 33 +++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index dcfa3bcf3f..f33889d23d 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -177,6 +177,39 @@ (define-public dexy-color-sddm-theme
       (description "Dexy-Color-SDDM is part of KDE Themes and Extensions.")
       (license license:gpl3+))))
 
+(define-public abstract-sddm-theme
+  (let ((commit "e817d4b27981080cd3b398fe928619ffa16c52e7")
+        (revision "0"))
+    (package
+      (name "abstract-sddm-theme")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/3ximus/abstractdark-sddm-theme";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1si141hnp4lr43q36mbl3anlx0a81r8nqlahz3n3l7zmrxb56s2y"))))
+      (build-system trivial-build-system)
+      (arguments
+       `(#:modules ((guix build utils))
+         #:builder (begin
+                     (use-modules (guix build utils))
+                     (let* ((out (assoc-ref %outputs "out"))
+                            (sddm-themes (string-append out
+                                                        "/share/sddm/themes")))
+                       (mkdir-p sddm-themes)
+                       (copy-recursively (assoc-ref %build-inputs "source")
+                                         (string-append sddm-themes
+                                                        "/abstract"))))))
+      (home-page "https://github.com/3ximus/abstractdark-sddm-theme";)
+      (synopsis "Abstract Dark theme for SDDM")
+      (description
+       "This package provides a simple theme for SDDM inspired by 
solarized-sddm-theme.")
+      (license license:gpl3+))))
+
 (define-public guix-simplyblack-sddm-theme
   (package
     (name "guix-simplyblack-sddm-theme")

base-commit: e43cbeafd1b632f39b08b3644af5230d5350a656
prerequisite-patch-id: c56db9fa7fc4e07452dea53f2d450bd83abbbc1a
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2] gnu: Add abstractdark-sddm-theme. Date: Sat, 14 Oct 2023 17:30:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
HI,

Sergio Pastor Pérez <sergio.pastorperez@outlook.es> skribis:

> * gnu/packages/display-managers.scm (abstractdark-sddm-theme): New variable.
> ---
> Hi.
>
> Here you have the corrections you've asked. I've sent you another mail with 
> the
> changes for the dexy-color-sddm-theme.

I had to add #:use-module (guix build-system copy).  Applied with this
change.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]