Search Criteria
Package Details: nbtexplorer 2.8.0-1
Git Clone URL: | https://aur.archlinux.org/nbtexplorer.git (read-only, click to copy) |
---|---|
Package Base: | nbtexplorer |
Description: | Minecraft NBT Editor for editing player and world files. |
Upstream URL: | https://github.com/jaquadro/NBTExplorer |
Licenses: | |
Provides: | |
Submitter: | demon012 |
Maintainer: | None |
Last Packager: | demon012 |
Votes: | 15 |
Popularity: | 0.34 |
First Submitted: | 2013-09-26 00:25 |
Last Updated: | 2018-03-26 11:22 |
Dependencies (2)
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
Janfel commented on 2020-12-09 12:14
Some things I noticed when looking over this package:
The AUR submission guidelines state:
This seems to be the case for this package, so it should be renamed to
nbtexplorer-bin
.The
nbtexplorer
scriptexec
,stdout
andstderr
andPlease change it to this:
With the
nbtexplorer
script changed, please add%F
to theExec=
line innbtexplorer.desktop
to properly advertise the program behavior to the desktop environment.The license is stated to be unknown, however the repo has a LICENSE.txt containing the MIT license. Please change the
license
field to MIT and add the file to the package as/usr/share/licenses/<pkgname>/LICENSE.txt
.The file permissions seem off. Every other package I’ve seen uses 755 and 644 instead of 555 and 444.
According to the CLR Package Guidelines, you should set
arch
toany
and add!strip
tooptions
.The line
provides=('nbtexplorer')
is unnecessary when the package is already callednbtexplorer
.MD5 is an insecure hashing algorithm. Please upgrade to SHA256 or a comparable algorithm.
The ZIP file type is already handled by
bsdtar
. You can safely remove everything regardingunzip
from the PKGBUILD.demon012 commented on 2017-05-10 10:20
The package has already been updated to remove that dependency as you requested. I am unsure why the package ever depended on the xorg-server-utils package.
Make sure you have version 2.7.6-3 and let me know if you notice any other problems and I will fix them.
founderio commented on 2017-05-10 10:18
I've updated the dependencies in a local copy, and it installs & runs fine as far as I can tell.
Check the diff here: https://gist.github.com/founderio/e3085ab8c8927e842fa166ef983028c3
mattsturgeon commented on 2017-05-09 22:30
What was the reason for depending on xorg-server-utils? It was a meta-package that has now been removed. It provided the following:
xorg-iceauth xorg-sessreg xorg-xcmsdb xorg-xbacklight xorg-xgamma xorg-xhost xorg-xinput xorg-xmodmap xorg-xrandr xorg-xrdb xorg-xrefresh xorg-xset xorg-xsetroot
demon012 commented on 2015-02-18 23:11
FYI there is a git repo for this package at https://github.com/demon012/archlinux-package-nbtexplorer so if I slack again just fork it, make any changes and submit a pull request.
demon012 commented on 2015-02-18 23:10
Thanks for the patch ChaosKid42, this package is now updated.
ChaosKid42 commented on 2015-01-24 10:04
Package seems outdated. Maybe you cold update it to nbtexplorer's current version 2.7.5. Created a patch for PKGBUILD which seems to work: https://bpaste.net/show/b54214f9ce37