Search Criteria
Package Details: xxdiff-hg 469.ae1e-1
Git Clone URL: | https://aur.archlinux.org/xxdiff-hg.git (read-only, click to copy) |
---|---|
Package Base: | xxdiff-hg |
Description: | A graphical browser for file and directory differences. |
Upstream URL: | https://bitbucket.org/blais/xxdiff |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | andreas_baumann |
Maintainer: | dlin |
Last Packager: | dlin |
Votes: | 3 |
Popularity: | 0.000006 |
First Submitted: | 2012-10-20 20:27 |
Last Updated: | 2016-05-06 16:23 |
Dependencies (5)
- qt4 (qt4-revert80e3108)
- bison (byacc-bison, bison-git) (make)
- mercurial (mercurial-hg, mercurial-stable-hg) (make)
- python-docutils (make)
- flex>=2.5.31 (flex-git) (make)
Required by (1)
- nautilus-compare (requires xxdiff) (optional)
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2020-09-08 01:27
Bitbucket no longer hosts mercurial repositories, could you update this package?
bouloumag commented on 2018-03-02 21:04
Please replace qt4 by qt5.
To build qith qt5 :
hg clone https://bitbucket.org/blais/xxdiff
cd xxdiff/src
export QT_SELECT=qt5
make -f Makefile.bootstrap
edit Makefile adding -std=c++11 to the CXXFLAGS
make
xxdiff is now in ../bin
dlin commented on 2016-05-06 16:31
History from Maintainer -- Please remove old/fixed comments to keep AUR clean.
2016/05/07 469.ae1e use bitbucket URL as upstream url
2015/05/07 447.b193-1 use bitbucket URL. Thanks, CircleCode
2015/01/16 444.7c49-1 use bison instead of bison27
2014/01/16 432.32d2-1 use bison27 to build. thanks andreas_baumann
2013/08/15 420.7ec4-1 use pacman 4.1 format. Fixed license to GPL2
Alister.Hood commented on 2015-01-17 19:56
It seems I have to download it manually every time (not just once which was how I interpreted the comment in the PKGBUILD) and use `makepkg -e`.
Also, I was building mainly just to check if it currently does work with python-docutils rather than python2-docutils, but it seems that neither is needed.
dlin commented on 2015-01-17 01:00
History from Maintainer -- Please remove old/fixed comments to keep AUR clean.
NOTE:read the PKGBUILD content to solve CERTIFICATE_VERIFY_FAILED problem.
2015/01/16 444.7c49-1 use bison instead of bison27
2014/01/16 432.32d2-1 use bison27 to build. thanks andreas_baumann
2013/08/15 420.7ec4-1 use pacman 4.1 format. Fixed license to GPL2
Alister.Hood commented on 2015-01-16 21:13
Does anybody else get this problem?
-> Cloning xxdiff hg repo...
abort: error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
dlin commented on 2015-01-16 15:50
History from Maintainer -- Please remove old/fixed comments to keep AUR clean.
2015/01/16 444.7c49-1 use bison instead of bison27
2014/01/16 432.32d2-1 use bison27 to build. thanks andreas_baumann
2013/08/15 420.7ec4-1 use pacman 4.1 format. Fixed license to GPL2
dlin commented on 2014-01-15 16:02
History from Maintainer -- Please remove old/fixed comments to keep AUR clean.
2014/01/16 432.32d2-1 use bison27 to build. thanks andreas_baumann
2013/08/15 420.7ec4-1 use pacman 4.1 format. Fixed license to GPL2
andreas_baumann commented on 2014-01-15 14:16
Compilation with 'bison' fails. I sucessfully used 'bison27' instead.
So I changed the makedepends line to:
makedepends=('flex>=2.5.31' 'bison27' 'mercurial' 'python-docutils')
dlin commented on 2013-08-15 09:56
History from Maintainer -- Please remove old/fixed comments to keep AUR clean.
2013/08/15 420.7ec4-1 use pacman 4.1 format. Fixed license to GPL2