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 committed Jan 14, 2025
1 parent 1eb21be commit 490a876
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/niri/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgname=niri
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 @@ -15,8 +15,9 @@ changelog="https://github.com/YaLTeR/niri/releases"
distfiles="https://github.com/YaLTeR/niri/archive/refs/tags/v${version}.tar.gz"
checksum=86b89bcfc3fc6a8ed81f9e3f0ac7a29bd30267515efb2c19e1e0bc2ccd67b649

export NIRI_BUILD_COMMIT="e35c630"
export XDG_RUNTIME_DIR="$(mktemp -d)"
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 490a876

Please sign in to comment.