Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt
@ 2022-05-14 12:13 subnut
  2022-05-14 12:24 ` subnut
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: subnut @ 2022-05-14 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/37127

ddcci-dkms: fix update-check, update to 0.4.2, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Contains the changes of #37124 

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

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

From bce6d784c156e3aa33a7e77113c035c78bf0f8c0 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:01:12 +0530
Subject: [PATCH 1/2] ddcci-dkms: fix update-check

---
 srcpkgs/ddcci-dkms/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/ddcci-dkms/update

diff --git a/srcpkgs/ddcci-dkms/update b/srcpkgs/ddcci-dkms/update
new file mode 100644
index 000000000000..c0a70d9179b8
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/update
@@ -0,0 +1 @@
+pkgname=ddcci-driver-linux

From 03ca38b0b7c6843ed87d126476bc11f9e1740fef Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:09:10 +0530
Subject: [PATCH 2/2] ddcci-dkms: update to 0.4.2, adopt

---
 srcpkgs/ddcci-dkms/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
index 958e1c63c6ea..1219bfa54faf 100644
--- a/srcpkgs/ddcci-dkms/template
+++ b/srcpkgs/ddcci-dkms/template
@@ -1,20 +1,20 @@
 # Template file for 'ddcci-dkms'
 pkgname=ddcci-dkms
-version=0.4.1
+version=0.4.2
 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>"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 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=518859ebb0e553a333e8b19a2eccff0f48af1b5b91469678dfb74f1b4357893b
+checksum=ae70c6049c9020ce0557f3ccf3a3982be760c007410eb0441c668f30116edabd
 dkms_modules="ddcci ${version}"
 
 do_install() {
+	vdoc README.md
+	rm LICENSE README.md
 	vmkdir usr/src/ddcci-${version}
 	vcopy "*" usr/src/ddcci-${version}
-	vdoc "README.md"
 }

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

end of thread, other threads:[~2022-05-21 15:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
2022-05-14 12:24 ` subnut
2022-05-14 15:23 ` zenfailure
2022-05-14 15:24 ` zenfailure
2022-05-14 18:00 ` subnut
2022-05-14 19:22 ` [PR PATCH] [Updated] " subnut
2022-05-15  3:23 ` subnut
2022-05-21 15:09 ` ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15` ericonr
2022-05-21 15:39 ` [PR PATCH] [Updated] " subnut
2022-05-21 15:39 ` subnut
2022-05-21 15:43 ` [PR PATCH] [Merged]: " ericonr

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