Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Waybar: update to 0.9.0
@ 2020-01-20 20:28 voidlinux-github
  2020-01-20 22:56 ` [PR PATCH] [Closed]: " voidlinux-github
  2020-01-20 22:56 ` [PR PATCH] [Updated] " voidlinux-github
  0 siblings, 2 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-20 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damneq/void-packages Waybar
https://github.com/void-linux/void-packages/pull/18430

Waybar: update to 0.9.0
Depends on: #18428 
I added new required dependencies: gtk-layer-shell and scdoc and also disabled the new meson build option "systemd" as Void Linux runs runit (it was enabled by default and the package couldn't be compiled).

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

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

From fb6ba6b4b75b67283ad53028b1a9d1163644c004 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Mon, 20 Jan 2020 21:22:09 +0100
Subject: [PATCH] Waybar: update to 0.9.0

---
 srcpkgs/Waybar/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 9b9242f8824..73ed1c1dfbf 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,13 +1,14 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.8.0
-revision=2
+version=0.9.0
+revision=1
 build_style=meson
 configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
  -Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
- -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)"
-hostmakedepends="pkg-config glib-devel wayland-devel sway"
-makedepends="libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
+ -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
+ -Dsystemd=disabled"
+hostmakedepends="pkg-config glib-devel wayland-devel sway" 
+makedepends="gtk-layer-shell scdoc libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
  jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -18,7 +19,7 @@ license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
-checksum=2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa
+checksum=65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d
 
 build_options="libnl pulseaudio dbusmenugtk mpd"
 build_options_default="pulseaudio mpd"

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

* Re: [PR PATCH] [Closed]: Waybar: update to 0.9.0
  2020-01-20 20:28 [PR PATCH] Waybar: update to 0.9.0 voidlinux-github
@ 2020-01-20 22:56 ` voidlinux-github
  2020-01-20 22:56 ` [PR PATCH] [Updated] " voidlinux-github
  1 sibling, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-20 22:56 UTC (permalink / raw)
  To: ml

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

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

Waybar: update to 0.9.0
https://github.com/void-linux/void-packages/pull/18430

