Search Criteria
Package Details: cockpit-tools 0.24.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cockpit-tools.git (read-only, click to copy) |
|---|---|
| Package Base: | cockpit-tools |
| Description: | Universal AI IDE account manager for Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy |
| Upstream URL: | https://github.com/jlcodes99/cockpit-tools |
| Keywords: | antigravity cockpit-tools codebuddy codex copilot cursor gemini-cli github kiro windsurf |
| Submitter: | klpod221 |
| Maintainer: | klpod221 |
| Last Packager: | klpod221 |
| Votes: | 1 |
| Popularity: | 0.24 |
| First Submitted: | 2026-03-12 03:43 (UTC) |
| Last Updated: | 2026-05-21 04:00 (UTC) |
Dependencies (19)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cairo (cairo-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR) (make)
- libsoup3 (libsoup3-gitAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR) (make)
Latest Comments
daguo commented on 2026-04-30 13:03 (UTC)
Hi maintainer,
The source build currently fails at the Tauri bundling step.
When building with
npm run tauri build, the build fails with:error: invalid value 'none' for '--bundles [<BUNDLES>...]' [possible values: deb, rpm, appimage]
It looks like the current Tauri configuration or build command may no longer be compatible with the installed Tauri CLI version. The
bundle.active = false/nonebehavior seems to be rejected, and onlydeb,rpm, orappimageare accepted.Could you please check the PKGBUILD and the upstream build configuration?
Thanks for maintaining this package.