File: 0003-Fix-AppStream-warnings.patch

package info (click to toggle)
sqlitebrowser 3.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,472 kB
  • sloc: cpp: 117,707; ansic: 2,143; yacc: 798; lex: 262; sh: 126; xml: 65; python: 27; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,470 bytes parent folder | download
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
26
27
28
29
30
From: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Date: Sat, 3 Jan 2026 17:51:59 +0100
Subject: Fix AppStream warnings
Forwarded: https://github.com/sqlitebrowser/sqlitebrowser/pull/4076

---
 distri/sqlitebrowser.desktop.appdata.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/distri/sqlitebrowser.desktop.appdata.xml b/distri/sqlitebrowser.desktop.appdata.xml
index 0d41d16..976b220 100644
--- a/distri/sqlitebrowser.desktop.appdata.xml
+++ b/distri/sqlitebrowser.desktop.appdata.xml
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-  <id>sqlitebrowser.desktop</id>
+  <id>org.sqlitebrowser.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>MPL-2.0 and GPL-3.0+</project_license>
-  <developer_name>DB Browser for SQLite developers</developer_name>
+  <developer id="org.sqlitebrowser">
+    <name>DB Browser for SQLite developers</name>
+  </developer>
   <name>DB Browser for SQLite</name>
-  <summary>light GUI editor for SQLite databases</summary>
+  <summary>Light GUI editor for SQLite databases</summary>
   <description>
     <p>DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.</p>
     <p>It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.</p>