Search Criteria
Package Details: devtoys-bin 2.0.8.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/devtoys-bin.git (read-only, click to copy) |
---|---|
Package Base: | devtoys-bin |
Description: | A Swiss Army knife for developers. |
Upstream URL: | https://github.com/DevToys-app/DevToys |
Licenses: | MIT |
Conflicts: | devtoys |
Provides: | devtoys |
Submitter: | matthewq337 |
Maintainer: | matthewq337 (SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 10 |
Popularity: | 0.48 |
First Submitted: | 2024-06-12 04:18 (UTC) |
Last Updated: | 2024-11-28 04:22 (UTC) |
Latest Comments
« First ‹ Previous 1 2
malmerri commented on 2024-06-14 17:43 (UTC)
Hi, your PKGBUILD as it stands fails to build in a chroot. to fix it change line 29 from
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/ ${_pkgname}.desktop"
to
install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
You just needed to specify the srcdir
matthewq337 commented on 2024-06-12 15:51 (UTC)
@kenga fixed, thanks
kenga commented on 2024-06-12 07:33 (UTC) (edited on 2024-06-12 07:34 (UTC) by kenga)
libadwaita is required for GUI usage.
« First ‹ Previous 1 2