Package Details: ytdl-desktop 1.0.0-7

Git Clone URL: https://aur.archlinux.org/ytdl-desktop.git (read-only, click to copy)
Package Base: ytdl-desktop
Description: Youtube Downloader Desktop
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: 2024-04-01 05:43 (UTC)

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 the PKGBUILD file, 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:

==> Starting package()...
install: cannot stat '/tmp/makepkg/ytdl-desktop/src/ytdl-desktop.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'ytdl-desktop-1.0.0-6': 
error: packages failed to build: ytdl-desktop-1.0.0-6

If you do not specify --pkgname option, gendesk creates a .desktop file with the name PKGBUILD. The correct command would be: gendesk -f -n -q --categories="Utility" --name="${_pkgname}" --exec="${pkgname} %U" --pkgname="${pkgname}"