Package Details: ghostty-git 1.0.1.r399.ga244535-1

Git Clone URL: https://aur.archlinux.org/ghostty-git.git (read-only, click to copy)
Package Base: ghostty-git
Description: Fast, native, feature-rich terminal emulator pushing modern features
Upstream URL: https://github.com/ghostty-org/ghostty
Licenses: MIT
Conflicts: ghostty
Provides: ghostty
Submitter: gpanders
Maintainer: gpanders (alerque)
Last Packager: gpanders
Votes: 9
Popularity: 3.65
First Submitted: 2024-06-07 14:51 (UTC)
Last Updated: 2025-01-13 02:05 (UTC)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

chauncey commented on 2025-01-01 01:56 (UTC)

@gpanders High iowait and general slowness on archlinux. maybe we should build with this fix see: https://github.com/ghostty-org/ghostty/discussions/3224#discussioncomment-11691632

ZaneFerns360 commented on 2024-12-30 14:35 (UTC)

why not add -Dcpu=x86_64_v3 to the build arguments to further optimize performance considering majority of modern pcs will be able to utilize better instruction sets.

gpanders commented on 2024-12-27 22:13 (UTC)

@alerque You’re now a co-maintainer.

alerque commented on 2024-12-27 21:54 (UTC)

Please also see the terminfo and shell-extensions package split in the official stable packages, the same split should be applied here with -git variants. If you want help with this feel free to add me as a co- or request a patch.

djipey commented on 2024-12-27 09:08 (UTC) (edited on 2024-12-27 09:55 (UTC) by djipey)

I'm getting an EndOfStream error, would you have any idea what it is?

==> Starting build()...
/home/djipey/ghostty-git/src/ghostty/pkg/utfcpp/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream
            .url = "https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.5.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/djipey/ghostty-git/src/ghostty/pkg/sentry/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream
            .url = "https://github.com/getsentry/sentry-native/archive/refs/tags/0.7.8.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/djipey/ghostty-git/src/ghostty/pkg/breakpad/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream
            .url = "https://github.com/getsentry/breakpad/archive/b99f444ba5f6b98cac261cbb391d8766b34a5918.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/djipey/ghostty-git/src/ghostty/pkg/oniguruma/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream
            .url = "https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.9.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/djipey/ghostty-git/src/ghostty/pkg/freetype/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream
            .url = "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/djipey/ghostty-git/src/ghostty/pkg/cimgui/build.zig.zon:9:20: error: invalid HTTP response: EndOfStream
            .url = "https://github.com/ocornut/imgui/archive/e391fe2e66eb1c96b1624ae8444dc64c23146ef4.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

EDIT: this seems to happen only when I build from AUR. I managed to build from the sources

alerque commented on 2024-12-26 21:51 (UTC)

This is installing files to the packaging in build() and building twice for no gain. You might take some tips from the stable packaging I pasted to [extra] just now for a way to actually build and package in two phases. I also reported the broken DESTDIR handling upstream.

0xDEADC0DE commented on 2024-12-26 20:28 (UTC)

Ghostty has been released as today. Can you update the PKGBUILD?

gpanders commented on 2024-10-31 00:23 (UTC)

The issue with linking the system freetype library has been resolved upstream, so this AUR package now uses all libraries provided by Arch packages.

gpanders commented on 2024-10-28 00:34 (UTC)

The PKGBUILD is updated so the package should be buildable again. Note that for now freetype is still statically linked (it is not using the system library) due to an error in the build process with a freetype header. Hopefully this can be updated in the future to use the system freetype, but in the meantime this unblocks people from updating.

gpanders commented on 2024-10-27 20:20 (UTC)

I’ll update the PKGBUILD as soon as I’m able (hopefully in the next day or two). In the meantime, feel free to send me a (working and tested) patch.