Skip to content

Commit

Permalink
niri: update to 25.01
Browse files Browse the repository at this point in the history
  • Loading branch information
trolljoe authored and classabbyamp committed Jan 16, 2025
1 parent 2dc7f6e commit cf441d2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions srcpkgs/niri/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,7 +13,11 @@ 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

pre_check() {
export XDG_RUNTIME_DIR=$(mktemp -d "$wrksrc/runtime.XXXXXX")
}

post_install() {
vinstall resources/niri.desktop 644 usr/share/wayland-sessions
Expand Down

0 comments on commit cf441d2

Please sign in to comment.