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.000086
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 »

sudobash418 commented on 2017-02-14 03:38 (UTC)

Is it just me or does this fail when building? https://ptpb.pw/cRIz

fordprefect commented on 2017-02-09 18:27 (UTC)

@fbis251: thank you very much, i'll look into it in the next days and upload the source package asap.

fbis251 commented on 2017-02-09 04:58 (UTC)

@fordprefect it seems that the launch4j plugin doesn't work under linux. If you remove all references to it from the build.gradle file you can build a fatJar just fine I have uploaded my linux_build.patch to https://ptpb.pw/pW1u (I have also pasted it below, but aur comment formatting might mess with the whitespace the patch needs) I got the repo to build with this: patch build.gradle linux_build.patch ./gradlew -Pversion=4.0.1 fatJar ls build/libs Raccoon-desktop-4.0.1.jar Here is the linux_build.patch: --- build.gradle 2017-02-08 20:40:07.003225435 -0800 +++ build.gradle 2017-02-08 20:45:03.017151076 -0800 @@ -8,15 +8,9 @@ */ -plugins { - id "edu.sc.seis.launch4j" version "1.5.1" -} - - // Apply the java plugin to add support for Java apply plugin: 'java' apply plugin: 'eclipse' -apply plugin: 'edu.sc.seis.launch4j' // Settings @@ -44,19 +38,6 @@ with jar } - -copyL4jLib.dependsOn fatJar -launch4j { - externalLaunch4j = false - copyConfigurable = project.tasks.fatJar.outputs.files - outfile = 'Raccoon-' +version +'.exe' - mainClassName = 'de.onyxbits.raccoon.Main' - opt='-Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel' - opt='-Djava.net.preferIPv4Stack=true' - jar = "lib/${project.tasks.fatJar.archiveName}" - icon= '../../icon.ico' -} - // In this section you declare the dependencies for your production and test code dependencies { // The production code uses the SLF4J logging API at compile time

fordprefect commented on 2017-02-07 20:49 (UTC)

Raccoon sources are now on Github, but dont build for me (install community/gradle and run gradle in extracted folder). i have no time to look into this, but if someone finds how to build it from source i will provide this over the precompiled one, the package uses now.

Theredbaron1834 commented on 2017-02-07 06:18 (UTC)

New version and file location: http://raccoon.onyxbits.de/sites/raccoon.onyxbits.de/files/raccoon-4.0.1.jar. So in the pkgbuild, change version to 4.0.1, http://www.onyxbits.de/sites/default/files/download/25/${pkgname}-${pkgver}.jar to http://raccoon.onyxbits.de/sites/raccoon.onyxbits.de/files/${pkgname}-${pkgver}.jar and change the third sha512sum, "b9597d8d7da9f62af4b7bdf7e7866589eacdc4633ee7bcddd1f6e7e16b84a9c12cde02fb354e7023650c6b014d8eb0adb99779adb334622bfc8aed4b25ae857c" to "a2db3f9678a946200ebe37e8c5aad1e1746a397f3f826492c7146843e5ecaab145ef8eb1707b121dc1fb2dd742404ba4742d3cffa5d3de0ee7980200dc7fc8be" Or DL and sha check yourself.

fordprefect commented on 2016-06-28 19:31 (UTC)

@di72nn: thank you for your suggestions, i implemented it. sry for the delay, i was on vacation.

di72nn commented on 2016-06-18 18:38 (UTC) (edited on 2016-06-18 19:11 (UTC) by di72nn)

Hey fordprefect, please consider using `exec java -Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Draccoon.home="$HOME/.Raccoon" -jar /usr/share/java/raccoon/raccoon-3.7.jar "$@"` instead of `cd /usr/share/java/raccoon/ exec java -Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -jar raccoon-latest.jar "$@"` in order to make Raccoon use `~/.Raccoon` instead of `~/Raccoon` for configuration and cache files. A post-install message may be required to notify users, though. It should be also noted that Raccoon saves path to last opened "archive" in `~/.java/.userPrefs/de/onyxbits/raccoon/gui/prefs.xml` (at least in case of OpenJDK) so simple `mv ~/Raccoon ~/.Raccoon` may not be enough. P.S.: raccoon-git uses `.config/Raccoon` but I'm not sure if it is acceptable to store cache files (among other) in config-dir. UPDATE: replaced `~` with `$HOME`.

si_kabayan commented on 2016-05-29 07:20 (UTC)

I'm no longer using Arch, and have no machine to build raccoon latest relaese. Therefore, I'm disowning this package and welcoming interested party to adopt it.

sekret commented on 2016-05-28 16:44 (UTC)

v3.6 is out, it's a critical update, since all older versions don't work anymore! http://www.onyxbits.de/content/release-notes-raccoon-v36

si_kabayan commented on 2015-06-12 06:27 (UTC)

Release Notes: Raccoon v3.5: http://www.onyxbits.de/content/release-notes-raccoon-v35