Search Criteria
Package Details: zed-git 0.166.1.r62.g421974f-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: | 8 |
Popularity: | 0.54 |
First Submitted: | 2024-05-31 14:55 (UTC) |
Last Updated: | 2024-12-13 21:43 (UTC) |
Dependencies (35)
- alsa-lib
- curl (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)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, openssl-userver-compatibilityAUR, lib32-openssl, openssl, openssl-1.1)
- libcurl.so (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libssl.so (openssl-gitAUR, openssl-staticAUR, openssl-userver-compatibilityAUR, 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)
- netcat (nmap-netcatAUR, openbsd-netcat-gitAUR, gnu-netcat-svnAUR, gnu-netcat, openbsd-netcat)
- nodejs (nodejs-gitAUR, nodejs6-binAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- 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, amdvlk-gitAUR, vulkan-nouveau-gitAUR, mesa-minimal-gitAUR, vulkan-amdgpu-pro-legacyAUR, amdvlk-binAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, vulkan-radeon-amd-bc250AUR, nvidia-utils-teslaAUR, vulkan-amdgpu-proAUR, nvidia-525xx-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, nvidia-550xx-utilsAUR, nvidia-510xx-utilsAUR, mesa-gitAUR, nvidia-390xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, amdvlk, nvidia-utils, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- Show 15 more dependencies...
Latest Comments
« First ‹ Previous 1 2
Nemin commented on 2024-06-05 17:37 (UTC)
Hi! The executable has been lowercased (
zed
instead ofZed
), which causes the build to fail. Please change it on line 50 and 84.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