Search Criteria
Package Details: pidswallow 2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pidswallow.git (read-only, click to copy) |
|---|---|
| Package Base: | pidswallow |
| Description: | A script to swallow your terminal automatically |
| Upstream URL: | https://github.com/Liupold/pidswallow |
| Keywords: | swallowing window xdotool xorg |
| Licenses: | Apache |
| Provides: | pidswallow |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-08-01 14:19 (UTC) |
| Last Updated: | 2020-08-18 03:39 (UTC) |
Dependencies (6)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- xdo (xdo-gitAUR)
- xorg-xev
- xorg-xprop
- xorg-xwininfo
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
dreieck commented on 2024-05-17 10:19 (UTC)
This
PKGBUILDstill installs stuff into/usr/local/!This should not be done for packages installed via package management!
Please change the
PKGBUILDso that the following files are installed into/usr/(withoutlocal/):Regards and thanks for maintaining!
dreieck commented on 2023-07-20 17:31 (UTC) (edited on 2023-07-20 17:32 (UTC) by dreieck)
This package installs stuff into
/usr/local/. This must not happen./usr/local/is solely for stuff installed outside of package management.Since this is a package to be installed via pacman, it should install to the proper system directories.
In detail, the following file gets installed to the wrong place:
/usr/local/man/man1/pidswallow.1.gz.Please install it to
/usr/share/man/man1/pidswallow.1.gz.Thanks for maintaining!