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
« First ‹ Previous 1 2 3 4 Next › Last »
Farmer.Bobathan commented on 2021-01-29 18:30 (UTC)
The PKGBUILD needs meson, python-libevdev, python-pyudev, and python-pytest added to the makedepends.
qzed commented on 2020-08-20 06:56 (UTC)
This is an issue with the gpg setup/keyserver and not the package. As far as I can tell, there seems to be some sort of issue with the default gpg server at the moment (see https://bbs.archlinux.org/viewtopic.php?id=257527). You should be able to manually import the key via
gpg --keyserver hkps://keyserver.ubuntu.com --recv-key E23B7E70B467F0BF
.qzed commented on 2020-06-30 19:15 (UTC)
I can't reproduce this (with
trizen
). The error seems to come from the configuration step of libwacom, so the libwacom build system itself. The message indicates that something is wrong with file timestamps (especially the file creation date, i.e. it seems that the date of a newly created file is older than the files of the libwacom source zip). Unfortunately I have no clue why something like this could be happening.TornaxO7 commented on 2020-06-30 15:49 (UTC) (edited on 2020-06-30 15:50 (UTC) by TornaxO7)
Hello! When I'm trying to update this package with
trizen
, than I'm getting this error, do you know probably how I can fix this?claytonsrobot commented on 2020-06-16 02:04 (UTC) (edited on 2020-06-16 02:05 (UTC) by claytonsrobot)
Thank you very much, this was helpful. I had to install base-devel before running makepkg. I used makepkg -i, so that I wouldn't have to figure out a second step.
This has been one of my first experiences with installing a package from a manually downloaded source file, and it has prepared me for my future with Manjaro, and possibly Arch down the road.
qzed commented on 2020-06-15 11:55 (UTC)
The file you're trying to install is not the package, but the source file. The package should end with
.pkg.tar.zst
(or.pkg.tar.xz
, depending on the compression you've told makepkg to use). So, for the current version, the command to install should bepacman -U libwacom-surface-1.3-1-x86_64.pkg.tar.zst
(or similar). I can also recommend using an AUR helper (https://wiki.archlinux.org/index.php/AUR_helpers), which can fetch, build, and install the package for you with a single command.claytonsrobot commented on 2020-06-15 06:53 (UTC) (edited on 2020-06-15 06:53 (UTC) by claytonsrobot)
As with Tornax07, I am also getting a PGP error.
sudo pacman -U libwacom-1.3.tar.bz2
TornaxO7 commented on 2020-06-04 10:04 (UTC)
Thank you! I'm so happy that I can finally use the touchscreen :) Thanks for this package!!!
qzed commented on 2020-06-03 11:53 (UTC)
FAILED (unknown public key E23B7E70B467F0BF)
means that makepkg/gpg can't find the key for validation. You will need to make gpg aware of that key viagpg --recv-key E23B7E70B467F0BF
before you can build and install this package.« First ‹ Previous 1 2 3 4 Next › Last »