Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
@ 2025-01-12 20:40 ` trolljoe
  2025-01-13 10:53 ` lukeflo
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: trolljoe @ 2025-01-12 20:40 UTC (permalink / raw)
  To: ml

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

New comment by trolljoe on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2585909075

Comment:
tested and it seems to work fine.

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
  2025-01-12 20:40 ` trolljoe
@ 2025-01-13 10:53 ` lukeflo
  2025-01-13 23:45 ` oliver-cfc
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: lukeflo @ 2025-01-13 10:53 UTC (permalink / raw)
  To: ml

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

New comment by lukeflo on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2586779337

Comment:
> tested and it seems to work fine.

Can confirm that it works just fine!

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
  2025-01-12 20:40 ` trolljoe
  2025-01-13 10:53 ` lukeflo
@ 2025-01-13 23:45 ` oliver-cfc
  2025-01-14  1:09 ` chilledfrogs
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: oliver-cfc @ 2025-01-13 23:45 UTC (permalink / raw)
  To: ml

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

New comment by oliver-cfc on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588467884

Comment:
Another confirmation that all is good... on a musl installation here.

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

* [PR PATCH] niri: update to 25.01.
@ 2025-01-14  1:06 chilledfrogs
  2025-01-14  1:07 ` [PR PATCH] [Closed]: " classabbyamp
  2025-01-14  1:07 ` classabbyamp
  0 siblings, 2 replies; 13+ messages in thread
From: chilledfrogs @ 2025-01-14  1:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chilledfrogs/void-packages niri
https://github.com/void-linux/void-packages/pull/53963

niri: update to 25.01.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl




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

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

From 64be4aad7f4e861d1ff1dc58ff7cb3dbdc61f8ec Mon Sep 17 00:00:00 2001
From: Lydia Sobot <chilledfrogs@disroot.org>
Date: Tue, 14 Jan 2025 02:05:01 +0100
Subject: [PATCH] niri: update to 25.01.

---
 srcpkgs/niri/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
index 0fb83c6b62dbec..23c058f3c83cb0 100644
--- a/srcpkgs/niri/template
+++ b/srcpkgs/niri/template
@@ -1,9 +1,9 @@
 # Template file for 'niri'
 pkgname=niri
-version=0.1.10.1
+version=25.01
 revision=1
 build_style=cargo
-configure_args="--no-default-features --features xdp-gnome-screencast"
+configure_args="--no-default-features --features dbus,xdp-gnome-screencast"
 hostmakedepends="pkg-config clang18-devel"
 makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel libgbm-devel
  libdisplay-info-devel pipewire-devel pango-devel libseat-devel clang18-devel"
@@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/YaLTeR/niri"
 changelog="https://github.com/YaLTeR/niri/releases"
 distfiles="https://github.com/YaLTeR/niri/archive/refs/tags/v${version}.tar.gz"
-checksum=d8854830436a87215b0bc6a60b6d43f350d927a03a2798c75f0fbda228bac8d3
+checksum=86b89bcfc3fc6a8ed81f9e3f0ac7a29bd30267515efb2c19e1e0bc2ccd67b649
 
 post_install() {
 	vinstall resources/niri.desktop 644 usr/share/wayland-sessions

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

* Re: [PR PATCH] [Closed]: niri: update to 25.01.
  2025-01-14  1:06 [PR PATCH] niri: update to 25.01 chilledfrogs
@ 2025-01-14  1:07 ` classabbyamp
  2025-01-14  1:07 ` classabbyamp
  1 sibling, 0 replies; 13+ messages in thread
From: classabbyamp @ 2025-01-14  1:07 UTC (permalink / raw)
  To: ml

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

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

niri: update to 25.01.
https://github.com/void-linux/void-packages/pull/53963

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl




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

* Re: niri: update to 25.01.
  2025-01-14  1:06 [PR PATCH] niri: update to 25.01 chilledfrogs
  2025-01-14  1:07 ` [PR PATCH] [Closed]: " classabbyamp
@ 2025-01-14  1:07 ` classabbyamp
  1 sibling, 0 replies; 13+ messages in thread
From: classabbyamp @ 2025-01-14  1:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/53963#issuecomment-2588541654

Comment:
duplicate of #53946

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (2 preceding siblings ...)
  2025-01-13 23:45 ` oliver-cfc
@ 2025-01-14  1:09 ` chilledfrogs
  2025-01-14  1:24 ` trolljoe
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: chilledfrogs @ 2025-01-14  1:09 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588543127

