Package Details: digimend-kernel-drivers-dkms 13-2

Git Clone URL: https://aur.archlinux.org/digimend-kernel-drivers-dkms.git (read-only, click to copy)
Package Base: digimend-kernel-drivers-dkms
Description: Linux kernel modules (DKMS) for non-Wacom USB graphics tablets
Upstream URL: https://digimend.github.io
Licenses: GPL2
Submitter: avallac_h
Maintainer: exu
Last Packager: exu
Votes: 2
Popularity: 0.000000
First Submitted: 2021-06-28 14:58 (UTC)
Last Updated: 2025-05-21 17:37 (UTC)

Latest Comments

tippfehlr commented on 2025-05-10 15:46 (UTC)

Hi, since upstream hasn’t released the patch yet, here is a snippet to include it:

...
source=(
  "${pkgname}-v${pkgver}.tar.gz::https://github.com/DIGImend/${_pkgbase}/archive/refs/tags/v${pkgver}.tar.gz"
  "${pkgname}-update-to-linux-6.12.patch::https://patch-diff.githubusercontent.com/raw/DIGImend/digimend-kernel-drivers/pull/707.patch"
  "Makefile"
)
sha256sums=('ee3fcd2eaa32bee4e5ce742c81e31d7290893772c3931d1888b32fe34ec0f3c8'
            '59d6438f5e6d19aa013d54014c4eefc7a6608ab9bc54de5f716d98a7e0d94b67'
            'bacc8a6b0c5fdbc95b9ef6072c9db6afc56958c0f8e539d4338b8895377355fe')
install="${pkgname}.install"

prepare() {
  cd "${srcdir}/${_pkgbase}-${pkgver}"
  patch -Np1 -i ../../${pkgname}-update-to-linux-6.12.patch
}
...

exu commented on 2025-02-02 17:05 (UTC)

This package tracks the official releases, so I'll wait for an official release.

You could use digimend-kernel-drivers-dkms-git instead.

I'm also willing to accept (a temporary) patchfile implementing changes from https://github.com/DIGImend/digimend-kernel-drivers/pull/707 until a new release is created, unfortunately I don't have the time to do this myself at the moment.

yoshi314 commented on 2025-02-02 07:49 (UTC)

This needs an update to build on 6.12

https://github.com/DIGImend/digimend-kernel-drivers/issues/706