Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: niri-0.1.3
@ 2024-03-09 20:14 Eloitor
  2024-03-09 20:17 ` [PR PATCH] [Updated] " Eloitor
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Eloitor @ 2024-03-09 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages niri
https://github.com/void-linux/void-packages/pull/49206

New package: niri-0.1.3
<!-- 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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

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

From 1973abeacb33c83bfa8dbadfaee4e84200172178 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 3 Feb 2024 14:07:00 +0100
Subject: [PATCH] New package: niri-0.1.3

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..c714f7c151272c
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,21 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.3
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features xdp-gnome-screencast"
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm"
+short_desc="scrollable-tiling Wayland compositor"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+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=dbaec0d66f5b6969f9e5ad9bc31b6cdd41b7aa260555f5cefda45cff589e4389
+
+post_install() {
+        vmkdir etc/niri
+        vcopy resources/default-config.kdl etc/niri/config.kdl
+}

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

* Re: [PR PATCH] [Updated] New package: niri-0.1.3
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
@ 2024-03-09 20:17 ` Eloitor
  2024-04-23 13:07 ` Eloitor
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-03-09 20:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages niri
https://github.com/void-linux/void-packages/pull/49206

New package: niri-0.1.3
<!-- 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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

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

From a0cf36aba551470102753df0279890a896d29793 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 3 Feb 2024 14:07:00 +0100
Subject: [PATCH] New package: niri-0.1.3

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..7f5be52f56df2f
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,21 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.3
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features xdp-gnome-screencast"
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm"
+short_desc="Scrollable-tiling Wayland compositor"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+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=dbaec0d66f5b6969f9e5ad9bc31b6cdd41b7aa260555f5cefda45cff589e4389
+
+post_install() {
+	vmkdir etc/niri
+	vcopy resources/default-config.kdl etc/niri/config.kdl
+}

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

* Re: [PR PATCH] [Updated] New package: niri-0.1.3
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
  2024-03-09 20:17 ` [PR PATCH] [Updated] " Eloitor
@ 2024-04-23 13:07 ` Eloitor
  2024-04-23 13:36 ` Eloitor
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-04-23 13:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages niri
https://github.com/void-linux/void-packages/pull/49206

New package: niri-0.1.3
<!-- 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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

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

From 6b4282646c18307d3d2347e7cbbc737afa7963cc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 3 Feb 2024 14:07:00 +0100
Subject: [PATCH] New package: niri-0.1.5

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..be93b836bb89f1
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,21 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.5
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features xdp-gnome-screencast"
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm"
+short_desc="Scrollable-tiling Wayland compositor"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+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=c5a9aec71145af4e02c09048f157036f6eff65191fbecf4c5b128d8d3c1a6b23
+
+post_install() {
+	vmkdir etc/niri
+	vcopy resources/default-config.kdl etc/niri/config.kdl
+}

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

* Re: [PR PATCH] [Updated] New package: niri-0.1.3
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
  2024-03-09 20:17 ` [PR PATCH] [Updated] " Eloitor
  2024-04-23 13:07 ` Eloitor
@ 2024-04-23 13:36 ` Eloitor
  2024-05-04  8:09 ` Eloitor
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-04-23 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages niri
https://github.com/void-linux/void-packages/pull/49206

New package: niri-0.1.3
<!-- 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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

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

From b364db733929160b0905c3ac208d192ed065f645 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 3 Feb 2024 14:07:00 +0100
Subject: [PATCH] New package: niri-0.1.5

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..64829f04637216
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,21 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.5
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features xdp-gnome-screencast"
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm libclang"
+short_desc="Scrollable-tiling Wayland compositor"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+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=c5a9aec71145af4e02c09048f157036f6eff65191fbecf4c5b128d8d3c1a6b23
+
+post_install() {
+	vmkdir etc/niri
+	vcopy resources/default-config.kdl etc/niri/config.kdl
+}

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

* Re: [PR PATCH] [Updated] New package: niri-0.1.3
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (2 preceding siblings ...)
  2024-04-23 13:36 ` Eloitor
@ 2024-05-04  8:09 ` Eloitor
  2024-08-03  1:50 ` New package: niri-0.1.5 github-actions
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-05-04  8:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages niri
https://github.com/void-linux/void-packages/pull/49206

New package: niri-0.1.3
<!-- 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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

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

From 22418aff4b79845fa0b1099093a3ae0d857d2975 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 3 Feb 2024 14:07:00 +0100
Subject: [PATCH] New package: niri-0.1.5

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..be93b836bb89f1
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,21 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.5
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features xdp-gnome-screencast"
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm"
+short_desc="Scrollable-tiling Wayland compositor"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+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=c5a9aec71145af4e02c09048f157036f6eff65191fbecf4c5b128d8d3c1a6b23
+
+post_install() {
+	vmkdir etc/niri
+	vcopy resources/default-config.kdl etc/niri/config.kdl
+}

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

* Re: New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (3 preceding siblings ...)
  2024-05-04  8:09 ` Eloitor
