Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: digimend-kernel-drivers
@ 2021-10-05 16:31 foxlet
  2022-06-07  2:12 ` github-actions
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: foxlet @ 2021-10-05 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/foxlet/void-packages digimend-dkms
https://github.com/void-linux/void-packages/pull/33349

New package: digimend-kernel-drivers
<!-- Mark items with [x] where applicable -->
Adds a DKMS module with support for graphics tablets whose drivers have not been upstreamed yet.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

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

From 7c42cf6008f8c5266242dfa1b66249b76f6ad398 Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Tue, 5 Oct 2021 12:28:16 -0400
Subject: [PATCH] New package: digimend-kernel-drivers-10

---
 srcpkgs/digimend-kernel-drivers/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/digimend-kernel-drivers/template

diff --git a/srcpkgs/digimend-kernel-drivers/template b/srcpkgs/digimend-kernel-drivers/template
new file mode 100644
index 000000000000..b6af836fe627
--- /dev/null
+++ b/srcpkgs/digimend-kernel-drivers/template
@@ -0,0 +1,23 @@
+# Template file for 'digimend-kernel-drivers'
+pkgname=digimend-kernel-drivers
+version=10
+revision=1
+depends="dkms"
+short_desc="Graphics tablet drivers for the Linux kernel"
+maintainer="Foxlet <foxlet@furcode.co>"
+license="GPL-2.0-only"
+homepage="https://github.com/DIGImend/digimend-kernel-drivers"
+distfiles="https://github.com/DIGImend/digimend-kernel-drivers/archive/v${version}.tar.gz"
+checksum=3f4c1e2f66b2c1b12a0895dfdf0fe567381ea92cfe7d62ab4645242dd4e98152
+dkms_modules="digimend ${version}"
+
+do_install() {
+	vmkdir usr/src/digimend-${version}
+	vcopy Makefile usr/src/digimend-${version}
+	vcopy dkms.conf usr/src/digimend-${version}
+	vcopy usbhid usr/src/digimend-${version}
+	vcopy "*.c" usr/src/digimend-${version}
+	vcopy "*.h" usr/src/digimend-${version}
+
+	make DESTDIR="${DESTDIR}/usr" udev_rules_install_files
+}

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

end of thread, other threads:[~2023-12-01 17:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 16:31 [PR PATCH] New package: digimend-kernel-drivers foxlet
2022-06-07  2:12 ` github-actions
2022-06-19  5:12 ` foxlet
2022-07-31 23:52 ` hervyqa
2022-10-30  2:13 ` github-actions
2022-11-13  8:49 ` [PR PATCH] [Closed]: " github-actions
2023-12-01 17:51 ` LinArcX

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