Package Details: gamescope-sk-git 3.15.9.r24.geb74150-1

Git Clone URL: https://aur.archlinux.org/gamescope-sk-git.git (read-only, click to copy)
Package Base: gamescope-sk-git
Description: SteamOS session compositing window manager
Upstream URL: https://github.com/ValveSoftware/gamescope
Licenses: BSD
Conflicts: gamescope
Provides: gamescope
Submitter: honjow
Maintainer: honjow
Last Packager: honjow
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-04 04:35 (UTC)
Last Updated: 2025-07-02 09:33 (UTC)

Required by (44)

Sources (9)

Latest Comments

SolarAquarion commented on 2026-05-17 14:58 (UTC) (edited on 2026-05-17 14:59 (UTC) by SolarAquarion)

   87       src="${src%%::*}"
   88       src="${src##*/}"
   89       [[ $src = *.patch ]] || continue
   90 +     [[ $src = wlroots-5261.patch ]] && continue
   91       echo "Applying patch $src..."
   92       git apply "../$src"
   93   done
  ═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  117
  118   git -c protocol.file.allow=always submodule update
  119
  120 + echo "Applying patch wlroots-5261.patch..."
  121 + patch -p1 -d subprojects/wlroots < ../wlroots-5261.patch
  122 + 
  123   # make stb.wrap use our local clone
  124   rm -rf subprojects/stb
  125   git clone "$srcdir/stb" subprojects/stb

from cachyos gamescope