Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: libluv-1.30.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
@ 2019-09-15 22:39 ` voidlinux-github
  2019-09-15 22:39 ` voidlinux-github
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-15 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: libluv-1.30.1
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 247183e6d1def5f1aa2a00781cbc9d63fbbb32ec Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Mon, 16 Sep 2019 00:39:01 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs                  |  1 +
 srcpkgs/luv-devel              |  1 +
 srcpkgs/luv/files/libluv.pc.in | 12 ++++++++++++
 srcpkgs/luv/template           | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/files/libluv.pc.in
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index de88e754ae7..ae0c7b287a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 luv-1.30.1.0_1
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/files/libluv.pc.in b/srcpkgs/luv/files/libluv.pc.in
new file mode 100644
index 00000000000..d1544f65045
--- /dev/null
+++ b/srcpkgs/luv/files/libluv.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libluv
+Version: @LUV_VERSION@
+Description: Bare and full libuv bindings for Lua/LuaJIT.
+URL: https://github.com/luvit/luv
+
+Libs: -L${libdir} -lluv @LIBS@
+Cflags: -I${includedir}
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..3c32777f5a5
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,34 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${FILESDIR}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: libluv-1.30.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
  2019-09-15 22:39 ` [PR PATCH] [Updated] New package: libluv-1.30.1 voidlinux-github
@ 2019-09-15 22:39 ` voidlinux-github
  2019-09-16 17:15 ` [PR PATCH] [Updated] New package: luv-1.30.1.0 voidlinux-github
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-15 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: libluv-1.30.1
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 247183e6d1def5f1aa2a00781cbc9d63fbbb32ec Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Mon, 16 Sep 2019 00:39:01 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs                  |  1 +
 srcpkgs/luv-devel              |  1 +
 srcpkgs/luv/files/libluv.pc.in | 12 ++++++++++++
 srcpkgs/luv/template           | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/files/libluv.pc.in
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index de88e754ae7..ae0c7b287a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 luv-1.30.1.0_1
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/files/libluv.pc.in b/srcpkgs/luv/files/libluv.pc.in
new file mode 100644
index 00000000000..d1544f65045
--- /dev/null
+++ b/srcpkgs/luv/files/libluv.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libluv
+Version: @LUV_VERSION@
+Description: Bare and full libuv bindings for Lua/LuaJIT.
+URL: https://github.com/luvit/luv
+
+Libs: -L${libdir} -lluv @LIBS@
+Cflags: -I${includedir}
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..3c32777f5a5
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,34 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${FILESDIR}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.so
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-09-16 17:15 ` [PR PATCH] [Updated] New package: luv-1.30.1.0 voidlinux-github
@ 2019-09-16 17:15 ` voidlinux-github
  2019-09-16 19:42 ` voidlinux-github
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-16 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 840809fd20362b623499a9d283423b92684656d2 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Mon, 16 Sep 2019 00:39:01 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs        |  1 +
 srcpkgs/luv-devel    |  1 +
 srcpkgs/luv/template | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index de88e754ae7..ae0c7b287a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 luv-1.30.1.0_1
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..f636397e928
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,35 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
  2019-09-15 22:39 ` [PR PATCH] [Updated] New package: libluv-1.30.1 voidlinux-github
  2019-09-15 22:39 ` voidlinux-github
