Package Details: xf86-input-evdev-remap-git 2.8.1-1

Package Base: xf86-input-evdev-remap-git
Description: X.org evdev input driver with keycode remapping
Upstream URL: http://www.thenautilus.net/cgit/xf86-input-evdev/
Category: x11
Licenses: custom
Submitter: Marcel_K
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2012-10-16 15:32
Last Updated: 2013-10-23 18:41

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by toki

2013-10-23 17:53

Whatever it was, now it is working again with your original PKGBUILD.

Meanwhile however, version 2.8.1 is available. After I changed it in the 'provides' and '_remap' fields, it built correctly.

Comment by Marcel_K

2013-03-10 19:44

That didn't work for me. It looks more like the Git server is temporary down.

Comment by toki

2013-03-10 19:30

The default git path causes the following error message for me:

> Cloning into 'xf86-input-evdev'...
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.

To fix it, I had to change _gitroot like this:
_gitroot=http://www.thenautilus.net/cgit/$_pkgname

After doing that, it works great! :)