Package Details: libwacom-surface 2.18.0-1

Git Clone URL: https://aur.archlinux.org/libwacom-surface.git (read-only, click to copy)
Package Base: libwacom-surface
Description: Library to identify Wacom tablets and their features - Patched for Microsoft Surface devices
Upstream URL: https://github.com/linux-surface/libwacom
Keywords: surface tablet
Licenses: MIT
Conflicts: libwacom
Provides: libwacom
Submitter: qzed
Maintainer: Lucky.Luke (qzed)
Last Packager: Lucky.Luke
Votes: 12
Popularity: 0.20
First Submitted: 2019-02-27 00:23 (UTC)
Last Updated: 2026-03-26 08:30 (UTC)

Dependencies (11)

Required by (21)

Sources (18)

Latest Comments

1 2 3 4 5 Next › Last »

sughero commented on 2026-03-25 17:02 (UTC) (edited on 2026-03-25 17:05 (UTC) by sughero)

$ strings /usr/lib/libinput.so.10.13.0|grep LIBWACOM

LIBWACOM_2.15

LIBWACOM_2.18

LIBWACOM_2.12

LIBWACOM_2.0

As occured with other upgrades libinput 1.31 requires libwacom 2.18. Last libwacom-surface at https://github.com/linux-surface/libwacom-surface is 2.17

Change direcory to where is your PKGBUILD

cd ~/.cache/yay/libwacom-surface/

Change version to 2.18

sed -i 's/pkgver=2.17.0/pkgver=2.18.0/' PKGBUILD

Upgrade all checksum

updpkgsums

build and install updated package

makepkg -si

grayowo commented on 2026-03-11 11:50 (UTC)

Hooray,It's finally maintained...

BinaryInk commented on 2026-03-03 15:57 (UTC)

Dropped this, had the best of intentions

tinitus commented on 2026-02-11 19:21 (UTC) (edited on 2026-02-11 19:21 (UTC) by tinitus)

Hello, where can I get the new pkg keys? For 2.0.17 Package?

Rotech commented on 2026-01-04 04:58 (UTC)

This updates to 2.17.0 well. Change the 'pkgver', replace the patch files with the ones in the link below, and update the checksums.

https://github.com/linux-surface/libwacom-surface/tree/master/patches/v2

HiroshiYa commented on 2025-10-30 12:57 (UTC)

Will we get v2.16.1-1 pushed soon?

BinaryInk commented on 2025-04-08 04:10 (UTC)

System broke after update, saw this has been orphaned and the fix was simple enough.

I'll maintain for as long as possible/needed since I have a Surface device w/ Linux that I use daily.

2.15.0 is pushed, any issues let me know.

sughero commented on 2025-04-07 18:31 (UTC) (edited on 2025-04-07 18:48 (UTC) by sughero)

you don't need to downgrade or use libwacom instead of libwacom-surface. You can patch libwacom-2.15 in the same way 2.13 was patched. Change version and sha256sum inside PKGBUILD and build it with 'makepkg'. The package will build smoothly.

yay -Q libwacom-surface

libwacom-surface 2.15.0-1

tvidal commented on 2025-04-07 14:42 (UTC)

It looks like libinput-1.28 requires libwacom-2.15, and using libwacom-surface-2.13 breaks it. I've fixed my system reverting back to libinput-1.27 for the time being.

FabioLolix commented on 2024-06-28 16:12 (UTC)

@donwlewis you are missing 'pkg-config', you need to install the base-devel before dealing with the AUR