Search Criteria
Package Details: ucollage 1.0.2-0
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ucollage.git (read-only, click to copy) |
|---|---|
| Package Base: | ucollage |
| Description: | An extensible command line image viewer inspired by vim |
| Upstream URL: | https://github.com/ckardaris/ucollage |
| Keywords: | command-line image tui ueberzug viewer |
| Licenses: | GPL3 |
| Submitter: | ckardaris |
| Maintainer: | ckardaris |
| Last Packager: | ckardaris |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-10-12 17:03 (UTC) |
| Last Updated: | 2022-04-28 20:01 (UTC) |
Dependencies (10)
- bash (bash-devel-gitAUR, bash-gitAUR)
- bc (bc-ghAUR)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, uutils-coreutils-gitAUR)
- file (file-gitAUR)
- grep (grep-gitAUR, grep-compatAUR)
- sed (sed-gitAUR, uutils-sedAUR)
- ueberzug (python-ueberzug-gitAUR, ueberzugpp-new-gitAUR, ueberzugpp-noglAUR, ueberzugpp)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – Thumbnail creation
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-fullAUR) (optional) – Image rotation
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – Clipboard pasting
Latest Comments
ckardaris commented on 2020-10-13 17:04 (UTC)
Thanks for the information @Kr1ss. I didn't know that. I will update the PKGBUILD.
Kr1ss commented on 2020-10-13 14:27 (UTC)
Hi @ckardaris, thx a lot for sharing this package.
Just as a note, you don't need to
gzipthe man file inpackage()- this is done automatically during the packaging process (at least by default; users can switch it off in their/etc/makepkg.confor viaoptions=('!zipman')).So you might just
install -Dm644 ucollage.1 -t "${pkgdir}/usr/share/man/man1"and get rid of thegzipstatement.Cheers !