Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zed
Commits:
2d11c569 by Caleb Maclennan at 2024-06-27T17:12:16+03:00
upgpkg: 0.141.2-2: Fix desktop file, closes #2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = zed
pkgdesc = A high-performance, multiplayer code editor from the creators
of Atom and Tree-sitter
pkgver = 0.141.2
- pkgrel = 1
+ pkgrel = 2
url = https://zed.dev
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=zed
pkgver=0.141.2
-pkgrel=1
+pkgrel=2
pkgdesc='A high-performance, multiplayer code editor from the creators of Atom
and Tree-sitter'
arch=(x86_64)
url=https://zed.dev
@@ -48,8 +48,8 @@ prepare() {
export DO_STARTUP_NOTIFY="true"
export APP_ICON="zed"
export APP_NAME="Zed"
+ export APP_CLI="$_binname"
envsubst < "crates/zed/resources/zed.desktop.in" > zed.desktop
- sed -i -e "s/Exec=zed/Exec=$_binname/g" zed.desktop
patch -p0 -i ../use-lib-not-libexec.patch
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/2d11c569b6e521d5e38d3a570542299fea769cb4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/2d11c569b6e521d5e38d3a570542299fea769cb4
You're receiving this email because of your account on gitlab.archlinux.org.