Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: neovide-0.13.3
@ 2024-08-02  6:08 hesam-init
  2024-08-02  6:14 ` [PR PATCH] [Updated] " hesam-init
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: hesam-init @ 2024-08-02  6:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-land/void-packages neovide
https://github.com/void-linux/void-packages/pull/51601

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

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


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

<!-- 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, (x86_64)
<!--
- 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/51601.patch is attached

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

From 48ab01f7c58c3d5080ca0295173497963c266dfb Mon Sep 17 00:00:00 2001
From: hesam-init <hesam.init@gmail.com>
Date: Fri, 2 Aug 2024 09:35:41 +0330
Subject: [PATCH] New package: neovide-0.13.3

---
 srcpkgs/neovide/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/neovide/template

diff --git a/srcpkgs/neovide/template b/srcpkgs/neovide/template
new file mode 100644
index 00000000000000..05b94b64cb6645
--- /dev/null
+++ b/srcpkgs/neovide/template
@@ -0,0 +1,22 @@
+# Template file for 'neovide'
+pkgname=neovide
+version=0.13.3
+revision=1
+build_style=cargo
+hostmakedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+makedepends="python3"
+depends="neovim libxkbcommon-x11 libglvnd"
+short_desc="No Nonsense Neovim Client in Rust"
+maintainer="hesam-init <hesam.init@gmail.com>"
+license=MIT
+homepage=https://github.com/neovide/neovide
+distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
+checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
+
+post_install() {
+	vmkdir usr/share/pixmaps
+
+	vcopy assets/neo* usr/share/pixmaps
+
+	vinstall assets/neovide.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: neovide-0.13.3
  2024-08-02  6:08 [PR PATCH] New package: neovide-0.13.3 hesam-init
@ 2024-08-02  6:14 ` hesam-init
  2024-08-18  9:17 ` alexdaguy
  2024-10-29 15:05 ` [PR PATCH] [Closed]: " void-land
  2 siblings, 0 replies; 5+ messages in thread
From: hesam-init @ 2024-08-02  6:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-land/void-packages neovide
https://github.com/void-linux/void-packages/pull/51601

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

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


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

<!-- 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, (x86_64)
<!--
- 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/51601.patch is attached

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

From 48ab01f7c58c3d5080ca0295173497963c266dfb Mon Sep 17 00:00:00 2001
From: hesam-init <hesam.init@gmail.com>
Date: Fri, 2 Aug 2024 09:35:41 +0330
Subject: [PATCH 1/2] New package: neovide-0.13.3

---
 srcpkgs/neovide/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/neovide/template

diff --git a/srcpkgs/neovide/template b/srcpkgs/neovide/template
new file mode 100644
index 00000000000000..05b94b64cb6645
--- /dev/null
+++ b/srcpkgs/neovide/template
@@ -0,0 +1,22 @@
+# Template file for 'neovide'
+pkgname=neovide
+version=0.13.3
+revision=1
+build_style=cargo
+hostmakedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+makedepends="python3"
+depends="neovim libxkbcommon-x11 libglvnd"
+short_desc="No Nonsense Neovim Client in Rust"
+maintainer="hesam-init <hesam.init@gmail.com>"
+license=MIT
+homepage=https://github.com/neovide/neovide
+distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
+checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
+
+post_install() {
+	vmkdir usr/share/pixmaps
+
+	vcopy assets/neo* usr/share/pixmaps
+
+	vinstall assets/neovide.desktop 644 usr/share/applications
+}

From 751b4be4cbad4a4d649988470dcc471845106a09 Mon Sep 17 00:00:00 2001
From: hesam-init <hesam.init@gmail.com>
Date: Fri, 2 Aug 2024 09:44:26 +0330
Subject: [PATCH 2/2] neovide: fix license

---
 srcpkgs/neovide/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/neovide/template b/srcpkgs/neovide/template
