Hi,
I'm disowning sage-mathematics, sage-mathematics-spkgs(optdepends for
sage-mathematics), fityk, and xylib(dependency for fityk).
I will move them to the aur in a week if no TU adopts them in community.
If you plan on adopting sage-mathematics, you should know that it is
currently unbuildable on archlinux, and some other newer distros due
to how it is built.
It is currently out of date, and you wont be able to update it without
fixing this.
http://trac.sagemath.org/sage_trac/ticket/10572 (13 month old bug
without recent comments)
http://trac.sagemath.org/sage_trac/ticket/11391 (9 month old bug I
filed without a sign of activity)
If you plan on adopting fityk, note that it needs a development
version of wxwidgets which I statically build in the same PKGBUILD.
Cheers.
Orphan request:
xflux [1] does not follow the AUR package guideline that specifically
says not to use $startdir.
Delete request:
All of the sources for trushuffle [2] (same maintainer as [1]) do not
exist. Yes, there is a launchpad repo, but all the sources were deleted
from there too. It has pretty much disappeared off the face of the earth.
In addition to comments in the respective packages regarding what should
be done, I notified the maintainer of both of these packages 2 weeks ago
with no response or update.
Thanks in advance.
-luolimao
[1] https://aur.archlinux.org/packages/xflux/
[2] https://aur.archlinux.org/packages/trushuffle/
On 03/22/2013 11:26 AM, skydrome wrote:
>>> Im wondering if https://aur.archlinux.org/packages/java-service-wrapper
>>> should be renamed to java-service-wrapper -bin as it installs the
>>> precompiled wrapper binary
>>>
>>> And if https://aur.archlinux.org/packages/java-service-wrapper-src
>>> be renamed to java-service-wrapper as this compiles from source.
>>>
>
>> TU's can't rename packages; you have to re-upload the PKGBUILDs under the
>> new name and then post a merge request to merge these into the new
> packages.
>
> Would it be possible for you to disown this package. An email was sent
> to the maintainer a week ago from this post and no response. They also
> have other out of date packages since december of last year.
> Thanks.
>
Its all worked out now. Can a TU please delete
https://aur.archlinux.org/packages/java-service-wrapper-src now?
Thanks
Hello,
the curl download for package mma fails with the following error
curl: (22) The requested URL returned error: 406 Not Acceptable
This error can be removed by adding '--user-agent "Mozilla/4.0"' to the
DLAGENTS from /etc/makepkg.conf.
But with this additional option, the download from sourceforge fails.
How can I solve this contradiction? Is it possible to configure package
specific download options in the PKGBUILD?
This are the successful download comands (I have left out the '-C -'):
# works only with agent
/usr/bin/curl -fL --retry 3 --retry-delay 3 \
--user-agent "Mozilla/4.0" \
-O http://www.mellowood.ca/mma/mma-bin-12.10.tar.gz
# works only without agent
/usr/bin/curl -fL --retry 3 --retry-delay 3 \
-O http://downloads.sourceforge.net/zdfmediathk/MediathekView_3.2.1.zip
Best regards
Uwe Koloska