[gedit-plugins] AppStream: add bugtracker URL



commit d9613875a180d5a9b7b06b9532dac4f93eef6a40
Author: Igor Gnatenko <i gnatenko brain gmail com>
Date:   Mon Jun 16 17:25:45 2014 +0400

    AppStream: add bugtracker URL
    
    Signed-off-by: Igor Gnatenko <i gnatenko brain gmail com>

 plugins/bookmarks/gedit-bookmarks.metainfo.xml.in  |    1 +
 .../gedit-bracketcompletion.metainfo.xml.in        |    1 +
 plugins/charmap/gedit-charmap.metainfo.xml.in      |    1 +
 .../codecomment/gedit-codecomment.metainfo.xml.in  |    1 +
 .../colorpicker/gedit-colorpicker.metainfo.xml.in  |    1 +
 .../gedit-colorschemer.metainfo.xml.in             |    1 +
 plugins/commander/gedit-commander.metainfo.xml.in  |    1 +
 plugins/dashboard/gedit-dashboard.metainfo.xml.in  |    1 +
 .../drawspaces/gedit-drawspaces.metainfo.xml.in    |    1 +
 plugins/git/gedit-git.metainfo.xml.in              |    1 +
 plugins/joinlines/gedit-joinlines.metainfo.xml.in  |    1 +
 plugins/multiedit/gedit-multiedit.metainfo.xml.in  |    1 +
 .../smartspaces/gedit-smartspaces.metainfo.xml.in  |    1 +
 plugins/synctex/gedit-synctex.metainfo.xml.in      |    1 +
 plugins/terminal/gedit-terminal.metainfo.xml.in    |    1 +
 plugins/textsize/gedit-textsize.metainfo.xml.in    |    1 +
 .../gedit-wordcompletion.metainfo.xml.in           |    1 +
 17 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in 
b/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in
index 944b333..f4a98af 100644
--- a/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in
+++ b/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Bookmarks</_name>
   <_summary>Easy document navigation with bookmarks</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in 
b/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in
index 765731b..e65329d 100644
--- a/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in
+++ b/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Bracket Completion</_name>
   <_summary>Automatically add a closing bracket when you insert one</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/charmap/gedit-charmap.metainfo.xml.in b/plugins/charmap/gedit-charmap.metainfo.xml.in
index 759b057..612d17c 100644
--- a/plugins/charmap/gedit-charmap.metainfo.xml.in
+++ b/plugins/charmap/gedit-charmap.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Charmap</_name>
   <_summary>Select characters from a character map</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/codecomment/gedit-codecomment.metainfo.xml.in 
b/plugins/codecomment/gedit-codecomment.metainfo.xml.in
index acb12f6..296a526 100644
--- a/plugins/codecomment/gedit-codecomment.metainfo.xml.in
+++ b/plugins/codecomment/gedit-codecomment.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Code Comment</_name>
   <_summary>Comment or uncomment blocks of code</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in 
b/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in
index 34a0c75..7c0c663 100644
--- a/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in
+++ b/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Color picker</_name>
   <_summary>Select and insert a color from a dialog (for html, css, php)</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in 
b/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in
index ea6d634..5b7863b 100644
--- a/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in
+++ b/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Color Scheme Editor</_name>
   <_summary>Create and edit the color scheme used for syntax highlighting</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/commander/gedit-commander.metainfo.xml.in 
b/plugins/commander/gedit-commander.metainfo.xml.in
index 3392584..b3fbe6e 100644
--- a/plugins/commander/gedit-commander.metainfo.xml.in
+++ b/plugins/commander/gedit-commander.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Commander</_name>
   <_summary>Command line interface for advanced editing</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/dashboard/gedit-dashboard.metainfo.xml.in 
b/plugins/dashboard/gedit-dashboard.metainfo.xml.in
index 414ab9e..7dd4d4d 100644
--- a/plugins/dashboard/gedit-dashboard.metainfo.xml.in
+++ b/plugins/dashboard/gedit-dashboard.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Dashboard</_name>
   <_summary>Displays a grid of recently/most used files upon opening a new tab</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in 
b/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in
index fb83fcf..0619cbf 100644
--- a/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in
+++ b/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Draw spaces</_name>
   <_summary>Draw Spaces and Tabs</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/git/gedit-git.metainfo.xml.in b/plugins/git/gedit-git.metainfo.xml.in
index cb756b0..4f06b48 100644
--- a/plugins/git/gedit-git.metainfo.xml.in
+++ b/plugins/git/gedit-git.metainfo.xml.in
@@ -5,6 +5,7 @@
   <_name>Git</_name>
   <_summary>Use git information to display which lines and files changed since last commit</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/joinlines/gedit-joinlines.metainfo.xml.in 
b/plugins/joinlines/gedit-joinlines.metainfo.xml.in
index eb475e5..661c1ea 100644
--- a/plugins/joinlines/gedit-joinlines.metainfo.xml.in
+++ b/plugins/joinlines/gedit-joinlines.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Join lines/ Split lines</_name>
   <_summary>Join or split multiple lines through Ctrl+J and Ctrl+Shift+J</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/multiedit/gedit-multiedit.metainfo.xml.in 
b/plugins/multiedit/gedit-multiedit.metainfo.xml.in
index 4ae674a..2b92f03 100644
--- a/plugins/multiedit/gedit-multiedit.metainfo.xml.in
+++ b/plugins/multiedit/gedit-multiedit.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Multi edit</_name>
   <_summary>Edit document in multiple places at once</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in 
b/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
index 637064d..a6be364 100644
--- a/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
+++ b/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Smart Spaces</_name>
   <_summary>Allow to unindent like if you were using tabs while you're using spaces</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/synctex/gedit-synctex.metainfo.xml.in b/plugins/synctex/gedit-synctex.metainfo.xml.in
index 33cfcf4..bc671b2 100644
--- a/plugins/synctex/gedit-synctex.metainfo.xml.in
+++ b/plugins/synctex/gedit-synctex.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>SyncTeX</_name>
   <_summary>Synchronize between LaTeX and PDF with gedit and evince</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/terminal/gedit-terminal.metainfo.xml.in b/plugins/terminal/gedit-terminal.metainfo.xml.in
index 0a3cadc..04d99bb 100644
--- a/plugins/terminal/gedit-terminal.metainfo.xml.in
+++ b/plugins/terminal/gedit-terminal.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Terminal</_name>
   <_summary>A simple terminal widget accessible from the bottom panel</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/textsize/gedit-textsize.metainfo.xml.in b/plugins/textsize/gedit-textsize.metainfo.xml.in
index 3fd23c3..c89a5c3 100644
--- a/plugins/textsize/gedit-textsize.metainfo.xml.in
+++ b/plugins/textsize/gedit-textsize.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Text size</_name>
   <_summary>Easily increase and decrease the text size</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in 
b/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in
index 518d27c..a049761 100644
--- a/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in
+++ b/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in
@@ -6,6 +6,7 @@
   <_name>Word completion</_name>
   <_summary>Propose automatic completion using words already present in the document</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gedit&component=Plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>


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