Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e1fbfd9ef8 |
BIN
doxygen-1.13.2.src.tar.gz
(Stored with Git LFS)
BIN
doxygen-1.13.2.src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
doxygen-1.14.0.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
doxygen-1.14.0.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 29 14:07:05 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
- Doxywizard: Use Qt 6 instead of Qt5.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 24 18:24:12 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
- update to 1.14.0
|
||||||
|
* HTML output has gotten a fresh, more modern look. It makes
|
||||||
|
better use of CSS and uses fewer bitmaps.
|
||||||
|
* Added page outline navigation panel to the HTML output
|
||||||
|
* Added new layout option: full height side bar + navigation tabs
|
||||||
|
* Improved flexibility of `\cite` command
|
||||||
|
* Support for Plus sign code fence directives - GitHub flavor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 11 07:07:53 UTC 2025 - Christoph G <foss@grueninger.de>
|
Sat Jan 11 07:07:53 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.13.2
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
Summary: Automated C, C++, and Java Documentation Generator
|
||||||
# qtools are used for building and they are GPL-3.0 licensed
|
# qtools are used for building and they are GPL-3.0 licensed
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: doxywizard
|
Name: doxywizard
|
||||||
Version: 1.13.2
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical User Interface for Doxygen
|
Summary: Graphical User Interface for Doxygen
|
||||||
# qtools are used for building and they are GPL-3.0 licensed
|
# qtools are used for building and they are GPL-3.0 licensed
|
||||||
@@ -35,10 +35,10 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt6Core)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt6Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt6Widgets)
|
||||||
BuildRequires: pkgconfig(Qt5Xml)
|
BuildRequires: pkgconfig(Qt6Xml)
|
||||||
Requires: doxygen = %{version}
|
Requires: doxygen = %{version}
|
||||||
# for make tests
|
# for make tests
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
|
Reference in New Issue
Block a user