Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ddccontrol-0.4.4
@ 2020-04-19 11:58 zhengqunkoo
  2020-09-29  2:01 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zhengqunkoo @ 2020-04-19 11:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zhengqunkoo/void-packages ddccontrol
https://github.com/void-linux/void-packages/pull/21147

New package: ddccontrol-0.4.4


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

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

From 72e68143f8d090a98415071abdb29874c4994b04 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Sun, 19 Apr 2020 11:55:54 +0800
Subject: [PATCH] New package: ddccontrol-0.4.4

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

diff --git a/srcpkgs/ddccontrol/template b/srcpkgs/ddccontrol/template
new file mode 100644
index 00000000000..b553160c462
--- /dev/null
+++ b/srcpkgs/ddccontrol/template
@@ -0,0 +1,19 @@
+# Template file for 'ddccontrol'
+pkgname=ddccontrol
+version=0.4.4
+revision=1
+build_style=configure
+configure_args="--disable-gnome --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib"
+hostmakedepends="automake intltool i2c-tools libtool tar"
+makedepends="gettext-devel libxml2-devel pciutils-devel"
+depends="ddccontrol-db"
+short_desc="Control monitor parameters, like brightness, contrast, RGB color levels"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2"
+homepage="https://github.com/ddccontrol/${pkgname}"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=aafbb16ac4f4edfe3fcc5feec1eb5729aaf86e3b0f31f9d707ba1406bb404817
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
@ 2020-09-29  2:01 ` ericonr
  2020-09-29  3:04 ` [PR PATCH] [Updated] " zhengqunkoo
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-09-29  2:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21147#issuecomment-700381126

Comment:
There should be a single commit for each package.

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