Comment:
Works fine for me!
Might I ask, however, why is the `dbus` feature not enabled?

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (3 preceding siblings ...)
  2025-01-14  1:09 ` chilledfrogs
@ 2025-01-14  1:24 ` trolljoe
  2025-01-14  1:26 ` chilledfrogs
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: trolljoe @ 2025-01-14  1:24 UTC (permalink / raw)
  To: ml

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

New comment by trolljoe on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588560285

Comment:
> Works fine for me! Might I ask, however, why is the `dbus` feature not enabled?

i will update the template including that, my bad

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (4 preceding siblings ...)
  2025-01-14  1:24 ` trolljoe
@ 2025-01-14  1:26 ` chilledfrogs
  2025-01-14  1:26 ` chilledfrogs
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: chilledfrogs @ 2025-01-14  1:26 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588561840

Comment:
> i will update the template including that, my bad
Np, there may be legitimate reasons for it actually since I am not *100%* sure what it does, but I feel it may be useful, so I wouldn't mind if someone more experienced than me on these matters could weigh in too

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (5 preceding siblings ...)
  2025-01-14  1:26 ` chilledfrogs
@ 2025-01-14  1:26 ` chilledfrogs
  2025-01-14  1:27 ` chilledfrogs
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: chilledfrogs @ 2025-01-14  1:26 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588561840

Comment:
> i will update the template including that, my bad

Np, there may be legitimate reasons for it actually since I am not *100%* sure what it does, but I feel it may be useful, so I wouldn't mind if someone more experienced than me on these matters could weigh in too

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (6 preceding siblings ...)
  2025-01-14  1:26 ` chilledfrogs
@ 2025-01-14  1:27 ` chilledfrogs
  2025-01-14  1:27 ` chilledfrogs
  2025-01-14  8:45 ` lukeflo
  9 siblings, 0 replies; 13+ messages in thread
From: chilledfrogs @ 2025-01-14  1:27 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588561840

Comment:
> i will update the template including that, my bad

Np, there may be legitimate reasons for it actually since I am not *100%* sure what it does (but Works For Me:tm: without `elogind` for instance), but I feel it may be useful, so I wouldn't mind if someone more experienced than me on these matters could weigh in too

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (7 preceding siblings ...)
  2025-01-14  1:27 ` chilledfrogs
@ 2025-01-14  1:27 ` chilledfrogs
  2025-01-14  8:45 ` lukeflo
  9 siblings, 0 replies; 13+ messages in thread
From: chilledfrogs @ 2025-01-14  1:27 UTC (permalink / raw)
  To: ml

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

New comment by chilledfrogs on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2588561840

Comment:
> i will update the template including that, my bad

Np, there may be legitimate reasons for it actually since I am not *100%* sure what it does (but Works For Me™ without `elogind` for instance), but I feel it may be useful, so I wouldn't mind if someone more experienced than me on these matters could weigh in too

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

* Re: niri: update to 25.01
  2025-01-12 18:27 [PR PATCH] " trolljoe
                   ` (8 preceding siblings ...)
  2025-01-14  1:27 ` chilledfrogs
@ 2025-01-14  8:45 ` lukeflo
  9 siblings, 0 replies; 13+ messages in thread
From: lukeflo @ 2025-01-14  8:45 UTC (permalink / raw)
  To: ml

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

New comment by lukeflo on void-packages repository

https://github.com/void-linux/void-packages/pull/53946#issuecomment-2589330232

Comment:
> Might I ask, however, why is the `dbus` feature not enabled?

@trolljoe it wasn't enabled in the former version, if I'm right? However, I didn't have recognised any drawbacks even without `dbus` feature, simply starting niri with `dbus-session-run niri`. Just as information... 😉 


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

end of thread, other threads:[~2025-01-14  8:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14  1:06 [PR PATCH] niri: update to 25.01 chilledfrogs
2025-01-14  1:07 ` [PR PATCH] [Closed]: " classabbyamp
2025-01-14  1:07 ` classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12 18:27 [PR PATCH] " trolljoe
2025-01-12 20:40 ` trolljoe
2025-01-13 10:53 ` lukeflo
2025-01-13 23:45 ` oliver-cfc
2025-01-14  1:09 ` chilledfrogs
2025-01-14  1:24 ` trolljoe
2025-01-14  1:26 ` chilledfrogs
2025-01-14  1:26 ` chilledfrogs
2025-01-14  1:27 ` chilledfrogs
2025-01-14  1:27 ` chilledfrogs
2025-01-14  8:45 ` lukeflo

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