Commit 3d77f8871c672d161cad22dac9b28ca5a235446e
1 parent
7c962475
Exists in
master
and in
5 other branches
Atualizando empacotamento.
Showing
5 changed files
with
54 additions
and
24 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -151,9 +151,10 @@ install: \ |
| 151 | 151 | |
| 152 | 152 | ifneq ($(HELP2MAN),no) |
| 153 | 153 | @$(MKDIR) $(DESTDIR)/$(mandir)/man1 |
| 154 | - @$(HELP2MAN) \ | |
| 154 | + @LD_LIBRARY_PATH=$(BINRLS) \ | |
| 155 | + $(HELP2MAN) \ | |
| 155 | 156 | --version-string="$(PACKAGE_TARNAME) - $(PACKAGE_DESCRIPTION) Vrs. $(PACKAGE_VERSION)" \ |
| 156 | - $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)@EXEEXT@ | gzip --best --stdout - > $(DESTDIR)/$(mandir)/man1/$(PACKAGE_NAME).1.gz | |
| 157 | + $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@ | gzip --best --stdout - > $(DESTDIR)/$(mandir)/man1/$(PACKAGE_NAME).1.gz | |
| 157 | 158 | endif |
| 158 | 159 | |
| 159 | 160 | install-plugins: \ | ... | ... |
locale/pt_BR.po
| ... | ... | @@ -5,7 +5,7 @@ msgid "" |
| 5 | 5 | msgstr "" |
| 6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
| 7 | 7 | "Report-Msgid-Bugs-To: \n" |
| 8 | -"POT-Creation-Date: 2018-11-09 15:19-0200\n" | |
| 8 | +"POT-Creation-Date: 2018-11-12 09:35-0200\n" | |
| 9 | 9 | "PO-Revision-Date: 2018-10-22 14:38-0300\n" |
| 10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
| 11 | 11 | "Language-Team: Português <>\n" |
| ... | ... | @@ -423,6 +423,10 @@ msgstr "Não foi possível conectar a %s" |
| 423 | 423 | msgid "Can't connect to %s:%s" |
| 424 | 424 | msgstr "Não foi possível conectar a %s:%s" |
| 425 | 425 | |
| 426 | +#: main.c:70 | |
| 427 | +msgid "Can't connect to DBUS server" | |
| 428 | +msgstr "Não foi possível conectar ao servidor DBUS" | |
| 429 | + | |
| 426 | 430 | #: selection.c:466 |
| 427 | 431 | #, c-format |
| 428 | 432 | msgid "Can't convert line %d from %s to %s" |
| ... | ... | @@ -437,6 +441,10 @@ msgstr "Recortar não permitido em seleção retangular" |
| 437 | 441 | msgid "Can't determine value for environment variable \"%s\" " |
| 438 | 442 | msgstr "Não consigo determinar o valor da variável de ambiente \"%s\" " |
| 439 | 443 | |
| 444 | +#: main.c:115 | |
| 445 | +msgid "Can't get DBUS object name" | |
| 446 | +msgstr "Não foi possível obter o nome do objeto DBUS" | |
| 447 | + | |
| 440 | 448 | #: src/lib3270/ft.c:413 |
| 441 | 449 | msgid "Can't get file size" |
| 442 | 450 | msgstr "Não foi possível obter o tamanho do arquivo" |
| ... | ... | @@ -671,6 +679,10 @@ msgstr "Configurar host" |
| 671 | 679 | msgid "Connect on startup" |
| 672 | 680 | msgstr "Conectar ao iniciar" |
| 673 | 681 | |
| 682 | +#: gobject.c:205 | |
| 683 | +msgid "Connecting to host" | |
| 684 | +msgstr "Conectando ao servidor" | |
| 685 | + | |
| 674 | 686 | #: src/lib3270/connect.c:215 src/lib3270/connect.c:311 |
| 675 | 687 | #: src/lib3270/connect.c:320 src/lib3270/connect.c:382 |
| 676 | 688 | #: src/lib3270/connect.c:397 src/lib3270/connect.c:413 |
| ... | ... | @@ -1956,6 +1968,11 @@ msgstr "Iniciar transferência de arquivo" |
| 1956 | 1968 | msgid "Starting" |
| 1957 | 1969 | msgstr "Iniciando" |
| 1958 | 1970 | |
| 1971 | +#: gobject.c:193 | |
| 1972 | +#, c-format | |
| 1973 | +msgid "State %04d can't accept requests" | |
| 1974 | +msgstr "Não é possível receber requisições no estado %04d" | |
| 1975 | + | |
| 1959 | 1976 | #: security.c:237 |
| 1960 | 1977 | msgid "Subject issuer mismatch" |
| 1961 | 1978 | msgstr "Divergência na identidade do emissor" |
| ... | ... | @@ -2469,6 +2486,11 @@ msgstr "Valor de cor inválido ou inesperado: \"%s\"" |
| 2469 | 2486 | msgid "Unexpected or unknown security status" |
| 2470 | 2487 | msgstr "Estado de segurança inesperado ou desconhecido." |
| 2471 | 2488 | |
| 2489 | +#: gobject.c:208 | |
| 2490 | +#, c-format | |
| 2491 | +msgid "Unexpected state %04d" | |
| 2492 | +msgstr "Estado inesperado %04d" | |
| 2493 | + | |
| 2472 | 2494 | #: actions.c:391 |
| 2473 | 2495 | #, c-format |
| 2474 | 2496 | msgid "Unexpected target \"%s\"" |
| ... | ... | @@ -2875,12 +2897,6 @@ msgstr "translator-credits" |
| 2875 | 2897 | #~ "32768. Valores maiores trazem maior performance, porem, nem todos os " |
| 2876 | 2898 | #~ "hosts podem suportá-los." |
| 2877 | 2899 | |
| 2878 | -#~ msgid "Can't connect to DBUS server" | |
| 2879 | -#~ msgstr "Não foi possível conectar ao servidor DBUS" | |
| 2880 | - | |
| 2881 | -#~ msgid "Can't get DBUS object name" | |
| 2882 | -#~ msgstr "Não foi possível obter o nome do objeto DBUS" | |
| 2883 | - | |
| 2884 | 2900 | #~ msgid "Can't start download." |
| 2885 | 2901 | #~ msgstr "Não foi possível iniciar o download." |
| 2886 | 2902 | |
| ... | ... | @@ -2917,9 +2933,6 @@ msgstr "translator-credits" |
| 2917 | 2933 | #~ msgid "Complete" |
| 2918 | 2934 | #~ msgstr "Completo" |
| 2919 | 2935 | |
| 2920 | -#~ msgid "Connecting to host" | |
| 2921 | -#~ msgstr "Conectando ao servidor" | |
| 2922 | - | |
| 2923 | 2936 | #~ msgid "Copiar tudo" |
| 2924 | 2937 | #~ msgstr "Copiar tudo" |
| 2925 | 2938 | |
| ... | ... | @@ -3248,9 +3261,6 @@ msgstr "translator-credits" |
| 3248 | 3261 | #~ msgid "Start upload." |
| 3249 | 3262 | #~ msgstr "Iniciar envio." |
| 3250 | 3263 | |
| 3251 | -#~ msgid "State %04d can't accept requests" | |
| 3252 | -#~ msgstr "Não é possível receber requisições no estado %04d" | |
| 3253 | - | |
| 3254 | 3264 | #~ msgid "Status" |
| 3255 | 3265 | #~ msgstr "Situação" |
| 3256 | 3266 | |
| ... | ... | @@ -3285,9 +3295,6 @@ msgstr "translator-credits" |
| 3285 | 3295 | #~ msgid "Unexpected element <%s>" |
| 3286 | 3296 | #~ msgstr "Elemento <%s> inesperado" |
| 3287 | 3297 | |
| 3288 | -#~ msgid "Unexpected state %04d" | |
| 3289 | -#~ msgstr "Estado inesperado %04d" | |
| 3290 | - | |
| 3291 | 3298 | #~ msgid "" |
| 3292 | 3299 | #~ "Unknown host:\n" |
| 3293 | 3300 | #~ "%s" | ... | ... |
locale/pw3270.pot
| ... | ... | @@ -9,7 +9,7 @@ msgstr "" |
| 9 | 9 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
| 10 | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
| 11 | 11 | "Report-Msgid-Bugs-To: \n" |
| 12 | -"POT-Creation-Date: 2018-11-09 17:21-0200\n" | |
| 12 | +"POT-Creation-Date: 2018-11-12 09:41-0200\n" | |
| 13 | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 14 | 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 15 | 15 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| ... | ... | @@ -20,7 +20,7 @@ msgstr "" |
| 20 | 20 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
| 21 | 21 | "Project-Id-Version: PACKAGE VERSION\n" |
| 22 | 22 | "Report-Msgid-Bugs-To: \n" |
| 23 | -"POT-Creation-Date: 2018-11-09 17:21-0200\n" | |
| 23 | +"POT-Creation-Date: 2018-11-12 09:41-0200\n" | |
| 24 | 24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 25 | 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 26 | 26 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| ... | ... | @@ -42,7 +42,7 @@ msgstr "" |
| 42 | 42 | "#-#-#-#-# dbus3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
| 43 | 43 | "Project-Id-Version: PACKAGE VERSION\n" |
| 44 | 44 | "Report-Msgid-Bugs-To: \n" |
| 45 | -"POT-Creation-Date: 2018-11-09 17:21-0200\n" | |
| 45 | +"POT-Creation-Date: 2018-11-12 09:41-0200\n" | |
| 46 | 46 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 47 | 47 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 48 | 48 | "Language-Team: LANGUAGE <LL@li.org>\n" | ... | ... |
rpm/pw3270.spec
| ... | ... | @@ -312,8 +312,8 @@ rm %{buildroot}/%{_datadir}/pw3270/ui/*rexx*.xml |
| 312 | 312 | %{_libdir}/libpw3270.so |
| 313 | 313 | %{_libdir}/pkgconfig/pw3270.pc |
| 314 | 314 | |
| 315 | -%{_libdir}/libpw3270cpp.a | |
| 316 | -%{_includedir}/pw3270cpp.h | |
| 315 | +#%{_libdir}/libpw3270cpp.a | |
| 316 | +#%{_includedir}/pw3270cpp.h | |
| 317 | 317 | |
| 318 | 318 | %if 0%{?_dbus} |
| 319 | 319 | %files plugin-dbus | ... | ... |
src/pw3270/Makefile.in
| ... | ... | @@ -45,6 +45,7 @@ bindir=@bindir@ |
| 45 | 45 | libdir=@libdir@ |
| 46 | 46 | datarootdir=@datarootdir@ |
| 47 | 47 | localedir=@localedir@ |
| 48 | +includedir=@includedir@ | |
| 48 | 49 | desktopdir=$(datarootdir)/applications |
| 49 | 50 | |
| 50 | 51 | BASEDIR=@BASEDIR@ |
| ... | ... | @@ -233,7 +234,8 @@ $(BINRLS)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@: \ |
| 233 | 234 | @$(LD) -shared -Wl,-soname,$(@F) $(LDFLAGS) -L$(BINRLS) -o $@ $^ $(LIBS) |
| 234 | 235 | |
| 235 | 236 | install: \ |
| 236 | - $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@ | |
| 237 | + $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@ \ | |
| 238 | + install-devel | |
| 237 | 239 | |
| 238 | 240 | @$(MKDIR) $(DESTDIR)$(libdir) |
| 239 | 241 | |
| ... | ... | @@ -255,6 +257,26 @@ install: \ |
| 255 | 257 | $(BINRLS)/$(PACKAGE_TARNAME)@EXEEXT@ \ |
| 256 | 258 | $(DESTDIR)$(bindir) |
| 257 | 259 | |
| 260 | + | |
| 261 | +install-devel: | |
| 262 | + | |
| 263 | + @mkdir -p $(DESTDIR)$(includedir)/pw3270 | |
| 264 | + @mkdir -p $(DESTDIR)$(libdir)/pkgconfig | |
| 265 | + | |
| 266 | + # Install includes | |
| 267 | + @$(INSTALL_DATA) \ | |
| 268 | + $(BASEDIR)/src/include/pw3270/*.h \ | |
| 269 | + $(DESTDIR)$(includedir)/pw3270 | |
| 270 | + | |
| 271 | + @$(INSTALL_DATA) \ | |
| 272 | + $(BASEDIR)/src/include/pw3270.h \ | |
| 273 | + $(DESTDIR)$(includedir) | |
| 274 | + | |
| 275 | + # Install PKG-CONFIG files | |
| 276 | + @$(INSTALL_DATA) \ | |
| 277 | + $(BASEDIR)/sdk/*.pc \ | |
| 278 | + $(DESTDIR)$(libdir)/pkgconfig | |
| 279 | + | |
| 258 | 280 | $(SRCDIR): \ |
| 259 | 281 | clean \ |
| 260 | 282 | $(foreach MOD, $(MODULES), $(SRCDIR)/$(MOD)) | ... | ... |