Package Details: java-chatty 0.26-1

Git Clone URL: https://aur.archlinux.org/java-chatty.git (read-only, click to copy)
Package Base: java-chatty
Description: Twitch Chat Client for Desktop
Upstream URL: https://chatty.github.io/
Keywords: chat-client twitch
Licenses: GPL-3.0-or-later
Conflicts: chatty
Submitter: Freso
Maintainer: Freso (AutoUpdateBot)
Last Packager: Freso
Votes: 31
Popularity: 0.122156
First Submitted: 2024-11-04 16:47 (UTC)
Last Updated: 2024-11-05 09:32 (UTC)

Dependencies (6)

Required by (1)

Sources (4)

Pinned Comments

Freso commented on 2024-11-04 16:57 (UTC)

For suggestions, issues, etc., please file them at https://gitlab.archlinux.org/freso/java-chatty – if submitting merge requests, do so against the java-chatty branch.

Note that when Twitch changes things, it may take a short while for those changes to get accounted for in a proper release of Chatty. If this is the case, and you need the new feature, you can try using java-chatty-beta or java-chatty-git until a new full release has been made addressing the change.

Freso commented on 2018-07-18 19:30 (UTC)

There is now also a chatty-beta package for those who want to be bleeding bleeding edge: https://aur.archlinux.org/packages/chatty-beta

Freso commented on 2018-07-15 16:02 (UTC)

For users who have used this PKGBUILD on version earlier than 0.9.x, note that from PKGBUILD 0.9.1-1 onwards, the PKGBUILD will not include as many patches as <0.9 PKGBUILDs did. One of the things this means is that the configuration will now be read from $HOME/.chatty instead of $HOME/.config/chatty. I'd recommend to either create a symlink (cd $HOME && ln -s .config/chatty .chatty) or move (or copy) the directory (cd $HOME && mv .config/chatty .chatty) prior to running version 0.9.x+ the first time.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

troyBORG commented on 2019-12-27 18:15 (UTC)

-> Extracting chatty-0.10.tar.gz with bsdtar ==> Starting prepare()... patching file src/chatty/Chatty.java ==> Sources are ready. ==> Making package: chatty 0.10-1 (Fri 27 Dec 2019 12:13:36 PM CST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Starting build()...

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileJava'.

    Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk/jre contains a valid JDK installation.

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

  • Get more help at https://help.gradle.org

BUILD FAILED in 1s ==> ERROR: A failure occurred in build(). Aborting... checking dependencies...

Packages (1) gradle-6.0.1-1

Total Removed Size: 103.31 MiB

mheob commented on 2019-10-25 04:31 (UTC)

@Freso Please commit this patch to update to the current chatty version 0.10:

https://gist.github.com/mheob/0da42f55d11a55599388f62d7580386c#file-0001-chatty-0-10-1-patch

CowboiMatt commented on 2019-10-10 02:37 (UTC) (edited on 2019-10-10 02:38 (UTC) by CowboiMatt)

Just a caution, this doesn't work with the current "jdk-openjdk" package (Java 13). If you install this package when prompted, you will get the following error: = = = = = FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring root project 'chatty-0.9.7'.

    Could not open cp_proj remapped class cache for 4w7y4hmqg9c0tc36ade1cyejo (/home/matt/.gradle/caches/5.6. Could not open cp_proj generic class cache for build file '/home/matt/aur/chatty/src/chatty-0.9.7/buil > BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file m = = = = = I uninstalled that package, and instead chose the LTS java version "jdk11-openjdk" and this successfully installed without issue.

bennyhillthebes commented on 2018-07-20 10:39 (UTC)

@Freso thank you for the explanation.

Freso commented on 2018-07-18 19:30 (UTC)

There is now also a chatty-beta package for those who want to be bleeding bleeding edge: https://aur.archlinux.org/packages/chatty-beta

Freso commented on 2018-07-18 18:31 (UTC)

@bennyhillthebes gradle is needed to build the .jar file. This package actually builds chatty from its source, it doesn't just ship the precompiled source that upstream makes available (this would have been a binary package, recognised by the '-bin' suffix in the package name).

bennyhillthebes commented on 2018-07-17 16:19 (UTC)

i am just a noob, but why do the package need gradle now and why the PKGBUILD fails? Isn't Chatty just a .jar file? Simply pasting over the old .jar is not an option?

TSTnb commented on 2018-07-17 01:47 (UTC)

Freso: please commit this patch to fix the path issue Stebs mentioned.

https://gitlab.com/morningpee/chatty/commit/ba467a95.patch

Stebs commented on 2018-07-16 09:52 (UTC)

Checksum of chatty-0.9.1.tar.gz is wrong. After manually correcting this, install fails with: /home/user/.cache/pacaur/chatty/PKGBUILD: line24: cd: chatty-0.9.1: file or folder not found