Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zed-0.135.2
@ 2024-05-22 19:05 SpidFightFR
  2024-05-22 19:06 ` SpidFightFR
                   ` (131 more replies)
  0 siblings, 132 replies; 133+ messages in thread
From: SpidFightFR @ 2024-05-22 19:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

There is a new pull request by SpidFightFR against master on the void-packages repository

https://github.com/SpidFightFR/void-packages zed-voidlinux
https://github.com/void-linux/void-packages/pull/50476

New package: zed-0.135.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**



#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl
-->

Just me making a PR for Zed, it's evolving fast, the PR is not ready, but the template does work. This PR's purpose is for others to keep track of the tests i'm doing.

Take care, i'm all ears for suggestions of course. :v:

A patch file from https://github.com/void-linux/void-packages/pull/50476.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zed-voidlinux-50476.patch --]
[-- Type: text/x-diff, Size: 2273 bytes --]

From a86056263bd14a312f7aa3125404e6f43b599c24 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Mon, 20 May 2024 19:43:38 +0200
Subject: [PATCH] New package: zed-0.135.2

---
 srcpkgs/Zed/files/Zed.desktop | 10 ++++++++++
 srcpkgs/Zed/template          | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100755 srcpkgs/Zed/files/Zed.desktop
 create mode 100644 srcpkgs/Zed/template

diff --git a/srcpkgs/Zed/files/Zed.desktop b/srcpkgs/Zed/files/Zed.desktop
new file mode 100755
index 00000000000000..5e6aa7b4930bbd
--- /dev/null
+++ b/srcpkgs/Zed/files/Zed.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+GenericName=Advanced Text Editor
+Name=Zed
+Comment=High-performance, multiplayer code editor
+Exec=Zed %U
+StartupNotify=true
+Icon=Zed
+Type=Application
+Categories=Utility;TextEditor;Development;
+Keywords=text;txt;editor;programming;programmer;development;developer;code;
diff --git a/srcpkgs/Zed/template b/srcpkgs/Zed/template
new file mode 100644
index 00000000000000..7a65abd6149a9f
--- /dev/null
+++ b/srcpkgs/Zed/template
@@ -0,0 +1,28 @@
+#template file for "Zed"
+pkgname=Zed
+version=0.135.2
+revision=1
+_livekit_commit=8645a138fb2ea72c4dab13e739b1f3c9ea29ac84
+build_style=cargo
+make_install_args="--path crates/zed"
+hostmakedepends="pkg-config"
+makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-devel"
+short_desc="High-performance, multiplayer code editor"
+checkdepends="xorg-fonts"
+maintainer="SpidFightFR <spidfight@swisscows.email>"
+license="GPL-3.0-or-later, Apache-2.0, AGPL-3.0-or-later"
+homepage="https://zed.dev/"
+distfiles="https://github.com/zed-industries/zed/archive/v${version}.tar.gz
+https://github.com/livekit/protocol/archive/${_livekit_commit}.tar.gz"
+checksum="274aca38c33d1d5880e7e7362fab4cdcb3cc52304002b3582f97be6a903702ad
+cd26bc1015fa0b79154c23a385441ae81e9a4385211cf2989eb939ae83d0e414"
+skip_extraction="${_livekit_commit}.tar.gz"
+
+post_extract() {
+    vsrcextract -C crates/live_kit_server/protocol "${_livekit_commit}.tar.gz"
+}
+
+post_install(){
+    vlicense ${wrksrc}/LICENSE-{GPL,APACHE,AGPL}
+    vinstall ${FILESDIR}/Zed.desktop 644 usr/share/applications
+}

^ permalink raw reply	[flat|nested] 133+ messages in thread

end of thread, other threads:[~2024-06-26 19:32 UTC | newest]

