Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lemurs-0.4.0
@ 2025-04-13 14:03 fabienjuif
  2025-04-14 14:13 ` slymattz
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: fabienjuif @ 2025-04-13 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fabienjuif/void-packages lemurs
https://github.com/void-linux/void-packages/pull/55052

New package: lemurs-0.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** -I think so-

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 83cb97b241f044653a27f93ee42bdf15d3c6613f Mon Sep 17 00:00:00 2001
From: Fabien JUIF <fabien.juif@gmail.com>
Date: Sun, 13 Apr 2025 14:43:22 +0200
Subject: [PATCH] New package: lemurs-0.4.0

---
 srcpkgs/lemurs/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/lemurs/template

diff --git a/srcpkgs/lemurs/template b/srcpkgs/lemurs/template
new file mode 100644
index 00000000000000..f58222c43edfa5
--- /dev/null
+++ b/srcpkgs/lemurs/template
@@ -0,0 +1,23 @@
+# Template file for 'lemurs'
+pkgname=lemurs
+version=0.4.0
+revision=1
+archs="x86_64*"
+build_style=cargo
+configure_args="--no-default-features"
+hostmakedepends="pkg-config"
+makedepends="pam-devel"
+depends="pam"
+short_desc="A customizable TUI display/login manager written in Rust 🐒"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0, MIT"
+homepage="https://github.com/coastalwhite/lemurs"
+distfiles="https://github.com/coastalwhite/lemurs/archive/refs/tags/v${version}.tar.gz"
+checksum=05641ea9f0b8fa459c737adccd2f4714fd29e69e07a213c117b35013837bfe3a
+
+post_install() {
+    vmkdir etc/lemurs/
+	vcopy extra/config.toml etc/lemurs/config.toml
+	vlicense LICENSE-MIT
+    vlicense LICENSE-APACHE
+}

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

* Re: New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
@ 2025-04-14 14:13 ` slymattz
  2025-04-14 15:54 ` fabienjuif
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: slymattz @ 2025-04-14 14:13 UTC (permalink / raw)
  To: ml

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

New comment by slymattz on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#issuecomment-2801857137

Comment:
I came to this PR, started working on it myself and then discovered that the work had already been done :D 
@tranzystorekk 
[(https://github.com/void-linux/void-packages/compare/master...tranzystorekk:void-packages:lemurs](https://github.com/void-linux/void-packages/compare/master...tranzystorekk:void-packages:lemurs)

I confirm that login into plasma-wayland session works for me. Pipewire launches without a problem and I used to do everything through a shell script. 

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

* Re: New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
  2025-04-14 14:13 ` slymattz
@ 2025-04-14 15:54 ` fabienjuif
  2025-04-14 16:35 ` tranzystorekk
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: fabienjuif @ 2025-04-14 15:54 UTC (permalink / raw)
  To: ml

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

New comment by fabienjuif on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#issuecomment-2802168217

Comment:
Ha nice :D thank you @slymattz I'll try that for sure!

@tranzystorekk you can close my PR in favor of yours I guess

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

* Re: New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
  2025-04-14 14:13 ` slymattz
  2025-04-14 15:54 ` fabienjuif
@ 2025-04-14 16:35 ` tranzystorekk
  2025-04-14 16:36 ` tranzystorekk
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorekk @ 2025-04-14 16:35 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#issuecomment-2802269767

Comment:
I have half a mind to abandon this as my tests with labwc on vmware were unsuccessful, if you want to take over that template, go ahead.

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

* Re: New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (2 preceding siblings ...)
  2025-04-14 16:35 ` tranzystorekk
@ 2025-04-14 16:36 ` tranzystorekk
  2025-04-15 10:49 ` slymattz
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorekk @ 2025-04-14 16:36 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#issuecomment-2802269767

Comment:
I have half a mind to abandon this as my tests with labwc on vmware were unsuccessful and `emptty` satisfies all my needs anyway. If you want to take over that template, go ahead.

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

* Re: New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (3 preceding siblings ...)
  2025-04-14 16:36 ` tranzystorekk
@ 2025-04-15 10:49 ` slymattz
  2025-05-04  9:03 ` [PR REVIEW] " Bnyro
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: slymattz @ 2025-04-15 10:49 UTC (permalink / raw)
  To: ml

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

New comment by slymattz on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#issuecomment-2801857137

