Search Criteria
Package Details: zed-git 0.163.0.r27.g6ab4b46-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zed-git.git (read-only, click to copy) |
---|---|
Package Base: | zed-git |
Description: | A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter |
Upstream URL: | https://zed.dev |
Licenses: | Apache-2.0, GPL-3.0-or-later, AGPL-3.0-or-later |
Conflicts: | zed |
Provides: | zed |
Replaces: | zed-editor-git |
Submitter: | alerque |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 7 |
Popularity: | 0.44 |
First Submitted: | 2024-05-31 14:55 (UTC) |
Last Updated: | 2024-11-21 09:54 (UTC) |
Dependencies (34)
- alsa-lib
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libcurl.so (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libssl.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libz.so (zlib-gitAUR, lib32-zlib, zlib, zlib-ng-compat)
- libzstd.so (zstd-gitAUR, zstd-staticAUR, lib32-zstd, zstd)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, nvidia-vulkan-utilsAUR, amdvlk-2023q3.3AUR, amdvlk-2021q2.5AUR, vulkan-amdgpu-proAUR, nvidia-390xx-utilsAUR, amdvlk-gitAUR, vulkan-nouveau-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, vulkan-amdgpu-pro-legacyAUR, nvidia-utils-teslaAUR, amdvlk-binAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, amdonly-gaming-vulkan-swrast-gitAUR, vulkan-radeon-amd-bc250AUR, nvidia-550xx-utilsAUR, amdvlk, nvidia-utils, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- vulkan-tools (vulkan-tools-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – improved C/C++ language support
- eslint (optional) – improved Javascript language support
- pyright (pyright-gitAUR, pyright-inlay-hints-gitAUR) (optional) – improved Python language support
- rust-analyzer (rust-analyzer-gitAUR, rust-analyzer-nightly-binAUR, rustup-gitAUR, rustup) (optional) – improved Rust language support
Latest Comments
« First ‹ Previous 1 2
Ranguna commented on 2024-05-23 15:48 (UTC) (edited on 2024-05-23 15:53 (UTC) by Ranguna)
I'm getting the following error on the
build
step:Am I the only one ?
EDIT: updated rust tool chain with
rustup update
and now it's working.alerque commented on 2024-05-17 08:57 (UTC)
Thanks @Zollerboy1. I didn't like the tested here-strings in that scripting but I see what it is doing, and that does get the job done. I adapted the scripting to be a bit more to my liking and adapted to the weird two-tier tag scheme Zed is using, but thanks for the pointer for getting that straightened out.
Zollerboy1 commented on 2024-05-14 20:02 (UTC)
I had a similar problem with my package swift-format-git, as swift-format has their release tags in separate branches as well. I use this versioning counter, maybe you can adapt it here:
Fubwubs commented on 2024-05-07 20:56 (UTC) (edited on 2024-05-07 21:09 (UTC) by Fubwubs)
Got this error when building it:
I was able to build it successfully by switching to nightly (
export RUSTUP_TOOLCHAIN=stable
changed toexport RUSTUP_TOOLCHAIN=nightly
in the PKGBUILD). I think it might have been caused by this issue https://users.rust-lang.org/t/cannot-compile-simple-tokio-example/109956/5, which is just due to my system having a particular nightly compiler as default and won't affect anyone using stable as the default toolchain.alerque commented on 2024-03-20 18:38 (UTC)
Upstream is tagging releases out of line with the main branch, hence the weird versioning on this package. If anybody knows a sensible way to mainline the actual version relative to the branch point the tag used and still have a sensible counter I'd be up for it.
« First ‹ Previous 1 2