Package Details: dualsensectl 0.7-1

Git Clone URL: https://aur.archlinux.org/dualsensectl.git (read-only, click to copy)
Package Base: dualsensectl
Description: Tool for controlling Sony PlayStation 5 DualSense controller on Linux
Upstream URL: https://github.com/nowrep/dualsensectl
Keywords: 5, controller, dualsense gamepad, playstation ps5,
Licenses: GPL2
Conflicts: dualsensectl-git
Submitter: MartinVonReich
Maintainer: nowrep
Last Packager: nowrep
Votes: 6
Popularity: 0.001955
First Submitted: 2022-08-06 16:03 (UTC)
Last Updated: 2025-02-08 08:27 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

MartinVonReich commented on 2025-02-19 20:18 (UTC) (edited on 2025-02-19 20:20 (UTC) by MartinVonReich)

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

jackro commented on 2025-02-18 05:30 (UTC) (edited on 2025-02-18 05:30 (UTC) by jackro)

A patch for the undeclared meson dependency: https://github.com/jackrosenthal/pkgbuild/commit/3317ef7636949bda7eb266f6926003bcdf5cf91b

dbb commented on 2025-02-10 12:28 (UTC)

As @d-koc stated: fails to build in a clean chroot due to absence of meson in makedepends array.

d-koc commented on 2025-02-10 04:51 (UTC)

Missing meson in makedeps

fmauNeko commented on 2024-09-19 11:47 (UTC)

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
}

quest commented on 2024-09-17 22:21 (UTC)

Any ETA on updating this to the latest release?

MartinVonReich commented on 2024-03-31 21:08 (UTC)

Any particular reason why I, as a former package submitter, am even not a maintainer anymore ?_?

nowrep commented on 2023-09-25 09:19 (UTC)

Updated and fixed the url, for some reason this was using source from a fork without explicitly stating this fact in package description.

MartinVonReich commented on 2023-07-31 18:43 (UTC)

@Yamashiro

Please rename: From pkgname=dualsensectl to pkgname=DualSenseCTL once prompted before attempting the installation.

I just was not able to edit it simply via web browser after I renamed the GitHub repository.