Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: neovim-gtk-0.2.0
@ 2020-11-11  1:57 FollieHiyuki
  2020-11-11  2:02 ` [PR REVIEW] " ericonr
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-11  1:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 0aceb98115e8f3d4e28d9cacfae9f6ae69a8b489 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] New package: neovim-gtk-0.2.0

---
 srcpkgs/neovim-gtk/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..5144bb135a4
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,20 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=cargo
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21
+
+post_install() {
+	vinstall ${wrksrc}/desktop/org.daa.NeovimGtk.desktop 644 usr/share/applications
+	vinstall ${wrksrc}/desktop/org.daa.NeovimGtk.svg 644 usr/share/pixmaps
+	vinstall ${wrksrc}/desktop/org.daa.NeovimGtk_128.png 644 usr/share/pixmaps
+	vinstall ${wrksrc}/desktop/org.daa.NeovimGtk_48.png 644 usr/share/pixmaps
+	vinstall ${wrksrc}/desktop/org.daa.NeovimGtk-symbolic.svg 644 usr/share/pixmaps
+}

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

* Re: [PR REVIEW] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
@ 2020-11-11  2:02 ` ericonr
  2020-11-11  2:08 ` FollieHiyuki
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2020-11-11  2:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#discussion_r521018143

Comment:
Why not use https://github.com/daa84/neovim-gtk/blob/master/Makefile#L15 ?

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

* Re: [PR REVIEW] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
  2020-11-11  2:02 ` [PR REVIEW] " ericonr
@ 2020-11-11  2:08 ` FollieHiyuki
  2020-11-11  2:25 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-11  2:08 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#discussion_r521022552

Comment:
It uses `/usr/local` by defaut.
I will rewrite now, since I saw `--prefix=/usr` already there in `configure_args`.
My bad for not reading things through.

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
  2020-11-11  2:02 ` [PR REVIEW] " ericonr
  2020-11-11  2:08 ` FollieHiyuki
@ 2020-11-11  2:25 ` FollieHiyuki
  2020-11-11  2:29 ` FollieHiyuki
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-11  2:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 899de00128aab3095f53a6148f8c7abeec12421d Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] New package: neovim-gtk-0.2.0

---
 srcpkgs/neovim-gtk/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..0bb8e9ce631
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,13 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cargo"
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (2 preceding siblings ...)
  2020-11-11  2:25 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2020-11-11  2:29 ` FollieHiyuki
  2020-11-16 12:16 ` FollieHiyuki
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-11  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From b1018bc484d3644504e6d1f10db739826673794c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] Use gnu-makefile instead of cargo build style

---
 srcpkgs/neovim-gtk/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..0bb8e9ce631
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,13 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cargo"
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (3 preceding siblings ...)
  2020-11-11  2:29 ` FollieHiyuki
@ 2020-11-16 12:16 ` FollieHiyuki
  2020-11-17 11:39 ` FollieHiyuki
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-16 12:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 0099b071b29f08f78bf71a141252911746815e9f Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] Put glib-devel in hostmakedepends for arm builds

---
 srcpkgs/neovim-gtk/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..a30ff8e0aae
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,13 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cargo glib-devel"
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel gtk+3-devel pango-devel"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (4 preceding siblings ...)
  2020-11-16 12:16 ` FollieHiyuki
@ 2020-11-17 11:39 ` FollieHiyuki
  2020-11-18  7:42 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-17 11:39 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-728871407

Comment:
I don't know why it fails on arm builds.

As some issues suggested I tried putting `glib-devel` into hostmakedepends but the builds still fail. Or am I doing it wrong?

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (5 preceding siblings ...)
  2020-11-17 11:39 ` FollieHiyuki
@ 2020-11-18  7:42 ` FollieHiyuki
  2020-12-12  5:48 ` ericonr
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-11-18  7:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 93fe469468faedb1ee34d10099ec375de44007c5 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] New package: neovim-gtk-0.2.0

---
 srcpkgs/neovim-gtk/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..5e990cf8067
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,13 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cargo glib glib-devel"
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel gtk+3-devel pango-devel"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (6 preceding siblings ...)
  2020-11-18  7:42 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2020-12-12  5:48 ` ericonr
  2020-12-12 23:18 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2020-12-12  5:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-743708520

Comment:
You want to use the `cargo` build style here, if at all possible. If not, at least add the `rust` build helper.

What you're missing is `rust-std` in `makedepends`.

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (7 preceding siblings ...)
  2020-12-12  5:48 ` ericonr
@ 2020-12-12 23:18 ` FollieHiyuki
  2020-12-12 23:21 ` FollieHiyuki
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-12-12 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 73c36f7221165fec4d68d663d1b6cd2c2ce77e1c Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] New package: neovim-gtk-0.2.0

---
 srcpkgs/neovim-gtk/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..88154129be4
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,16 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=cargo
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel rust-std"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21
+
+post_install() {
+	make install-resources
+}

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (8 preceding siblings ...)
  2020-12-12 23:18 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2020-12-12 23:21 ` FollieHiyuki
  2020-12-12 23:37 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-12-12 23:21 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-743919182

Comment:
I misunderstood your 1st comment :)

