Search Criteria
Package Details: ghostty-git 1.0.1.r399.ga244535-1
Package Actions
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: | 10 |
Popularity: | 3.37 |
First Submitted: | 2024-06-07 14:51 (UTC) |
Last Updated: | 2025-01-13 02:05 (UTC) |
Dependencies (27)
- bzip2 (bzip2-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libadwaita-1.so (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita)
- libfontconfig.so (fontconfig-gitAUR, fontconfig-ubuntuAUR, fontconfig, lib32-fontconfig)
- libfreetype.so (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgtk-4.so (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR, gtk4)
- libharfbuzz.so (lib32-harfbuzz-gitAUR, harfbuzz-gitAUR, harfbuzz, lib32-harfbuzz)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwayland-client.so (wayland-asan-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libx11 (libx11-gitAUR)
- oniguruma (oniguruma-gitAUR)
- pixman (pixman-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- pandoc-cli (pandoc-binAUR, pandoc-sile-gitAUR, pandoc-static-gitAUR) (make)
- zig (zig-dev-binAUR, zig-gitAUR, zig-binAUR, zig-nightly-binAUR, zigup-binAUR) (make)
Required by (1)
- ghostty_wrapper (requires ghostty)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
nezu commented on 2025-01-07 09:51 (UTC)
==> Starting build()... 1220dd654ef941fc76fd96f9ec6adadf83f69b9887a0d3f4ee5ac0a1a3e11be35cf5 12207b7a5b538ffb7fb18f954ae17d2f8490b6e3778a9e30564ad82c58ee8da52361 unable to spawn the following command: ExitCodeFailure pkg-config --variable=pkgdatadir wayland-protocols error: the following build command failed with exit code 1: /app/build/src/ghostty/.zig-cache/o/f059ae1eefb69c6c96c37e49fa11d97e/build /usr/bin/zig /app/build/src/ghostty /app/build/src/ghostty/.zig-cache /home/build/.cache/zig --seed 0x526ba2 -Z54dc142b14c2783c --system -Doptimize=ReleaseFast -Demit-docs ==> ERROR: A failure occurred in build().
gpanders commented on 2025-01-01 16:35 (UTC)
@chauncey The issue doesn't reproduce for all Arch users (including myself) and the discussion in that thread indicates that switching to epoll doesn't work for all users. At this time I think we should leave it to individual users to either patch the PKGBUILD themselves or build Ghostty from source with that patch if it works for them.
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?
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.
« First ‹ Previous 1 2 3 Next › Last »