Comment:
I came to this PR, started working on it myself and then discovered that the work had already been done :D 
@tranzystorekk 
[(https://github.com/void-linux/void-packages/compare/master...tranzystorekk:void-packages:lemurs](https://github.com/void-linux/void-packages/compare/master...tranzystorekk:void-packages:lemurs)

I confirm that login into plasma-wayland session works for me. 

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (4 preceding siblings ...)
  2025-04-15 10:49 ` slymattz
@ 2025-05-04  9:03 ` Bnyro
  2025-05-04  9:04 ` Bnyro
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Bnyro @ 2025-05-04  9:03 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2072562054

Comment:
It doesn't make sense to add orphaned packages, they likely won't be accepted.

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (5 preceding siblings ...)
  2025-05-04  9:03 ` [PR REVIEW] " Bnyro
@ 2025-05-04  9:04 ` Bnyro
  2025-05-04  9:04 ` Bnyro
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Bnyro @ 2025-05-04  9:04 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2072562257

Comment:
```suggestion
license="Apache-2.0 AND MIT"
```
see https://github.com/coastalwhite/lemurs?tab=readme-ov-file#license

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (6 preceding siblings ...)
  2025-05-04  9:04 ` Bnyro
@ 2025-05-04  9:04 ` Bnyro
  2025-05-06 18:14 ` tranzystorekk
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Bnyro @ 2025-05-04  9:04 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2072562297

Comment:
nit: indentation

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (7 preceding siblings ...)
  2025-05-04  9:04 ` Bnyro
@ 2025-05-06 18:14 ` tranzystorekk
  2025-05-06 19:46 ` Bnyro
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: tranzystorekk @ 2025-05-06 18:14 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2076018479

Comment:
i think you meant "OR", it makes little sense to and these licenses

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (8 preceding siblings ...)
  2025-05-06 18:14 ` tranzystorekk
@ 2025-05-06 19:46 ` Bnyro
  2025-05-06 19:46 ` Bnyro
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Bnyro @ 2025-05-06 19:46 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2072562257

Comment:
```suggestion
license="Apache-2.0 OR MIT"
```
see https://github.com/coastalwhite/lemurs?tab=readme-ov-file#license

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (9 preceding siblings ...)
  2025-05-06 19:46 ` Bnyro
@ 2025-05-06 19:46 ` Bnyro
  2025-06-01 22:54 ` Duncaen
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Bnyro @ 2025-05-06 19:46 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2076146509

Comment:
yeah, you're right

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (10 preceding siblings ...)
  2025-05-06 19:46 ` Bnyro
@ 2025-06-01 22:54 ` Duncaen
  2025-06-02  6:54 ` fabienjuif
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Duncaen @ 2025-06-01 22:54 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2119684500

Comment:
Is this actually limited to `x86_64*`?

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

* Re: [PR REVIEW] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (11 preceding siblings ...)
  2025-06-01 22:54 ` Duncaen
@ 2025-06-02  6:54 ` fabienjuif
  2025-06-09  0:38 ` [PR PATCH] [Updated] " Duncaen
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: fabienjuif @ 2025-06-02  6:54 UTC (permalink / raw)
  To: ml

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

New review comment by fabienjuif on void-packages repository

https://github.com/void-linux/void-packages/pull/55052#discussion_r2120225954

Comment:
No, this is just me targeting my own computer.
I did not want to have false hope for other people on other architectures I guess.

I will not have time to make it work in the next weeks, if you want to take over I would advise you to start from @tranzystorekk branch rather than mine (see comments above)!

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

* Re: [PR PATCH] [Updated] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (12 preceding siblings ...)
  2025-06-02  6:54 ` fabienjuif
@ 2025-06-09  0:38 ` Duncaen
  2025-06-09  0:48 ` Duncaen
  2025-06-09  1:03 ` [PR PATCH] [Merged]: " Duncaen
  15 siblings, 0 replies; 17+ messages in thread
From: Duncaen @ 2025-06-09  0:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fabienjuif/void-packages lemurs
https://github.com/void-linux/void-packages/pull/55052

New package: lemurs-0.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** -I think so-

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From bd56cc27a0bc80e84d9d41cd990cbbe6cbe551ab Mon Sep 17 00:00:00 2001
From: Fabien JUIF <fabien.juif@gmail.com>
Date: Sun, 13 Apr 2025 14:43:22 +0200
Subject: [PATCH] New package: lemurs-0.4.0

---
 srcpkgs/lemurs/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/lemurs/template

diff --git a/srcpkgs/lemurs/template b/srcpkgs/lemurs/template
new file mode 100644
index 00000000000000..d569bdeec0c0c1
--- /dev/null
+++ b/srcpkgs/lemurs/template
@@ -0,0 +1,22 @@
+# Template file for 'lemurs'
+pkgname=lemurs
+version=0.4.0
+revision=1
+build_style=cargo
+configure_args="--no-default-features"
+hostmakedepends="pkg-config"
+makedepends="pam-devel"
+depends="pam"
+short_desc="Customizable TUI display/login manager written in Rust 🐒"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0 OR MIT"
+homepage="https://github.com/coastalwhite/lemurs"
+distfiles="https://github.com/coastalwhite/lemurs/archive/refs/tags/v${version}.tar.gz"
+checksum=05641ea9f0b8fa459c737adccd2f4714fd29e69e07a213c117b35013837bfe3a
+
+post_install() {
+	vmkdir etc/lemurs/
+	vcopy extra/config.toml etc/lemurs/config.toml
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Updated] New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (13 preceding siblings ...)
  2025-06-09  0:38 ` [PR PATCH] [Updated] " Duncaen
@ 2025-06-09  0:48 ` Duncaen
  2025-06-09  1:03 ` [PR PATCH] [Merged]: " Duncaen
  15 siblings, 0 replies; 17+ messages in thread
From: Duncaen @ 2025-06-09  0:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fabienjuif/void-packages lemurs
https://github.com/void-linux/void-packages/pull/55052

New package: lemurs-0.4.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** -I think so-

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From da4dff093ed394139533813d8560995e6c441de9 Mon Sep 17 00:00:00 2001
From: Fabien JUIF <fabien.juif@gmail.com>
Date: Sun, 13 Apr 2025 14:43:22 +0200
Subject: [PATCH] New package: lemurs-0.4.0

---
 srcpkgs/lemurs/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/lemurs/template

diff --git a/srcpkgs/lemurs/template b/srcpkgs/lemurs/template
new file mode 100644
index 00000000000000..86e3a82635adc6
--- /dev/null
+++ b/srcpkgs/lemurs/template
@@ -0,0 +1,21 @@
+# Template file for 'lemurs'
+pkgname=lemurs
+version=0.4.0
+revision=1
+build_style=cargo
+configure_args="--no-default-features"
+hostmakedepends="pkg-config"
+makedepends="pam-devel"
+short_desc="Customizable TUI display/login manager written in Rust 🐒"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Apache-2.0 OR MIT"
+homepage="https://github.com/coastalwhite/lemurs"
+distfiles="https://github.com/coastalwhite/lemurs/archive/refs/tags/v${version}.tar.gz"
+checksum=05641ea9f0b8fa459c737adccd2f4714fd29e69e07a213c117b35013837bfe3a
+
+post_install() {
+	vmkdir etc/lemurs/
+	vcopy extra/config.toml etc/lemurs/config.toml
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: [PR PATCH] [Merged]: New package: lemurs-0.4.0
  2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
                   ` (14 preceding siblings ...)
  2025-06-09  0:48 ` Duncaen
@ 2025-06-09  1:03 ` Duncaen
  15 siblings, 0 replies; 17+ messages in thread
From: Duncaen @ 2025-06-09  1:03 UTC (permalink / raw)
  To: ml

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

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

New package: lemurs-0.4.0
https://github.com/void-linux/void-packages/pull/55052

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** -I think so-

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2025-06-09  1:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-13 14:03 [PR PATCH] New package: lemurs-0.4.0 fabienjuif
2025-04-14 14:13 ` slymattz
2025-04-14 15:54 ` fabienjuif
2025-04-14 16:35 ` tranzystorekk
2025-04-14 16:36 ` tranzystorekk
2025-04-15 10:49 ` slymattz
2025-05-04  9:03 ` [PR REVIEW] " Bnyro
2025-05-04  9:04 ` Bnyro
2025-05-04  9:04 ` Bnyro
2025-05-06 18:14 ` tranzystorekk
2025-05-06 19:46 ` Bnyro
2025-05-06 19:46 ` Bnyro
2025-06-01 22:54 ` Duncaen
2025-06-02  6:54 ` fabienjuif
2025-06-09  0:38 ` [PR PATCH] [Updated] " Duncaen
2025-06-09  0:48 ` Duncaen
2025-06-09  1:03 ` [PR PATCH] [Merged]: " Duncaen

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