index 05b94b64cb6645..5274653444c29b 100644
--- a/srcpkgs/neovide/template
+++ b/srcpkgs/neovide/template
@@ -8,7 +8,7 @@ makedepends="python3"
 depends="neovim libxkbcommon-x11 libglvnd"
 short_desc="No Nonsense Neovim Client in Rust"
 maintainer="hesam-init <hesam.init@gmail.com>"
-license=MIT
+license="MIT"
 homepage=https://github.com/neovide/neovide
 distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
 checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
@@ -19,4 +19,6 @@ post_install() {
 	vcopy assets/neo* usr/share/pixmaps
 
 	vinstall assets/neovide.desktop 644 usr/share/applications
+
+	vlicense LICENSE
 }

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

* Re: New package: neovide-0.13.3
  2024-08-02  6:08 [PR PATCH] New package: neovide-0.13.3 hesam-init
  2024-08-02  6:14 ` [PR PATCH] [Updated] " hesam-init
@ 2024-08-18  9:17 ` alexdaguy
  2024-10-29 15:05 ` [PR PATCH] [Closed]: " void-land
  2 siblings, 0 replies; 5+ messages in thread
From: alexdaguy @ 2024-08-18  9:17 UTC (permalink / raw)
  To: ml

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

New comment by alexdaguy on void-packages repository

https://github.com/void-linux/void-packages/pull/51601#issuecomment-2295190251

Comment:
I had to add `curl` to `hostmakedepends` to get it to build because of `rust-skia`

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

* Re: [PR PATCH] [Closed]: New package: neovide-0.13.3
  2024-08-02  6:08 [PR PATCH] New package: neovide-0.13.3 hesam-init
  2024-08-02  6:14 ` [PR PATCH] [Updated] " hesam-init
  2024-08-18  9:17 ` alexdaguy
@ 2024-10-29 15:05 ` void-land
  2 siblings, 0 replies; 5+ messages in thread
From: void-land @ 2024-10-29 15:05 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: neovide-0.13.3
https://github.com/void-linux/void-packages/pull/51601

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

<!-- 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, (x86_64)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] New package: neovide-0.13.3
@ 2024-12-13 21:27 sweiglbosker
  0 siblings, 0 replies; 5+ messages in thread
From: sweiglbosker @ 2024-12-13 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sweiglbosker/void-packages neovide
https://github.com/void-linux/void-packages/pull/53515

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

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


#### 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, (x86_64-glibc)

**Addresses:** #43688 


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

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

From ea537270256109d9425a12b767e53e858d21b948 Mon Sep 17 00:00:00 2001
From: Stefan Weigl-Bosker <stefan@s00.xyz>
Date: Fri, 13 Dec 2024 16:15:47 -0500
Subject: [PATCH] New package: neovide-0.13.3

---
 srcpkgs/neovide/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/neovide/template

diff --git a/srcpkgs/neovide/template b/srcpkgs/neovide/template
new file mode 100644
index 00000000000000..76e050666ca012
--- /dev/null
+++ b/srcpkgs/neovide/template
@@ -0,0 +1,19 @@
+# Template file for 'neovide'
+pkgname=neovide
+version=0.13.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3 cmake curl"
+makedepends="fontconfig-devel freetype-devel libxcb-devel libX11-devel gtk+3-devel libglvnd-devel sndio-devel openssl-devel libcxx-devel"
+depends="neovim gtk+3"
+short_desc="No Nonsense Neovim Client in Rust"
+maintainer="Stefan Weigl-Bosker <stefan@s00.xyz>"
+license="MIT"
+homepage="neovide.dev"
+changelog="https://github.com/neovide/neovide/compare/0.13.2...0.13.3"
+distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
+checksum=21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-12-13 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-02  6:08 [PR PATCH] New package: neovide-0.13.3 hesam-init
2024-08-02  6:14 ` [PR PATCH] [Updated] " hesam-init
2024-08-18  9:17 ` alexdaguy
2024-10-29 15:05 ` [PR PATCH] [Closed]: " void-land
2024-12-13 21:27 [PR PATCH] " sweiglbosker

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).