Package Details: speedofsound 0.14.0-1

Git Clone URL: https://aur.archlinux.org/speedofsound.git (read-only, click to copy)
Package Base: speedofsound
Description: Voice typing for the Linux desktop.
Upstream URL: https://www.speedofsound.io
Licenses: MIT
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1
Popularity: 0.55
First Submitted: 2026-04-04 19:24 (UTC)
Last Updated: 2026-05-09 15:45 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

taivlam commented on 2026-04-22 17:55 (UTC)

Thank you, I was able to install the package without the error when I removed gradle. (I discovered it was previously installed as a dependency, but is no longer required by any other package.)

yochananmarqos commented on 2026-04-21 22:11 (UTC)

@taivlam: Build in a clean chroot or at least without gradle installed. The gradlew script is used instead as it also fetches the dependencies. If I can figure out how to fetch the dependencies separately, then the system gradle could be used instead.

taivlam commented on 2026-04-21 21:48 (UTC)

I keep getting the following error in stdout when I try to install this package on Manjaro Unstable:

Program gtk4-update-icon-cache found: YES (/usr/bin/gtk4-update-icon-cache)
Program update-desktop-database found: YES (/usr/bin/update-desktop-database)
Program gradle found: YES (/usr/bin/gradle)
Build targets in project: 3

speedofsound 0.13.0

  User defined options
    auto_features     : enabled
    b_pie             : true
    buildtype         : plain
    libexecdir        : lib
    prefix            : /usr
    python.bytecompile: 1
    sbindir           : bin
    wrap_mode         : nodownload

Found ninja-1.13.2 at /usr/bin/ninja
INFO: autodetecting backend as ninja                                                                                                    
INFO: calculating backend command to run: /usr/bin/ninja -C /home/tai/AUR/speedofsound/src/speedofsound/build
ninja: Entering directory `/home/tai/AUR/speedofsound/src/speedofsound/build'
[3/3] Generating gradle with a custom command
FAILED: [code=1] speedofsound speedofsound.jar 
/usr/bin/gradle -p /home/tai/AUR/speedofsound/src/speedofsound --offline -PreleaseVersion=0.13.0 installShadowDist && mv /home/tai/AUR/speedofsound/src/speedofsound/app/build/install/speedofsound-shadow/bin/speedofsound speedofsound && mv /home/tai/AUR/speedofsound/src/speedofsound/app/build/install/speedofsound-shadow/lib/speedofsound.jar speedofsound.jar
Starting a Gradle Daemon (subsequent builds will be faster)
Calculating task graph as no cached configuration is available for tasks: installShadowDist

FAILURE: Build failed with an exception.

* Where:
Build file '/home/tai/AUR/speedofsound/src/speedofsound/buildSrc/build.gradle.kts' line: 1

* What went wrong:
Plugin [id: 'org.gradle.kotlin.kotlin-dsl', version: '6.5.2'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:6.5.2')
  Searched in the following repositories:
    Gradle Central Plugin Repository
    maven(file:/home/tai/AUR/speedofsound/src/speedofsound/offline-repository)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 6s
Configuration cache entry stored.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

What can I do to fix this?