From 043c610a948fc30eee72919323f8a48a31e5c2fe Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 23 Jan 2014 12:18:28 +1300 Subject: editor: Provide appdata --- editor/Makefile.am | 3 +++ editor/dconf-editor.appdata.xml | 18 ++++++++++++++++++ editor/screenshot.png | Bin 0 -> 34893 bytes 3 files changed, 21 insertions(+) create mode 100644 editor/dconf-editor.appdata.xml create mode 100644 editor/screenshot.png diff --git a/editor/Makefile.am b/editor/Makefile.am index eca1efa..f746069 100644 --- a/editor/Makefile.am +++ b/editor/Makefile.am @@ -46,6 +46,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) CLEANFILES = $(desktop_DATA) resources.c @INTLTOOL_DESKTOP_RULE@ +appdatadir = $(datadir)/appdata +dist_appdata_DATA = dconf-editor.appdata.xml + gsettings_SCHEMAS = ca.desrt.dconf-editor.gschema.xml @GSETTINGS_RULES@ diff --git a/editor/dconf-editor.appdata.xml b/editor/dconf-editor.appdata.xml new file mode 100644 index 0000000..7038511 --- /dev/null +++ b/editor/dconf-editor.appdata.xml @@ -0,0 +1,18 @@ + + + dconf-editor.desktop + CC0 + +

+ dconf Editor is a tool to allow direct editing of the dconf configuration database. + This is useful when developing applications that use these settings. +

+

+ Editing your configuration directly is an advanced feature and may cause applications to not work correctly. +

+
+ + https://git.gnome.org/browse/dconf/plain/editor/screenshot.png + + https://wiki.gnome.org/Projects/dconf +
diff --git a/editor/screenshot.png b/editor/screenshot.png new file mode 100644 index 0000000..6e649d2 Binary files /dev/null and b/editor/screenshot.png differ -- cgit v1.2.1