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