From 8f2d617c0c91364d0c54d520acc47a2cc05e11ee Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 8 Oct 2024 13:47:01 +1000 Subject: [PATCH] data: rename libwacom.stylus to just wacom.stylus As of commit 884d4230d1b7 ("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. --- .github/workflows/main.yml | 4 ++-- data/wacom.example | 2 +- data/{libwacom.stylus => wacom.stylus} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename data/{libwacom.stylus => wacom.stylus} (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cee415a..7c3ee503 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/data/wacom.example b/data/wacom.example index be574f31..d3a079d3 100644 --- a/data/wacom.example +++ b/data/wacom.example @@ -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 diff --git a/data/libwacom.stylus b/data/wacom.stylus similarity index 100% rename from data/libwacom.stylus rename to data/wacom.stylus