Description:
Depends on: #18428 
I added new required dependencies: gtk-layer-shell and scdoc and also disabled the new meson build option "systemd" as Void Linux runs runit (it was enabled by default and the package couldn't be compiled).

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

* Re: [PR PATCH] [Updated] Waybar: update to 0.9.0
  2020-01-20 20:28 [PR PATCH] Waybar: update to 0.9.0 voidlinux-github
  2020-01-20 22:56 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2020-01-20 22:56 ` voidlinux-github
  1 sibling, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-20 22:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damneq/void-packages Waybar
https://github.com/void-linux/void-packages/pull/18430

Waybar: update to 0.9.0
Depends on: #18428 
I added new required dependencies: gtk-layer-shell and scdoc and also disabled the new meson build option "systemd" as Void Linux runs runit (it was enabled by default and the package couldn't be compiled).

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

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



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

* Re: [PR PATCH] [Updated] Waybar: update to 0.9.0
  2020-01-20 23:12 [PR PATCH] " voidlinux-github
  2020-01-21 13:27 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-21 13:35 ` voidlinux-github
@ 2020-01-21 14:08 ` voidlinux-github
  2 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-21 14:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damneq/void-packages Waybar
https://github.com/void-linux/void-packages/pull/18439

Waybar: update to 0.9.0
I added new required dependencies: wf-shell and scdoc and also disabled the new meson build option "systemd" as Void Linux runs runit (it was enabled by default and the package couldn't be compiled).
Also I'm really sorry for closing the previous pull request by accident, I'm new to git.
#18428 can be closed now, right?

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

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

From 793126776855e3606489dc93f91c6f84cfa62882 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Tue, 21 Jan 2020 15:07:52 +0100
Subject: [PATCH] Waybar: update to 0.9.0

---
 common/shlibs                                       |  1 +
 ...9.0-fix-building-with-libnl-option-enabled.patch |  8 ++++++++
 srcpkgs/Waybar/template                             | 13 +++++++------
 3 files changed, 16 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch

diff --git a/common/shlibs b/common/shlibs
index 60f082055a3..35fcd4de243 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3705,3 +3705,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.11 intel-gmmlib-19.4.1_1
+libgtk-layer-shell.so.0 wf-shell-0.3_1
diff --git a/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch b/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
new file mode 100644
index 00000000000..91695c00f9a
--- /dev/null
+++ b/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
@@ -0,0 +1,8 @@
+--- src/modules/network.cpp
++++ src/modules/network.cpp
+@@ -2,6 +2,7 @@
+ #include <spdlog/spdlog.h>
+ #include <sys/eventfd.h>
+ #include <fstream>
++#include <cassert>
+ #include "util/format.hpp"
diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 9b9242f8824..a41cbe97854 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,13 +1,14 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.8.0
-revision=2
+version=0.9.0
+revision=1
 build_style=meson
 configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
  -Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
- -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)"
-hostmakedepends="pkg-config glib-devel wayland-devel sway"
-makedepends="libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
+ -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
+ -Dsystemd=disabled"
+hostmakedepends="pkg-config glib-devel wayland-devel sway scdoc"
+makedepends="wf-shell libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
  jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -18,7 +19,7 @@ license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
-checksum=2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa
+checksum=65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d
 
 build_options="libnl pulseaudio dbusmenugtk mpd"
 build_options_default="pulseaudio mpd"

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

* Re: [PR PATCH] [Updated] Waybar: update to 0.9.0
  2020-01-20 23:12 [PR PATCH] " voidlinux-github
  2020-01-21 13:27 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-21 13:35 ` voidlinux-github
  2020-01-21 14:08 ` voidlinux-github
  2 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-21 13:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damneq/void-packages Waybar
https://github.com/void-linux/void-packages/pull/18439

Waybar: update to 0.9.0
I added new required dependencies: wf-shell and scdoc and also disabled the new meson build option "systemd" as Void Linux runs runit (it was enabled by default and the package couldn't be compiled).
Also I'm really sorry for closing the previous pull request by accident, I'm new to git.
#18428 can be closed now, right?

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

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

From ebd41466d34940d9a682ac43ac38a33c5dbd4084 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Tue, 21 Jan 2020 00:09:58 +0100
Subject: [PATCH 1/3] Waybar: update to 0.9.0

---
 common/shlibs           |  1 +
 srcpkgs/Waybar/template | 13 +++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 60f082055a3..35fcd4de243 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3705,3 +3705,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.11 intel-gmmlib-19.4.1_1
+libgtk-layer-shell.so.0 wf-shell-0.3_1
diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 9b9242f8824..c071853e3f3 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,13 +1,14 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.8.0
-revision=2
+version=0.9.0
+revision=1
 build_style=meson
 configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
  -Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
- -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)"
-hostmakedepends="pkg-config glib-devel wayland-devel sway"
-makedepends="libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
+ -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
+ -Dsystemd=disabled"
+hostmakedepends="pkg-config glib-devel wayland-devel sway" 
+makedepends="wf-shell scdoc libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
  jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -18,7 +19,7 @@ license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
-checksum=2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa
+checksum=65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d
 
 build_options="libnl pulseaudio dbusmenugtk mpd"
 build_options_default="pulseaudio mpd"

From 6f400f0fc9e947de98255fb5dc47716332965774 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Tue, 21 Jan 2020 14:27:17 +0100
Subject: [PATCH 2/3] Waybar: Fix building with libnl option enabled

---
 ...bar-0.9.0-fix-building-with-libnl-option-enabled.patch | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch

diff --git a/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch b/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
new file mode 100644
index 00000000000..91695c00f9a
--- /dev/null
+++ b/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
@@ -0,0 +1,8 @@
+--- src/modules/network.cpp
++++ src/modules/network.cpp
+@@ -2,6 +2,7 @@
+ #include <spdlog/spdlog.h>
+ #include <sys/eventfd.h>
+ #include <fstream>
++#include <cassert>
+ #include "util/format.hpp"

From d1e60f9d1be71e7e00ffa18fb18b2933fb1a8337 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Tue, 21 Jan 2020 14:35:06 +0100
Subject: [PATCH 3/3] Waybar: possibly fix cross-compiling

---
 srcpkgs/Waybar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index c071853e3f3..a41cbe97854 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -7,8 +7,8 @@ configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
  -Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
  -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
  -Dsystemd=disabled"
-hostmakedepends="pkg-config glib-devel wayland-devel sway" 
-makedepends="wf-shell scdoc libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
+hostmakedepends="pkg-config glib-devel wayland-devel sway scdoc"
+makedepends="wf-shell libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
  jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)

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

* Re: [PR PATCH] [Updated] Waybar: update to 0.9.0
  2020-01-20 23:12 [PR PATCH] " voidlinux-github
@ 2020-01-21 13:27 ` voidlinux-github
  2020-01-21 13:35 ` voidlinux-github
  2020-01-21 14:08 ` voidlinux-github
  2 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-21 13:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damneq/void-packages Waybar
https://github.com/void-linux/void-packages/pull/18439

Waybar: update to 0.9.0
I added new required dependencies: wf-shell and scdoc and also disabled the new meson build option "systemd" as Void Linux runs runit (it was enabled by default and the package couldn't be compiled).
Also I'm really sorry for closing the previous pull request by accident, I'm new to git.
#18428 can be closed now, right?

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

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

From ebd41466d34940d9a682ac43ac38a33c5dbd4084 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Tue, 21 Jan 2020 00:09:58 +0100
Subject: [PATCH 1/2] Waybar: update to 0.9.0

---
 common/shlibs           |  1 +
 srcpkgs/Waybar/template | 13 +++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 60f082055a3..35fcd4de243 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3705,3 +3705,4 @@ libnvpair.so.1 zfs-0.8.2_1
 libjsonnet.so.0 jsonnet-0.14.0_2
 libjsonnet++.so.0 jsonnet-0.14.0_2
 libigdgmm.so.11 intel-gmmlib-19.4.1_1
+libgtk-layer-shell.so.0 wf-shell-0.3_1
diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 9b9242f8824..c071853e3f3 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,13 +1,14 @@
 # Template file for 'Waybar'
 pkgname=Waybar
-version=0.8.0
-revision=2
+version=0.9.0
+revision=1
 build_style=meson
 configure_args="-Dlibnl=$(vopt_if libnl enabled disabled)
  -Dpulseaudio=$(vopt_if pulseaudio enabled disabled)
- -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)"
-hostmakedepends="pkg-config glib-devel wayland-devel sway"
-makedepends="libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
+ -Ddbusmenu-gtk=$(vopt_if dbusmenugtk enabled disabled)
+ -Dsystemd=disabled"
+hostmakedepends="pkg-config glib-devel wayland-devel sway" 
+makedepends="wf-shell scdoc libinput-devel wayland-devel wlroots-devel gtkmm-devel spdlog
  jsoncpp-devel libglib-devel libsigc++-devel fmt-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if libnl libnl3-devel)
  $(vopt_if dbusmenugtk libdbusmenu-gtk3-devel)
