Skip to content

Commit

Permalink
data: rename libwacom.stylus to just wacom.stylus
Browse files Browse the repository at this point in the history
As of commit 884d423 ("Support styli from vendors other than Wacom")
we can have styli for different vendors. Let's detangle that from
the beginning to use a $vendor.stylus naming scheme.
  • Loading branch information
whot committed Oct 9, 2024
1 parent 680d47d commit 8f2d617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jobs:
- sudo mv /usr/share/libwacom/wacom-intuos*.tablet /etc/libwacom
- sudo mv /usr/share/libwacom/*.tablet /etc/libwacom
- sudo mv /usr/share/libwacom/*.stylus /etc/libwacom
# split the libwacom.stylus file into to two files to check for
# split the wacom.stylus file into to two files to check for
# accumlated loading
- sudo csplit data/libwacom.stylus '/^\[0x822\]/' && sudo mv xx00 /etc/libwacom/first.stylus && sudo mv xx01 /usr/share/libwacom/libwacom.stylus
- sudo csplit data/wacom.stylus '/^\[0x822\]/' && sudo mv xx00 /etc/libwacom/first.stylus && sudo mv xx01 /usr/share/libwacom/wacom.stylus

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion data/wacom.example
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Layout=wacom-bamboo-16fg-m-pt.svg
# styli, so you can copy/paste the list from another definition.
#
# After that, you can try piecing the stylus list from the names of the
# styli in libwacom.stylus, using the Wacom webshop as a reference
# styli in wacom.stylus, using the Wacom webshop as a reference
# (how many supported styli, what do they look like, etc.)
#
# Finally, if you cannot find any information about the styli supported
Expand Down
File renamed without changes.

0 comments on commit 8f2d617

Please sign in to comment.