-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/wezterm #7436
base: main
Are you sure you want to change the base?
Fix/wezterm #7436
Conversation
are these supposed to be symlinks, or are there other binaries that need to be built? |
Binaries Should be those:
|
i can see you're still working, but this works for me to build them: distributable:
url: https://github.com/wez/wezterm/releases/download/{{version.tag}}/wezterm-{{version.tag}}-src.tar.gz
strip-components: 1
versions:
github: wez/wezterm/tags
transform: v => v.replace(/^(\d{4})(\d{2})(\d{2})-.*$/, '$1.$2.$3')
dependencies:
zlib.net: ^1.3
linux:
freetype.org: '*'
freedesktop.org/fontconfig: '*'
openssl.org: ^1.1
build:
dependencies:
rust-lang.org: '>=1.71<1.78'
rust-lang.org/cargo: '*'
script:
- cargo install $ARGS --path strip-ansi-escapes
- cargo install $ARGS --path sync-color-schemes
- cargo install $ARGS --path wezterm
- cargo install $ARGS --path wezterm-gui
- cargo install $ARGS --path wezterm-mux-server
env:
ARGS:
- --locked
- --root {{prefix}}
provides:
- bin/strip-ansi-escapes
- bin/sync-color-schemes
- bin/wezterm
- bin/wezterm-gui
- bin/wezterm-mux-server
test: test "$(wezterm --version)" = "wezterm {{version.tag}}" |
$ cat ~/.pkgx/x.org/x11/v1.8.10/lib/pkgconfig/x11.pc
prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
xthreadlib=-lpthread
Name: X11
Description: X Library
Version: 1.8.10
Requires: xproto kbproto
Requires.private: xcb >= 1.11.1
Cflags: -I${includedir}
Libs: -L${libdir} -lX11
Libs.private: -lpthread looks like you need x.org/xcb as a dep as well. |
looks like they only provide a cask for macos on homebrew, so it'll be some trial-and-error to get the full list of linux libraries if wezterm doesn't specify them: https://github.com/Homebrew/homebrew-cask/blob/7db552eae14ba123c69e5e9a55f3ca395d8cfbec/Casks/w/wezterm.rb |
hm, xcb-util.pc is not in x.org/xcb. looks like it's its own package: https://xcb.freedesktop.org/dist/ edit: this should be ready shortly. |
|
will re-run the checks once that package is built
e3d55e1
to
e8884d1
Compare
No description provided.