[SCM] pluma Debian package branch, master, updated. 3f14c46c094dd5eb6347e9e1206509edc18dbcd1

Mike Gabriel sunweaver at moszumanska.debian.org
Thu Feb 20 12:41:19 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/pluma.git;a=commitdiff;h=3241364

The following commit has been merged in the master branch:
commit 3241364372e761e2b8732943eb6d0f310b0c446e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 20 13:35:05 2014 +0100

    debian/patches: (a) fix typo, (b) add missing keywords to desktop file
---
 .../1001_add-keywords-to-desktop-file.patch        | 10 +++++
 debian/patches/1002_typo-fix-whether.patch         | 44 ++++++++++++++++++++++
 debian/patches/series                              |  2 +
 3 files changed, 56 insertions(+)

diff --git a/debian/patches/1001_add-keywords-to-desktop-file.patch b/debian/patches/1001_add-keywords-to-desktop-file.patch
new file mode 100644
index 0000000..33352be
--- /dev/null
+++ b/debian/patches/1001_add-keywords-to-desktop-file.patch
@@ -0,0 +1,10 @@
+--- a/data/pluma.desktop.in.in
++++ b/data/pluma.desktop.in.in
+@@ -9,6 +9,7 @@
+ MimeType=text/plain;
+ Icon=accessories-text-editor
+ Categories=GTK;Utility;TextEditor;
++Keywords=text;editor;MATE;tabs;highlighting;code;multiple;files;pluggable;
+ X-MATE-DocPath=pluma/pluma.xml
+ _X-MATE-FullName=pluma Text Editor
+ X-MATE-Bugzilla-Bugzilla=MATE
diff --git a/debian/patches/1002_typo-fix-whether.patch b/debian/patches/1002_typo-fix-whether.patch
new file mode 100644
index 0000000..e30e20e
--- /dev/null
+++ b/debian/patches/1002_typo-fix-whether.patch
@@ -0,0 +1,44 @@
+--- a/docs/reference/html/pluma-pluma-document.html
++++ b/docs/reference/html/pluma-pluma-document.html
+@@ -526,7 +526,7 @@
+ <div class="refsect2">
+ <a name="PlumaDocument--can-search-again"></a><h3>The <code class="literal">"can-search-again"</code> property</h3>
+ <pre class="programlisting">  "can-search-again"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
+-<p>Wheter it's possible to search again in the document.</p>
++<p>Whether it's possible to search again in the document.</p>
+ <p>Default value: FALSE</p>
+ </div>
+ <hr>
+--- a/docs/reference/html/pluma-pluma-panel.html
++++ b/docs/reference/html/pluma-pluma-panel.html
+@@ -287,7 +287,7 @@
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            pluma_panel_item_is_active          (<em class="parameter"><code><a class="link" href="pluma-pluma-panel.html#PlumaPanel"><span class="type">PlumaPanel</span></a> *panel</code></em>,
+                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a> *item</code></em>);</pre>
+ <p>
+-Wheter <em class="parameter"><code>item</code></em> is the one current active in <em class="parameter"><code>panel</code></em>
++Whether <em class="parameter"><code>item</code></em> is the one current active in <em class="parameter"><code>panel</code></em>
+ </p>
+ <div class="variablelist"><table border="0" class="variablelist">
+ <colgroup>
+--- a/pluma/pluma-document.c
++++ b/pluma/pluma-document.c
+@@ -491,7 +491,7 @@
+ 	g_object_class_install_property (object_class, PROP_CAN_SEARCH_AGAIN,
+ 					 g_param_spec_boolean ("can-search-again",
+ 							       "Can search again",
+-							       "Wheter it's possible to search again in the document",
++							       "Whether it's possible to search again in the document",
+ 							       FALSE,
+ 							       G_PARAM_READABLE |
+ 							       G_PARAM_STATIC_STRINGS));
+--- a/pluma/pluma-panel.c
++++ b/pluma/pluma-panel.c
+@@ -823,7 +823,7 @@
+  * @panel: a #PlumaPanel
+  * @item: a widget contained in #PlumaPanel
+  *
+- * Wheter @item is the one current active in @panel
++ * Whether @item is the one current active in @panel
+  *
+  * Returns: TRUE if the widget is active
+  */
diff --git a/debian/patches/series b/debian/patches/series
index f44f40e..f2daf23 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
 0001_fix-ftbfs-due-to-gettext.patch
+1001_add-keywords-to-desktop-file.patch
+1002_typo-fix-whether.patch
 2001_omit-gfdl-licensed-help-files.patch

-- 
pluma Debian package



More information about the pkg-mate-commits mailing list