Search Criteria
Package Details: hhd-ui 3.4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hhd-ui.git (read-only, click to copy) |
|---|---|
| Package Base: | hhd-ui |
| Description: | Configurator interface for Handheld Daemon. |
| Upstream URL: | https://hhd.dev |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | hhd-ui |
| Submitter: | antheas |
| Maintainer: | antheas |
| Last Packager: | antheas |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-02-19 14:41 (UTC) |
| Last Updated: | 2025-08-21 00:09 (UTC) |
Dependencies (5)
- electron (electron-launcherAUR, electron-nightly-binAUR, electron-nightly-binAUR)
- asar (make)
- libxss (make)
- npm (python-nodejs-wheelAUR, corepackerAUR, npm-corepackAUR) (make)
- hhdAUR (hhd-gitAUR) (optional) – a version of Handheld Daemon to connect to (also works over the network).
Required by (1)
- hhd-git (optional)
Latest Comments
antheas commented on 2024-04-06 07:53 (UTC)
Good catches. Fixed!
th3raid0r commented on 2024-04-06 01:09 (UTC) (edited on 2024-04-06 01:10 (UTC) by th3raid0r)
One more thing I found - compared to the other build files, it seems we are running the sed command against the wrong package.json file - instead of simply
package.jsonI think this needs to beelectron/package.jsonlike the rpm spec. It also needs to be escaped since you are using double quotes to encapsulate your sed expression.should instead be:
th3raid0r commented on 2024-04-05 23:09 (UTC) (edited on 2024-04-05 23:12 (UTC) by th3raid0r)
Most recent version breaks with:
Updating this pkgbuild command to use
./pkg/hhd-ui.shwas how I was able to fix it.