forked from pool/doxygen
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
d747c88f3d |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 10:24:09 UTC 2026 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
- drop %suse_update_desktop_file usage
|
||||||
|
- modified sources
|
||||||
|
* doxywizard.desktop
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 29 14:07:05 UTC 2025 - Christoph G <foss@grueninger.de>
|
Thu May 29 14:07:05 UTC 2025 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,47 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Categories=Development;Documentation;
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=doxywizard
|
Exec=doxywizard
|
||||||
Name=Doxygen Wizard
|
Name=Doxygen Wizard
|
||||||
|
GenericName=Doxygen user interface
|
||||||
|
Comment=Graphical User Interface for Doxygen documentation generator
|
||||||
|
Name[af]=Doxygen-slimmerd
|
||||||
|
Name[ar]=ﻢﻋﺎﻠﺟ Doxygen
|
||||||
|
Name[bg]=Doxygen помощник
|
||||||
|
Name[ca]=Auxiliar per al Doxygen
|
||||||
|
Name[cs]=Doxygen průvodce
|
||||||
|
Name[da]=Doxygen Guide
|
||||||
|
Name[de]=Doxygen Wizard
|
||||||
|
Name[el]=Μάγος Doxygen
|
||||||
|
Name[es]=Asistente de Doxygen
|
||||||
|
Name[et]=Doxygeni nõustaja
|
||||||
|
Name[fi]=Doxygen-avustaja
|
||||||
|
Name[fr]=Assistant Doxygen
|
||||||
|
Name[gl]=Asistente de Doxygen
|
||||||
|
Name[hr]=Doxygen čarobnjak
|
||||||
|
Name[hu]=Doxygen varázsló
|
||||||
|
Name[id]=Wisaya Doxygen
|
||||||
|
Name[it]=Wizard di Doxygen
|
||||||
|
Name[ja]=Doxygen ウイザード
|
||||||
|
Name[km]=អ្នក<200b>ជំនួយការ Doxygen
|
||||||
|
Name[ko]=Doxygen 마법사
|
||||||
|
Name[lt]=Doxygen vediklis
|
||||||
|
Name[mr]=डॉक्सिजेन विझार्ड
|
||||||
|
Name[nb]=Doxygen-veiviser
|
||||||
|
Name[nl]=Doxygen assistent
|
||||||
|
Name[pa]=ਡਾਈਜ਼ਨ ਸਹਾਇਕ
|
||||||
|
Name[pl]=Doxygen Wizard
|
||||||
|
Name[pt]=Assistente Doxygen
|
||||||
|
Name[pt_BR]=Assistente do Doxygen
|
||||||
|
Name[ro]=Asistent Doxygen
|
||||||
|
Name[ru]=Мастер Doxygen
|
||||||
|
Name[sk]=Sprievodca pre Doxygen
|
||||||
|
Name[sv]=Doxygen-guide
|
||||||
|
Name[ta]=பெயர்(டிஆக்ஸிவிசார்ட்.டெஸ்க்டாப்): டிஆக்ஸிஜன் விசார்ட்
|
||||||
|
Name[th]=ตัวช่วยสร้างของ Doxygen
|
||||||
|
Name[uk]=Майстер Doxygen
|
||||||
|
Name[wa]=Macrea Doxygen
|
||||||
|
Name[xh]=Isanuse se-D-umongomoya
|
||||||
|
Name[zh_CN]=Doxygen 向导
|
||||||
|
Name[zh_TW]=Doxygen 精靈
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: pkgconfig(Qt6Core)
|
BuildRequires: pkgconfig(Qt6Core)
|
||||||
BuildRequires: pkgconfig(Qt6Gui)
|
BuildRequires: pkgconfig(Qt6Gui)
|
||||||
BuildRequires: pkgconfig(Qt6Widgets)
|
BuildRequires: pkgconfig(Qt6Widgets)
|
||||||
@@ -73,7 +72,9 @@ rm %{buildroot}%{_bindir}/doxygen
|
|||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
||||||
rm %{buildroot}%{_mandir}/man1/doxygen.1
|
rm %{buildroot}%{_mandir}/man1/doxygen.1
|
||||||
%suse_update_desktop_file -i doxywizard Development Documentation
|
mkdir -p %{buildroot}%{_datadir}/applications/
|
||||||
|
cp %{SOURCE1} %{buildroot}%{_datadir}/applications/
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(755,root,root) %{_bindir}/doxywizard
|
%attr(755,root,root) %{_bindir}/doxywizard
|
||||||
|
|||||||
Reference in New Issue
Block a user