GNU bug report logs -
#58317
[PATCH] gnu: Add greetd-gtkgreet.
Previous Next
Reported by: Declan Tsien <declantsien <at> riseup.net>
Date: Wed, 5 Oct 2022 20:34:02 UTC
Severity: normal
Tags: patch
Done: Declan Tsien <declantsien <at> riseup.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 58317 <at> debbugs.gnu.org (full text, mbox):
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 :)
-- (
This bug report was last modified 2 years and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.