@ 2019-09-16 17:15 ` voidlinux-github
  2019-09-16 17:15 ` voidlinux-github
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-16 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 840809fd20362b623499a9d283423b92684656d2 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Mon, 16 Sep 2019 00:39:01 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs        |  1 +
 srcpkgs/luv-devel    |  1 +
 srcpkgs/luv/template | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index de88e754ae7..ae0c7b287a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 luv-1.30.1.0_1
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..f636397e928
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,35 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-09-16 17:15 ` voidlinux-github
@ 2019-09-16 19:42 ` voidlinux-github
  2019-09-16 20:06 ` voidlinux-github
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-16 19:42 UTC (permalink / raw)
  To: ml

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

New comment by andry-dev on void-packages repository

https://github.com/void-linux/void-packages/pull/13648#issuecomment-531927892

Comment:
I __think__ it should be possible to build it as a module, I have to check the CMakeLists.txt again (the last time I did that was in August, so I don't remember every option; it's kinda complicated if you take a look at it)
Now I'll fix the two comments and investigate the CMakeLists

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

* Re: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-09-16 19:42 ` voidlinux-github
@ 2019-09-16 20:06 ` voidlinux-github
  2019-09-16 20:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-16 20:06 UTC (permalink / raw)
  To: ml

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

New comment by andry-dev on void-packages repository

https://github.com/void-linux/void-packages/pull/13648#issuecomment-531927892

Comment:
I __think__ it should be possible to build it as a module, I have to check the CMakeLists.txt again (the last time I did that was in August, so I don't remember every option; it's kinda complicated if you take a look at it)
Now I'll fix the two comments and investigate the CMakeLists

Update: Looking at it and I don't think it's feasible, the includes are not exported when built as a module (so this breaks neovim builds)
I made this package to compile neovim 0.4 (the nightly at the time) and the module worked when called inside a Lua block (this is neovim, I don't know how they export the library to users)
Maybe it's possible to create a separate package just for the module?

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2019-09-16 20:08 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-16 20:08 ` voidlinux-github
  2019-09-17  7:22 ` voidlinux-github
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-16 20:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 79445dfc82b01a3fda9c9786c34dce6ddad17bfe Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Mon, 16 Sep 2019 00:39:01 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs        |  1 +
 srcpkgs/luv-devel    |  1 +
 srcpkgs/luv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index de88e754ae7..ae0c7b287a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 luv-1.30.1.0_1
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..10c01f2bf16
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,37 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} luv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2019-09-16 20:06 ` voidlinux-github
@ 2019-09-16 20:08 ` voidlinux-github
  2019-09-16 20:08 ` voidlinux-github
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-16 20:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 79445dfc82b01a3fda9c9786c34dce6ddad17bfe Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Mon, 16 Sep 2019 00:39:01 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs        |  1 +
 srcpkgs/luv-devel    |  1 +
 srcpkgs/luv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index de88e754ae7..ae0c7b287a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-file.so.1 drumstick-1.1.2_1
 libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
+libluv.so.1 luv-1.30.1.0_1
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..10c01f2bf16
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,37 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} luv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2019-09-16 20:08 ` voidlinux-github
@ 2019-09-17  7:22 ` voidlinux-github
  2019-09-17  8:59 ` voidlinux-github
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-17  7:22 UTC (permalink / raw)
  To: ml

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

New comment by andry-dev on void-packages repository

https://github.com/void-linux/void-packages/pull/13648#issuecomment-531927892

Comment:
I __think__ it should be possible to build it as a module, I have to check the CMakeLists.txt again (the last time I did that was in August, so I don't remember every option; it's kinda complicated if you take a look at it)
Now I'll fix the two comments and investigate the CMakeLists

~~Update: Looking at it and I don't think it's feasible, the includes are not exported when built as a module (so this breaks neovim builds)
I made this package to compile neovim 0.4 (the nightly at the time) and the module worked when called inside a Lua block (this is neovim, I don't know how they export the library to users)
Maybe it's possible to create a separate package just for the module?~~

Update 2: I thought about it just now and I'm dumb, I may just need to copy the shared library around

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

* Re: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2019-09-17  7:22 ` voidlinux-github
@ 2019-09-17  8:59 ` voidlinux-github
  2019-09-17 20:05 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-17  8:59 UTC (permalink / raw)
  To: ml

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

New comment by andry-dev on void-packages repository

https://github.com/void-linux/void-packages/pull/13648#issuecomment-531927892

Comment:
I __think__ it should be possible to build it as a module, I have to check the CMakeLists.txt again (the last time I did that was in August, so I don't remember every option; it's kinda complicated if you take a look at it)
Now I'll fix the two comments and investigate the CMakeLists

~~Update: Looking at it and I don't think it's feasible, the includes are not exported when built as a module (so this breaks neovim builds)
I made this package to compile neovim 0.4 (the nightly at the time) and the module worked when called inside a Lua block (this is neovim, I don't know how they export the library to users)
Maybe it's possible to create a separate package just for the module?~~

Update 2: I thought about it just now and I'm dumb, I may just need to copy the shared library around

Update 3: So I tried to `vinstall` the file in `usr/lib/lua5.3/luv.so`, while that works and Lua 5.3 can now find the module, it crashes because it can't find the function `lua_pcall` (which is weird)

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2019-09-17  8:59 ` voidlinux-github
@ 2019-09-17 20:05 ` voidlinux-github
  2019-09-17 20:05 ` voidlinux-github
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-17 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From dd48d6dbae901335942f12c46c3de07fa094ca1d Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Tue, 17 Sep 2019 22:04:08 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs        |  1 +
 srcpkgs/luv-devel    |  1 +
 srcpkgs/luv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index b618b9e369b..67940c53889 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 luv-1.30.1.0
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..10c01f2bf16
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,37 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} luv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2019-09-17 20:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-17 20:05 ` voidlinux-github
  2019-09-19 17:10 ` voidlinux-github
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-17 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From dd48d6dbae901335942f12c46c3de07fa094ca1d Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Tue, 17 Sep 2019 22:04:08 +0200
Subject: [PATCH] New package: luv-1.30.1.0

