Search Criteria
Package Details: libwacom-surface 2.13.0-1
Package Actions
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 |
Licenses: | MIT |
Conflicts: | libwacom |
Provides: | libwacom |
Submitter: | qzed |
Maintainer: | qzed |
Last Packager: | qzed |
Votes: | 10 |
Popularity: | 0.017763 |
First Submitted: | 2019-02-27 00:23 (UTC) |
Last Updated: | 2024-09-14 17:56 (UTC) |
Dependencies (11)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libevdev (libevdev-gitAUR)
- libgudev
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- meson (meson-gitAUR) (make)
- python-libevdev (check)
- python-pytest (check)
- python-pyudev (check)
- python-libevdev (optional) – for libwacom-show-stylus
- python-pyudev (optional) – for libwacom-show-stylus
Required by (19)
- cinnamon-settings-daemon-git (requires libwacom)
- gnome-control-center-x11-scaling (requires libwacom)
- gnome-settings-daemon-git (requires libwacom)
- gnome-settings-daemon-mobile (requires libwacom)
- lib32-libwacom (requires libwacom)
- libinput-multiplier (requires libwacom)
- libinput-noaccum (requires libwacom)
- libinput-three-finger-drag (requires libwacom)
- mutter-beta-performance (requires libwacom)
- mutter-dynamic-buffering (requires libwacom)
- mutter-git (requires libwacom)
- mutter-mobile (requires libwacom)
- mutter-performance (requires libwacom)
- mutter-performance-unstable (requires libwacom)
- mutter-text-input-v1 (requires libwacom)
- mutter-text-input-v1-git (requires libwacom)
- mutter-touchpad-scroll-patch (requires libwacom)
- mutter-x11-scaling (requires libwacom)
- tabletsettings-git (requires libwacom)
Sources (18)
- 0001-Add-support-for-BUS_VIRTUAL.patch
- 0002-Add-support-for-Intel-Management-Engine-bus.patch
- 0003-data-Add-Microsoft-Surface-Pro-3.patch
- 0004-data-Add-Microsoft-Surface-Pro-4.patch
- 0005-data-Add-Microsoft-Surface-Pro-5.patch
- 0006-data-Add-Microsoft-Surface-Pro-6.patch
- 0007-data-Add-Microsoft-Surface-Pro-7.patch
- 0008-data-Add-Microsoft-Surface-Pro-7.patch
- 0009-data-Add-Microsoft-Surface-Pro-8.patch
- 0010-data-Add-Microsoft-Surface-Pro-9.patch
- 0011-data-Add-Microsoft-Surface-Book.patch
- 0012-data-Add-Microsoft-Surface-Book-2-13.5.patch
- 0013-data-Add-Microsoft-Surface-Book-2-15.patch
- 0014-data-Add-Microsoft-Surface-Book-3-13.5.patch
- 0015-data-Add-Microsoft-Surface-Book-3-15.patch
- 0016-data-Add-Microsoft-Surface-Laptop-Studio.patch
- https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.13.0/libwacom-2.13.0.tar.xz
- https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.13.0/libwacom-2.13.0.tar.xz.sig
Latest Comments
1 2 3 4 Next › Last »
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 AURqzed commented on 2023-12-13 20:49 (UTC)
@donwlewis: Libwacom requires libgudev as build dependency. This should be fixed in the latest release (2.9.0).
donwlewis commented on 2023-12-12 19:20 (UTC)
Getting the following error message with trying to makepkg:
libgudev is installed. Any help is appreciated. Thanks!
stoeps commented on 2023-03-06 13:55 (UTC)
Found the issue, I always tried with
pamac
and even with manual imported and--lsign
the keys, it failed.I remembered that I used
yay
with my last arch deployment and gave it try.yay
asked me to import another key and then the package build run through without any issue.stoeps commented on 2023-03-06 13:50 (UTC) (edited on 2023-03-06 13:51 (UTC) by stoeps)
Hi, I tried to deploy the libwacom-surface package today and double-checked that I have all keys imported and trusted, but I still get the following error:
Any idea which PGP key is missing? I imported both dev keys from libwacom project. I checked the sha256 hash and it matches the downloaded package.
I tried
pamac -v
(--verbose) but pamac does not recognize the switch, but it is mentioned in the man page.Any help appreciated.
Thanks a lot. Chris
langfingaz commented on 2022-10-19 20:30 (UTC)
@yuandi42 and @qzed: The key is now available on a public keyserver.
qzed commented on 2022-10-15 09:11 (UTC) (edited on 2022-10-15 09:12 (UTC) by qzed)
@yuandi42: The libwacom devs signed their code with a key that is not present on any of the common key servers. You have 3 options:
Import the key manually from Arch Linux libwacom package sources,
import the key manually from the GitHub profile of the developer who released that release,
or run
makepkg
with--skippgpcheck
to skip signature verification.To manually import the key, run
gpg --import <path-to-file>
.Please do feel free to ask the libwacom devs to push their keys to a keyerver.
yuandi42 commented on 2022-10-15 08:38 (UTC)
couldn't import gpg key:
search the key in keys.openpgp.org , keyserver.ubuntu.com , pgp.mit.edu . No result.
qzed commented on 2022-06-09 19:38 (UTC)
@andrew_ames: If you're building manually, you could remove the
src
andpkg
directories. Alternatively, just removingsrc/build
should also do the trick.andrew_ames commented on 2022-06-09 19:33 (UTC) (edited on 2022-06-09 19:36 (UTC) by andrew_ames)
Today I learned there are AUR helpers. I've been doing it all myself. I'll look into that, thanks!
Update: a clean build did indeed correct this. Thanks for the assist.
1 2 3 4 Next › Last »