Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: luastatus
@ 2020-11-23  8:47 kkga
  2020-11-23  8:48 ` [PR PATCH] [Updated] " kkga
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: kkga @ 2020-11-23  8:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 6d5870622fae021b1edc685b32b6fb27196b289d Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..6f351b0b726
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,12 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="LuaJIT-devel python-docutils alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel yajl-devel libxcb-devel xcb-util-wm-devel git pkg-config"
+short_desc="universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
@ 2020-11-23  8:48 ` kkga
  2020-11-23 10:40 ` kkga
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-23  8:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 733b5e501ab389e15148acd56c995d116ad64121 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..e39dd486521
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,12 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="LuaJIT-devel python-docutils alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel yajl-devel libxcb-devel xcb-util-wm-devel git pkg-config"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
  2020-11-23  8:48 ` [PR PATCH] [Updated] " kkga
@ 2020-11-23 10:40 ` kkga
  2020-11-23 10:43 ` kkga
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-23 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From d154edf4ab72b91f5844e6e8a4b42bcfbf2a8e8d Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..f719f6c10f7
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="LuaJIT-devel python-docutils alsa-lib-devel glib-devel\
+    libnl3-devel libudev-devel libX11-devel yajl-devel libxcb-devel\
+    xcb-util-devel xcb-util-wm-devel git pkg-config"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
  2020-11-23  8:48 ` [PR PATCH] [Updated] " kkga
  2020-11-23 10:40 ` kkga
@ 2020-11-23 10:43 ` kkga
  2020-11-23 10:52 ` kkga
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-23 10:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 262cbdcc0af1edc6c5798c8cc461b0744ddcc327 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..594cbb24f45
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="LuaJIT-devel python-docutils alsa-lib-devel glib-devel\
+	libnl3-devel libudev-devel libX11-devel yajl-devel libxcb-devel\
+	xcb-util-devel xcb-util-wm-devel git pkg-config"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (2 preceding siblings ...)
  2020-11-23 10:43 ` kkga
@ 2020-11-23 10:52 ` kkga
  2020-11-23 10:59 ` kkga
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-23 10:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From dd8d2f37494d76429cd0e56d2eaff850915c302d Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..e28b11b9b8b
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="LuaJIT-devel python-docutils pkg-config git"
+makedepends="alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (3 preceding siblings ...)
  2020-11-23 10:52 ` kkga
@ 2020-11-23 10:59 ` kkga
  2020-11-23 11:04 ` kkga
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-23 10:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 47afb726f1d98d357a4dabfcc8cd079b130ffd4b Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..1535b3feb6f
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="lua-devel python-docutils pkg-config git"
+makedepends="alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (4 preceding siblings ...)
  2020-11-23 10:59 ` kkga
@ 2020-11-23 11:04 ` kkga
  2020-11-24 13:44 ` kkga
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-23 11:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 36d22112a319c2cd8d959099b169f42dcbee2a0f Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..2d2c9cca73a
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (5 preceding siblings ...)
  2020-11-23 11:04 ` kkga
@ 2020-11-24 13:44 ` kkga
  2020-11-25 13:42 ` kkga
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-24 13:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 3109fdb56db6221e6aa2af404652afe539cd84e4 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..2d2c9cca73a
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (6 preceding siblings ...)
  2020-11-24 13:44 ` kkga
@ 2020-11-25 13:42 ` kkga
  2020-11-25 13:43 ` [PR PATCH] [Updated] " kkga
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-25 13:42 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/26633#issuecomment-733713867

Comment:
@ericonr @ahesford sorry to ping you, but could you take a look at this when you have a chance? thank you!

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (7 preceding siblings ...)
  2020-11-25 13:42 ` kkga
@ 2020-11-25 13:43 ` kkga
  2021-01-08  0:19 ` kkga
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2020-11-25 13:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From fd7e0fc3872e5d5acee97915e13b2332121560cf Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..2d2c9cca73a
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (8 preceding siblings ...)
  2020-11-25 13:43 ` [PR PATCH] [Updated] " kkga
@ 2021-01-08  0:19 ` kkga
  2021-01-15 21:21 ` kkga
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-08  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 4131d89fcbdd1b91a78a88021f2d5974402ad75b Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..edb1086b152
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel eudev-libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (9 preceding siblings ...)
  2021-01-08  0:19 ` kkga
