Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: next-1.3.2
@ 2019-09-27 10:08 voidlinux-github
  2019-09-27 10:38 ` voidlinux-github
  2019-09-27 10:38 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 2 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27 10:08 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/14759

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/14759.patch is attached

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

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

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

diff --git a/srcpkgs/next/template b/srcpkgs/next/template
new file mode 100644
index 00000000000..c8fde53250a
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,26 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+create_wrksrc=yes
+#only_for_archs="i686 x86_64"
+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
+
+do_extract() {
+	tar -xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${version}.tar.gz -C ${wrksrc} --strip=1
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: next-1.3.2
  2019-09-27 10:08 [PR PATCH] New package: next-1.3.2 voidlinux-github
@ 2019-09-27 10:38 ` voidlinux-github
  2019-09-27 10:38 ` [PR PATCH] [Closed]: " voidlinux-github
  1 sibling, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27 10:38 UTC (permalink / raw)
  To: ml

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

New comment by 0x0f0f0f on void-packages repository

https://github.com/void-linux/void-packages/pull/14759#issuecomment-535887589

Comment:
Closing and restricting builds to i686* and X86_64*

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

* Re: [PR PATCH] [Closed]: New package: next-1.3.2
  2019-09-27 10:08 [PR PATCH] New package: next-1.3.2 voidlinux-github
  2019-09-27 10:38 ` voidlinux-github
@ 2019-09-27 10:38 ` voidlinux-github
  1 sibling, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27 10:38 UTC (permalink / raw)
  To: ml

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

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

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

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] 7+ messages in thread

* [PR PATCH] New package: next-1.3.2
@ 2019-09-27 20:11 voidlinux-github
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

* [PR PATCH] New package: next-1.3.2
@ 2019-09-27 10:45 voidlinux-github
  0 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27 10:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 550 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/14760

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

Travis should not complain now that builds are restricted to i686* and x86_64*

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

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

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

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

diff --git a/srcpkgs/next/template b/srcpkgs/next/template
new file mode 100644
index 00000000000..3c50d93c6a6
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,27 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+create_wrksrc=yes
+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
+
+archs="i686* x86_64*"
+
+do_extract() {
+	tar -xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${version}.tar.gz -C ${wrksrc} --strip=1
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* [PR PATCH] New package: next-1.3.2
@ 2019-09-26 20:34 voidlinux-github
  0 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26 20:34 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/14752

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/14752.patch is attached

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

From c4464dbd714c497b20fea029343d7f5174cefc88 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 26 Sep 2019 22:33:00 +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..fb0d93c849b
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,22 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+create_wrksrc=no
+#only_for_archs="i686 x86_64"
+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
+
+post_install() {
+	vlicense LICENSE
+}

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

* [PR PATCH] New package: next-1.3.2
@ 2019-09-26 18:35 voidlinux-github
  0 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26 18:35 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/14747

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/14747.patch is attached

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

From 3a6007bfbe7b664cf925fb927d36ed58eca33c9b 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 | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/next/template

diff --git a/srcpkgs/next/template b/srcpkgs/next/template
new file mode 100644
index 00000000000..2edc839cd7e
--- /dev/null
+++ b/srcpkgs/next/template
@@ -0,0 +1,19 @@
+# Template file for 'next'
+pkgname=next
+version=1.3.2
+revision=1
+#create_wrksrc=yes
+#only_for_archs="i686 x86_64"
+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
+vlicense="LICENSE"
+nostrip=true
+nopie=true

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27 10:08 [PR PATCH] New package: next-1.3.2 voidlinux-github
2019-09-27 10:38 ` voidlinux-github
2019-09-27 10:38 ` [PR PATCH] [Closed]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-09-27 20:11 [PR PATCH] " voidlinux-github
2019-09-27 10:45 voidlinux-github
2019-09-26 20:34 voidlinux-github
2019-09-26 18:35 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).