Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ddcci-dkms-0.3.3
@ 2020-04-19  4:45 zenfailure
  2020-04-19  9:44 ` [PR PATCH] [Updated] " zenfailure
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zenfailure @ 2020-04-19  4:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/21143

New package: ddcci-dkms-0.3.3
None

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

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

From 5281caf4446745b578f46e5a862689c75688c7f8 Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 11 Apr 2020 04:46:13 +0200
Subject: [PATCH] New package: ddcci-dkms-0.3.3

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

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
new file mode 100644
index 00000000000..2607f07e09d
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/template
@@ -0,0 +1,19 @@
+# Template file for 'ddcci-dkms'
+pkgname=ddcci-dkms
+version=0.3.3
+revision=1
+wrksrc="ddcci-driver-linux-v${version}"
+hostmakedepends="linux-headers kmod"
+depends="dkms"
+short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="GPL-2.0"
+homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
+distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
+checksum=34c06e4c095b115aeb02f08fa2317b06d6a6b6516905e14f4484610a9c292474
+dkms_modules="ddcci ${version}"
+
+do_install() {
+	vmkdir usr/src/ddcci-${version}
+	vcopy * usr/src/ddcci-${version}
+}

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

* Re: [PR PATCH] [Updated] New package: ddcci-dkms-0.3.3
  2020-04-19  4:45 [PR PATCH] New package: ddcci-dkms-0.3.3 zenfailure
@ 2020-04-19  9:44 ` zenfailure
  2020-04-20 14:47 ` zenfailure
  2020-10-09  7:02 ` [PR PATCH] [Merged]: " the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: zenfailure @ 2020-04-19  9:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/21143

New package: ddcci-dkms-0.3.3
None

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

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

From 25d8c4ad14bcbfa651d5e42d5d636e6fe7ec26c5 Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 11 Apr 2020 04:46:13 +0200
Subject: [PATCH] New package: ddcci-dkms-0.3.3

---
 srcpkgs/ddcci-dkms/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/ddcci-dkms/template

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
new file mode 100644
index 00000000000..d2936371226
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/template
@@ -0,0 +1,20 @@
+# Template file for 'ddcci-dkms'
+pkgname=ddcci-dkms
+version=0.3.3
+revision=1
+wrksrc="ddcci-driver-linux-v${version}"
+makedepends="linux-headers kmod"
+depends="dkms"
+short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
+distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
+checksum=34c06e4c095b115aeb02f08fa2317b06d6a6b6516905e14f4484610a9c292474
+dkms_modules="ddcci ${version}"
+
+do_install() {
+	vmkdir usr/src/ddcci-${version}
+	vcopy "*" usr/src/ddcci-${version}
+	vdoc "README.md"
+}

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

* Re: [PR PATCH] [Updated] New package: ddcci-dkms-0.3.3
  2020-04-19  4:45 [PR PATCH] New package: ddcci-dkms-0.3.3 zenfailure
  2020-04-19  9:44 ` [PR PATCH] [Updated] " zenfailure
@ 2020-04-20 14:47 ` zenfailure
  2020-10-09  7:02 ` [PR PATCH] [Merged]: " the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: zenfailure @ 2020-04-20 14:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/21143

New package: ddcci-dkms-0.3.3
None

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

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

From d1f34d5e6530e83cf158716dfdf305e1db637c50 Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 11 Apr 2020 04:46:13 +0200
Subject: [PATCH] New package: ddcci-dkms-0.3.3

---
 srcpkgs/ddcci-dkms/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/ddcci-dkms/template

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
new file mode 100644
index 00000000000..220645a2c33
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/template
@@ -0,0 +1,20 @@
+# Template file for 'ddcci-dkms'
+pkgname=ddcci-dkms
+version=0.3.3
+revision=1
+wrksrc="ddcci-driver-linux-v${version}"
+makedepends="linux-headers kmod"
+depends="dkms"
+short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
+distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
+checksum=34c06e4c095b115aeb02f08fa2317b06d6a6b6516905e14f4484610a9c292474
+dkms_modules="ddcci ${version}"
+
+do_install() {
+	vmkdir usr/src/ddcci-${version}
+	vcopy "*" usr/src/ddcci-${version}
+	vdoc "README.md"
+}

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

* Re: [PR PATCH] [Merged]: New package: ddcci-dkms-0.3.3
  2020-04-19  4:45 [PR PATCH] New package: ddcci-dkms-0.3.3 zenfailure
  2020-04-19  9:44 ` [PR PATCH] [Updated] " zenfailure
  2020-04-20 14:47 ` zenfailure
@ 2020-10-09  7:02 ` the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2020-10-09  7:02 UTC (permalink / raw)
  To: ml

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

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

New package: ddcci-dkms-0.3.3
https://github.com/void-linux/void-packages/pull/21143

Description:
None

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

end of thread, other threads:[~2020-10-09  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  4:45 [PR PATCH] New package: ddcci-dkms-0.3.3 zenfailure
2020-04-19  9:44 ` [PR PATCH] [Updated] " zenfailure
2020-04-20 14:47 ` zenfailure
2020-10-09  7:02 ` [PR PATCH] [Merged]: " the-maldridge

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