File: appdata-fixes.patch

package info (click to toggle)
workrave 1.10.54-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,004 kB
  • sloc: cpp: 46,596; ansic: 9,760; sh: 2,754; javascript: 1,935; makefile: 1,452; python: 973; xml: 672; objc: 455; perl: 113; cs: 70; sed: 16
file content (25 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: Francois Marier <francois@debian.org>
Bug: https://github.com/rcaelers/workrave/issues/459
Description: Fix project appdata to improve GNOME Software listing
Forwarded: not-needed
Last-Update: 2023-09-17

--- a/frontend/gtkmm/src/workrave.appdata.xml
+++ b/frontend/gtkmm/src/workrave.appdata.xml
@@ -2,7 +2,7 @@
 <component type="desktop-application">
  <id>org.workrave.workrave</id>
  <metadata_license>CC-BY-3.0</metadata_license>
- <project_license>GPL-3.0+</project_license>
+ <project_license>GPL-3.0-or-later</project_license>
  <name>Workrave</name>
  <summary>Program that assists in the recovery and prevention of RSI</summary>
  <description>
@@ -18,5 +18,6 @@
   </screenshot>
  </screenshots>
  <launchable type="desktop-id">workrave.desktop</launchable>
- <url type="homepage">http://www.workrave.org/</url>
+ <url type="homepage">https://www.workrave.org/</url>
+ <content_rating type="oars-1.1" />
 </component>