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
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ 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] 5+ 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
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ 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] 5+ 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
  3 siblings, 0 replies; 5+ 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] 5+ 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
  3 siblings, 0 replies; 5+ 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] 5+ 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
  3 siblings, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2024-05-04  8:09 UTC | newest]

Thread overview: 5+ 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

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