Package Details: niri 0.1.5-1

Git Clone URL: https://aur.archlinux.org/niri.git (read-only, click to copy)
Package Base: niri
Description: Scrollable-tiling Wayland compositor
Upstream URL: https://github.com/YaLTeR/niri
Keywords: rust smithay tiling-window-manager wayland wayland-compositor
Licenses: GPL-3.0-or-later
Submitter: Nebulosa
Maintainer: Nebulosa
Last Packager: Nebulosa
Votes: 5
Popularity: 2.17
First Submitted: 2024-01-21 19:24 (UTC)
Last Updated: 2024-04-20 17:48 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Latest Comments

rpi2 commented on 2024-03-12 03:30 (UTC)

after build ok, cargo run --release, error 'could not find Cargo.toml in /home/user or any parent directory'?? sorry, first here^^

Nebulosa commented on 2024-02-06 17:14 (UTC)

@AndyRTR: I skip some commits that are not related to the main code, like README or Guthub config, I can't skip any code commits, they are related to each other. But I will take your notice and make update next time only on a version change. Deal.

AndyRTR commented on 2024-02-06 13:42 (UTC)

@Nebulosa: The diffnrence to the niri-git package should be to NOT apply every day all new commits. Even in this early days you should carefully only pick essential patches on top of the last release. Otherwise you maintain a 2nd git pkg what would be against the AUR rules.

Nebulosa commented on 2024-02-03 11:43 (UTC)

@swyknox Please provide more logs, not just the end of it.

swyknox commented on 2024-02-02 16:53 (UTC)

I'm getting the following error: ==> ERROR: A failure occurred in prepare(). Aborting...

Nebulosa commented on 2024-01-28 00:17 (UTC)

Didn't know about this issue. I'll add that line later, ok.

yochananmarqos commented on 2024-01-28 00:09 (UTC)

@Nebulosa: I said with devtools, not makepkg. LTO is enabled by default with the former.

Nebulosa commented on 2024-01-28 00:05 (UTC) (edited on 2024-01-28 00:34 (UTC) by Nebulosa)

But... !lto is default option for makepkg.conf

Cargo.toml has own LTO option

Which one makes an error?

yochananmarqos commented on 2024-01-27 23:35 (UTC)

This fails to build with LTO enabled like most applications built with Rust. Anyone using devtools to build in a clean chroot needs this:

options=('!lto')