From: "Ludovic Courtès" <ludo@gnu.org>
To: "Sergio Pastor Pérez" <sergio.pastorperez@outlook.es>
Cc: 64932@debbugs.gnu.org
Subject: [bug#64932] [PATCH] gnu: Add abstract-sddm-theme.
Date: Sun, 17 Sep 2023 15:15:36 +0200 [thread overview]
Message-ID: <87a5tlx7nr.fsf@gnu.org> (raw)
In-Reply-To: <DU2P193MB213205400BEA682070A3880CF307A@DU2P193MB2132.EURP193.PROD.OUTLOOK.COM> ("Sergio Pastor Pérez"'s message of "Sat, 29 Jul 2023 14:50:36 +0200")
Sergio Pastor Pérez <sergio.pastorperez@outlook.es> skribis:
> * gnu/packages/display-managers.scm (abstract-sddm-theme): New variable.
[...]
> + (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.")
Same suggestions as for dexy-color-sddm-theme. :-)
Ludo’.
next prev parent reply other threads:[~2023-09-17 13:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-29 12:50 [bug#64932] [PATCH] gnu: Add abstract-sddm-theme Sergio Pastor Pérez
2023-09-17 13:15 ` Ludovic Courtès [this message]
2023-09-20 21:30 ` [bug#64932] [PATCH v2] gnu: Add abstractdark-sddm-theme Sergio Pastor Pérez
2023-10-14 15:30 ` bug#64932: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a5tlx7nr.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=64932@debbugs.gnu.org \
--cc=sergio.pastorperez@outlook.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.