Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions packages/niri/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pkgbase = niri
pkgver = 25.08
pkgver = 25.11
pkgdesc = Scrollable-tiling Wayland compositor
url = https://github.com/YaLTeR/niri
arch = amd64
arch = arm64
depends = libdisplay-info2
depends = libdisplay-info3
depends = libseat1
makedepends = libudev-dev
makedepends = libwayland-dev
Expand All @@ -29,11 +29,8 @@ pkgbase = niri
optdepends = xdg-desktop-portal-gnome: screencasting support
optdepends = gnome-keyring: implements the secret portal, for certain apps to work
optdepends = policykit-1-gnome: when apps need to ask for root permissions
incompatible = debian:bullseye
incompatible = debian:bookworm
incompatible = ubuntu:jammy
license = GPL-3.0-or-later
maintainer = Alxhr0 <[email protected]>
source = https://github.com/YaLTeR/niri.git#tag=v25.08
source = https://github.com/YaLTeR/niri.git#tag=v25.11

pkgname = niri
5 changes: 2 additions & 3 deletions packages/niri/niri.pacscript
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
pkgname="niri"
pkgver="25.08"
pkgver="25.11"
arch=("amd64" "arm64")
pkgdesc="Scrollable-tiling Wayland compositor"
url='https://github.com/YaLTeR/niri'
license=('GPL-3.0-or-later')
source=("${url}.git#tag=v${pkgver}")
external_connection=true
incompatible=('debian:bullseye' 'debian:bookworm' 'ubuntu:jammy')
makedepends=("libudev-dev" "libwayland-dev" "libseat-dev" "libglib2.0-dev" "libclang-dev" "cargo>=1.80.1" "libpipewire-0.3-dev" "libcairo2-dev" "libpango1.0-dev" "libdisplay-info-dev" "libinput-dev" "libgbm-dev" "libxkbcommon-dev")
depends=("libdisplay-info2" "libseat1")
depends=("libdisplay-info3" "libseat1")
optdepends=("fuzzel: application launcher similar to rofi drun mode"
"waybar: highly customizable Wayland bar"
"alacritty: a cross-platform OpenGL terminal emulator"
Expand Down
9 changes: 3 additions & 6 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -9935,12 +9935,12 @@ pkgname = ttf-zed-mono-nerd
license = OFL-1.1-no-RFN
---
pkgbase = niri
pkgver = 25.08
pkgver = 25.11
pkgdesc = Scrollable-tiling Wayland compositor
url = https://github.com/YaLTeR/niri
arch = amd64
arch = arm64
depends = libdisplay-info2
depends = libdisplay-info3
depends = libseat1
makedepends = libudev-dev
makedepends = libwayland-dev
Expand All @@ -9965,12 +9965,9 @@ pkgbase = niri
optdepends = xdg-desktop-portal-gnome: screencasting support
optdepends = gnome-keyring: implements the secret portal, for certain apps to work
optdepends = policykit-1-gnome: when apps need to ask for root permissions
incompatible = debian:bullseye
incompatible = debian:bookworm
incompatible = ubuntu:jammy
license = GPL-3.0-or-later
maintainer = Alxhr0 <[email protected]>
source = https://github.com/YaLTeR/niri.git#tag=v25.08
source = https://github.com/YaLTeR/niri.git#tag=v25.11

pkgname = niri
---
Expand Down
Loading