Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : doxygen | name : doxygen | ||||
| version : 1.8.15 | version : 1.9.2 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/doxygen/doxygen/archive/Release_1_8_15.tar.gz : cc5492b3e2d1801ae823c88e0e7a38caee61a42303587e987142fe9b68a43078 | - https://github.com/doxygen/doxygen/archive/refs/tags/Release_1_9_2.tar.gz : 40f429241027ea60f978f730229d22e971786172fdb4dc74db6406e7f6c034b3 | ||||
| license : GPL-2.0-only | license : GPL-2.0-only | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : The de-facto standard tool for generating documentation from annotated | summary : The de-facto standard tool for generating documentation from annotated C++ sources | ||||
| C++ sources | |||||
| description: | | description: | | ||||
| Doxygen is the de facto standard tool for generating documentation from | Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, CSharp, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D. | ||||
| annotated C++ sources, but it also supports other popular programming | builddeps : | ||||
| languages such as C, Objective-C, CSharp, PHP, Java, Python, IDL (Corba, | - pkgconfig(Qt5Core) | ||||
| Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some | |||||
| extent D. | |||||
| setup : | | setup : | | ||||
| %cmake . | %patch -p1 < $pkgfiles/configure-manpages.patch | ||||
| %cmake_ninja -DPYTHON_EXECUTABLE=/usr/bin/python3 -Dbuild_wizard=ON | |||||
| build : | | build : | | ||||
| %make | %ninja_build | ||||
| install : | | install : | | ||||
| %make_install | %ninja_install | ||||
| install -Dm00644 solusBuildDir/man/*.1 -t $installdir/usr/share/man/man1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.