Package Details: invedit-git 20120305-1

Package Base: invedit-git
Description: Minecraft Inventory Editor
Upstream URL: http://www.minecraftforum.net/topic/14190-invedit/
Category: games
Licenses: GPL
Submitter: semi
Maintainer: semi
Last Packager: None
Votes: 4
First Submitted: 2011-06-15 16:34
Last Updated: 2012-03-05 12:50

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by kozec

2013-01-12 00:06

/usr/lib/mono/4.0/Microsoft.Common.targets: error : Command 'xcopy /q /y "/tmp/yaourt-tmp-tom/aur-invedit-git/src/invedit-build/include/*" "/tmp/yaourt-tmp-tom/aur-invedit-git/src/invedit-build/bin/Debug/"' exited with code: 127.

xcopy? What the...?

Comment by semi

2012-03-05 12:51

Updated the package, it still gives lots of parser warnings because of unrecognized lines in the items.txt file. See my comment below for explanations / workarounds.

Comment by TheSaint

2011-11-13 18:46

I modify the link to >> http://mirror.mcmyadmin.com/copyboy/INVedit/INVedit.zip
AND the md5sum to >> bf0ba36df6e645c72a59a2802193be82
In the PKGBUILD in order to complete the job ;)

Comment by semi

2011-10-04 18:06

Schala, INVedit itself actually _does_ update itself from the git repo, but the information which IDs to map to which item name / image is not contained in git. So far, I've statically included a version of these files (items.txt, items.png, special.png, terrain.png) into the tarball on AUR (at the time I've created this package, there was no direct download link for the binary distribution). Since these have now become pretty outdated, I've changed this PKGBUILD to retrieve the newest versions from the binary distribution downloadable from the forums. This will cause the packaging to break once a new version is released, but it should be quickly fixable by updating the checksums for the INVedit.zip file.

However, it looks like right now, the version of INVedit available from the GitHub repo seems to be outdated code-wise, so the most recent items.txt file will actually result in parse errors that I can't/won't fix. If you don't mind these, you can keep on clicking OK until you land at the main INVedit screen. The "check for updates" button is not a recommended way of upgrading packages for linux, you should do that through the package manager, which is why I've patched that button away :)

If the parsing error messages at the beginning bother you, you can checkout my PKGBUIL for the binary distribution of INVedit at https://aur.archlinux.org/packages.php?ID=52920 . That one will have the ugly non-working "check for updates" button, though :)


TL;DR: This PKGBUILD is now very recent, but throws ugly errors on INVedit start, use the "invedit" PKGBUILD instead if those bother you: https://aur.archlinux.org/packages.php?ID=52920

Comment by Schala

2011-10-03 07:13

InvEdit doesn't seem to update itself at all. Retrieving it from AUR gives the same version despite pointing to the git repo. My Windows copy of INVEdit has Minecraft 1.8/1.9 items in it simply by pressing "check for updates." This AUR version seems to be incorrect or something because I'm not getting any of the new stuff in my Arch Invedit

Comment by semi

2011-06-15 16:35

Currently, the png and txt files in the tarball are required since they are not available from the web via a direct download link. I've contacted copyboy, the author of INVedit, to make them available.