Github messages for voidlinux
 help / color / mirror / Atom feed
From: mmurphy2 <mmurphy2@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: system76-dkms-1.0.9
Date: Mon, 02 Nov 2020 03:02:09 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26068@inbox.vuxu.org> (raw)

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

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

https://github.com/mmurphy2/void-packages master
https://github.com/void-linux/void-packages/pull/26068

New package: system76-dkms-1.0.9
Kernel driver for keyboard backlight and fan control on System76
branded laptops.

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

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

From 06085a0dda6c564a1d89049cbab168b21f75ba44 Mon Sep 17 00:00:00 2001
From: Mike Murphy <mmurphy2@coastal.edu>
Date: Sun, 1 Nov 2020 20:58:22 -0500
Subject: [PATCH] New package: system76-dkms-1.0.9

Kernel driver for keyboard backlight and fan control on System76
branded laptops.
---
 srcpkgs/system76-dkms/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/system76-dkms/template

diff --git a/srcpkgs/system76-dkms/template b/srcpkgs/system76-dkms/template
new file mode 100644
index 00000000000..a1fc5282ff9
--- /dev/null
+++ b/srcpkgs/system76-dkms/template
@@ -0,0 +1,24 @@
+# Template file for 'system76-dkms'
+pkgname=system76-dkms
+version=1.0.9
+revision=3
+archs="x86_64*"
+depends="dkms"
+short_desc="System76 laptop hotkey and fan control drivers"
+maintainer="Dr. Mike Murphy <mmurphy2@coastal.edu>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/pop-os/system76-dkms"
+distfiles="https://github.com/pop-os/${pkgname}/archive/${version}.tar.gz"
+checksum=66f455443a6d840506227ee108da6dd45c6142d1be114b534cdeb96ac5dcd9fd
+dkms_modules="system76 ${version}"
+
+post_extract() {
+	sed -i "s/#MODULE_VERSION#/${version}/" debian/system76-dkms.dkms
+}
+
+do_install() {
+	vmkdir usr/src/system76-${version}
+	vcopy "*.c" usr/src/system76-${version}
+	vcopy Makefile usr/src/system76-${version}
+	vcopy debian/system76-dkms.dkms usr/src/system76-${version}/dkms.conf
+}

             reply	other threads:[~2020-11-02  2:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02  2:02 mmurphy2 [this message]
2020-11-11  4:05 ` [PR PATCH] [Closed]: " mmurphy2
2020-11-11  4:35 ` abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26068@inbox.vuxu.org \
    --to=mmurphy2@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).