unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Declan Tsien <declantsien@riseup.net>
To: 58317@debbugs.gnu.org
Subject: [bug#58317] [PATCH] gnu: Add greetd-gtkgreet.
Date: Wed, 05 Oct 2022 22:48:22 +0800	[thread overview]
Message-ID: <871qrms4w9.fsf@riseup.net> (raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: Add greetd-gtkgreet --]
[-- Type: text/x-patch, Size: 2944 bytes --]

From a3c469f0f1a58bb3bbc01139d7765a788bb921c2 Mon Sep 17 00:00:00 2001
From: Declan Tsien <declantsien@riseup.net>
Date: Wed, 5 Oct 2022 21:48:18 +0800
Subject: [PATCH] gnu: Add greetd-gtkgreet.

* gnu/packages/display-managers.scm (greetd-gtkgreet): New variable.
---
 gnu/packages/display-managers.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 137bd2739e..5699d1f85c 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -38,6 +38,7 @@ (define-module (gnu packages display-managers)
   #:use-module (guix build-system qt)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system glib-or-gtk)
+  #:use-module (guix build-system meson)
   #:use-module (guix build-system trivial)
   #:use-module (guix packages)
   #:use-module (guix utils)
@@ -55,12 +56,14 @@ (define-module (gnu packages display-managers)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages guile)
+  #:use-module (gnu packages man)
   #:use-module (gnu packages image)
   #:use-module (gnu packages kde-frameworks)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xfce)
   #:use-module (gnu packages xorg))
@@ -133,6 +136,33 @@ (define-public sddm
     ;; QML files are MIT licensed and images are CC BY 3.0.
     (license (list license:gpl2+ license:expat license:cc-by3.0))))
 
+
+(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")

base-commit: be1d561f1a74d158d67623bf037727918781bd96
-- 
2.37.3


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 690 bytes --]

             reply	other threads:[~2022-10-05 20:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 14:48 Declan Tsien [this message]
2022-10-06  1:09 ` [bug#58317] Subsequent patches for greetd-{wlgreet, ddlm} Declan Tsien
2022-10-06  6:24 ` [bug#58317] [PATCH] gnu: Add greetd-gtkgreet ( via Guix-patches via
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=871qrms4w9.fsf@riseup.net \
    --to=declantsien@riseup.net \
    --cc=58317@debbugs.gnu.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).