Reverted it back to `cargo` build style.

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (9 preceding siblings ...)
  2020-12-12 23:21 ` FollieHiyuki
@ 2020-12-12 23:37 ` FollieHiyuki
  2020-12-13  0:02 ` FollieHiyuki
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-12-12 23:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 5e63c87f71480d9f2766db93c3703eeb3dafff16 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] New package: neovim-gtk-0.2.0

---
 srcpkgs/neovim-gtk/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..88154129be4
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,16 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=cargo
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel rust-std"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21
+
+post_install() {
+	make install-resources
+}

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (10 preceding siblings ...)
  2020-12-12 23:37 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2020-12-13  0:02 ` FollieHiyuki
  2020-12-14 13:40 ` ericonr
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-12-13  0:02 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-743919182

Comment:
I misunderstood your 1st comment :)

Reverted it back to `cargo` build style.

EDIT: the resources still seems to not be installed correctly

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (11 preceding siblings ...)
  2020-12-13  0:02 ` FollieHiyuki
@ 2020-12-14 13:40 ` ericonr
  2020-12-14 19:38 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2020-12-14 13:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-744447105

Comment:
> EDIT: the resources still seems to not be installed correctly

You need to pass `DESTDIR` and `PREFIX` to the make invocation :) Otherwise it's installing those files in your masterdir

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

* Re: [PR PATCH] [Updated] New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (12 preceding siblings ...)
  2020-12-14 13:40 ` ericonr
@ 2020-12-14 19:38 ` FollieHiyuki
  2020-12-14 19:40 ` FollieHiyuki
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-12-14 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages neovim-gtk
https://github.com/void-linux/void-packages/pull/26283

New package: neovim-gtk-0.2.0
#26272 

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

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

From 10ab0c5a97136a5bd93f9267dac533b161e01de0 Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Wed, 11 Nov 2020 04:42:30 +0300
Subject: [PATCH] New package: neovim-gtk-0.2.0

---
 srcpkgs/neovim-gtk/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/neovim-gtk/template

diff --git a/srcpkgs/neovim-gtk/template b/srcpkgs/neovim-gtk/template
new file mode 100644
index 00000000000..f1596743a40
--- /dev/null
+++ b/srcpkgs/neovim-gtk/template
@@ -0,0 +1,16 @@
+# Template file for 'neovim-gtk'
+pkgname=neovim-gtk
+version=0.2.0
+revision=1
+build_style=cargo
+makedepends="atk-devel cairo-devel gdk-pixbuf-devel glib-devel gtk+3-devel pango-devel rust-std"
+short_desc="GTK UI for Neovim"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/daa84/neovim-gtk"
+distfiles="https://github.com/daa84/neovim-gtk/archive/v${version}.tar.gz"
+checksum=df4567bc687074e085b16199cd63edd0b19c12a3d66721f8c2c6021e709f3a21
+
+post_install() {
+	make DESTDIR=${DESTDIR} PREFIX=/usr install-resources
+}

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (13 preceding siblings ...)
  2020-12-14 19:38 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2020-12-14 19:40 ` FollieHiyuki
  2021-01-16 13:44 ` FollieHiyuki
  2021-01-16 13:44 ` [PR PATCH] [Closed]: " FollieHiyuki
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2020-12-14 19:40 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-744665514

Comment:
Thanks for all the help. Fixed

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

* Re: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (14 preceding siblings ...)
  2020-12-14 19:40 ` FollieHiyuki
@ 2021-01-16 13:44 ` FollieHiyuki
  2021-01-16 13:44 ` [PR PATCH] [Closed]: " FollieHiyuki
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-16 13:44 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/26283#issuecomment-761565649

Comment:
I will close this as the terminal neovim is more preferable for me and I started using this application less. The template works fine on my machine (x86-64-musl). If someone else is interested feel free to take over.

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

* Re: [PR PATCH] [Closed]: New package: neovim-gtk-0.2.0
  2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
                   ` (15 preceding siblings ...)
  2021-01-16 13:44 ` FollieHiyuki
@ 2021-01-16 13:44 ` FollieHiyuki
  16 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-16 13:44 UTC (permalink / raw)
  To: ml

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

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

New package: neovim-gtk-0.2.0
https://github.com/void-linux/void-packages/pull/26283

Description:
#26272 

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

* Re: new package: neovim-gtk-0.2.0
  2021-05-11  3:47 [PR PATCH] new " caughtquick
@ 2022-05-19  2:16 ` github-actions
  0 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2022-05-19  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/30790#issuecomment-1131014650

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

end of thread, other threads:[~2022-05-19  2:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11  1:57 [PR PATCH] New package: neovim-gtk-0.2.0 FollieHiyuki
2020-11-11  2:02 ` [PR REVIEW] " ericonr
2020-11-11  2:08 ` FollieHiyuki
2020-11-11  2:25 ` [PR PATCH] [Updated] " FollieHiyuki
2020-11-11  2:29 ` FollieHiyuki
2020-11-16 12:16 ` FollieHiyuki
2020-11-17 11:39 ` FollieHiyuki
2020-11-18  7:42 ` [PR PATCH] [Updated] " FollieHiyuki
2020-12-12  5:48 ` ericonr
2020-12-12 23:18 ` [PR PATCH] [Updated] " FollieHiyuki
2020-12-12 23:21 ` FollieHiyuki
2020-12-12 23:37 ` [PR PATCH] [Updated] " FollieHiyuki
2020-12-13  0:02 ` FollieHiyuki
2020-12-14 13:40 ` ericonr
2020-12-14 19:38 ` [PR PATCH] [Updated] " FollieHiyuki
2020-12-14 19:40 ` FollieHiyuki
2021-01-16 13:44 ` FollieHiyuki
2021-01-16 13:44 ` [PR PATCH] [Closed]: " FollieHiyuki
2021-05-11  3:47 [PR PATCH] new " caughtquick
2022-05-19  2:16 ` github-actions

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