2 Commits

Author SHA1 Message Date
5d3cc92144 Merge pull request 'Add wacomtablet xlibre patch' (#404) from wacomtablet into master
Reviewed-on: #404
2025-09-14 20:46:55 +02:00
nikolar
5af841a3a2 Add wacomtablet xlibre patch
All checks were successful
Required Approvals / required-approvals (pull_request) Successful in 1m6s
2025-09-14 11:27:47 +02:00

View File

@@ -0,0 +1,12 @@
#!/bin/sh
if [ "$#" -eq 0 ]
then
echo "Usage: $0 <package repo>"
exit 1
fi
for arg in "$@"
do
sed -i 's/xf86-input-wacom/x11win-input-wacom/g' "${arg}/PKGBUILD"
done