Thread overview: 133+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-22 19:05 [PR PATCH] New package: zed-0.135.2 SpidFightFR
2024-05-22 19:06 ` SpidFightFR
2024-05-22 19:13 ` SpidFightFR
2024-05-22 19:21 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-22 19:23 ` SpidFightFR
2024-05-22 19:26 ` [PR PATCH] [Updated] New package: Zed-0.136.2 SpidFightFR
2024-05-22 19:27 ` SpidFightFR
2024-05-22 19:32 ` SpidFightFR
2024-05-22 20:03 ` SpidFightFR
2024-05-22 20:38 ` [PR REVIEW] " Calandracas606
2024-05-22 20:41 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-22 21:28 ` SpidFightFR
2024-05-22 21:31 ` [PR REVIEW] " SpidFightFR
2024-05-23  1:05 ` classabbyamp
2024-05-23 17:31 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 17:32 ` [PR REVIEW] " SpidFightFR
2024-05-23 17:39 ` classabbyamp
2024-05-23 17:39 ` classabbyamp
2024-05-23 17:49 ` SpidFightFR
2024-05-23 17:50 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 17:52 ` [PR REVIEW] " SpidFightFR
2024-05-23 17:57 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 19:29 ` SpidFightFR
2024-05-23 19:29 ` SpidFightFR
2024-05-23 19:33 ` SpidFightFR
2024-05-23 19:34 ` SpidFightFR
2024-05-23 19:36 ` SpidFightFR
2024-05-23 19:36 ` SpidFightFR
2024-05-23 19:57 ` SpidFightFR
2024-05-23 20:09 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 20:12 ` SpidFightFR
2024-05-23 20:16 ` Calandracas606
2024-05-23 20:24 ` meator
2024-05-23 20:25 ` classabbyamp
2024-05-23 20:43 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 20:48 ` SpidFightFR
2024-05-23 20:55 ` [PR REVIEW] " someone13574
2024-05-23 20:58 ` SpidFightFR
2024-05-23 21:06 ` Calandracas606
2024-05-23 21:07 ` someone13574
2024-05-23 21:22 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 21:25 ` [PR REVIEW] " someone13574
2024-05-23 21:26 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-23 21:27 ` SpidFightFR
2024-05-23 21:27 ` [PR REVIEW] " SpidFightFR
2024-05-23 21:27 ` SpidFightFR
2024-05-23 21:28 ` SpidFightFR
2024-05-24 14:40 ` someone13574
2024-05-24 14:40 ` someone13574
2024-05-24 14:51 ` someone13574
2024-05-24 15:27 ` SpidFightFR
2024-05-24 17:27 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-24 17:29 ` SpidFightFR
2024-05-24 17:36 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-24 17:36 ` SpidFightFR
2024-05-24 17:44 ` someone13574
2024-05-24 17:52 ` [PR REVIEW] " someone13574
2024-05-24 18:09 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-24 22:43 ` SpidFightFR
2024-05-24 22:46 ` SpidFightFR
2024-05-24 22:47 ` SpidFightFR
2024-05-24 23:57 ` New package: zed-0.136.2 SpidFightFR
2024-05-25  0:00 ` [PR REVIEW] " classabbyamp
2024-05-25  0:02 ` someone13574
2024-05-25  0:05 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-25  0:06 ` [PR REVIEW] " SpidFightFR
2024-05-25  0:06 ` SpidFightFR
2024-05-25  0:20 ` Calandracas606
2024-05-25  0:27 ` Calandracas606
2024-05-25  0:29 ` Calandracas606
2024-05-25  0:33 ` someone13574
2024-05-25  0:40 ` Calandracas606
2024-05-25  0:40 ` someone13574
2024-05-25  0:40 ` someone13574
2024-05-25  0:43 ` someone13574
2024-05-25  7:16 ` SpidFightFR
2024-05-25  7:44 ` SpidFightFR
2024-05-25 12:53 ` someone13574
2024-05-25 19:37 ` AnInternetTroll
2024-05-25 19:59 ` someone13574
2024-05-25 21:49 ` AnInternetTroll
2024-05-29 21:20 ` [PR PATCH] [Updated] " SpidFightFR
2024-05-31 18:35 ` [PR PATCH] [Updated] New package: zed-0.137.3 SpidFightFR
2024-06-04 11:11 ` someone13574
2024-06-04 14:13 ` SpidFightFR
2024-06-04 16:45 ` AnInternetTroll
2024-06-04 17:28 ` someone13574
2024-06-04 18:14 ` someone13574
2024-06-04 18:18 ` SpidFightFR
2024-06-04 18:19 ` SpidFightFR
2024-06-04 18:22 ` someone13574
2024-06-04 18:25 ` SpidFightFR
2024-06-04 18:32 ` someone13574
2024-06-04 18:35 ` someone13574
2024-06-04 18:41 ` SpidFightFR
2024-06-04 20:14 ` someone13574
2024-06-04 20:14 ` someone13574
2024-06-04 20:14 ` someone13574
2024-06-04 20:24 ` SpidFightFR
2024-06-04 20:26 ` SpidFightFR
2024-06-04 20:50 ` someone13574
2024-06-04 22:56 ` someone13574
2024-06-04 22:57 ` someone13574
2024-06-04 22:58 ` someone13574
2024-06-04 23:38 ` Calandracas606
2024-06-05 21:08 ` [PR PATCH] [Updated] " SpidFightFR
2024-06-06  4:02 ` New package: zed-0.138.4 Calandracas606
2024-06-06  4:03 ` Calandracas606
2024-06-06 21:15 ` [PR PATCH] [Updated] " SpidFightFR
2024-06-07 23:20 ` SpidFightFR
2024-06-07 23:25 ` New package: zed-0.138.6 SpidFightFR
2024-06-07 23:25 ` SpidFightFR
2024-06-14  6:14 ` [PR PATCH] [Updated] " SpidFightFR
2024-06-14 11:06 ` [PR REVIEW] " someone13574
2024-06-14 16:40 ` SpidFightFR
2024-06-14 16:41 ` SpidFightFR
2024-06-14 16:57 ` Calandracas606
2024-06-14 17:03 ` someone13574
2024-06-14 17:20 ` AnInternetTroll
2024-06-14 17:30 ` someone13574
2024-06-14 17:33 ` someone13574
2024-06-14 18:03 ` [PR PATCH] [Updated] " SpidFightFR
2024-06-14 20:52 ` SpidFightFR
2024-06-14 21:47 ` someone13574
2024-06-19 19:34 ` SpidFightFR
2024-06-19 19:48 ` New package: zed-0.139.3 Calandracas606
2024-06-19 20:01 ` SpidFightFR
2024-06-19 20:24 ` SpidFightFR
2024-06-19 20:27 ` Calandracas606
2024-06-19 20:43 ` SpidFightFR
2024-06-19 20:58 ` SpidFightFR
2024-06-19 21:01 ` [PR PATCH] [Updated] " SpidFightFR
2024-06-26 19:32 ` New package: zed-0.140.5 SpidFightFR

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).