Package Details: minutor-git 2.19.0.r25.gccaaa66-1

Git Clone URL: https://aur.archlinux.org/minutor-git.git (read-only, click to copy)
Package Base: minutor-git
Description: A minimalistic map generator for minecraft.
Upstream URL: http://seancode.com/minutor/
Licenses: BSD
Conflicts: minutor
Provides: minutor
Submitter: sakalisc
Maintainer: ivanp7
Last Packager: ivanp7
Votes: 7
Popularity: 0.000000
First Submitted: 2013-05-30 11:55 (UTC)
Last Updated: 2022-10-10 14:34 (UTC)

Latest Comments

« First ‹ Previous 1 2

Freso commented on 2013-11-09 14:42 (UTC)

Per https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git , I would use `git describe --tags | sed -E 's/([^-]*-g)/r\1/;s/-/./g'` instead of `git show -s --format="%ci" HEAD | cut -f1,2 -d" " | sed 's\[- :]\\g'` for the pkgver() function.

sakalisc commented on 2013-10-13 07:49 (UTC)

I usually prefer to leave updating of git AUR packages to the users' discretion but you are right about the differences being sufficient enough to warrant an update. Thank you for bringing it to my attention.

pfdint commented on 2013-10-13 01:01 (UTC)

I flagged the package as out-of-date because of outstanding and important performance increases between the version from a few months ago and the latest commits. It is, of course, at the maintainer's discretion, but I thought the difference was sufficient to license the flag. Apologies if it is not. I will also remind everyone that being a small project, minutor is easy to build and run from source yourselves.

sakalisc commented on 2013-06-21 16:18 (UTC)

I am hesitant to switch to qmake-qt5 without confirmation that some official package prepends the qt4 binaries to the path. I do not use KDE and I can not check your theory myself. Perhaps there is a file in your /etc/profile.d that changes the PATH? For the time being, I added a comment in the PKGBUILD regarding this matter and if more people report the same problem, I will then change the qmake binary.

m6t3 commented on 2013-06-20 09:24 (UTC)

qtchooser version is 26-4 and qt5-base is 5.0.2-2 /usr/bin/qmake is simlinked to qtchooser but if I do a `which qmake` console gives me /usr/lib/qt4/bin/qmake. I have in the $PATH /usr/lib/qt4/bin prefixed and I don't know why, I didn't set it manually and can't find out which package modified it. I use kde, maybe is a workaround for the transition from qt4 to qt5, or maybe is just me :)

sakalisc commented on 2013-06-19 13:52 (UTC)

This is strange. I have both qt4 and qt5 installed (just qt5-base from qt5) and it builds fine. qmake is symlinked to qtchooser which should then choose the proper version to use, as it does. Which version of qtchooser and qt5 do you have? It's easy to just change the PKGBUILD to use qmake-qt5, but I would rather avoid doing so if it is not necessary.

m6t3 commented on 2013-06-19 13:39 (UTC)

good job, thanks! just a thing, compilation failed for me with "mapview.h:32:29: fatal error: QtWidgets/QWidget: No such file or directory" changing in PKGBUILD qmake in qmake-qt5 resolved the issue. maybe is just because I have qt4 and qt5 both installed