Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] greetd: update to 0.10.0
@ 2024-04-22 21:48 cinerea0
  2024-04-23 18:54 ` [PR PATCH] [Updated] " cinerea0
  2024-04-23 19:01 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-22 21:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages greetd
https://github.com/void-linux/void-packages/pull/49991

greetd: update to 0.10.0
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/49991.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greetd-49991.patch --]
[-- Type: text/x-diff, Size: 1202 bytes --]

From 9667d46c4e1e65979c96c4a13dd6d8cedb9d3728 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 22 Apr 2024 17:48:24 -0400
Subject: [PATCH] greetd: update to 0.10.0

---
 srcpkgs/greetd/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/greetd/template b/srcpkgs/greetd/template
index 61f2b4be310916..107bd288ffdedd 100644
--- a/srcpkgs/greetd/template
+++ b/srcpkgs/greetd/template
@@ -1,7 +1,7 @@
 # Template file for 'greetd'
 pkgname=greetd
-version=0.9.0
-revision=2
+version=0.10.0
+revision=1
 build_style=cargo
 conf_files="/etc/greetd/config.toml"
 hostmakedepends="pkg-config scdoc"
@@ -10,8 +10,9 @@ short_desc="Minimal and flexible login manager daemon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://git.sr.ht/~kennylevinsen/greetd"
+changelog="https://git.sr.ht/~kennylevinsen/greetd/refs"
 distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
-checksum=a0cec141dea7fd7838b60a52237692d0fd5a0169cf748b8f8379d8409a3768eb
+checksum=d6151a8683f386c53a010b6dfe37cf4c842bc03313bed7a917be96309372d1df
 
 system_accounts="_greeter"
 _greeter_groups="video"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] greetd: update to 0.10.0
  2024-04-22 21:48 [PR PATCH] greetd: update to 0.10.0 cinerea0
@ 2024-04-23 18:54 ` cinerea0
  2024-04-23 19:01 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-23 18:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages greetd
https://github.com/void-linux/void-packages/pull/49991

greetd: update to 0.10.0
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/49991.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greetd-49991.patch --]
[-- Type: text/x-diff, Size: 1783 bytes --]

From fc89cff722930529f0ad00f1c9d84ba3331b146d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 23 Apr 2024 14:28:44 -0400
Subject: [PATCH] greetd: update to 0.10.0

---
 srcpkgs/greetd/files/greetd.pam | 2 ++
 srcpkgs/greetd/template         | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/greetd/files/greetd.pam b/srcpkgs/greetd/files/greetd.pam
index 1960d9497c085e..15a93788e9ad75 100644
--- a/srcpkgs/greetd/files/greetd.pam
+++ b/srcpkgs/greetd/files/greetd.pam
@@ -3,5 +3,7 @@
 auth       required     pam_securetty.so
 auth       requisite    pam_nologin.so
 auth       include      system-local-login
+-auth      optional     pam_gnome_keyring.so
 account    include      system-local-login
 session    include      system-local-login
+-session   optional     pam_gnome_keyring.so auto_start
diff --git a/srcpkgs/greetd/template b/srcpkgs/greetd/template
index 61f2b4be310916..107bd288ffdedd 100644
--- a/srcpkgs/greetd/template
+++ b/srcpkgs/greetd/template
@@ -1,7 +1,7 @@
 # Template file for 'greetd'
 pkgname=greetd
-version=0.9.0
-revision=2
+version=0.10.0
+revision=1
 build_style=cargo
 conf_files="/etc/greetd/config.toml"
 hostmakedepends="pkg-config scdoc"
@@ -10,8 +10,9 @@ short_desc="Minimal and flexible login manager daemon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://git.sr.ht/~kennylevinsen/greetd"
+changelog="https://git.sr.ht/~kennylevinsen/greetd/refs"
 distfiles="https://git.sr.ht/~kennylevinsen/greetd/archive/${version}.tar.gz"
-checksum=a0cec141dea7fd7838b60a52237692d0fd5a0169cf748b8f8379d8409a3768eb
+checksum=d6151a8683f386c53a010b6dfe37cf4c842bc03313bed7a917be96309372d1df
 
 system_accounts="_greeter"
 _greeter_groups="video"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: greetd: update to 0.10.0
  2024-04-22 21:48 [PR PATCH] greetd: update to 0.10.0 cinerea0
  2024-04-23 18:54 ` [PR PATCH] [Updated] " cinerea0
@ 2024-04-23 19:01 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-23 19:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

There's a merged pull request on the void-packages repository

greetd: update to 0.10.0
https://github.com/void-linux/void-packages/pull/49991

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-23 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22 21:48 [PR PATCH] greetd: update to 0.10.0 cinerea0
2024-04-23 18:54 ` [PR PATCH] [Updated] " cinerea0
2024-04-23 19:01 ` [PR PATCH] [Merged]: " cinerea0

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 NNTP newsgroup(s).