@ 2021-01-15 21:21 ` kkga
  2021-01-15 21:22 ` kkga
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-15 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 8ae544b4cb00661f7e20614d581fd5402ffd8bd0 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..edb1086b152
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel eudev-libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=16c19533d9f1eb2155d0410f68394927d352afba208b1a8dfd7c89093ce3dbf7

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

* Re: new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (10 preceding siblings ...)
  2021-01-15 21:21 ` kkga
@ 2021-01-15 21:22 ` kkga
  2021-01-15 21:23 ` [PR PATCH] [Updated] " kkga
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-15 21:22 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/26633#issuecomment-761204212

Comment:
updated the template for 0.6.0

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (11 preceding siblings ...)
  2021-01-15 21:22 ` kkga
@ 2021-01-15 21:23 ` kkga
  2021-01-15 22:29 ` [PR REVIEW] " ericonr
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-15 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 58545b62c963699162430b0b3e0a508cb20d42e9 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..d326225014e
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,14 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel eudev-libudev-devel libX11-devel\
+	yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR REVIEW] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (12 preceding siblings ...)
  2021-01-15 21:23 ` [PR PATCH] [Updated] " kkga
@ 2021-01-15 22:29 ` ericonr
  2021-01-15 22:29 ` ericonr
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ericonr @ 2021-01-15 22:29 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26633#discussion_r558624750

Comment:
```suggestion
makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
 eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
 xcb-util-devel xcb-util-wm-devel"
```

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

* Re: [PR REVIEW] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (13 preceding siblings ...)
  2021-01-15 22:29 ` [PR REVIEW] " ericonr
@ 2021-01-15 22:29 ` ericonr
  2021-01-15 22:38 ` kkga
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ericonr @ 2021-01-15 22:29 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26633#discussion_r558625673

Comment:
It seems to be LGPL? https://github.com/shdown/luastatus/blob/master/luastatus/luastatus.c

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

* Re: [PR REVIEW] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (14 preceding siblings ...)
  2021-01-15 22:29 ` ericonr
@ 2021-01-15 22:38 ` kkga
  2021-01-15 22:38 ` [PR PATCH] [Updated] " kkga
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-15 22:38 UTC (permalink / raw)
  To: ml

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

New review comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/26633#discussion_r558628592

Comment:
Not sure which one should be used, since the github page says GPL-3.0: https://github.com/shdown/luastatus/blob/master/COPYING.txt

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (15 preceding siblings ...)
  2021-01-15 22:38 ` kkga
@ 2021-01-15 22:38 ` kkga
  2021-01-15 22:40 ` kkga
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-15 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 3412c3f3d6c1d76e7aeed2b01964e68dc385de01 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..11ab5f94c8e
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,13 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel eudev-libudev-devel libX11-devel yajl-devel libxcb-devel xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (16 preceding siblings ...)
  2021-01-15 22:38 ` [PR PATCH] [Updated] " kkga
@ 2021-01-15 22:40 ` kkga
  2021-01-16 20:06 ` kkga
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-15 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From c4f9d091dcec1f1c8828a8e7cbd013d27b36c210 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..248c1c6b8f2
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,15 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
+ eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
+ xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (17 preceding siblings ...)
  2021-01-15 22:40 ` kkga
@ 2021-01-16 20:06 ` kkga
  2021-01-16 20:11 ` kkga
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-16 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 9045ee312050992b221f08a1e6e7352dde2706a7 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..fe9e597bb93
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,15 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
+ eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
+ xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (18 preceding siblings ...)
  2021-01-16 20:06 ` kkga
@ 2021-01-16 20:11 ` kkga
  2021-01-24 13:05 ` [PR PATCH] [Updated] " kkga
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-16 20:11 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/26633#issuecomment-761625249

Comment:
@ericonr resolved :+1: 

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (19 preceding siblings ...)
  2021-01-16 20:11 ` kkga
