Search Criteria
Package Details: x11remote 0.1-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/x11remote.git (read-only, click to copy) |
|---|---|
| Package Base: | x11remote |
| Description: | Simple mouse and keyboard remote control as touchscreen HTML5 web-app |
| Upstream URL: | http://github.com/apirogov/x11remote |
| Licenses: | MIT |
| Submitter: | icetonic |
| Maintainer: | icetonic |
| Last Packager: | icetonic |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-04-03 16:59 (UTC) |
| Last Updated: | 2018-12-07 22:41 (UTC) |
Dependencies (5)
- xdotool (xdotool-gitAUR)
- xorg-xmodmap
- cabal-install (cabal-install-gitAUR, cabal-install-staticAUR) (make)
- ghc (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
icetonic commented on 2018-12-07 22:47 (UTC)
I fixed the compile error and tried to update the PKGBUILD as well, but for some reason it still just wants to deliver the old PKGBUILD version :/ I don't know what I am doing wrong. I hope this is just some caching going on, otherwise would be nice if someone points out what my mistake is.
dreieck commented on 2018-12-05 14:24 (UTC)
build()fails for me:dreieck commented on 2018-12-05 14:23 (UTC)
This downloads a lot of stuff during
build(). Please avoid that!Whenever possible, put everything which is needed from the internet in the
source-array, if this is not possible useprepare()as an exception.Having internet connection during
build()orpackage()should not be assumed.icetonic commented on 2016-01-02 17:08 (UTC)
hamelg commented on 2016-01-02 14:47 (UTC)
hamelg commented on 2016-01-02 14:21 (UTC)