Search Criteria
Package Details: abstouch-nux 1.3.0-1
Git Clone URL: | https://aur.archlinux.org/abstouch-nux.git (read-only, click to copy) |
---|---|
Package Base: | abstouch-nux |
Description: | An absolute touchpad input client for GNU/Linux. |
Upstream URL: | https://github.com/acedron/abstouch-nux |
Licenses: | |
Submitter: | acedron |
Maintainer: | acedron |
Last Packager: | acedron |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-09 17:05 |
Last Updated: | 2020-12-03 19:51 |
Dependencies (2)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
dreieck commented on 2020-11-18 19:59
This package's
PKGBUILD
does download (lots of) stuff duringbuild()
.This must not happen. No internet connection must be assumed in
build()
andpackage()
.Please make sure that everything needed to build the package gets downloaded via the
source
-array, or if that is not possible as an exception inprepare()
(source
is favoured because then also the download agents defined inmakepkg.conf
are honoured).Thanks for maintaining!,
and here is evidence for what I complain about:
caltlgin commented on 2020-11-09 18:18
gcc
frommakedepends=(' ')
array as it is already installed as part of thebase-devel
group. See note here: https://wiki.archlinux.org/index.php/PKGBUILD#makedepends