@ 2024-08-03  1:50 ` github-actions
  2024-08-04  9:51 ` [PR PATCH] [Updated] " Eloitor
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-08-03  1:50 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/49206#issuecomment-2266324719

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (4 preceding siblings ...)
  2024-08-03  1:50 ` New package: niri-0.1.5 github-actions
@ 2024-08-04  9:51 ` Eloitor
  2024-08-04 14:41 ` vikigenius
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-08-04  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages niri
https://github.com/void-linux/void-packages/pull/49206

New package: niri-0.1.5
<!-- 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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

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

From d857bc02931d05f6f6add36ba4cc5c0eb1820b75 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sat, 3 Feb 2024 14:07:00 +0100
Subject: [PATCH] New package: niri-0.1.7

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..ac6e79b671493d
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,21 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.7
+revision=1
+build_style=cargo
+configure_args="--no-default-features --features xdp-gnome-screencast"
+hostmakedepends="pkg-config"
+makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm"
+short_desc="Scrollable-tiling Wayland compositor"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+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=2ce7a450b550164f99d6fd6d2815c04f2160fbf932f9c0d244b7b1e3481c9b21
+
+post_install() {
+	vmkdir etc/niri
+	vcopy resources/default-config.kdl etc/niri/config.kdl
+}

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

* Re: New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (5 preceding siblings ...)
  2024-08-04  9:51 ` [PR PATCH] [Updated] " Eloitor
@ 2024-08-04 14:41 ` vikigenius
  2024-08-04 15:56 ` Eloitor
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: vikigenius @ 2024-08-04 14:41 UTC (permalink / raw)
  To: ml

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

New comment by vikigenius on void-packages repository

https://github.com/void-linux/void-packages/pull/49206#issuecomment-2267567170

Comment:
This is great, and a good  alternative to hyprland. Can we get this merged?

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

* Re: New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (6 preceding siblings ...)
  2024-08-04 14:41 ` vikigenius
@ 2024-08-04 15:56 ` Eloitor
  2024-08-04 20:42 ` vikigenius
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-08-04 15:56 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/49206#issuecomment-2267588842

Comment:
I don't know how to fix the builds, and I'm not very interested in this package now... 
Would you like to continue working on this?

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

* Re: New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (7 preceding siblings ...)
  2024-08-04 15:56 ` Eloitor
@ 2024-08-04 20:42 ` vikigenius
  2024-08-06  7:32 ` [PR PATCH] [Closed]: " Eloitor
  2024-08-06  7:32 ` Eloitor
  10 siblings, 0 replies; 12+ messages in thread
From: vikigenius @ 2024-08-04 20:42 UTC (permalink / raw)
  To: ml

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

New comment by vikigenius on void-packages repository

https://github.com/void-linux/void-packages/pull/49206#issuecomment-2267662646

Comment:
Yup, definitely. Although, do you mind me asking, why you are no longer interested in the package? This looks like an amazing WM. I have never heard of scrolling WMs before

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

* Re: [PR PATCH] [Closed]: New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (8 preceding siblings ...)
  2024-08-04 20:42 ` vikigenius
@ 2024-08-06  7:32 ` Eloitor
  2024-08-06  7:32 ` Eloitor
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-08-06  7:32 UTC (permalink / raw)
  To: ml

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

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

New package: niri-0.1.5
https://github.com/void-linux/void-packages/pull/49206

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**

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

Closes #48456 

To run I use `dbus-run-session niri --session`.


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

* Re: New package: niri-0.1.5
  2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
                   ` (9 preceding siblings ...)
  2024-08-06  7:32 ` [PR PATCH] [Closed]: " Eloitor
@ 2024-08-06  7:32 ` Eloitor
  10 siblings, 0 replies; 12+ messages in thread
From: Eloitor @ 2024-08-06  7:32 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/49206#issuecomment-2270582290

Comment:
I don't use it anymore.

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

end of thread, other threads:[~2024-08-06  7:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-09 20:14 [PR PATCH] New package: niri-0.1.3 Eloitor
2024-03-09 20:17 ` [PR PATCH] [Updated] " Eloitor
2024-04-23 13:07 ` Eloitor
2024-04-23 13:36 ` Eloitor
2024-05-04  8:09 ` Eloitor
2024-08-03  1:50 ` New package: niri-0.1.5 github-actions
2024-08-04  9:51 ` [PR PATCH] [Updated] " Eloitor
2024-08-04 14:41 ` vikigenius
2024-08-04 15:56 ` Eloitor
2024-08-04 20:42 ` vikigenius
2024-08-06  7:32 ` [PR PATCH] [Closed]: " Eloitor
2024-08-06  7:32 ` Eloitor

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