* Re: [PR PATCH] [Updated] New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
  2020-09-29  2:01 ` ericonr
@ 2020-09-29  3:04 ` zhengqunkoo
  2020-10-08  1:28 ` zhengqunkoo
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zhengqunkoo @ 2020-09-29  3:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zhengqunkoo/void-packages ddccontrol
https://github.com/void-linux/void-packages/pull/21147

New package: ddccontrol-0.4.4
Making of `gddccontrol` is disabled by `--disable-gnome`.

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

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

From 3b69e823352c0386351220696e9fcb9ed5e19484 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Sat, 18 Apr 2020 18:29:49 +0800
Subject: [PATCH 1/3] New package: ddccontrol-db-20190825

---
 srcpkgs/ddccontrol-db/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/ddccontrol-db/template

diff --git a/srcpkgs/ddccontrol-db/template b/srcpkgs/ddccontrol-db/template
new file mode 100644
index 00000000000..3c8c1ad4a18
--- /dev/null
+++ b/srcpkgs/ddccontrol-db/template
@@ -0,0 +1,18 @@
+# Template file for 'ddccontrol-db'
+pkgname=ddccontrol-db
+version=20190825
+revision=1
+build_style=configure
+configure_args="--prefix=/usr"
+hostmakedepends="automake intltool libtool"
+makedepends="gettext-devel"
+short_desc="Database of monitor descriptors, used by ddccontrol"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol-db"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e36a4eea37b35dfd03acb1fecd31fda686f1de17e0aab84a71df241b6df4d857
+
+pre_configure() {
+	./autogen.sh
+}

From 9048f12ecc3ef73dfa1cdf2385e73852277728b5 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Sun, 19 Apr 2020 11:55:54 +0800
Subject: [PATCH 2/3] New package: ddccontrol-0.4.4

---
 common/shlibs               |  1 +
 srcpkgs/ddccontrol/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/ddccontrol/template

diff --git a/common/shlibs b/common/shlibs
index 2ea912f8354..461069b6698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3960,3 +3960,4 @@ libvips-cpp.so.42 libvips-8.9.2_1
 libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
+libddccontrol.so.0 ddccontrol-0.4.4_1
diff --git a/srcpkgs/ddccontrol/template b/srcpkgs/ddccontrol/template
new file mode 100644
index 00000000000..e3ba63a9373
--- /dev/null
+++ b/srcpkgs/ddccontrol/template
@@ -0,0 +1,19 @@
+# Template file for 'ddccontrol'
+pkgname=ddccontrol
+version=0.4.4
+revision=1
+build_style=configure
+configure_args="--disable-gnome --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib"
+hostmakedepends="automake intltool i2c-tools libtool tar"
+makedepends="gettext-devel libxml2-devel pciutils-devel"
+depends="ddccontrol-db"
+short_desc="Control monitor parameters, like brightness, contrast, RGB color levels"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=aafbb16ac4f4edfe3fcc5feec1eb5729aaf86e3b0f31f9d707ba1406bb404817
+
+pre_configure() {
+	./autogen.sh
+}

From 293904a140f17896d7be5a61d8439f127655d1f7 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Thu, 18 Jun 2020 20:24:07 +0800
Subject: [PATCH 3/3] Add gettext-devel to hostmakedepends

---
 srcpkgs/ddccontrol-db/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ddccontrol-db/template b/srcpkgs/ddccontrol-db/template
index 3c8c1ad4a18..062a1ec3fd1 100644
--- a/srcpkgs/ddccontrol-db/template
+++ b/srcpkgs/ddccontrol-db/template
@@ -4,7 +4,7 @@ version=20190825
 revision=1
 build_style=configure
 configure_args="--prefix=/usr"
-hostmakedepends="automake intltool libtool"
+hostmakedepends="automake intltool libtool gettext-devel"
 makedepends="gettext-devel"
 short_desc="Database of monitor descriptors, used by ddccontrol"
 maintainer="zhengqunkoo <root@zhengqunkoo.com>"

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

* Re: [PR PATCH] [Updated] New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
  2020-09-29  2:01 ` ericonr
  2020-09-29  3:04 ` [PR PATCH] [Updated] " zhengqunkoo
@ 2020-10-08  1:28 ` zhengqunkoo
  2020-10-08  1:29 ` zhengqunkoo
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zhengqunkoo @ 2020-10-08  1:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zhengqunkoo/void-packages ddccontrol
https://github.com/void-linux/void-packages/pull/21147

New package: ddccontrol-0.4.4
Making of `gddccontrol` is disabled by `--disable-gnome`.

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

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

From 8345dbb207d49df711accc214c4efdca1efb5fb3 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Thu, 8 Oct 2020 09:27:09 +0800
Subject: [PATCH] New package: ddccontrol-0.4.4

---
 common/shlibs                  |  1 +
 srcpkgs/ddccontrol-db/template | 18 ++++++++++++++++++
 srcpkgs/ddccontrol/template    | 19 +++++++++++++++++++
 3 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/ddccontrol-db/template
 create mode 100644 srcpkgs/ddccontrol/template

diff --git a/common/shlibs b/common/shlibs
index 2ea912f8354..461069b6698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3960,3 +3960,4 @@ libvips-cpp.so.42 libvips-8.9.2_1
 libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
+libddccontrol.so.0 ddccontrol-0.4.4_1
diff --git a/srcpkgs/ddccontrol-db/template b/srcpkgs/ddccontrol-db/template
new file mode 100644
index 00000000000..062a1ec3fd1
--- /dev/null
+++ b/srcpkgs/ddccontrol-db/template
@@ -0,0 +1,18 @@
+# Template file for 'ddccontrol-db'
+pkgname=ddccontrol-db
+version=20190825
+revision=1
+build_style=configure
+configure_args="--prefix=/usr"
+hostmakedepends="automake intltool libtool gettext-devel"
+makedepends="gettext-devel"
+short_desc="Database of monitor descriptors, used by ddccontrol"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol-db"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e36a4eea37b35dfd03acb1fecd31fda686f1de17e0aab84a71df241b6df4d857
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/ddccontrol/template b/srcpkgs/ddccontrol/template
new file mode 100644
index 00000000000..e3ba63a9373
--- /dev/null
+++ b/srcpkgs/ddccontrol/template
@@ -0,0 +1,19 @@
+# Template file for 'ddccontrol'
+pkgname=ddccontrol
+version=0.4.4
+revision=1
+build_style=configure
+configure_args="--disable-gnome --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib"
+hostmakedepends="automake intltool i2c-tools libtool tar"
+makedepends="gettext-devel libxml2-devel pciutils-devel"
+depends="ddccontrol-db"
+short_desc="Control monitor parameters, like brightness, contrast, RGB color levels"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=aafbb16ac4f4edfe3fcc5feec1eb5729aaf86e3b0f31f9d707ba1406bb404817
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (2 preceding siblings ...)
  2020-10-08  1:28 ` zhengqunkoo
@ 2020-10-08  1:29 ` zhengqunkoo
  2020-10-25 16:59 ` Duncaen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zhengqunkoo @ 2020-10-08  1:29 UTC (permalink / raw)
  To: ml

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

New comment by zhengqunkoo on void-packages repository

https://github.com/void-linux/void-packages/pull/21147#issuecomment-705277693

Comment:
Squashed commits.

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

* Re: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (3 preceding siblings ...)
  2020-10-08  1:29 ` zhengqunkoo
@ 2020-10-25 16:59 ` Duncaen
  2020-10-25 17:00 ` Duncaen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2020-10-25 16:59 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/21147#issuecomment-716178400

Comment:
Each package should be one commit:
```
New package: ddccontrol-db-20190825
New package: ddccontrol-0.4.4
```

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

* Re: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (4 preceding siblings ...)
  2020-10-25 16:59 ` Duncaen
@ 2020-10-25 17:00 ` Duncaen
  2020-10-28  0:34 ` [PR PATCH] [Updated] " zhengqunkoo
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Duncaen @ 2020-10-25 17:00 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/21147#issuecomment-716178569

Comment:
`build_style` should be gnu-configure then `--prefix=` should be removed from `configure_args` as it is the default for the buildsyle.

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

