guix-patches
[Top][All Lists]
Advanced

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

[bug#58317] [PATCH] gnu: Add greetd-gtkgreet.


From: (
Subject: [bug#58317] [PATCH] gnu: Add greetd-gtkgreet.
Date: Thu, 06 Oct 2022 07:24:04 +0100

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 :)

    -- (





reply via email to

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