Made an overhaul. Created package looked bork, so I changed a lot.
With the new pkgbuild the created package looks more the way it should
So..
Search Criteria
Package Details: methlab-svn 139-1
Package Actions
| Package Base: | methlab-svn |
|---|---|
| Description: | A python music library manager especially for Audacious, XMMS and MPD |
| Upstream URL: | http://methlab.thegraveyard.org |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2009-02-05 11:26 |
| Last Updated: | 2012-08-03 18:39 |
Latest Comments
Comment by TrialnError
Comment by NewWorld
I guess package was flagged because of all the python references not being updated.
First you must attempt to build the package. _As soon_ as it throws the python syntax error find setup.py under /tmp and, in the first line, change "python" to "python2". Then restart building and change "python setup.py build" in the PKGBUILD to "python2 setup.py build".
Also comment out "find ./ -iname ".svn" -exec rm -rf {} \; -nowarn" in the PKGBUILD like zippy said.
After it builds, edit "/usr/share/applications/methlab/methlab" - again, change "python" in the first line to "python2".
Comment by shaurz
It will not build because setup.py is Python 2.x code, so it is broken since the change to Python 3.x.
Comment by bal
Cannot compile it here:
http://aur.pastebin.com/PiL9FhVP
Anonymous comment
commenting out -
find ./ -iname ".svn" -exec rm -rf {} \; -nowarn
will allow it to compile
Anonymous comment
Build fails.
http://aur.pastebin.com/2hZFB1e6