From 95416457fd3b52053050b31446462a2cb6b1a5f1 Mon Sep 17 00:00:00 2001 From: Geoff Lawrence Date: Thu, 26 Mar 2015 15:32:10 +0000 Subject: [PATCH] Create an AppData file --- CMakeLists.txt | 3 ++ distri/sqlitebrowser.desktop.appdata.xml | 45 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 distri/sqlitebrowser.desktop.appdata.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index 20dccec51..a776d4a96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -252,6 +252,9 @@ install(FILES src/icons/${PROJECT_NAME}.png install(FILES distri/${PROJECT_NAME}.desktop DESTINATION share/applications/) + +install(FILES distri/${PROJECT_NAME}.desktop.appdata.xml + DESTINATION share/appdata/) endif(UNIX AND NOT APPLE) #cpack diff --git a/distri/sqlitebrowser.desktop.appdata.xml b/distri/sqlitebrowser.desktop.appdata.xml new file mode 100644 index 000000000..11a0e99d9 --- /dev/null +++ b/distri/sqlitebrowser.desktop.appdata.xml @@ -0,0 +1,45 @@ + + + sqlitebrowser.desktop + CC0-1.0 + MPL-2.0 and GPL-3.0+ + DB Browser for SQLite + DB Browser for SQLite is a light GUI editor for SQLite databases + +

DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

+

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.

+

Controls and wizards are available for users to:

+
    +
  • Create and compact database files
  • +
  • Create, define, modify and delete tables
  • +
  • Create, define and delete indexes
  • +
  • Browse, edit, add and delete records
  • +
  • Search records
  • +
  • Import and export records as text
  • +
  • Import and export tables from/to CSV files
  • +
  • Import and export databases from/to SQL dump files
  • +
  • Issue SQL queries and inspect the results
  • +
  • Examine a log of all SQL commands issued by the application
  • +
+
+ + + https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/gnome3_2-execute.png + DB Browser for SQLite, executing query + + + https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/gnome3_1-plot.png + DB Browser for SQLite, browsing data with plot + + + https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/kde413_2-blob.png + DB Browser for SQLite, browing a blob field + + + https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/kde413_1-create_table.png + DB Browser for SQLite, creating a table + + + http://sqlitebrowser.org/ + https://github.com/sqlitebrowser/sqlitebrowser/issues +