Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: niri 0.1.9
@ 2024-10-27  1:38 trolljoe
  2024-10-27 17:28 ` [PR PATCH] [Updated] " trolljoe
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: trolljoe @ 2024-10-27  1:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/trolljoe/void-packages niri
https://github.com/void-linux/void-packages/pull/52794

new package: niri 0.1.9
<!-- 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)

contains templates for the niri window manager. i added extra rustflags for musl as it will not compile without those (cannot check if the actual musl checking part works as of now, but i've tested and it only compiles by adding those flags)

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

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

From f9ccb1ce47165c8a70b051fc1e9b037bb45cd5b2 Mon Sep 17 00:00:00 2001
From: Joetroll <joetroll@proton.me>
Date: Sat, 26 Oct 2024 22:29:42 -0300
Subject: [PATCH] new package: niri 0.1.9

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

diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template
new file mode 100644
index 00000000000000..71d2229e4a65a6
--- /dev/null
+++ b/srcpkgs/niri/template
@@ -0,0 +1,20 @@
+# Template file for 'niri'
+pkgname=niri
+version=0.1.9
+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 libdisplay-info-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
+depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm libdisplay-info"
+short_desc="Scrollable-tiling Wayland compositor"
+maintainer="joetroll <joetroll@proton.me>"
+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=70427efcde50a9d262c341befbd4df4e24557afd8311753bf912a4be1bf243a7
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+    configure_args="RUSTFLAGS='-C target-feature=+crt-static' $configure_args"
+fi

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

end of thread, other threads:[~2024-11-13 21:05 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-27  1:38 [PR PATCH] new package: niri 0.1.9 trolljoe
2024-10-27 17:28 ` [PR PATCH] [Updated] " trolljoe
2024-10-27 21:41 ` lukeflo
2024-10-27 21:54 ` trolljoe
2024-10-27 22:08 ` trolljoe
2024-10-27 22:35 ` trolljoe
2024-10-27 22:54 ` trolljoe
2024-10-27 22:55 ` [PR PATCH] [Updated] " trolljoe
2024-10-28  8:15 ` lukeflo
2024-10-28 18:06 ` [PR REVIEW] " classabbyamp
2024-10-28 18:06 ` classabbyamp
2024-10-28 18:06 ` classabbyamp
2024-10-28 19:18 ` trolljoe
2024-10-28 19:25 ` classabbyamp
2024-10-28 19:26 ` classabbyamp
2024-10-28 20:11 ` classabbyamp
2024-10-28 20:45 ` [PR PATCH] [Updated] " trolljoe
2024-10-29 16:28 ` classabbyamp
2024-10-29 18:08 ` trolljoe
2024-10-29 21:16 ` [PR PATCH] [Updated] " trolljoe
2024-10-29 21:33 ` [PR REVIEW] " classabbyamp
2024-10-29 21:37 ` [PR PATCH] [Updated] " trolljoe
2024-11-08  8:16 ` lukeflo
2024-11-09 17:01 ` vikigenius
2024-11-09 18:59 ` [PR PATCH] [Updated] " trolljoe
2024-11-13 10:07 ` new package: niri 0.1.10 lukeflo
2024-11-13 21:05 ` [PR PATCH] [Updated] " trolljoe

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