summaryrefslogtreecommitdiffstats
path: root/shell/appdata
diff options
context:
space:
mode:
Diffstat (limited to 'shell/appdata')
-rw-r--r--shell/appdata/meson.build9
-rw-r--r--shell/appdata/org.gnome.Settings.appdata.xml.in48
-rw-r--r--shell/appdata/screenshot-appearance.pngbin0 -> 137096 bytes
-rw-r--r--shell/appdata/screenshot-keyboard.pngbin0 -> 74325 bytes
-rw-r--r--shell/appdata/screenshot-mouse.pngbin0 -> 56021 bytes
-rw-r--r--shell/appdata/screenshot-sound.pngbin0 -> 60381 bytes
6 files changed, 57 insertions, 0 deletions
diff --git a/shell/appdata/meson.build b/shell/appdata/meson.build
new file mode 100644
index 0000000..526a10d
--- /dev/null
+++ b/shell/appdata/meson.build
@@ -0,0 +1,9 @@
+appdata = 'org.gnome.Settings.appdata.xml'
+
+i18n.merge_file(
+ input: appdata + '.in',
+ output: appdata,
+ po_dir: po_dir,
+ install: true,
+ install_dir: join_paths(control_center_datadir, 'metainfo')
+)
diff --git a/shell/appdata/org.gnome.Settings.appdata.xml.in b/shell/appdata/org.gnome.Settings.appdata.xml.in
new file mode 100644
index 0000000..99c594a
--- /dev/null
+++ b/shell/appdata/org.gnome.Settings.appdata.xml.in
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2015 Richard Hughes <richard@hughsie.com> -->
+<component type="desktop">
+ <id>org.gnome.Settings.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Settings</name>
+ <summary>Utility to configure the GNOME desktop</summary>
+ <description>
+ <p>
+ Settings is the primary interface for configuring your system.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://gitlab.gnome.org/GNOME/gnome-control-center/raw/HEAD/shell/appdata/screenshot-appearance.png</image>
+ </screenshot>
+ <screenshot>
+ <image>https://gitlab.gnome.org/GNOME/gnome-control-center/raw/HEAD/shell/appdata/screenshot-sound.png</image>
+ </screenshot>
+ <screenshot>
+ <image>https://gitlab.gnome.org/GNOME/gnome-control-center/raw/HEAD/shell/appdata/screenshot-mouse.png</image>
+ </screenshot>
+ <screenshot>
+ <image>https://gitlab.gnome.org/GNOME/gnome-control-center/raw/HEAD/shell/appdata/screenshot-keyboard.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-control-center/issues/</url>
+ <url type="donation">https://www.gnome.org/friends/</url>
+ <url type="translate">https://wiki.gnome.org/TranslationProject</url>
+ <update_contact>gnomecc-list_at_gnome.org</update_contact>
+ <project_group>GNOME</project_group>
+ <launchable type="desktop-id">org.gnome.Settings.desktop</launchable>
+ <developer_name>The GNOME Project</developer_name>
+ <compulsory_for_desktop>GNOME</compulsory_for_desktop>
+ <kudos>
+ <kudo>HiDpiIcon</kudo>
+ <kudo>HighContrast</kudo>
+ <kudo>ModernToolkit</kudo>
+ <kudo>SearchProvider</kudo>
+ <kudo>UserDocs</kudo>
+ </kudos>
+ <translation type="gettext">gnome-control-center-2.0</translation>
+ <custom>
+ <value key="Purism::form_factor">workstation</value>
+ <value key="Purism::form_factor">mobile</value>
+ </custom>
+</component>
diff --git a/shell/appdata/screenshot-appearance.png b/shell/appdata/screenshot-appearance.png
new file mode 100644
index 0000000..7b7f5d6
--- /dev/null
+++ b/shell/appdata/screenshot-appearance.png
Binary files differ
diff --git a/shell/appdata/screenshot-keyboard.png b/shell/appdata/screenshot-keyboard.png
new file mode 100644
index 0000000..127620d
--- /dev/null
+++ b/shell/appdata/screenshot-keyboard.png
Binary files differ
diff --git a/shell/appdata/screenshot-mouse.png b/shell/appdata/screenshot-mouse.png
new file mode 100644
index 0000000..c1e4a33
--- /dev/null
+++ b/shell/appdata/screenshot-mouse.png
Binary files differ
diff --git a/shell/appdata/screenshot-sound.png b/shell/appdata/screenshot-sound.png
new file mode 100644
index 0000000..9998f53
--- /dev/null
+++ b/shell/appdata/screenshot-sound.png
Binary files differ