Package Details: devpod-bin 0.6.6-1

Git Clone URL: https://aur.archlinux.org/devpod-bin.git (read-only, click to copy)
Package Base: devpod-bin
Description: Codespaces but open-source, client-only, and unopinionated - unofficial package
Upstream URL: https://github.com/loft-sh/devpod
Keywords: codespaces devcontainers devpod
Licenses: MPL-2.0
Conflicts: devpod
Provides: devpod, devpod-cli
Submitter: feilong
Maintainer: montidafur
Last Packager: montidafur
Votes: 4
Popularity: 0.49
First Submitted: 2024-04-05 02:37 (UTC)
Last Updated: 2025-01-01 12:08 (UTC)

Latest Comments

Harms commented on 2024-12-09 09:51 (UTC) (edited on 2024-12-09 09:52 (UTC) by Harms)

I got the following error when running DevPod:

thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libappindicator-sys-0.9.0/src/lib.rs:41:5:
Failed to load ayatana-appindicator3 or appindicator3 dynamic library
libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory
libappindicator3.so.1: cannot open shared object file: No such file or directory
libayatana-appindicator3.so: cannot open shared object file: No such file or directory
libappindicator3.so: cannot open shared object file: No such file or directory

Installing libayatana-appindicator and its dependencies fixed it.

Sacro commented on 2024-11-19 14:17 (UTC)

Also it needs webkit2gtk-4.1 adding as a dependency

Sacro commented on 2024-11-19 14:16 (UTC)

Don't rename binaries, it makes upstream docs incorrect

noirbizarre commented on 2024-11-18 16:58 (UTC)

To install latest version (0.6+), replace the package() install statements with:

    install -Dm755 "usr/bin/DevPod" "${pkgdir}/usr/bin/devpod"
    install -Dm755 "usr/bin/devpod-cli" "${pkgdir}/usr/bin/devpod-cli"
    install -Dm755 "usr/share/applications/DevPod.desktop" "${pkgdir}/usr/share/applications/devpod.desktop"
    install -Dm644 "usr/share/icons/hicolor/32x32/apps/DevPod.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/devpod.png"
    install -Dm644 "usr/share/icons/hicolor/128x128/apps/DevPod.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/devpod.png"
    install -Dm644 "usr/share/icons/hicolor/256x256@2/apps/DevPod.png" "${pkgdir}/usr/share/icons/hicolor/256x256@2/apps/devpod.png"

Note: this result in a devpod binary instead of dev-pod

montidafur commented on 2024-10-29 19:36 (UTC)

All issues have been fixed

Sorry for the long wait time, but my last week was quite busy

Package has been tested and is confirmed to work

ThePirate42 commented on 2024-10-21 12:49 (UTC)

I'm having the same issue too

roeeka commented on 2024-10-20 18:40 (UTC)

Is there an issue with the build script? I am getting an error:

install: cannot stat '/usr/bin/dev-pod': No such file or directory

montidafur commented on 2024-10-20 15:42 (UTC) (edited on 2024-10-20 15:58 (UTC) by montidafur)

Fixed!

Overlooked it while creating PKGBUILD and didn't test it since I mostly test packages when I'm building from source, sorry!

ThePirate42 commented on 2024-10-20 15:11 (UTC)

makepkg gives "curl: (22) The requested URL returned error: 404" when trying to download the sources