Search Criteria
Package Details: ytdl-desktop 1.0.0-10
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ytdl-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | ytdl-desktop |
| Description: | Youtube Downloader Desktop.(Use system-wide electron) |
| Upstream URL: | https://github.com/kayy0812/ytdl-desktop |
| Keywords: | downloader electron electronjs nodejs youtube ytdl-core |
| Licenses: | MIT |
| Conflicts: | ytdl-desktop |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-08-20 07:31 (UTC) |
| Last Updated: | 2025-05-16 11:00 (UTC) |
Dependencies (7)
- electron25AUR (electron25-binAUR)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- nvm (nvm-gitAUR) (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Latest Comments
zxp19821005 commented on 2024-04-01 05:44 (UTC)
@j1simon I think it was just because of you've changed the value of
$startdir.When you run 'gendesk --help',you will see chat:* "$startdir/PKGBUILD" is the default PKGBUILD filename.. I have made modifications to thePKGBUILDfile, although I think it was not necessary.j1simon commented on 2024-03-30 08:52 (UTC)
It fails because the desktop file is created with wrong name:
If you do not specify
--pkgnameoption,gendeskcreates a.desktopfile with the namePKGBUILD. The correct command would be:gendesk -f -n -q --categories="Utility" --name="${_pkgname}" --exec="${pkgname} %U" --pkgname="${pkgname}"