Skip to content

Commit

Permalink
New package: zed-0.136.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpidFightFR committed May 23, 2024
1 parent 88c1c0e commit c097eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/zed/patches/fix-desktop-file.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
diff --git a/crates/zed/resources/zed.desktop b/crates/zed/resources/zed.desktop
index 7920e63..cf52ceb 100644
index 7920e63..06b36b9 100644
--- a/crates/zed/resources/zed.desktop
+++ b/crates/zed/resources/zed.desktop
@@ -4,9 +4,8 @@ Type=Application
@@ -4,9 +4,9 @@ Type=Application
Name=Zed
GenericName=Text Editor
Comment=A high-performance, multiplayer code editor.
-TryExec=zed
+TryExec=Zed
StartupNotify=true
-Exec=zed
+Exec=Zed
Expand Down
1 change: 1 addition & 0 deletions srcpkgs/zed/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ make_install_args="--path crates/zed"
hostmakedepends="pkg-config protobuf"
makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-devel"
checkdepends="xorg-fonts"

Check failure on line 9 in srcpkgs/zed/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

Place checkdepends= after depends=
depends="git"
short_desc="High-performance, multiplayer code editor"
maintainer="SpidFightFR <spidfight@swisscows.email>"
license="GPL-3.0-or-later, Apache-2.0, AGPL-3.0-or-later"
Expand Down

0 comments on commit c097eb8

Please sign in to comment.