[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin][upstream/latest] New upstream version 2.5.3.

Unit 193 gitlab at salsa.debian.org
Thu Feb 4 22:47:17 GMT 2021



Unit 193   pushed to branch upstream/latest at xfce / goodies / xfce4-whiskermenu-plugin


Commits:
5497229b by Unit 193 at 2021-02-04T17:44:45-05:00
New upstream version 2.5.3.
- - - - -


5 changed files:

- CMakeLists.txt
- NEWS
- panel-plugin/launcher.cpp
- po/eu.po
- po/pt_BR.po


Changes:

=====================================
CMakeLists.txt
=====================================
@@ -5,7 +5,7 @@ project(whiskermenu)
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "5")
-set(whiskermenu_version_micro "2")
+set(whiskermenu_version_micro "3")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")


=====================================
NEWS
=====================================
@@ -1,3 +1,8 @@
+2.5.3
+=====
+- Fix invalid command expansion with Xfce 4.14 (Issue #39)
+- Translation updates: Basque, Portuguese (Brazil).
+
 2.5.2
 =====
 - Do not reparent launched programs. (Issue #32)


=====================================
panel-plugin/launcher.cpp
=====================================
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013-2020 Graeme Gott <graeme at gottcode.org>
+ * Copyright (C) 2013-2021 Graeme Gott <graeme at gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -103,9 +103,9 @@ static gchar* xfce_expand_desktop_entry_field_codes(const gchar* command, GSList
 	std::string::size_type length = expanded.length() - 1;
 	for (std::string::size_type i = 0; i < length; ++i)
 	{
-		if (G_UNLIKELY(command[i] == '%'))
+		if (G_UNLIKELY(expanded[i] == '%'))
 		{
-			switch (command[i + 1])
+			switch (expanded[i + 1])
 			{
 			case 'i':
 				replace_with_quoted_string(expanded, i, "--icon ", icon);


=====================================
po/eu.po
=====================================
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-11-19 19:33-0500\n"
-"PO-Revision-Date: 2021-01-12 16:12+0000\n"
+"PO-Revision-Date: 2021-01-18 15:28+0000\n"
 "Last-Translator: beriain\n"
 "Language-Team: Basque (http://www.transifex.com/gottcode/xfce4-whiskermenu-plugin/language/eu/)\n"
 "MIME-Version: 1.0\n"
@@ -92,7 +92,7 @@ msgstr "Kateg_orien ikonoen neurria:"
 
 #: ../panel-plugin/recent-page.cpp:173
 msgid "Clear Recently Used"
-msgstr "Azkenaldian erabilitakoak garbitu"
+msgstr "Erabilitako azkenak garbitu"
 
 #: ../panel-plugin/plugin.cpp:439
 msgid "Copyright © 2013-2020 Graeme Gott"
@@ -266,7 +266,7 @@ msgstr "Komandoak bilaketa eremutik hurbil kokatu"
 #: ../panel-plugin/recent-page.cpp:37 ../panel-plugin/settings-dialog.cpp:903
 #: ../panel-plugin/settings-dialog.cpp:953
 msgid "Recently Used"
-msgstr "Azkenaldian erabilitakoak"
+msgstr "Erabilitako azkenak"
 
 #: ../panel-plugin/settings-dialog.cpp:537
 #, c-format
@@ -297,11 +297,11 @@ msgstr "Terminalean abiarazi"
 
 #: ../panel-plugin/settings-dialog.cpp:119
 msgid "Search Actio_ns"
-msgstr "Eki_ntzak bilatu"
+msgstr "Bilaketa eki_ntzak"
 
 #: ../panel-plugin/search-action.cpp:273
 msgid "Search Action"
-msgstr "Ekintza bilatu"
+msgstr "Bilaketa ekintza"
 
 #: ../panel-plugin/command-edit.cpp:64
 msgid "Select Command"
@@ -443,7 +443,7 @@ msgstr "Oso txikia"
 
 #: ../panel-plugin/settings.cpp:132
 msgid "Web Search"
-msgstr "Web-an bilatu"
+msgstr "Webean bilatu"
 
 #: ../panel-plugin/settings-dialog.cpp:94
 #: ../panel-plugin/settings-dialog.cpp:101


=====================================
po/pt_BR.po
=====================================
@@ -23,14 +23,13 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-11-19 19:33-0500\n"
-"PO-Revision-Date: 2020-10-27 16:54+0000\n"
+"PO-Revision-Date: 2021-01-19 23:54+0000\n"
 "Last-Translator: Gabriel Henrique <gabrielhmoderno at gmail.com>\n"
-"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gottcode/xfce4-"
-"whiskermenu-plugin/language/pt_BR/)\n"
-"Language: pt_BR\n"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gottcode/xfce4-whiskermenu-plugin/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: ../panel-plugin/settings-dialog.cpp:1060
@@ -93,8 +92,7 @@ msgstr "Opa_cidade do fundo:"
 
 #: ../panel-plugin/command-edit.cpp:49
 msgid "Browse the file system to choose a custom command."
-msgstr ""
-"Navegar pelo sistema de arquivos para escolher um comando personalizado."
+msgstr "Navegar pelo sistema de arquivos para escolher um comando personalizado."
 
 #: ../panel-plugin/settings-dialog.cpp:1117
 msgid "C_ommand:"
@@ -419,9 +417,7 @@ msgstr "Título"
 msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
-msgstr ""
-"Para desocultar, você tem que remover manualmente o arquivo \"%s\" ou abrir "
-"o arquivo e remover a linha \"%s\"."
+msgstr "Para desocultar, você tem que remover manualmente o arquivo \"%s\" ou abrir o arquivo e remover a linha \"%s\"."
 
 #: ../panel-plugin/settings.cpp:171
 #, c-format
@@ -547,14 +543,4 @@ msgstr "_Título:"
 
 #: ../panel-plugin/plugin.cpp:443
 msgid "translator-credits"
-msgstr ""
-"Carlos Reis <reiscarlos1976 at gmail.com>, 2017\n"
-"Fábio Luciano de Góis <fabio at naoimporta.com>, 2013\n"
-"Gabriel Henrique <gabrielhmoderno at gmail.com>, 2017-2020\n"
-"Graeme Gott <graeme at gottcode.org>, 2013\n"
-"Holmes <holmes_holmes at live.com>, 2014\n"
-"Hugo Carvalho <hugokarvalho at hotmail.com>, 2020\n"
-"José Vieira <jvieira33 at sapo.pt>, 2016-2017\n"
-"Lorhan Sohaky, 2018\n"
-"Paulo Castro, 2013\n"
-"Thiago Albuquerque Soares <tasbrjob at gmail.com>, 2018"
+msgstr "Carlos Reis <reiscarlos1976 at gmail.com>, 2017\nFábio Luciano de Góis <fabio at naoimporta.com>, 2013\nGabriel Henrique <gabrielhmoderno at gmail.com>, 2017-2020\nGraeme Gott <graeme at gottcode.org>, 2013\nHolmes <holmes_holmes at live.com>, 2014\nHugo Carvalho <hugokarvalho at hotmail.com>, 2020\nJosé Vieira <jvieira33 at sapo.pt>, 2016-2017\nLorhan Sohaky, 2018\nPaulo Castro, 2013\nThiago Albuquerque Soares <tasbrjob at gmail.com>, 2018"



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/-/commit/5497229b8867d693f4b8dcdb8b6eb21f3fa9410c

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/-/commit/5497229b8867d693f4b8dcdb8b6eb21f3fa9410c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20210204/48314a4a/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list