























WHOA WHOOA WHOOOA, somebody is getting an entire fan base on this underprovisioned package here. What a pity!
1] As @dbb mentioned: MESON instead of MAKE
2] Install command should have both of the completion files modified as: 644 instead of 755 -> install -Dm644 ...
3] The package should build "just fine" on the ARM (aarch64) architecture . . .
4] With the attitude of: "I do not use it, I shall barely maintain it" you can leave others to do so, as for others, this is an undesirable stance for life. ;-)
5] Generally poor communication
As @d-koc stated: fails to build in a clean chroot due to absence of meson in makedepends array.
Missing meson in makedeps
PKGBUILD for the latest stable
pkgname=dualsensectl
pkgver=0.6
pkgrel=1
pkgdesc='Tool for controlling Sony PlayStation 5 DualSense controller on Linux'
arch=('x86_64')
conflicts=('dualsensectl-git')
url='https://github.com/nowrep/dualsensectl'
license=('GPL2')
depends=('dbus' 'hidapi')
makedepends=('make' 'gcc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nowrep/dualsensectl/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('1889a441072e8ff31ba35c958318b690e5acc79ddc32da908af2648f4ada9aab584feb6351ae2ee1adb4094bf18cbd9b88d43efa3beeff323534771f3f24c44d')
build() {
make -C "$pkgname-$pkgver"
}
package() {
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}
Any ETA on updating this to the latest release?
Any particular reason why I, as a former package submitter, am even not a maintainer anymore ?_?
Updated and fixed the url, for some reason this was using source from a fork without explicitly stating this fact in package description.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Hello @xiota
I can re-take the package even though I wonder what is happening/happened with @nowrep bad boy . . .
Let us see if DualSenseCTL sees some new (GitHub) releases . . .