Package Details: chatty 0.26-1

Git Clone URL: https://aur.archlinux.org/chatty.git (read-only, click to copy)
Package Base: chatty
Description: Twitch Chat Client for Desktop
Upstream URL: https://chatty.github.io/
Licenses: GPL3
Submitter: c-korn
Maintainer: Freso (AutoUpdateBot)
Last Packager: Freso
Votes: 32
Popularity: 0.003041
First Submitted: 2015-03-23 00:17 (UTC)
Last Updated: 2024-04-03 13:15 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Pinned Comments

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

1 2 3 4 Next › Last »

City-busz commented on 2024-03-06 00:52 (UTC)

I plan to move the package purism-chatty as 'chatty' into the official repositories, so this package should to be renamed to something else like 'chatty-twitch-client'.

nbisby commented on 2023-02-20 22:44 (UTC)

Downgrading gradle to 7.6 made this build again for me.

https://github.com/chatty/chatty/issues/480 They have a different older ticket about chatty not being able to be built without gradle 7.6

attention_horse commented on 2023-02-20 16:47 (UTC)

FAILURE: Build failed with an exception.

* Where:
Build file '/home/timo/local/aur/chatty/src/chatty-0.23/build.gradle' line: 84

* What went wrong:
A problem occurred evaluating root project 'chatty-0.23'.
> Could not set unknown property 'classifier' for task ':shadowJar' of type com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar.

cspack77 commented on 2022-11-04 03:57 (UTC)

@corben78 @Freso I think the build is failing due to a compatibility issue between Java 19 and gradle 7.5. gradle 7.6 should fix the issue whenever it's released.

corben78 commented on 2022-11-03 00:11 (UTC)

@Freso thanks, I downloaded the PKGBUILD file, as well as chatty.desktop, chatty_script and disable_version_check.patch and put them all in one directory. Unfortunately, I get the same error:

$ makepkg
==> Making package: chatty 0.21-2 (Thu Nov  3 01:09:21 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found chatty-0.21.tar.gz
  -> Found chatty.desktop
  -> Found chatty_script
  -> Found disable_version_check.patch
==> Validating source files with b2sums...
    chatty-0.21.tar.gz ... Passed
    chatty.desktop ... Passed
    chatty_script ... Passed
    disable_version_check.patch ... Passed
==> Extracting sources...
  -> Extracting chatty-0.21.tar.gz with bsdtar
bsdtar: Failed to set default locale
==> Starting prepare()...
patching file src/chatty/Chatty.java
Hunk #1 succeeded at 63 (offset 5 lines).
==> Removing existing $pkgdir/ directory...
==> Starting build()...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'chatty-0.21'.
> Could not open cp_proj generic class cache for build file '/home/corben78/temp/src/chatty-0.21/build.gradle' (/home/corben78/temp/src/.gradle/caches/7.5.1/scripts/3gblj88r5mxlk9vl0o0isc0zt).
   > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 63

* 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 806ms
==> ERROR: A failure occurred in build().
    Aborting...

Freso commented on 2022-11-02 15:28 (UTC)

@corben78 I’ve pushed a change that I’ve been meaning to do that may solve your build issue too. If not, please fetch the PKGBUILD yourself and try with makepkg instead of an AUR helper.

corben78 commented on 2022-11-01 15:06 (UTC)

Can't install chatty-0.21:

==> Starting build()...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'chatty-0.21'.
> Could not open cp_proj generic class cache for build file '/home/corben78/.cache/yay/chatty/src/chatty-0.21/build.gradle' (/home/corben78/.gradle/caches/7.5.1/scripts/3gblj88r5mxlk9vl0o0isc0zt).
   > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 63

0x4F72 commented on 2021-02-14 21:32 (UTC)

hi I just like to mention, that many java devs (including me) prefer the gradle wrapper script over a global installed gradle. Therefore it's possible to remove the gradle dependecy and simply invoke the build steps with ./gradlew instead of gradle