unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: "Declan Tsien" <declantsien@riseup.net>, <58317@debbugs.gnu.org>
Subject: [bug#58317] [PATCH] gnu: Add greetd-gtkgreet.
Date: Thu, 06 Oct 2022 07:24:04 +0100	[thread overview]
Message-ID: <CNEMII5VTLE3.17DCQNC9QFUHB@guix-aspire> (raw)
In-Reply-To: <871qrms4w9.fsf@riseup.net>

Hey Declan,

On Wed Oct 5, 2022 at 3:48 PM BST, Declan Tsien wrote:
> +(define-public greetd-gtkgreet
> +  (let ((revision "0")
> +        (commit "c09696f6a27aa0e4769fd3f707f27be4407ec95d"))
> +    (package
> +      (name "greetd-gtkgreet")
> +      (version (git-version "0.7" revision commit))
> +      (home-page "https://git.sr.ht/~kennylevinsen/gtkgreet")
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url home-page)
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                  "1d19v60ilxw4szhc5mbpav5kzml5lvckdy3fasjrhlpl87slvfz9"))))
> +      (build-system meson-build-system)
> +      (native-inputs (list pkg-config scdoc))
> +      (inputs (list gtk+ gtk-layer-shell json-c))
> +      (synopsis
> +       "GTK based greeter for greetd, to be run under cage or similar")
> +      (description
> +       "GTK based greeter for @command{greetd}, to be run under @command{cage}
> +or similar.")
> +      (license license:gpl3+))))
> +
>  (define-public guix-simplyblack-sddm-theme
>    (package
>      (name "guix-simplyblack-sddm-theme")

I believe muradm already has a working gtkgreet package and service
(which they haven't sent yet), and I have a working wlgreet package
and service (that I have sent to this mailing list), so there's no
need for these ones. Nobody's done ddlm yet though :)

    -- (




  parent reply	other threads:[~2022-10-06  6:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 14:48 [bug#58317] [PATCH] gnu: Add greetd-gtkgreet Declan Tsien
2022-10-06  1:09 ` [bug#58317] Subsequent patches for greetd-{wlgreet, ddlm} Declan Tsien
2022-10-06  6:24 ` ( via Guix-patches via [this message]
2022-10-06  7:49 ` bug#58317: Declan Tsien

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CNEMII5VTLE3.17DCQNC9QFUHB@guix-aspire \
    --to=guix-patches@gnu.org \
    --cc=58317@debbugs.gnu.org \
    --cc=declantsien@riseup.net \
    --cc=paren@disroot.org \
    /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 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).