David Runge pushed to branch main at Arch Linux / Packaging / Packages / niri


Commits:
9e47818d by David Runge at 2024-04-28T17:48:03+02:00
upgpkg: 0.1.5-3

Rebuild to install relevant files for system integration, that were not
installed due to typos.

Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/niri/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = niri
        pkgdesc = A scrollable-tiling Wayland compositor
        pkgver = 0.1.5
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/YaLTeR/niri
        arch = x86_64
        license = GPL-3.0-or-later


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=niri
 pkgver=0.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A scrollable-tiling Wayland compositor"
 arch=(x86_64)
 url="https://github.com/YaLTeR/niri";
@@ -67,7 +67,7 @@ package() {
   cd $pkgname-$pkgver
   install -vDm 755 {target/release/$pkgname,resources/$pkgname-session} -t 
"$pkgdir/usr/bin/"
   install -vDm 644 resources/$pkgname{.service,-shutdown.target} -t 
"$pkgdir/usr/lib/systemd/user/"
-  install -vDm 644 resources/$pkgname.desktop -t 
"$pkgname/usr/share/wayland-sessions/"
-  install -vDm 644 resources/$pkgname-portals.conf -t 
"$pkgname/usr/share/xdg-desktop-portal/"
+  install -vDm 644 resources/$pkgname.desktop -t 
"$pkgdir/usr/share/wayland-sessions/"
+  install -vDm 644 resources/$pkgname-portals.conf -t 
"$pkgdir/usr/share/xdg-desktop-portal/"
   install -vDm 644 resources/default-config.kdl README.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/niri/-/commit/9e47818d1f38c951a772b63f8bc4dd8cbc1b1be2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/niri/-/commit/9e47818d1f38c951a772b63f8bc4dd8cbc1b1be2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to