Package Details: luyten 0.5.4-2

Git Clone URL: https://aur.archlinux.org/luyten.git (read-only, click to copy)
Package Base: luyten
Description: An Open Source Java Decompiler Gui for Procyon
Upstream URL: https://github.com/deathmarine/Luyten
Licenses: Apache
Submitter: mkvoya
Maintainer: mkvoya
Last Packager: mkvoya
Votes: 8
Popularity: 0.000011
First Submitted: 2015-04-29 04:56 (UTC)
Last Updated: 2019-12-27 02:28 (UTC)

Dependencies (1)

Required by (0)

Sources (3)

Latest Comments

z3ntu commented on 2016-10-14 08:40 (UTC) (edited on 2016-10-14 08:43 (UTC) by z3ntu)

You forgot to update the .SRCINFO file (mksrcinfo) ;) I also thought right now that it would be suitable for this package to be called luyten-bin and a luyten package which really compiles the application (with mvn) and not just uses a precompiled .jar file.

mkvoya commented on 2016-10-14 07:04 (UTC)

@z3ntu, thanks and updated.

z3ntu commented on 2016-10-13 06:30 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 23023c1..6043aa2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,7 +13,7 @@ source=("${pkgname}.sh" sha1sums=("d76ce0d7a116b2fa04ca33032b46f896091958aa" "e7229e537dd154d4cd038ef83073869e16f153bd" "5320accba1194cd6ed348b7dfddcab1c65bbc5eb") -noextract=("*") +noextract=("${pkgname}-${pkgver}.jar") package() { cd "$srcdir" that fixes the problem with noextract (the reason why it was flagged out-of-date)

mkvoya commented on 2015-12-07 08:48 (UTC)

@Xavion, updated, thanks :)

Xavion commented on 2015-12-06 19:49 (UTC)

I keep forgetting the name of this program. Whenever I want to view a JAR file's code, I have to run "packer-color -Qs | grep Java" first. I then have to copy/paste the relevant descriptions into the AUR website's search box. To prevent all of this hassle, can you just add a ".desktop" file to the package? It's a GUI application, so I think it should have one. If it's showing up in the "Development" group, I'll have no trouble finding it each time.