Search Criteria
Package Details: chatgpt-desktop-git 0.12.0+r9+g6adb6e3-1
Git Clone URL: | https://aur.archlinux.org/chatgpt-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | chatgpt-desktop-git |
Description: | ChatGPT Desktop Application (Mac, Windows and Linux) |
Upstream URL: | https://github.com/lencx/ChatGPT |
Keywords: | chatgpt |
Licenses: | Apache |
Conflicts: | chatgpt-desktop |
Provides: | chatgpt-desktop |
Submitter: | slithery0 |
Maintainer: | slithery0 |
Last Packager: | slithery0 |
Votes: | 2 |
Popularity: | 0.003944 |
First Submitted: | 2023-02-04 07:13 (UTC) |
Last Updated: | 2023-03-17 20:45 (UTC) |
Dependencies (6)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- webkit2gtk (webkit2gtk-hvmlAUR, webkit2gtk-imgpasteAUR)
- cargo (rust-nightly-binAUR, cargo-gitAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- imagemagick (graphicsmagick-imagemagick-compatAUR, imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
Required by (0)
Sources (2)
Latest Comments
ZeroDot1 commented on 2023-04-28 11:11 (UTC)
noar commented on 2023-03-29 16:37 (UTC)
i am geting this error:
error[E0599]: no variant or associated item named TrayFixedCenter
found for enum Position
in the current scope
--> src-tauri/src/app/menu.rs:467:40
|
467 | tray_win.move_window(Position::TrayFixedCenter).unwrap();
the -bin version coredumps on my machine
dreieck commented on 2023-03-15 08:31 (UTC) (edited on 2023-03-15 08:33 (UTC) by dreieck)
Why is rust
a dependency and not a make dependency? It is a huge package, so if rust code compilation is not needed at runtime then please move it to makedepends
(and if some libraries are needed add them to depends
).
Thanks for maintaining,
and ad your comment
https://github.com/aur-packaging/chatgpt-desktop-git
You can push here, if you have any updates.
:
This here is the official issue tracker for the AUR package. Requiring users to have a third party's plattform account to submit issues is not good practise.
Regards!
dreieck commented on 2023-02-14 23:41 (UTC)
Can you set CARGO_HOME="${srcdir}/cargo
or similar within prepare()
, build()
and package()
to make rust download it's stuff into "${srcdir}" and not cluttering the home directory?
And can you move the download step of rust into prepare()
, please? (There are download-only options for rust.)
Thanks for maintaining,
regards!
slithery0 commented on 2023-02-04 08:08 (UTC)
https://github.com/aur-packaging/chatgpt-desktop-git
You can push here, if you have any updates.
Pinned Comments
slithery0 commented on 2023-02-04 08:08 (UTC)
https://github.com/aur-packaging/chatgpt-desktop-git
You can push here, if you have any updates.