Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
gamescope
Commits:
c7da73c4 by Albert Sebastian at 2025-12-26T00:04:29+00:00
Add setcap to PKGBUILD
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -102,6 +102,8 @@ build() {
package() {
DESTDIR="${pkgdir}" meson install -C build \
--skip-subprojects
+ setcap 'CAP_SYS_NICE=ep' "${pkgdir}/usr/bin/gamescope"
+
install -Dm 644 gamescope/LICENSE -t
"${pkgdir}"/usr/share/licenses/gamescope/
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gamescope/-/commit/c7da73c40b5db64f3f47f295a08809afb1cb7bbd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gamescope/-/commit/c7da73c40b5db64f3f47f295a08809afb1cb7bbd
You're receiving this email because of your account on gitlab.archlinux.org.