Search Criteria
Package Details: trac-mercurial 1.0.0.9-1
Git Clone URL: | https://aur.archlinux.org/trac-mercurial.git (read-only, click to copy) |
---|---|
Package Base: | trac-mercurial |
Description: | Mercurial plugin for Trac |
Upstream URL: | http://trac.edgewall.org/wiki/TracMercurial |
Licenses: | |
Submitter: | danielepaolella |
Maintainer: | zoidberg_md |
Last Packager: | zoidberg_md |
Votes: | 6 |
Popularity: | 0.000614 |
First Submitted: | 2009-03-16 12:33 |
Last Updated: | 2020-04-15 23:39 |
Latest Comments
1 2 Next › Last »
zoidberg_md commented on 2020-04-15 23:45
Let me know if it needs more fixes. It works now.
olegus8 commented on 2014-10-21 23:19
Patch to make it work with current Mercurial client:
5c5
< pkgrel=1
---
> pkgrel=2
13c13
< build() {
---
> package() {
15c15
< hg clone http://hg.edgewall.org/trac/mercurial-plugin#1.0
---
> hg clone --insecure http://hg.edgewall.org/trac/mercurial-plugin#1.0
alucryd commented on 2013-03-11 16:34
Forgot this one page: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
alucryd commented on 2013-03-10 21:14
Please upload this again with the name trac-mercurial-hg, and rewrite the entire PKGBUILD to meet the packaging standards.
I suggest you read the following 2 pages:
https://wiki.archlinux.org/index.php/Arch_Packaging_Standards
https://wiki.archlinux.org/index.php/PKGBUILD
haawda commented on 2013-03-09 20:42
This should be renamed, either into trac-mercurial-hg or, because there is already a trac-gitplugin in AUR, into trac-mercurialplugin-hg. Because it pulls from mercurial repo, the -hg suffix is mandatory.
net147 commented on 2011-09-23 04:44
Updated PKGBUILD: http://pastebin.com/vwa6Pqb5
Fixed various issues which made the plugin unusable.
net147 commented on 2011-09-23 04:27
Updated PKGBUILD: http://pastebin.com/qX0yW06h
This fixes TypeError: plain() takes exactly 1 argument (2 given) error.
net147 commented on 2011-09-23 04:25
Updated PKGBUILD: http://pastebin.com/PZiYe4DR
This fixes TypeError: plain() takes exactly 1 argument (2 given) error.
Anonymous comment on 2011-08-19 21:36
0.12.0.27 is available.
danielepaolella commented on 2010-10-29 15:26
lang2: you're correct, updated.