Github messages for voidlinux
 help / color / mirror / Atom feed
From: aryalaadi <aryalaadi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] poc zed package template
Date: Fri, 01 Mar 2024 15:11:43 +0100	[thread overview]
Message-ID: <20240301141143.EBCBE26DDC@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49019@inbox.vuxu.org>

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

There is an updated pull request by aryalaadi against master on the void-packages repository

https://github.com/aryalaadi/void-packages master
https://github.com/void-linux/void-packages/pull/49019

poc zed package template
proof of concept void package template for the zed text editor
<!-- 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ab0a4577474489c43da9cae9ff6eb65b965b18c3 Mon Sep 17 00:00:00 2001
From: aryal <141743392+aryalaadi@users.noreply.github.com>
Date: Fri, 1 Mar 2024 19:38:51 +0545
Subject: [PATCH 1/2] zed poc package template

zed poc package template
---
 srcpkgs/zed/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/zed/template

diff --git a/srcpkgs/zed/template b/srcpkgs/zed/template
new file mode 100644
index 0000000000000..9a3365d035752
--- /dev/null
+++ b/srcpkgs/zed/template
@@ -0,0 +1,13 @@
+# Template file for 'zed'
+pkgname=zed
+version=0.124.8
+revision=1
+build_style=cargo
+makedepends=" alsa-lib-devel fontconfig-devel wayland-devel libxkbcommon-devel openssl-devel"
+depends="alsa-lib fontconfig wayland libxkbcommon libxkbcommon-x11 openssl"
+short_desc="Zed is a high-performance, multiplayer code editor."
+maintainer="aryalaadi <aryalaadi123@gmail.com>"
+license="GPL-3.0"
+homepage="https://github.com/zed-industries/zed"
+distfiles="https://github.com/zed-industries/zed/archive/refs/tags/v0.124.8.tar.gz"
+checksum=3cc069d4fe64a84b0e87854736506dfe40475cca26479664b88d8943d2b82115

From 08c2582631d49551cad7f8a8a824ce52024f3464 Mon Sep 17 00:00:00 2001
From: aryal <141743392+aryalaadi@users.noreply.github.com>
Date: Fri, 1 Mar 2024 19:56:39 +0545
Subject: [PATCH 2/2] fixes

---
 srcpkgs/zed/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zed/template b/srcpkgs/zed/template
index 9a3365d035752..b175f391819b3 100644
--- a/srcpkgs/zed/template
+++ b/srcpkgs/zed/template
@@ -3,9 +3,10 @@ pkgname=zed
 version=0.124.8
 revision=1
 build_style=cargo
-makedepends=" alsa-lib-devel fontconfig-devel wayland-devel libxkbcommon-devel openssl-devel"
+hostmakedepends="pkg-config python3"
+makedepends="alsa-lib-devel fontconfig-devel wayland-devel libxkbcommon-devel openssl-devel"
 depends="alsa-lib fontconfig wayland libxkbcommon libxkbcommon-x11 openssl"
-short_desc="Zed is a high-performance, multiplayer code editor."
+short_desc="High-performance, multiplayer code editor"
 maintainer="aryalaadi <aryalaadi123@gmail.com>"
 license="GPL-3.0"
 homepage="https://github.com/zed-industries/zed"

  parent reply	other threads:[~2024-03-01 14:11 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 13:57 [PR PATCH] " aryalaadi
2024-03-01 14:07 ` [PR REVIEW] " ahesford
2024-03-01 14:11 ` aryalaadi [this message]
2024-03-03 17:11 ` [PR PATCH] [Updated] " aryalaadi
2024-03-03 17:32 ` aryalaadi
2024-03-03 17:33 ` aryalaadi
2024-03-03 17:34 ` aryalaadi
2024-03-03 20:33 ` dmarto
2024-03-03 20:33 ` dmarto
2024-03-04  0:24 ` aryalaadi
2024-03-04  0:31 ` ahesford
2024-03-04  3:13 ` aryalaadi
2024-03-04 11:38 ` aryalaadi
2024-04-30 19:24 ` someone13574
2024-05-01  4:30 ` aryalaadi
2024-05-01  5:19 ` someone13574
2024-05-14  0:43 ` Vaelatern
2024-05-14  0:43 ` Vaelatern
2024-05-14  2:31 ` someone13574
2024-05-23 22:24 ` [PR PATCH] [Closed]: " Vaelatern
2024-05-23 22:24 ` Vaelatern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240301141143.EBCBE26DDC@inbox.vuxu.org \
    --to=aryalaadi@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).