Search Criteria
Package Details: podman-desktop-git r7326.9ece43b-1
Package Actions
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)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, docker-gitAUR, rancher-desktopAUR, docker-cli-binAUR, podman-docker)
- docker-compose (docker-compose-v1-binAUR, docker-compose-gitAUR, docker-desktopAUR)
- electron36 (electron36-binAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod)
- podman (podman-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvm (nvm-gitAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- crcAUR (crc-binAUR) (optional) – crc plugin
- libappindicator-gtk3 (optional) – StatusNotifierItem support
- limaAUR (limaAUR) (optional) – lima plugin
- pipewire (pipewire-full-gitAUR, pipewire-gitAUR) (optional) – WebRTC desktop sharing under Wayland
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (optional) – enable Qt5 with --enable-features=AllowQt
- trash-cli (trash-cli-gitAUR) (optional) – file deletion support (trash-put)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – open URLs with desktop's default (xdg-email, xdg-open)
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 likeapp
, and copyextensions
node_modules
packages
package.json
intoapp
.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
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...