惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
G
Google Developers Blog
腾讯CDC
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - dualsensectl
2026-05-31 · via AUR Newest Packages

MartinVonReich commented on 2025-12-24 08:21 (UTC)

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

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)

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.