@@ -18,7 +19,7 @@ license="MIT"
 homepage="https://github.com/Alexays/Waybar"
 changelog="https://github.com/Alexays/Waybar/releases"
 distfiles="https://github.com/Alexays/Waybar/archive/${version}.tar.gz"
-checksum=2de2f0cec243da0d9ff2255ceb9dac9d95e8be06d6ea13926fae460d72e4b8aa
+checksum=65e8397d5a8880cbb9172138e361b0d91f649bc99327d36945e38d1e5dbb157d
 
 build_options="libnl pulseaudio dbusmenugtk mpd"
 build_options_default="pulseaudio mpd"

From 6f400f0fc9e947de98255fb5dc47716332965774 Mon Sep 17 00:00:00 2001
From: damneq <damneq@disroot.org>
Date: Tue, 21 Jan 2020 14:27:17 +0100
Subject: [PATCH 2/2] Waybar: Fix building with libnl option enabled

---
 ...bar-0.9.0-fix-building-with-libnl-option-enabled.patch | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch

diff --git a/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch b/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
new file mode 100644
index 00000000000..91695c00f9a
--- /dev/null
+++ b/srcpkgs/Waybar/patches/Waybar-0.9.0-fix-building-with-libnl-option-enabled.patch
@@ -0,0 +1,8 @@
+--- src/modules/network.cpp
++++ src/modules/network.cpp
+@@ -2,6 +2,7 @@
+ #include <spdlog/spdlog.h>
+ #include <sys/eventfd.h>
+ #include <fstream>
++#include <cassert>
+ #include "util/format.hpp"

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

end of thread, other threads:[~2020-01-21 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 20:28 [PR PATCH] Waybar: update to 0.9.0 voidlinux-github
2020-01-20 22:56 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-20 22:56 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-20 23:12 [PR PATCH] " voidlinux-github
2020-01-21 13:27 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-21 13:35 ` voidlinux-github
2020-01-21 14:08 ` 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).