Commit 2b9aae3890d0778ce98acc12d701ee263c01974b
1 parent
512b61d0
Exists in
master
and in
5 other branches
Corrigindo geração de pacote personalizado.
Showing
3 changed files
with
68 additions
and
17 deletions
Show diff stats
Makefile.in
@@ -158,12 +158,18 @@ $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@: \ | @@ -158,12 +158,18 @@ $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@: \ | ||
158 | @$(MAKE) -C src/pw3270 $@ | 158 | @$(MAKE) -C src/pw3270 $@ |
159 | 159 | ||
160 | 160 | ||
161 | -$(DESTDIR)$(libdir)/%@EXEEXT@: \ | 161 | +$(DESTDIR)$(BINRLS)/%@EXEEXT@: \ |
162 | $(DEPENDS) \ | 162 | $(DEPENDS) \ |
163 | ./src/%/* | 163 | ./src/%/* |
164 | 164 | ||
165 | @$(MAKE) DESTDIR=$(DESTDIR) -C src/$(basename $(notdir $@)) install | 165 | @$(MAKE) DESTDIR=$(DESTDIR) -C src/$(basename $(notdir $@)) install |
166 | 166 | ||
167 | +$(DESTDIR)$(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@: \ | ||
168 | + $(DEPENDS) \ | ||
169 | + ./src/pw3270/* | ||
170 | + | ||
171 | + @$(MAKE) DESTDIR=$(DESTDIR) -C src/$(basename $(notdir $@)) install | ||
172 | + | ||
167 | $(SRCDIR)/%: \ | 173 | $(SRCDIR)/%: \ |
168 | %/Makefile | 174 | %/Makefile |
169 | 175 | ||
@@ -219,7 +225,7 @@ install-lib: \ | @@ -219,7 +225,7 @@ install-lib: \ | ||
219 | $(DESTDIR)$(libdir)/lib3270@DLLEXT@ \ | 225 | $(DESTDIR)$(libdir)/lib3270@DLLEXT@ \ |
220 | 226 | ||
221 | install-app: \ | 227 | install-app: \ |
222 | - $(DESTDIR)$(libdir)/$(PACKAGE_TARNAME)@EXEEXT@ \ | 228 | + $(DESTDIR)$(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@ \ |
223 | locale/$(PACKAGE_TARNAME).pot | 229 | locale/$(PACKAGE_TARNAME).pot |
224 | 230 | ||
225 | @$(MKDIR) $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME) | 231 | @$(MKDIR) $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME) |
locale/pt_BR.po
@@ -5,7 +5,7 @@ msgid "" | @@ -5,7 +5,7 @@ msgid "" | ||
5 | msgstr "" | 5 | msgstr "" |
6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | "Report-Msgid-Bugs-To: \n" | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2017-01-24 10:43-0200\n" | 8 | +"POT-Creation-Date: 2017-01-24 17:53-0200\n" |
9 | "PO-Revision-Date: 2016-10-25 10:47-0200\n" | 9 | "PO-Revision-Date: 2016-10-25 10:47-0200\n" |
10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | "Language-Team: Português <perry.werneck@gmail.com>\n" | 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" |
@@ -419,6 +419,11 @@ msgstr "Não foi possível conectar a %s" | @@ -419,6 +419,11 @@ msgstr "Não foi possível conectar a %s" | ||
419 | msgid "Can't connect to %s:%s" | 419 | msgid "Can't connect to %s:%s" |
420 | msgstr "Não foi possível conectar a %s:%s" | 420 | msgstr "Não foi possível conectar a %s:%s" |
421 | 421 | ||
422 | +#: main.c:70 | ||
423 | +#, fuzzy | ||
424 | +msgid "Can't connect to DBUS server" | ||
425 | +msgstr "Não foi possível conectar a %s" | ||
426 | + | ||
422 | #: selection.c:425 | 427 | #: selection.c:425 |
423 | #, c-format | 428 | #, c-format |
424 | msgid "Can't convert line %d from %s to %s" | 429 | msgid "Can't convert line %d from %s to %s" |
@@ -433,6 +438,10 @@ msgstr "Recortar não permitido em seleção retangular" | @@ -433,6 +438,10 @@ msgstr "Recortar não permitido em seleção retangular" | ||
433 | msgid "Can't determine value for environment variable \"%s\" " | 438 | msgid "Can't determine value for environment variable \"%s\" " |
434 | msgstr "Não consigo determinar o valor da variável de ambiente \"%s\" " | 439 | msgstr "Não consigo determinar o valor da variável de ambiente \"%s\" " |
435 | 440 | ||
441 | +#: main.c:115 | ||
442 | +msgid "Can't get DBUS object name" | ||
443 | +msgstr "" | ||
444 | + | ||
436 | #: ft.c:413 | 445 | #: ft.c:413 |
437 | msgid "Can't get file size" | 446 | msgid "Can't get file size" |
438 | msgstr "Não foi possível obter o tamanho do arquivo" | 447 | msgstr "Não foi possível obter o tamanho do arquivo" |
@@ -654,6 +663,11 @@ msgstr "Configurar host" | @@ -654,6 +663,11 @@ msgstr "Configurar host" | ||
654 | msgid "Connect on startup" | 663 | msgid "Connect on startup" |
655 | msgstr "Conectar ao iniciar" | 664 | msgstr "Conectar ao iniciar" |
656 | 665 | ||
666 | +#: gobject.c:205 | ||
667 | +#, fuzzy | ||
668 | +msgid "Connecting to host" | ||
669 | +msgstr "Não foi possível conectar ao servidor" | ||
670 | + | ||
657 | #: connect.c:200 connect.c:296 connect.c:305 connect.c:367 connect.c:382 | 671 | #: connect.c:200 connect.c:296 connect.c:305 connect.c:367 connect.c:382 |
658 | #: connect.c:398 connect.c:412 connect.c:432 connect.c:446 connect.c:462 | 672 | #: connect.c:398 connect.c:412 connect.c:432 connect.c:446 connect.c:462 |
659 | #: connect.c:557 | 673 | #: connect.c:557 |
@@ -1913,6 +1927,11 @@ msgstr "Iniciar transferência de arquivo" | @@ -1913,6 +1927,11 @@ msgstr "Iniciar transferência de arquivo" | ||
1913 | msgid "Starting" | 1927 | msgid "Starting" |
1914 | msgstr "Iniciando" | 1928 | msgstr "Iniciando" |
1915 | 1929 | ||
1930 | +#: gobject.c:193 | ||
1931 | +#, c-format | ||
1932 | +msgid "State %04d can't accept requests" | ||
1933 | +msgstr "" | ||
1934 | + | ||
1916 | #: security.c:237 | 1935 | #: security.c:237 |
1917 | msgid "Subject issuer mismatch" | 1936 | msgid "Subject issuer mismatch" |
1918 | msgstr "Divergência na identidade do emissor" | 1937 | msgstr "Divergência na identidade do emissor" |
@@ -2398,6 +2417,11 @@ msgstr "Valor de cor inválido ou inesperado: \"%s\"" | @@ -2398,6 +2417,11 @@ msgstr "Valor de cor inválido ou inesperado: \"%s\"" | ||
2398 | msgid "Unexpected or unknown security status" | 2417 | msgid "Unexpected or unknown security status" |
2399 | msgstr "Estado de segurança inesperado ou desconhecido." | 2418 | msgstr "Estado de segurança inesperado ou desconhecido." |
2400 | 2419 | ||
2420 | +#: gobject.c:208 | ||
2421 | +#, fuzzy, c-format | ||
2422 | +msgid "Unexpected state %04d" | ||
2423 | +msgstr "Alvo inesperado \"%s\"" | ||
2424 | + | ||
2401 | #: actions.c:391 | 2425 | #: actions.c:391 |
2402 | #, c-format | 2426 | #, c-format |
2403 | msgid "Unexpected target \"%s\"" | 2427 | msgid "Unexpected target \"%s\"" |
@@ -2807,10 +2831,6 @@ msgstr "translator-credits" | @@ -2807,10 +2831,6 @@ msgstr "translator-credits" | ||
2807 | #~ "32768. Valores maiores trazem maior performance, porem, nem todos os " | 2831 | #~ "32768. Valores maiores trazem maior performance, porem, nem todos os " |
2808 | #~ "hosts podem suportá-los." | 2832 | #~ "hosts podem suportá-los." |
2809 | 2833 | ||
2810 | -#, fuzzy | ||
2811 | -#~ msgid "Can't connect to DBUS server" | ||
2812 | -#~ msgstr "Não foi possível conectar a %s" | ||
2813 | - | ||
2814 | #~ msgid "Can't start download." | 2834 | #~ msgid "Can't start download." |
2815 | #~ msgstr "Não foi possível iniciar o download." | 2835 | #~ msgstr "Não foi possível iniciar o download." |
2816 | 2836 | ||
@@ -2847,10 +2867,6 @@ msgstr "translator-credits" | @@ -2847,10 +2867,6 @@ msgstr "translator-credits" | ||
2847 | #~ msgid "Complete" | 2867 | #~ msgid "Complete" |
2848 | #~ msgstr "Completo" | 2868 | #~ msgstr "Completo" |
2849 | 2869 | ||
2850 | -#, fuzzy | ||
2851 | -#~ msgid "Connecting to host" | ||
2852 | -#~ msgstr "Não foi possível conectar ao servidor" | ||
2853 | - | ||
2854 | #~ msgid "Copiar tudo" | 2870 | #~ msgid "Copiar tudo" |
2855 | #~ msgstr "Copiar tudo" | 2871 | #~ msgstr "Copiar tudo" |
2856 | 2872 | ||
@@ -3213,10 +3229,6 @@ msgstr "translator-credits" | @@ -3213,10 +3229,6 @@ msgstr "translator-credits" | ||
3213 | #~ msgid "Unexpected element <%s>" | 3229 | #~ msgid "Unexpected element <%s>" |
3214 | #~ msgstr "Elemento <%s> inesperado" | 3230 | #~ msgstr "Elemento <%s> inesperado" |
3215 | 3231 | ||
3216 | -#, fuzzy | ||
3217 | -#~ msgid "Unexpected state %04d" | ||
3218 | -#~ msgstr "Alvo inesperado \"%s\"" | ||
3219 | - | ||
3220 | #~ msgid "" | 3232 | #~ msgid "" |
3221 | #~ "Unknown host:\n" | 3233 | #~ "Unknown host:\n" |
3222 | #~ "%s" | 3234 | #~ "%s" |
locale/pw3270.pot
@@ -9,7 +9,7 @@ msgstr "" | @@ -9,7 +9,7 @@ msgstr "" | ||
9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | 9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
10 | "Project-Id-Version: PACKAGE VERSION\n" | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
11 | "Report-Msgid-Bugs-To: \n" | 11 | "Report-Msgid-Bugs-To: \n" |
12 | -"POT-Creation-Date: 2017-01-24 14:01-0200\n" | 12 | +"POT-Creation-Date: 2017-01-24 17:53-0200\n" |
13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
15 | "Language-Team: LANGUAGE <LL@li.org>\n" | 15 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -20,7 +20,7 @@ msgstr "" | @@ -20,7 +20,7 @@ msgstr "" | ||
20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | 20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
21 | "Project-Id-Version: PACKAGE VERSION\n" | 21 | "Project-Id-Version: PACKAGE VERSION\n" |
22 | "Report-Msgid-Bugs-To: \n" | 22 | "Report-Msgid-Bugs-To: \n" |
23 | -"POT-Creation-Date: 2017-01-24 14:01-0200\n" | 23 | +"POT-Creation-Date: 2017-01-24 17:53-0200\n" |
24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
26 | "Language-Team: LANGUAGE <LL@li.org>\n" | 26 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -39,6 +39,17 @@ msgstr "" | @@ -39,6 +39,17 @@ msgstr "" | ||
39 | "MIME-Version: 1.0\n" | 39 | "MIME-Version: 1.0\n" |
40 | "Content-Type: text/plain; charset=CHARSET\n" | 40 | "Content-Type: text/plain; charset=CHARSET\n" |
41 | "Content-Transfer-Encoding: 8bit\n" | 41 | "Content-Transfer-Encoding: 8bit\n" |
42 | +"#-#-#-#-# dbus3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | ||
43 | +"Project-Id-Version: PACKAGE VERSION\n" | ||
44 | +"Report-Msgid-Bugs-To: \n" | ||
45 | +"POT-Creation-Date: 2017-01-24 17:53-0200\n" | ||
46 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
47 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
48 | +"Language-Team: LANGUAGE <LL@li.org>\n" | ||
49 | +"Language: \n" | ||
50 | +"MIME-Version: 1.0\n" | ||
51 | +"Content-Type: text/plain; charset=CHARSET\n" | ||
52 | +"Content-Transfer-Encoding: 8bit\n" | ||
42 | 53 | ||
43 | #: window.c:329 | 54 | #: window.c:329 |
44 | #, c-format | 55 | #, c-format |
@@ -424,6 +435,10 @@ msgstr "" | @@ -424,6 +435,10 @@ msgstr "" | ||
424 | msgid "Can't connect to %s:%s" | 435 | msgid "Can't connect to %s:%s" |
425 | msgstr "" | 436 | msgstr "" |
426 | 437 | ||
438 | +#: main.c:70 | ||
439 | +msgid "Can't connect to DBUS server" | ||
440 | +msgstr "" | ||
441 | + | ||
427 | #: selection.c:425 | 442 | #: selection.c:425 |
428 | #, c-format | 443 | #, c-format |
429 | msgid "Can't convert line %d from %s to %s" | 444 | msgid "Can't convert line %d from %s to %s" |
@@ -438,6 +453,10 @@ msgstr "" | @@ -438,6 +453,10 @@ msgstr "" | ||
438 | msgid "Can't determine value for environment variable \"%s\" " | 453 | msgid "Can't determine value for environment variable \"%s\" " |
439 | msgstr "" | 454 | msgstr "" |
440 | 455 | ||
456 | +#: main.c:115 | ||
457 | +msgid "Can't get DBUS object name" | ||
458 | +msgstr "" | ||
459 | + | ||
441 | #: ft.c:413 | 460 | #: ft.c:413 |
442 | msgid "Can't get file size" | 461 | msgid "Can't get file size" |
443 | msgstr "" | 462 | msgstr "" |
@@ -647,6 +666,10 @@ msgstr "" | @@ -647,6 +666,10 @@ msgstr "" | ||
647 | msgid "Connect on startup" | 666 | msgid "Connect on startup" |
648 | msgstr "" | 667 | msgstr "" |
649 | 668 | ||
669 | +#: gobject.c:205 | ||
670 | +msgid "Connecting to host" | ||
671 | +msgstr "" | ||
672 | + | ||
650 | #: connect.c:200 connect.c:296 connect.c:305 connect.c:367 connect.c:382 | 673 | #: connect.c:200 connect.c:296 connect.c:305 connect.c:367 connect.c:382 |
651 | #: connect.c:398 connect.c:412 connect.c:432 connect.c:446 connect.c:462 | 674 | #: connect.c:398 connect.c:412 connect.c:432 connect.c:446 connect.c:462 |
652 | #: connect.c:557 | 675 | #: connect.c:557 |
@@ -1861,6 +1884,11 @@ msgstr "" | @@ -1861,6 +1884,11 @@ msgstr "" | ||
1861 | msgid "Starting" | 1884 | msgid "Starting" |
1862 | msgstr "" | 1885 | msgstr "" |
1863 | 1886 | ||
1887 | +#: gobject.c:193 | ||
1888 | +#, c-format | ||
1889 | +msgid "State %04d can't accept requests" | ||
1890 | +msgstr "" | ||
1891 | + | ||
1864 | #: security.c:237 | 1892 | #: security.c:237 |
1865 | msgid "Subject issuer mismatch" | 1893 | msgid "Subject issuer mismatch" |
1866 | msgstr "" | 1894 | msgstr "" |
@@ -2292,6 +2320,11 @@ msgstr "" | @@ -2292,6 +2320,11 @@ msgstr "" | ||
2292 | msgid "Unexpected or unknown security status" | 2320 | msgid "Unexpected or unknown security status" |
2293 | msgstr "" | 2321 | msgstr "" |
2294 | 2322 | ||
2323 | +#: gobject.c:208 | ||
2324 | +#, c-format | ||
2325 | +msgid "Unexpected state %04d" | ||
2326 | +msgstr "" | ||
2327 | + | ||
2295 | #: actions.c:391 | 2328 | #: actions.c:391 |
2296 | #, c-format | 2329 | #, c-format |
2297 | msgid "Unexpected target \"%s\"" | 2330 | msgid "Unexpected target \"%s\"" |