@ 2021-01-24 13:05 ` kkga
  2021-01-27 22:41 ` kkga
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-24 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 14d35a00052a14922571f2fb9569e210fe5448bc Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..248c1c6b8f2
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,15 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
+ eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
+ xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (20 preceding siblings ...)
  2021-01-24 13:05 ` [PR PATCH] [Updated] " kkga
@ 2021-01-27 22:41 ` kkga
  2021-02-28  7:53 ` kkga
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-01-27 22:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From f8d9c886ea120f9deb5ea15c0854c31d9c8e5717 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..fe9e597bb93
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,15 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
+ eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
+ xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (21 preceding siblings ...)
  2021-01-27 22:41 ` kkga
@ 2021-02-28  7:53 ` kkga
  2021-03-02  8:43 ` kkga
  2021-05-03 19:16 ` [PR PATCH] [Closed]: " kkga
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-02-28  7:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From 964bd5ab3edb18eac854b6fb3ca3ad3e3284d55a Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..248c1c6b8f2
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,15 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
+ eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
+ xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR PATCH] [Updated] new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (22 preceding siblings ...)
  2021-02-28  7:53 ` kkga
@ 2021-03-02  8:43 ` kkga
  2021-05-03 19:16 ` [PR PATCH] [Closed]: " kkga
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-03-02  8:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages luastatus
https://github.com/void-linux/void-packages/pull/26633

new package: luastatus


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

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

From b16ce739487e93163e9cc285c4e782293f7a7e4e Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Mon, 23 Nov 2020 10:36:46 +0300
Subject: [PATCH] new package: luastatus

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

diff --git a/srcpkgs/luastatus/template b/srcpkgs/luastatus/template
new file mode 100644
index 00000000000..248c1c6b8f2
--- /dev/null
+++ b/srcpkgs/luastatus/template
@@ -0,0 +1,15 @@
+# Template file for 'luastatus'
+pkgname=luastatus
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="python-docutils pkg-config git"
+makedepends="lua-devel alsa-lib-devel glib-devel libnl3-devel
+ eudev-libudev-devel libX11-devel yajl-devel libxcb-devel
+ xcb-util-devel xcb-util-wm-devel"
+short_desc="Universal status bar content generator"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/shdown/luastatus/"
+distfiles="https://github.com/shdown/luastatus/archive/v${version}.tar.gz"
+checksum=b4ccebc771c315c137cd29ce3ab737ac28a4d32db6a4ac956405b33968fe4ddc

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

* Re: [PR PATCH] [Closed]: new package: luastatus
  2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
                   ` (23 preceding siblings ...)
  2021-03-02  8:43 ` kkga
@ 2021-05-03 19:16 ` kkga
  24 siblings, 0 replies; 26+ messages in thread
From: kkga @ 2021-05-03 19:16 UTC (permalink / raw)
  To: ml

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

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

new package: luastatus
https://github.com/void-linux/void-packages/pull/26633

Description:


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

end of thread, other threads:[~2021-05-03 19:16 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23  8:47 [PR PATCH] new package: luastatus kkga
2020-11-23  8:48 ` [PR PATCH] [Updated] " kkga
2020-11-23 10:40 ` kkga
2020-11-23 10:43 ` kkga
2020-11-23 10:52 ` kkga
2020-11-23 10:59 ` kkga
2020-11-23 11:04 ` kkga
2020-11-24 13:44 ` kkga
2020-11-25 13:42 ` kkga
2020-11-25 13:43 ` [PR PATCH] [Updated] " kkga
2021-01-08  0:19 ` kkga
2021-01-15 21:21 ` kkga
2021-01-15 21:22 ` kkga
2021-01-15 21:23 ` [PR PATCH] [Updated] " kkga
2021-01-15 22:29 ` [PR REVIEW] " ericonr
2021-01-15 22:29 ` ericonr
2021-01-15 22:38 ` kkga
2021-01-15 22:38 ` [PR PATCH] [Updated] " kkga
2021-01-15 22:40 ` kkga
2021-01-16 20:06 ` kkga
2021-01-16 20:11 ` kkga
2021-01-24 13:05 ` [PR PATCH] [Updated] " kkga
2021-01-27 22:41 ` kkga
2021-02-28  7:53 ` kkga
2021-03-02  8:43 ` kkga
2021-05-03 19:16 ` [PR PATCH] [Closed]: " kkga

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