Skip to content

Instantly share code, notes, and snippets.

@VoodaGod
Last active December 28, 2024 08:36
Show Gist options
  • Save VoodaGod/ae342280c368827a0e3315cda68e6f56 to your computer and use it in GitHub Desktop.
Save VoodaGod/ae342280c368827a0e3315cda68e6f56 to your computer and use it in GitHub Desktop.
gamescope-git AUR package patch for using mouse_sense_fix.patch
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,6 +69,7 @@ source=(
'git+https://github.com/Joshua-Ashton/reshade.git'
'git+https://github.com/Joshua-Ashton/GamescopeShaders.git#tag=v0.1'
'git+https://github.com/KhronosGroup/SPIRV-Headers.git'
+ 'https://gist.githubusercontent.com/VoodaGod/e4ac5363bd98b86cf7ab739101f852e5/raw/90ded2c8b0896999f078bf908288abeb372912aa/mouse_sense_fix.patch'
)
b2sums=(
@@ -81,6 +82,7 @@ b2sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
provides=("$_pkgname")
@VoodaGod
Copy link
Author

VoodaGod commented Dec 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment