[dconf-editor] Wiki page.



commit 749b074e5c98575df0861a83ead2c2518ae87588
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Oct 21 00:53:39 2017 +0200

    Wiki page.

 dconf-editor.doap        |    4 ++--
 editor/dconf-editor.vala |    5 +++--
 meson.build              |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/dconf-editor.doap b/dconf-editor.doap
index b75c068..4b2feff 100644
--- a/dconf-editor.doap
+++ b/dconf-editor.doap
@@ -7,9 +7,9 @@
 
   <name xml:lang="en">dconf-editor</name>
   <shortdesc xml:lang="en">dconf Editor</shortdesc>
-  <description xml:lang="en">A graphical tool for editing the dconf database</description>
+  <description xml:lang="en">A graphical viewer and editor of applications internal settings</description>
 
-  <homepage rdf:resource="https://wiki.gnome.org/Projects/dconf"/>
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/DconfEditor"/>
   <download-page rdf:resource="https://download.gnome.org/sources/dconf-editor/"/>
   <bug-database rdf:resource="https://bugzilla.gnome.org/page.cgi?id=browse.html&amp;product=dconf-editor"/>
   <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index e8aaeb7..b6c3752 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -206,13 +206,14 @@ class ConfigurationEditor : Gtk.Application
         Gtk.show_about_dialog (get_active_window (),
                                "program-name", _("dconf Editor"),
                                "version", Config.VERSION,
-                               "comments", _("Directly edit your entire configuration database"),
-                               "copyright", _("Copyright \xc2\xa9 2010-2014 – Canonical Ltd\nCopyright 
\xc2\xa9 2015-2016 – Arnaud Bonatti"),
+                               "comments", _("A graphical viewer and editor of applications internal 
settings."),
+                               "copyright", _("Copyright \xc2\xa9 2010-2014 – Canonical Ltd\nCopyright 
\xc2\xa9 2015-2017 – Arnaud Bonatti"),
                                "license-type", Gtk.License.GPL_3_0,
                                "wrap-license", true,
                                "authors", authors,
                                "translator-credits", _("translator-credits"),
                                "logo-icon-name", "ca.desrt.dconf-editor",
+                               "website", "https://wiki.gnome.org/Apps/DconfEditor";,
                                null);
     }
 
diff --git a/meson.build b/meson.build
index 1a9d131..04a140e 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,7 @@ set_defines = [
   ['PACKAGE_NAME', dconf_editor_name],
   ['PACKAGE_STRING', '@0@ @1@'.format(dconf_editor_name, dconf_editor_version)],
   ['PACKAGE_TARNAME', dconf_editor_name],
-  ['PACKAGE_URL', ''],
+  ['PACKAGE_URL', 'https://wiki.gnome.org/Apps/DconfEditor'],
   ['PACKAGE_VERSION', dconf_editor_version],
   ['VERSION', dconf_editor_version],
   # i18n


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]