From fe421daed8cb62146adbf6874fdef705b95c8fa7 Mon Sep 17 00:00:00 2001 From: Hannes Matuschek Date: Fri, 19 Mar 2021 11:43:21 +0100 Subject: [PATCH] Fixed man page generation. --- CMakeLists.txt | 2 +- dist/qdmr.desktop | 2 +- doc/docbook_man.debian.xsl | 2 +- snapcraft.yaml | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b8d8926..93459cbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ endif(BUILD_TESTS) # Source distribution packages: set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_SOURCE_PACKAGE_FILE_NAME - "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") + "${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}") set(CPACK_SOURCE_IGNORE_FILES "/build/;/doc/html;/doc/latex;/examples/*.dfu;/.git/;~$;.qm;*.user$;${CPACK_SOURCE_IGNORE_FILES}") diff --git a/dist/qdmr.desktop b/dist/qdmr.desktop index 8f890213..dc0a2c9e 100644 --- a/dist/qdmr.desktop +++ b/dist/qdmr.desktop @@ -5,5 +5,5 @@ Comment=A universal code-plug programming software for DMR radios. Exec=qdmr Icon=qdmr.png Type=Application -Categories=Ham-Radio;Network; +Categories=Application;Network;Ham-Radio; Terminal=false diff --git a/doc/docbook_man.debian.xsl b/doc/docbook_man.debian.xsl index 1793e97a..f6027aa4 100644 --- a/doc/docbook_man.debian.xsl +++ b/doc/docbook_man.debian.xsl @@ -5,5 +5,5 @@ - + diff --git a/snapcraft.yaml b/snapcraft.yaml index 91b29743..164a84ee 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -13,7 +13,7 @@ description: | * TYT MD-UV390 * Retevis RT3S * Open GD77 firmware (GD77, RD-5R & DM-1801) - * AnyTone D-878UV + * AnyTone AT-D878UV * Radioddity GD77 (untested) confinement: strict @@ -57,6 +57,8 @@ parts: - qtpositioning5-dev - libqt5serialport5-dev - libusb-1.0-0-dev + - xsltproc + - docbook-xsl stage-packages: - libqt5core5a - libqt5gui5