Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: next-1.3.2
@ 2019-09-27 20:11 voidlinux-github
  2019-10-01  7:14 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-27 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/14770

New package: next-1.3.2
I have included libfixposix-devel and libressl-devel in depends because of [atlas-engineer/next/issues/406](https://github.com/atlas-engineer/next/issues/406).

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

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

From e9965077c95d967d24c5fbc6045110a0372f7542 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 26 Sep 2019 20:27:05 +0200
Subject: [PATCH] New package: next-1.3.2

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

diff --git a/srcpkgs/next/template b/srcpkgs/next/template
new file mode 100644
index 00000000000..0b8f31f7cb9
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,22 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=gnu-makefile
+hostmakedepends="sbcl curl pkg-config"
+makedepends="webkit2gtk-devel libfixposix-devel libressl-devel"
+depends="sqlite xclip libfixposix-devel libressl-devel"
+short_desc="Keyboard-oriented, extensible web-browser"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://next.atlas.engineer/"
+distfiles="https://github.com/atlas-engineer/next/archive/${version}.tar.gz"
+checksum=1c423f4af3b732f2b5bea74a571b17f51d416a7161cc0ad25574725612588593
+nostrip=true
+nopie=true
+nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
@ 2019-10-01  7:14 ` voidlinux-github
  2019-10-08 20:16 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-01  7:14 UTC (permalink / raw)
  To: ml

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

New comment by Ambrevar on void-packages repository

https://github.com/void-linux/void-packages/pull/14770#issuecomment-536902574

Comment:
You might want to add a comment explain why you must not strip the binary: the SBCL binaries would get corrupted.

@0x0f0f0f Thanks for your contribution!

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

* Re: New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
  2019-10-01  7:14 ` voidlinux-github
@ 2019-10-08 20:16 ` voidlinux-github
  2019-10-08 20:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 20:16 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14770#issuecomment-539684659

Comment:
Please do not close PR, force push instead.

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

* Re: [PR PATCH] [Updated] New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
  2019-10-01  7:14 ` voidlinux-github
  2019-10-08 20:16 ` voidlinux-github
@ 2019-10-08 20:31 ` voidlinux-github
  2019-10-08 20:31 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/14770

New package: next-1.3.2
I have included libfixposix-devel and libressl-devel in depends because of [atlas-engineer/next/issues/406](https://github.com/atlas-engineer/next/issues/406).

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

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

From 68d889fa9c60d83cdd38e10ba87a65f823fa0208 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 26 Sep 2019 20:27:05 +0200
Subject: [PATCH] New package: next-1.3.2

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

diff --git a/srcpkgs/next/template b/srcpkgs/next/template
new file mode 100644
index 00000000000..c99b1e89d1c
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,21 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="sbcl curl pkg-config"
+makedepends="webkit2gtk-devel libfixposix-devel libressl-devel"
+depends="sqlite xclip libfixposix-devel libressl-devel"
+short_desc="Keyboard-oriented, extensible web-browser"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://next.atlas.engineer/"
+distfiles="https://github.com/atlas-engineer/next/archive/${version}.tar.gz"
+checksum=1c423f4af3b732f2b5bea74a571b17f51d416a7161cc0ad25574725612588593
+nostrip=yes
+nopie=yes
+nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-08 20:31 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-08 20:31 ` voidlinux-github
  2019-10-10 14:07 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/14770

New package: next-1.3.2
I have included libfixposix-devel and libressl-devel in depends because of [atlas-engineer/next/issues/406](https://github.com/atlas-engineer/next/issues/406).

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

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

From 68d889fa9c60d83cdd38e10ba87a65f823fa0208 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 26 Sep 2019 20:27:05 +0200
Subject: [PATCH] New package: next-1.3.2

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

diff --git a/srcpkgs/next/template b/srcpkgs/next/template
new file mode 100644
index 00000000000..c99b1e89d1c
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,21 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="sbcl curl pkg-config"
+makedepends="webkit2gtk-devel libfixposix-devel libressl-devel"
+depends="sqlite xclip libfixposix-devel libressl-devel"
+short_desc="Keyboard-oriented, extensible web-browser"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://next.atlas.engineer/"
+distfiles="https://github.com/atlas-engineer/next/archive/${version}.tar.gz"
+checksum=1c423f4af3b732f2b5bea74a571b17f51d416a7161cc0ad25574725612588593
+nostrip=yes
+nopie=yes
+nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-08 20:31 ` voidlinux-github
@ 2019-10-10 14:07 ` voidlinux-github
  2019-10-12 18:37 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-10-14 13:00 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-10 14:07 UTC (permalink / raw)
  To: ml

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

New comment by 0x0f0f0f on void-packages repository

https://github.com/void-linux/void-packages/pull/14770#issuecomment-540604012

Comment:
should be ok now. will bump to 1.3.4 if it gets merged

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

* Re: [PR PATCH] [Merged]: New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-10 14:07 ` voidlinux-github
@ 2019-10-12 18:37 ` voidlinux-github
  2019-10-14 13:00 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 18:37 UTC (permalink / raw)
  To: ml

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

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

New package: next-1.3.2
https://github.com/void-linux/void-packages/pull/14770

Description:
I have included libfixposix-devel and libressl-devel in depends because of [atlas-engineer/next/issues/406](https://github.com/atlas-engineer/next/issues/406).

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

* Re: New package: next-1.3.2
  2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-12 18:37 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-10-14 13:00 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-14 13:00 UTC (permalink / raw)
  To: ml

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

New comment by 0x0f0f0f on void-packages repository

https://github.com/void-linux/void-packages/pull/14770#issuecomment-541663218

Comment:
can close #11564 now 

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

end of thread, other threads:[~2019-10-14 13:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27 20:11 [PR PATCH] New package: next-1.3.2 voidlinux-github
2019-10-01  7:14 ` voidlinux-github
2019-10-08 20:16 ` voidlinux-github
2019-10-08 20:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 20:31 ` voidlinux-github
2019-10-10 14:07 ` voidlinux-github
2019-10-12 18:37 ` [PR PATCH] [Merged]: " voidlinux-github
2019-10-14 13:00 ` 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).