Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sway: update to 1.1+rc1.
@ 2019-05-03 23:03 voidlinux-github
  2019-05-03 23:05 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From ebe500e0e863c6ee9d4a3f61945095044ec79863 Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..95dc8cc0eec 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
+_ver=1.1-rc1
+wrksrc=$pkgname-$_ver
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
  2019-05-03 23:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-05-03 23:05 ` voidlinux-github
  2019-05-03 23:07 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From a22412b05533a0113ff5b6a160ec5ecbdb5ccd13 Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..f533c2d943b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
+_ver=1.1-rc1
 revision=1
+wrksrc=$pkgname-$_ver
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
@ 2019-05-03 23:05 ` voidlinux-github
  2019-05-03 23:05 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From a22412b05533a0113ff5b6a160ec5ecbdb5ccd13 Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..f533c2d943b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
+_ver=1.1-rc1
 revision=1
+wrksrc=$pkgname-$_ver
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
  2019-05-03 23:05 ` [PR PATCH] [Updated] " voidlinux-github
  2019-05-03 23:05 ` voidlinux-github
@ 2019-05-03 23:07 ` voidlinux-github
  2019-05-03 23:07 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From 8ce719ff5a7baa0c6cec529172d8448eac500a4d Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..f533c2d943b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
+_ver=1.1-rc1
 revision=1
+wrksrc=$pkgname-$_ver
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-05-03 23:07 ` voidlinux-github
@ 2019-05-03 23:07 ` voidlinux-github
  2019-05-03 23:16 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From 8ce719ff5a7baa0c6cec529172d8448eac500a4d Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..f533c2d943b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
+_ver=1.1-rc1
 revision=1
+wrksrc=$pkgname-$_ver
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-05-03 23:16 ` voidlinux-github
@ 2019-05-03 23:16 ` voidlinux-github
  2019-05-03 23:17 ` voidlinux-github
  2019-05-03 23:25 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From 99b09da6cbe096658342316b9c0342fc40e5128a Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..c01e1a32a66 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
 revision=1
+_ver=1.1-rc1
+wrksrc=$pkgname-$_ver
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-05-03 23:07 ` voidlinux-github
@ 2019-05-03 23:16 ` voidlinux-github
  2019-05-03 23:16 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Derriick/void-packages sway
https://github.com/void-linux/void-packages/pull/11476

sway: update to 1.1+rc1.
This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

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

From 99b09da6cbe096658342316b9c0342fc40e5128a Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Sat, 4 May 2019 01:00:09 +0200
Subject: [PATCH] sway: update to 1.1+rc1.

---
 srcpkgs/sway/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..c01e1a32a66 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,21 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1+rc1
 revision=1
+_ver=1.1-rc1
+wrksrc=$pkgname-$_ver
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="xorg-server-xwayland swaybg"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+distfiles="https://github.com/swaywm/${pkgname}/archive/${_ver}.tar.gz"
+checksum=b8d0eae2bcc7e350f2411830b5d0d9c02b266b8346d1f06c8de69df159b84512
 
 post_install() {
 	vlicense LICENSE

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

* Re: sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-05-03 23:16 ` voidlinux-github
@ 2019-05-03 23:17 ` voidlinux-github
  2019-05-03 23:25 ` [PR PATCH] [Closed]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:17 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/11476#issuecomment-489268283
Comment:
No, we use stable releases whenever possible.

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

* Re: [PR PATCH] [Closed]: sway: update to 1.1+rc1.
  2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-05-03 23:17 ` voidlinux-github
@ 2019-05-03 23:25 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-05-03 23:25 UTC (permalink / raw)
  To: ml

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

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

sway: update to 1.1+rc1.
https://github.com/void-linux/void-packages/pull/11476
Description: This is a release candidate, but package maintainers have not been instructed not to package this release as the developers did for the old ones.
It is up to you to decide if you want to add this version to void repositories (if the template is correct) or not ;)

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

end of thread, other threads:[~2019-05-03 23:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03 23:03 [PR PATCH] sway: update to 1.1+rc1 voidlinux-github
2019-05-03 23:05 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-03 23:05 ` voidlinux-github
2019-05-03 23:07 ` voidlinux-github
2019-05-03 23:07 ` voidlinux-github
2019-05-03 23:16 ` voidlinux-github
2019-05-03 23:16 ` voidlinux-github
2019-05-03 23:17 ` voidlinux-github
2019-05-03 23:25 ` [PR PATCH] [Closed]: " 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).