Package Details: raccoon 4.24.0-1

Git Clone URL: https://aur.archlinux.org/raccoon.git (read-only, click to copy)
Package Base: raccoon
Description: Alternative Google Play (with GUI) client to download Android APK files to your computer
Upstream URL: https://raccoon.onyxbits.de/
Licenses: Apache
Submitter: si_kabayan
Maintainer: None
Last Packager: fordprefect
Votes: 50
Popularity: 0.000084
First Submitted: 2014-11-04 21:18 (UTC)
Last Updated: 2023-02-06 12:35 (UTC)

Dependencies (1)

Required by (1)

Sources (4)

Pinned Comments

fordprefect commented on 2019-03-07 11:59 (UTC) (edited on 2019-03-07 12:00 (UTC) by fordprefect)

This package builds the raccoon software from source. Since the mainainer is in the process of abandoning Github (see [0] for reasons) and the sources are not available otherwise yet, this package will sit at the last released version published on Github, until new sources are available. If you wish to use the more recent versions of the program instead of waiting for the sources to be released, you can use raccoon-bin [1] as a workaround for now.

Please don't flag this package out-of-date, unless new source versions are available. Thank you for your understanding.

[0] https://blog.onyxbits.de/so-long-github-and-thanks-for-all-the-fish-746/

[1] https://aur.archlinux.org/packages/raccoon-bin/

Latest Comments

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

di72nn commented on 2021-09-30 06:19 (UTC)

Gradle <7 doesn't support Java >=16. You can use archlinux-java to change your default or do something like this before building:

export PATH="/usr/lib/jvm/java-11-openjdk/bin:$PATH"
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk

(any Java version from 8 to 15 should do).

I don't know what is the preferred approach for packaging.

fordprefect commented on 2021-09-29 19:46 (UTC)

@Fuzzy: Builds fine for me. Are you sure you are on a fully updated machine? Maybe try building in a clean chroot (see archwiki for details).

Fuzzy commented on 2021-09-29 17:38 (UTC) (edited on 2021-09-29 17:40 (UTC) by Fuzzy)

Got an error when building 4.19.0-1:

Execution failed for task ':compileJava'.
> java.lang.IllegalAccessError: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x309a237c) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @0x309a237c

fordprefect commented on 2021-05-30 21:02 (UTC)

@ax34: thx, fixed.

ax34 commented on 2021-05-30 20:19 (UTC)

...
==> Starting build()...
/others/.cache/yay/raccoon/PKGBUILD: line 29: gradlew: command not found
==> ERROR: A failure occurred in build().
    Aborting...

batyu commented on 2021-02-27 17:53 (UTC)

Yep, tested :) It seems okay, update success.

di72nn commented on 2021-02-27 15:42 (UTC)

It builds fine (java-15-openjdk as the default) without patching the targetCompatibility bit (it was fixed upstream), so prepare() can be removed altogether.

Also the message in raccoon.install is ancient and IMO can be removed.

fordprefect commented on 2021-02-27 15:25 (UTC)

@batyu: Thanks, I removed the patch entirely since it builds without for me. Could you verify please?

batyu commented on 2021-02-27 13:37 (UTC) (edited on 2021-02-27 14:24 (UTC) by batyu)

Package build failed:

patching file build.gradle
Hunk #1 FAILED at 8.
Hunk #2 succeeded at 25 with fuzz 2 (offset -20 lines).
1 out of 2 hunks FAILED -- saving rejects to file build.gradle.rej

di72nn commented on 2019-10-01 19:31 (UTC)

sed -i "s/targetCompatibility = 1.7//g" build.gradle can be removed now - it was fixed in the upstream