* Re: [PR PATCH] [Updated] New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (5 preceding siblings ...)
  2020-10-25 17:00 ` Duncaen
@ 2020-10-28  0:34 ` zhengqunkoo
  2020-10-28  0:36 ` zhengqunkoo
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zhengqunkoo @ 2020-10-28  0:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zhengqunkoo/void-packages ddccontrol
https://github.com/void-linux/void-packages/pull/21147

New package: ddccontrol-0.4.4
Making of `gddccontrol` is disabled by `--disable-gnome`.

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

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

From 877c3f3cd985bbef4d175492048ea1afce54cd05 Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Wed, 28 Oct 2020 08:33:34 +0800
Subject: [PATCH 1/2] New package: ddccontrol-db-20190825

---
 srcpkgs/ddccontrol-db/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ddccontrol-db/template

diff --git a/srcpkgs/ddccontrol-db/template b/srcpkgs/ddccontrol-db/template
new file mode 100644
index 00000000000..8cab0345401
--- /dev/null
+++ b/srcpkgs/ddccontrol-db/template
@@ -0,0 +1,17 @@
+# Template file for 'ddccontrol-db'
+pkgname=ddccontrol-db
+version=20190825
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake intltool libtool gettext-devel"
+makedepends="gettext-devel"
+short_desc="Database of monitor descriptors, used by ddccontrol"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol-db"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=e36a4eea37b35dfd03acb1fecd31fda686f1de17e0aab84a71df241b6df4d857
+
+pre_configure() {
+	./autogen.sh
+}

From 50aa1780e33ae759f9fa2d9bf07949a5d8d0ab2c Mon Sep 17 00:00:00 2001
From: zhengqunkoo <root@zhengqunkoo.com>
Date: Thu, 8 Oct 2020 09:27:09 +0800
Subject: [PATCH 2/2] New package: ddccontrol-0.4.4

---
 common/shlibs               |  1 +
 srcpkgs/ddccontrol/template | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/ddccontrol/template

diff --git a/common/shlibs b/common/shlibs
index 2ea912f8354..461069b6698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3960,3 +3960,4 @@ libvips-cpp.so.42 libvips-8.9.2_1
 libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
+libddccontrol.so.0 ddccontrol-0.4.4_1
diff --git a/srcpkgs/ddccontrol/template b/srcpkgs/ddccontrol/template
new file mode 100644
index 00000000000..8932618f444
--- /dev/null
+++ b/srcpkgs/ddccontrol/template
@@ -0,0 +1,19 @@
+# Template file for 'ddccontrol'
+pkgname=ddccontrol
+version=0.4.4
+revision=1
+build_style=gnu-configure
+configure_args="--disable-gnome --sysconfdir=/etc --libexecdir=/usr/lib"
+hostmakedepends="automake intltool i2c-tools libtool tar"
+makedepends="gettext-devel libxml2-devel pciutils-devel"
+depends="ddccontrol-db"
+short_desc="Control monitor parameters, like brightness, contrast, RGB color levels"
+maintainer="zhengqunkoo <root@zhengqunkoo.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/ddccontrol/ddccontrol"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=aafbb16ac4f4edfe3fcc5feec1eb5729aaf86e3b0f31f9d707ba1406bb404817
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (6 preceding siblings ...)
  2020-10-28  0:34 ` [PR PATCH] [Updated] " zhengqunkoo
@ 2020-10-28  0:36 ` zhengqunkoo
  2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: zhengqunkoo @ 2020-10-28  0:36 UTC (permalink / raw)
  To: ml

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

New comment by zhengqunkoo on void-packages repository

https://github.com/void-linux/void-packages/pull/21147#issuecomment-717622918

Comment:
My bad, somehow thought this PR had only one package. Now there's two commits, and `build_style` and `configure_args` are updated.

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

* Re: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (7 preceding siblings ...)
  2020-10-28  0:36 ` zhengqunkoo
@ 2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-04-16  2:02 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/21147#issuecomment-1100506619

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: ddccontrol-0.4.4
  2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
                   ` (8 preceding siblings ...)
  2022-04-16  2:02 ` github-actions
@ 2022-04-30  2:13 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-04-30  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: ddccontrol-0.4.4
https://github.com/void-linux/void-packages/pull/21147

Description:
Making of `gddccontrol` is disabled by `--disable-gnome`.

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

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 11:58 [PR PATCH] New package: ddccontrol-0.4.4 zhengqunkoo
2020-09-29  2:01 ` ericonr
2020-09-29  3:04 ` [PR PATCH] [Updated] " zhengqunkoo
2020-10-08  1:28 ` zhengqunkoo
2020-10-08  1:29 ` zhengqunkoo
2020-10-25 16:59 ` Duncaen
2020-10-25 17:00 ` Duncaen
2020-10-28  0:34 ` [PR PATCH] [Updated] " zhengqunkoo
2020-10-28  0:36 ` zhengqunkoo
2022-04-16  2:02 ` github-actions
2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions

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