Package Details: podman-desktop-git r7326.9ece43b-1

Git Clone URL: https://aur.archlinux.org/podman-desktop-git.git (read-only, click to copy)
Package Base: podman-desktop-git
Description: A graphical tool for developing on containers and Kubernetes.(Use system-wide electron)
Upstream URL: https://podman-desktop.io/
Keywords: container containers desktop hacktoberfest kubernetes podman podman-desktop tray-application ui
Licenses: Apache-2.0
Conflicts: podman-desktop
Provides: podman-desktop
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-13 03:09 (UTC)
Last Updated: 2025-05-09 01:14 (UTC)

Dependencies (18)

Required by (0)

Sources (2)

Latest Comments

zxp19821005 commented on 2025-05-06 23:00 (UTC)

@oech3 I'm sorry, I've no idea about that. I'm not a developer.

oech3 commented on 2025-05-06 15:36 (UTC)

So filling BUILDDIR by copy of electron itself is not avoided ? I already tried -c.electronDist=$recursive_symlink_of_electron and -c.electronDist=$empty_dir

zxp19821005 commented on 2025-05-06 15:30 (UTC)

@oech3 I think after run pnpm run build, you can make a directory like app, and copy extensions node_modules packages package.json into app.

oech3 commented on 2025-05-06 14:27 (UTC)

Thankyou. But still copying Electron source=/usr/lib/electron35 destination=/tmp/makepkg/podman-desktop-git/src/podman-desktop.git/dist/linux-unpacked even for your -git PKGBUILD with same flags.

zxp19821005 commented on 2025-05-06 14:13 (UTC)

@oech3

local electronDist="/usr/lib/electron${_electronversion}"
NODE_ENV=production     pnpm -c exec "electron-builder build --linux dir -c.electronDist=${electronDist} --config .electron-builder.config.cjs --config.asar=false"

oech3 commented on 2025-05-02 18:07 (UTC) (edited on 2025-05-05 08:24 (UTC) by oech3)

$(cat /usr/lib/electronNN/version)

Edit: -c.electronDist= still copies electron from system.

I'm trying to skip downloading electron at build process of https://archlinux.org/packages/extra/x86_64/podman-desktop/ . How to skip? ELECTRON_SKIP_BINARY_DOWNLOAD=1 does nothing...