Search Criteria
Package Details: downzemall 2.2.2-1
Git Clone URL: | https://aur.archlinux.org/downzemall.git (read-only, click to copy) |
---|---|
Package Base: | downzemall |
Description: | A mass download manager based on the Qt5 framework and written in C/C++ |
Upstream URL: | https://setvisible.github.io/DownZemAll |
Licenses: | |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-29 18:24 |
Last Updated: | 2021-01-03 00:23 |
Dependencies (6)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- youtube-dl (youtube-dl-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr) (optional) – tray icon
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (optional) – desktop notifications
Latest Comments
yochananmarqos commented on 2021-01-04 00:46
@djmatty007: No. If you want to maintain your own modified PKGBUILD, you can do whatever you want. FYI,
ln
already has support for relative symlinks with the-r
flagdjmattyg007 commented on 2021-01-03 07:15
The symlinks created near the end of the package() function should be made relative. Right now if I install this package in a chroot I could wind up with odd behaviour. This ensures the symlinks always point to the correct OS tree:
ln -s ../../../opt/downzemall/DownZemAll "${pkgdir}/usr/bin/downzemall" ln -s ../../../usr/bin/youtube-dl "${pkgdir}/opt/downzemall/youtube-dl"