Package Details: chatgpt-desktop-git 1.1.0+r8+gfe4f231-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: rukh-debug
Maintainer: None
Last Packager: rukh-debug
Votes: 2
Popularity: 0.000004
First Submitted: 2023-02-04 07:13 (UTC)
Last Updated: 2024-04-16 07:20 (UTC)

Latest Comments

henrylaxen commented on 2024-11-17 19:32 (UTC) (edited on 2024-11-17 19:45 (UTC) by henrylaxen)

I can get the package to build with:

-    convert -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \
-           "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/chat-gpt.png"

+     magick "${srcdir}/${_pkgname}/public/chat-gpt.png" -resize ${size}x${size} \
+                   "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/chat-gpt.png"

There is no logo.png file, but there is a chat-gpt.png file in public. The resize command has to be after the input file and before the output file.

vawaver commented on 2024-11-06 09:22 (UTC)

I have this problem on CachyOS latest:

  > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags javascriptcoregtk-4.1 javascriptcoregtk-4.1 >= 2.38

  The system library `javascriptcoregtk-4.1` required by crate `javascriptcore-rs-sys` was not found.
  The file `javascriptcoregtk-4.1.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
  The PKG_CONFIG_PATH environment variable is not set.

  HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `javascriptcoregtk-4.1.pc`.

warning: build failed, waiting for other jobs to finish...
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'chatgpt-desktop-git-1.1.0+r8+gfe4f231-1':
error: packages failed to build: chatgpt-desktop-git-1.1.0+r8+gfe4f231-1

kimlulz commented on 2024-10-15 04:59 (UTC) (edited on 2024-10-15 04:59 (UTC) by kimlulz)

convert commands was deprecated. using magick instead on Line 68

-       convert -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \
+       magick -resize ${size}x${size} "${srcdir}/${_pkgname}/public/logo.png" \

but it occur..

magick: no images found for operation `-resize' at CLI arg 1 @ error/operation.c/CLIOption/5481.

dreieck commented on 2024-04-16 08:45 (UTC)

@dreieck that's required by cargo, and its in makedependes

Since your update on 2023-03-18, which was after my comment.

Thanks!

rukh-debug commented on 2024-04-16 07:22 (UTC)

@dreieck that's required by cargo, and its in makedependes

makedepends=("imagemagick"
             "git"
                        "cargo")
depends=("hicolor-icon-theme"
         "openssl"
         "webkit2gtk")

ZeroDot1 commented on 2023-04-28 11:11 (UTC)

https://github.com/lencx/nofwl

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!