From c414baf9a355b1e16218e011a66bbb91034ba1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 20:35:52 +0200 Subject: New debian/patches/0900-fix_it_po.patch --- debian/changelog | 2 ++ debian/patches/0900-fix_it_po.patch | 56 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 59 insertions(+) create mode 100644 debian/patches/0900-fix_it_po.patch diff --git a/debian/changelog b/debian/changelog index 56f9202..3f3d8b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ gnome-pie (0.7.3-1) UNRELEASED; urgency=medium - Use version 4. * debian/copyright: - Rewrite years for upstream and myself. + * New debian/patches/0900-fix_it_po.patch: + - Fix build error on po file. -- Jörg Frings-Fürst Tue, 03 Aug 2021 20:24:20 +0200 diff --git a/debian/patches/0900-fix_it_po.patch b/debian/patches/0900-fix_it_po.patch new file mode 100644 index 0000000..5060655 --- /dev/null +++ b/debian/patches/0900-fix_it_po.patch @@ -0,0 +1,56 @@ +Description: fix italian po file +Author: Jörg Frings-Fürst +Bug: https://github.com/Schneegans/Gnome-Pie/issues/196 +Forwarded: https://github.com/Schneegans/Gnome-Pie/issues/196 +Last-Update: 2021-08-04 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/resources/locale/it/LC_MESSAGES/it.po +=================================================================== +--- trunk.orig/resources/locale/it/LC_MESSAGES/it.po ++++ trunk/resources/locale/it/LC_MESSAGES/it.po +@@ -21,7 +21,7 @@ msgstr "" + + #: ../ui/pie_options.ui:53 + msgid "Activation Settings" +-msgstr "Impostazioni di attivazione"" ++msgstr "Impostazioni di attivazione" + + #: ../ui/pie_options.ui:153 + msgid "Unamed Pie" +@@ -248,8 +248,8 @@ msgid "" + "For manual and advanced configuration click on the plus sign." + msgstr "Inizia ad aggiungere fette! Questo può essere fatto trascinando roba nella " + "più il segno sotto. Puoi provare molto! Ad esempio, i lanciatori di applicazioni o" +-"cartelle. Sono possibili anche gli URL del tuo browser ... \ n" +-"\ N" ++"cartelle. Sono possibili anche gli URL del tuo browser ... \n" ++"\n" + "Per la configurazione manuale e avanzata fare clic sul segno più." + + #: ../ui/preferences.ui:655 +@@ -540,7 +540,7 @@ msgstr "_Inoformazioni su" + + #: ../../src/gui/indicator.vala:150 + msgid "_Quit" +-msgstr _Abbandona" ++msgstr " Abbandona" + + #: ../../src/gui/newsWindow.vala:64 + msgid "_Close" +@@ -603,13 +603,13 @@ msgstr "Mezza torta" + + #: ../../src/themes/theme.vala:169 + msgid "Successfully exported the theme \"%s\"!" +-msgstr "Esportato correttamente il tema \ "% s \"!" ++msgstr "Esportato correttamente il tema \"% s \"!" + + #: ../../src/themes/theme.vala:176 + msgid "" + "An error occurred while exporting the theme \"%s\"! Please check the console " + "output." +-msgstr "Si è verificato un errore durante l'esportazione del tema \ "% s \"! Si prega di controllare la console " ++msgstr "Si è verificato un errore durante l'esportazione del tema \"% s \"! Si prega di controllare la console " + "Uscita." + + #: ../../src/actionGroups/windowListGroup.vala:34 diff --git a/debian/patches/series b/debian/patches/series index 0e078dd..6df8e3f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ #0110-Fix-Build-error.patch +0900-fix_it_po.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -- cgit v1.2.3