Skip to content

Commit 0dbf2c5

Browse files
committed
provide release description in metainfo.xml
1 parent ae9292d commit 0dbf2c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(QtPMbrowser VERSION 2.4.2 LANGUAGES CXX)
33
set(MY_COPYRIGHT "2020 - 2024 Christian R. Halaszovich")
4+
set(LINUX_RELEASE_DESCRIPTION "<p>This is a bugfix release.</p>")
5+
46
set(CMAKE_CXX_STANDARD 20)
57
set(CMAKE_CXX_STANDARD_REQUIRED True)
68

QtPMbrowser/linux_deploy/de.halaszovich.PMbrowser.appdata.xml.in

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<url type="homepage">https://www.halaszovich.de/pmbrowser/html/index.html</url>
1717
<screenshots>
1818
<screenshot type="default">
19+
<caption>The PMbrowser main window.</caption>
1920
<image>https://www.halaszovich.de/pmbrowser/html/_images/Screenshot_tour_step2.png</image>
2021
</screenshot>
2122
</screenshots>
@@ -25,6 +26,10 @@
2526
</provides>
2627
<content_rating type="oars-1.0" />
2728
<releases>
28-
<release version="${CMAKE_PROJECT_VERSION}" date="${my_current_day}" />
29+
<release version="${CMAKE_PROJECT_VERSION}" type="stable" date="${my_current_day}">
30+
<description>
31+
${LINUX_RELEASE_DESCRIPTION>
32+
</description>
33+
</release>
2934
</releases>
3035
</component>

0 commit comments

Comments
 (0)