Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-hello
Commits:
d32e7c18 by Robin Candau at 2024-08-21T00:00:40+02:00
upgpkg: 0.2.2-3: Fix permissions on /var/cache/nwg-hello/
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- + nwg-hello.tmpfiles
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-hello
pkgdesc = GTK3-based greeter for greetd written in python
pkgver = 0.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nwg-piotr/nwg-hello
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-hello
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="GTK3-based greeter for greetd written in python"
url="https://github.com/nwg-piotr/nwg-hello"
arch=('any')
@@ -31,8 +31,7 @@ package() {
install -Dm 644 README "${pkgdir}/etc/${pkgname}/README"
install -Dm 644 img/* -t "${pkgdir}/usr/share/${pkgname}/"
install -Dm 644 nwg.jpg "${pkgdir}/usr/share/${pkgname}/nwg.jpg"
- install -dm 755 "${pkgdir}/var/cache/${pkgname}" -o greeter -g greeter
- install -Dm 644 cache.json "${pkgdir}/var/cache/${pkgname}/cache.json"
-o greeter -g greeter
+ install -Dm 644 cache.json "${pkgdir}/var/cache/${pkgname}/cache.json"
install -Dm 644 LICENSE
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
}
=====================================
nwg-hello.tmpfiles
=====================================
@@ -0,0 +1 @@
+Z /var/cache/nwg-hello 0755 greeter greeter -
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/d32e7c185bb0e2f7e8fcd1690a86d11e4c44b6eb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-hello/-/commit/d32e7c185bb0e2f7e8fcd1690a86d11e4c44b6eb
You're receiving this email because of your account on gitlab.archlinux.org.