---
 common/shlibs        |  1 +
 srcpkgs/luv-devel    |  1 +
 srcpkgs/luv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/luv-devel
 create mode 100644 srcpkgs/luv/template

diff --git a/common/shlibs b/common/shlibs
index b618b9e369b..67940c53889 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 luv-1.30.1.0
diff --git a/srcpkgs/luv-devel b/srcpkgs/luv-devel
new file mode 120000
index 00000000000..a70af3ea7cc
--- /dev/null
+++ b/srcpkgs/luv-devel
@@ -0,0 +1 @@
+luv
\ No newline at end of file
diff --git a/srcpkgs/luv/template b/srcpkgs/luv/template
new file mode 100644
index 00000000000..10c01f2bf16
--- /dev/null
+++ b/srcpkgs/luv/template
@@ -0,0 +1,37 @@
+# Template file for 'luv'
+pkgname=luv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+luv-devel_package() {
+	depends="${makedepends} luv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2019-09-17 20:05 ` voidlinux-github
@ 2019-09-19 17:10 ` voidlinux-github
  2019-09-19 21:19 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 17:10 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/13648#issuecomment-533224399

Comment:
Ok, if adding module is problematic we can go with just library under libluv name.

Side note: on new comments mails are sent, on edits they are not, so people involved into conversation do not know what happens with PR.

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2019-09-19 17:10 ` voidlinux-github
@ 2019-09-19 21:19 ` voidlinux-github
  2019-09-19 21:19 ` voidlinux-github
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From d6e4417a18aca080facb8955f3da2e4c826ec4d5 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Thu, 19 Sep 2019 23:18:59 +0200
Subject: [PATCH] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..1de4f098abe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 libluv-1.30.1.0
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..297c20ddd6b
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,37 @@
+# Template file for 'libluv'
+pkgname=libluv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+libluv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2019-09-19 21:19 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-19 21:19 ` voidlinux-github
  2019-09-19 21:22 ` voidlinux-github
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From d6e4417a18aca080facb8955f3da2e4c826ec4d5 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Thu, 19 Sep 2019 23:18:59 +0200
Subject: [PATCH] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..1de4f098abe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 libluv-1.30.1.0
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..297c20ddd6b
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,37 @@
+# Template file for 'libluv'
+pkgname=libluv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+libluv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2019-09-19 21:19 ` voidlinux-github
@ 2019-09-19 21:22 ` voidlinux-github
  2019-09-19 21:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:22 UTC (permalink / raw)
  To: ml

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

New comment by andry-dev on void-packages repository

https://github.com/void-linux/void-packages/pull/13648#issuecomment-533314134

Comment:
>Side note: on new comments mails are sent, on edits they are not, so people involved into conversation do not know what happens with PR.

Sorry, I didn't know that, I thought you would get a notification

Thank you for your patience

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2019-09-19 21:22 ` voidlinux-github
@ 2019-09-19 21:33 ` voidlinux-github
  2019-09-19 21:33 ` voidlinux-github
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From ccf51e02a95589a90875847fba6c0764597b83a4 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Thu, 19 Sep 2019 23:18:59 +0200
Subject: [PATCH] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..1de4f098abe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 libluv-1.30.1.0
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..e34ca003eed
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,37 @@
+# Template file for 'libluv'
+pkgname=libluv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${_distver}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+libluv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (16 preceding siblings ...)
  2019-09-19 21:33 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-19 21:33 ` voidlinux-github
  2019-09-19 21:46 ` voidlinux-github
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From ccf51e02a95589a90875847fba6c0764597b83a4 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Thu, 19 Sep 2019 23:18:59 +0200
Subject: [PATCH] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..1de4f098abe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 libluv-1.30.1.0
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..e34ca003eed
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,37 @@
+# Template file for 'libluv'
+pkgname=libluv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/luv-${_distver}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+libluv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (18 preceding siblings ...)
  2019-09-19 21:46 ` voidlinux-github
@ 2019-09-19 21:46 ` voidlinux-github
  2019-09-20 17:20 ` [PR PATCH] [Merged]: " voidlinux-github
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 53cec812d587262b75fc506ec0f77b8f94fa1838 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Thu, 19 Sep 2019 23:18:59 +0200
Subject: [PATCH] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..24ffaac9ed7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 libluv-1.30.1.0_1
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..9cc67b6d4e0
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,37 @@
+# Template file for 'libluv'
+pkgname=libluv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/libluv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+libluv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (17 preceding siblings ...)
  2019-09-19 21:33 ` voidlinux-github
@ 2019-09-19 21:46 ` voidlinux-github
  2019-09-19 21:46 ` voidlinux-github
  2019-09-20 17:20 ` [PR PATCH] [Merged]: " voidlinux-github
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-19 21:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andry-dev/void-packages libluv
https://github.com/void-linux/void-packages/pull/13648

New package: luv-1.30.1.0
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

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

From 53cec812d587262b75fc506ec0f77b8f94fa1838 Mon Sep 17 00:00:00 2001
From: andry-dev <peketribal2@gmail.com>
Date: Thu, 19 Sep 2019 23:18:59 +0200
Subject: [PATCH] New package: libluv-1.30.1.0

---
 common/shlibs           |  1 +
 srcpkgs/libluv-devel    |  1 +
 srcpkgs/libluv/template | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/libluv-devel
 create mode 100644 srcpkgs/libluv/template

diff --git a/common/shlibs b/common/shlibs
index b5b6086d24f..24ffaac9ed7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3509,3 +3509,4 @@ libdrumstick-alsa.so.1 drumstick-1.1.2_1
 libdrumstick-rt.so.1 drumstick-1.1.2_1
 libnozzle.so.1 libnozzle1-1.11_2
 libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
+libluv.so.1 libluv-1.30.1.0_1
diff --git a/srcpkgs/libluv-devel b/srcpkgs/libluv-devel
new file mode 120000
index 00000000000..26d5f9b015d
--- /dev/null
+++ b/srcpkgs/libluv-devel
@@ -0,0 +1 @@
+libluv
\ No newline at end of file
diff --git a/srcpkgs/libluv/template b/srcpkgs/libluv/template
new file mode 100644
index 00000000000..9cc67b6d4e0
--- /dev/null
+++ b/srcpkgs/libluv/template
@@ -0,0 +1,37 @@
+# Template file for 'libluv'
+pkgname=libluv
+version=1.30.1.0
+revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc=luv-${_distver}
+build_style=cmake
+configure_args="-DLUA_BUILD_TYPE=System -DBUILD_MODULE=OFF -DBUILD_SHARED_LIBS=ON"
+makedepends="libuv-devel LuaJIT-devel"
+depends="lua libuv LuaJIT"
+short_desc="Bare libuv bindings for lua"
+maintainer="andry-dev <peketribal2@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/luvit/luv"
+distfiles="https://github.com/luvit/luv/releases/download/${_distver}/luv-${_distver}.tar.gz
+			https://raw.githubusercontent.com/luvit/luv/${_distver}/libluv.pc.in"
+checksum="420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a
+			be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e"
+skip_extraction="libluv.pc.in"
+
+if [ "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" gcc-multilib"
+fi
+
+post_extract() {
+	cp ${XBPS_SRCDISTDIR}/libluv-${version}/libluv.pc.in ${wrksrc}/libluv.pc.in
+}
+
+libluv-devel_package() {
+	depends="${makedepends} libluv>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: luv-1.30.1.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
                   ` (19 preceding siblings ...)
  2019-09-19 21:46 ` voidlinux-github
@ 2019-09-20 17:20 ` voidlinux-github
  20 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-20 17:20 UTC (permalink / raw)
  To: ml

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

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

New package: luv-1.30.1.0
https://github.com/void-linux/void-packages/pull/13648

Description:
This PR adds libluv (a Lua wrapper for libuv).
The reasoning for having this is to prepare for Neovim 0.4: it requires this library to build properly.

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

end of thread, other threads:[~2019-09-20 17:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13648@inbox.vuxu.org>
2019-09-15 22:39 ` [PR PATCH] [Updated] New package: libluv-1.30.1 voidlinux-github
2019-09-15 22:39 ` voidlinux-github
2019-09-16 17:15 ` [PR PATCH] [Updated] New package: luv-1.30.1.0 voidlinux-github
2019-09-16 17:15 ` voidlinux-github
2019-09-16 19:42 ` voidlinux-github
2019-09-16 20:06 ` voidlinux-github
2019-09-16 20:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-16 20:08 ` voidlinux-github
2019-09-17  7:22 ` voidlinux-github
2019-09-17  8:59 ` voidlinux-github
2019-09-17 20:05 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-17 20:05 ` voidlinux-github
2019-09-19 17:10 ` voidlinux-github
2019-09-19 21:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-19 21:19 ` voidlinux-github
2019-09-19 21:22 ` voidlinux-github
2019-09-19 21:33 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-19 21:33 ` voidlinux-github
2019-09-19 21:46 ` voidlinux-github
2019-09-19 21:46 ` voidlinux-github
2019-09-20 17:20 ` [PR PATCH] [Merged]: " voidlinux-github

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