Search Criteria
Package Details: wezterm-git 20240203.110809.r849.ge46fe38-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wezterm-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wezterm-git |
| Description: | A GPU-accelerated cross-platform terminal emulator and multiplexer |
| Upstream URL: | https://github.com/wezterm/wezterm |
| Licenses: | MIT |
| Conflicts: | wezterm |
| Provides: | wezterm |
| Submitter: | PedroHLC |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 22 |
| Popularity: | 1.09 |
| First Submitted: | 2018-10-16 22:48 (UTC) |
| Last Updated: | 2026-06-28 05:31 (UTC) |
Dependencies (22)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- libgit2 (libgit2-gitAUR)
- libssh2 (libssh2-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- ttf-jetbrains-mono (ttf-jetbrains-mono-gitAUR)
- ttf-roboto (ttf-roboto-variableAUR, ttf-google-fonts-typewolfAUR, ttf-roboto-fontconfigAUR, ttf-roboto-androidAUR, ttf-roboto-android-vfAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- xcb-util
- xcb-util-image
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
- ncurses (ncurses-gitAUR) (optional) – for wezterm terminfo database
- noto-fonts-emoji (noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR, noto-fonts-emoji-colrv1AUR, ttf-blobmoji2AUR) (optional) – for default fonts
- Show 2 more dependencies...
Required by (16)
- claude-code-bridge-git (requires wezterm) (optional)
- dbus-term-launcher (requires wezterm) (optional)
- glrnvim (requires wezterm) (optional)
- halley (requires wezterm) (optional)
- halley-full (requires wezterm) (optional)
- halley-git (requires wezterm) (optional)
- hypr-bucket (requires wezterm) (optional)
- minq-nhentai-git (requires wezterm) (optional)
- minq-xvideos-git (requires wezterm) (optional)
- minq-youtube-git (requires wezterm) (optional)
- pay-respects (requires wezterm) (optional)
- pay-respects-bin (requires wezterm) (optional)
- pay-respects-git (requires wezterm) (optional)
- reels-bin (requires wezterm) (optional)
- wezztershier (requires wezterm) (optional)
- wezztershier-rust (requires wezterm) (optional)
Latest Comments
1 2 Next › Last »
IuseAURBTW commented on 2026-06-29 13:51 (UTC)
thx
xiota commented on 2026-06-28 05:30 (UTC) (edited on 2026-06-28 05:32 (UTC) by xiota)
Sorry for the delayed response. I forgot to enable notifications when I adopted. Saw flag in dashboard today. Enabled notifications and updating.
IuseAURBTW commented on 2026-06-25 08:37 (UTC)
hi @xiota
may you update the pkgbuild? the comments make sense
pyker commented on 2026-04-13 12:47 (UTC) (edited on 2026-04-13 12:47 (UTC) by pyker)
Hello! A few suggestions for the PKGBUILD:
glib2from depends: not linked, not opened at runtime.bashfrom depends: the only shell script uses/bin/shlibgit2to depends: directly linked to all binaries, opened at runtimedoums commented on 2025-12-28 13:04 (UTC) (edited on 2026-01-17 01:47 (UTC) by doums)
This PKGBUILD is broken, to build it needs the following fixes:
pkgvervariable, format isYYYYMMDD.commit_hash, for example:pkgverfunction tocheck()function (skip the unit tests, or build with --nocheck)ykelvis commented on 2025-08-06 20:55 (UTC)
the new pkgver() is giving me older version string than previous.
now with
git describe --long --tags --abbrev=7 --exclude='[a-zA-Z][a-zA-Z]*'| sed -E 's/([^-]*-g)/r\1/;s/-[^-]*-r/-r/;s/-/./g', it's20240203.110809.r768.g6a493f8.the old
git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S" | tr - .gives20250730.195751.6a493f88.it causes problem because pacman would see that as a downgrade.
patlefort commented on 2025-02-27 01:49 (UTC)
Can you please add a prefix or postfix to the source name for freetype2, since it's a fork?
grady.link commented on 2024-11-30 21:45 (UTC)
Why is this flagged out of date for having incorrect conflicts, but the package still installs, and they seem to be there in case those packages are created in the future?
vandalt commented on 2024-08-26 16:06 (UTC) (edited on 2024-08-26 16:06 (UTC) by vandalt)
As mentioned on the GitHub issue, the following PKGBUILD patch seems to fix the terminfo conflict.
ykelvis commented on 2024-05-24 04:49 (UTC)
as mentioned by SolarAquarion, ncurses now provides terminfo files, conflicting with wezterm-git.
1 2 Next › Last »