Package Details: doxygen-git Release_1_8_8.145.gc6e4122-1

Package Base: doxygen-git
Description: A documentation system for C++, C, Java, IDL and PHP - git version
Upstream URL: http://www.doxygen.org
Category: devel
Licenses: GPL2
Conflicts: doxygen
Provides: doxygen
Replaces: doxygen-svn
Submitter: haffmans
Maintainer: None
Last Packager: haffmans
Votes: 1
First Submitted: 2013-09-22 21:30
Last Updated: 2014-11-19 21:38

Dependencies (7)

Required by (0)

Sources

Latest Comments

Comment by haffmans

2015-07-22 20:41

Migrated to aur4: https://aur4.archlinux.org/packages/doxygen-git/

Comment by Mikaye

2015-07-21 08:04

Doxygen now uses CMake instead of configure script.

You should also port this package to aur4.

Comment by haffmans

2013-12-26 13:38

Thanks hl037; I've updated the PKGBUILD accordingly

Comment by hl037

2013-12-26 11:00

./configure fails,
replace

./configure --prefix /usr --with-doxywizard
# Use python2 where necessary for doxywizard, instead of python (which is python3)
sed -i 's/^\(.*\)\.commands = python /\1.commands = python2 /' addon/doxywizard/doxywizard.pro

by

./configure --prefix /usr --with-doxywizard --python python2

in PKGBUILD to make it works more properly.