Search Criteria
Package Details: rofi-zeal-git 1.0.3.r2.g1c6f0d3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rofi-zeal-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rofi-zeal-git |
| Description: | Search code documentation from rofi |
| Upstream URL: | https://github.com/Zeioth/rofi-zeal.git |
| Keywords: | addon dash dev docs man offline plugin rofi |
| Licenses: | MIT |
| Conflicts: | rofi-zeal |
| Provides: | rofi-zeal |
| Submitter: | Zeioth |
| Maintainer: | Zeioth |
| Last Packager: | Zeioth |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-06-23 20:28 (UTC) |
| Last Updated: | 2023-10-15 17:52 (UTC) |
Dependencies (4)
- rofi (rofi-gitAUR)
- zeal (zeal-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- i3-wm (i3-rounded-border-patch-gitAUR, i3-doublebordersAUR, i3-rounded-border-patchAUR, i3-gitAUR) (optional) – display man pages
Latest Comments
SpotlightKid commented on 2023-07-30 09:24 (UTC) (edited on 2023-07-30 10:16 (UTC) by SpotlightKid)
The PKGBUILD is broken in many ways (undefined
$_pkgname,pkgver()uses hard-coded version, run-time dependencies wrong, creates a dir in~/.cacheat packaging time, which makes no sense, etc.). Here's a fixed one:Zeioth commented on 2023-03-19 04:43 (UTC)
Thank you for reporting this @pigmonkey, this has been fixed. From now on we install under '/usr/bin/rofi-zeal'. We won't install anymore on /usr/share/rofi/rofi-zeal/rofi-zeal.sh or ~/local/bin. But ~/.cache is still used for the history (that way every user will have a different history file).
pigmonkey commented on 2021-01-01 03:36 (UTC)
This PKGBUILD attempts to install the shell script to
~/.local. That will only make it available to the installing user. I don't think that is considered appropriate for packages. It should simply copyrofi-zeal.shto/usr/bin/rofi-zeal.