Compare View

switch
from
...
to
 
Commits (16)
.gitignore
1   -.bin
2   -.tmp
3   -.obj
4   -.pot
  1 +.*
5 2 *~
6 3 *.log
7 4 *.status
... ... @@ -71,4 +68,6 @@ intl
71 68 m4
72 69 po
73 70 app-manifest.xml
  71 +libtool
  72 +
74 73  
... ...
CHANGELOG 0 → 100644
... ... @@ -0,0 +1,613 @@
  1 +-------------------------------------------------------------------
  2 +Wed Mar 22 11:05:26 UTC 2023 - perry.werneck@gmail.com
  3 +
  4 +- Update to version 5.5+git20230204:
  5 + * Updating translation.
  6 + * Fixing win32 build, adding 'changes' file in windows app.
  7 + * Updating deb and mingw packages.
  8 + * Updating _service
  9 + * Updating translation.
  10 + * Adding 'CHANGELOG'
  11 + * Updating deb control files.
  12 + * Updating schema path on macos bundle script.
  13 +
  14 +-------------------------------------------------------------------
  15 +Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com
  16 +
  17 +- Update to version 5.4:
  18 + * fix-appdata-xml.patch removed.
  19 + * Adjustments in lgtm build settings.
  20 + * Fixing lgtm alerts.
  21 + * Fixing locales.
  22 + * Fixing ui install path.
  23 + * Testing refactored menu engine on windows.
  24 + * Refactoring menu builder engine to allow OS dependant menu layouts.
  25 + * Small adjustments in option parser.
  26 + * Fixing build system.
  27 + * Refactoring build sistem.
  28 + * Adding lgtm control file.
  29 + * Update README.md
  30 + * Exporting the log file name as an application property.
  31 + * Adding method for setting application object just after the plugin load.
  32 + * Adding host settings to classic menu.
  33 + * Updating win package
  34 + * Adjustments in the classic menu.
  35 + * Host and color dialogs are now part of libv3270.
  36 + * Fixing msys install.
  37 + * Working on windows package.
  38 + * Adjusting for windows packaging.
  39 + * Calling plugins on every new terminal.
  40 + * Commenting unnecessary message.
  41 + * Fix bug #24 - Run glib-compile-schemas after schema installation.
  42 + * Update README.md
  43 + * Updating metadata.
  44 + * Updating translation.
  45 + * Fixing 'save session preferences' in the classic dialog.
  46 + * Default for update session file is now false.
  47 + * Updating pre-reqs.
  48 + * Updating cross-compiler install script.
  49 + * Adding connect/disconnect icons.
  50 + * Adding message dialog when gsettings fail to prevent the windows 'hang' on schema failure.
  51 + * Fixing windows startup with session file name.
  52 + * 'gfile' open has failed on windows, building an OS specific version.
  53 + * Working on command line session file parser.
  54 + * Adjusting user interface.
  55 + * Adding 'ok' icons.
  56 + * Updating translations, adding method to get the active terminal window.
  57 + * Implementing method to get active session.
  58 + * Adding 'quit' icons.
  59 + * Fixing release build.
  60 + * Fixing windows load of gschemas.
  61 + * Fixing gsettings error.
  62 + * Fixing icons in the windows package.
  63 + * Implementing default log file from command line option.
  64 + * Working on windows package.
  65 + * Adding pixbuf loaders to runtime.
  66 + * Fixing gsettings on windows.
  67 + * Disabling tabs from command line option.
  68 + * Updating windows package script.
  69 + * Working on windows build.
  70 + * Updating windows schema.
  71 + * Fixing windows build.
  72 + * Adjustments in windows package.
  73 + * rsvg-view was replaced by inkscape.
  74 + * Adjusments in win package.
  75 + * Reseting to default session before loading of command line URL.
  76 + * Fixing codeql workflow
  77 + * Fixing startup with URL instead of session file.
  78 + * Fixing gnome-software integration.
  79 + * Adding the '.desktop' required by gnome-software on the id.
  80 + * Updating desktop file.
  81 + * Fixing obs warning.
  82 + * Fixing appstream-validate error.
  83 + * Convert from appdata to metainfo
  84 + * Adjusting desktop file.
  85 + * Reformating source with astyle.
  86 + * Adding metada to gtkrecentmanager entry.
  87 + * Fixing last-session-save engine.
  88 + * Adding action to open session file in the active terminal.
  89 + * Storing last command line passed session as a default one.
  90 + * Adding gsetting for default session filename.
  91 + * Disabling toolbar and header bar on invalid gsettings object to avoid segfaults.
  92 + * Fixing empty session name on "save-session-preferences" dialog.
  93 + * Fixing segfault on multiple session files.
  94 + * Updating README.
  95 + * Adding MVS screenshot.
  96 + * Update README.md
  97 + * Fixing windows build.
  98 + * Fixing translation.
  99 + * Fixing package build.
  100 + * Adjustments on about window.
  101 + * Delaying 'gsettings' change on application preferences dialog.
  102 + * Moving keypads to another project/package.
  103 + * Adding symbolic icon.
  104 + * Fixing appdata icon.
  105 + * Translating appdata.
  106 + * Trying to fix SLE-12 icon problem.
  107 + * Can't use metainfo and appdata in the same project.
  108 + * Adding metainfo for keypads.
  109 + * Updating package control files.
  110 + * Allow change of the application id from configure.
  111 + * Using application id for .desktop file, adjustmente in appdata.
  112 + * Fixing dialog section title.
  113 + * Fixing segfault on multiple use of settings dialog.
  114 + * Adding settings for the toolbar position.
  115 + * Ignoring patches.
  116 + * Fixing schema paths.
  117 + * Fixing fedora builds.
  118 + * Updating rpm control file.
  119 + * Fixing toolbar segfault on application exit.
  120 + * Enable new windows and tab lockdown.
  121 + * Fix loading of default settings.
  122 + * Updating project file.
  123 + * Cleaning debug messages.
  124 + * Fixing schemas.
  125 + * Adding option for lockdown the host settings dialog.
  126 + * Branding package should be noarch.
  127 + * Update README.md
  128 + * Changing version to 5.4 Adjustments in the about dialog.
  129 + * Fixing 'tag' script.
  130 +
  131 +-------------------------------------------------------------------
  132 +Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com
  133 +
  134 +- Update to version 5.4:
  135 + * Adjustments in lgtm build settings.
  136 + * Fixing lgtm alerts.
  137 + * Fixing locales.
  138 + * Fixing ui install path.
  139 + * Testing refactored menu engine on windows.
  140 + * Refactoring menu builder engine to allow OS dependant menu layouts.
  141 + * Small adjustments in option parser.
  142 + * Fixing build system.
  143 + * Refactoring build sistem.
  144 + * Adding lgtm control file.
  145 + * Update README.md
  146 + * Exporting the log file name as an application property.
  147 + * Adding method for setting application object just after the plugin load.
  148 + * Adding host settings to classic menu.
  149 + * Updating win package
  150 + * Adjustments in the classic menu.
  151 + * Host and color dialogs are now part of libv3270.
  152 + * Fixing msys install.
  153 + * Working on windows package.
  154 + * Adjusting for windows packaging.
  155 + * Calling plugins on every new terminal.
  156 + * Commenting unnecessary message.
  157 + * Fix bug #24 - Run glib-compile-schemas after schema installation.
  158 + * Update README.md
  159 + * Updating metadata.
  160 + * Updating translation.
  161 + * Fixing 'save session preferences' in the classic dialog.
  162 + * Default for update session file is now false.
  163 + * Updating pre-reqs.
  164 + * Updating cross-compiler install script.
  165 + * Adding connect/disconnect icons.
  166 + * Adding message dialog when gsettings fail to prevent the windows 'hang' on schema failure.
  167 + * Fixing windows startup with session file name.
  168 + * 'gfile' open has failed on windows, building an OS specific version.
  169 + * Working on command line session file parser.
  170 + * Adjusting user interface.
  171 + * Adding 'ok' icons.
  172 + * Updating translations, adding method to get the active terminal window.
  173 + * Implementing method to get active session.
  174 + * Adding 'quit' icons.
  175 + * Fixing release build.
  176 + * Fixing windows load of gschemas.
  177 + * Fixing gsettings error.
  178 + * Fixing icons in the windows package.
  179 + * Implementing default log file from command line option.
  180 + * Working on windows package.
  181 + * Adding pixbuf loaders to runtime.
  182 + * Fixing gsettings on windows.
  183 + * Disabling tabs from command line option.
  184 + * Updating windows package script.
  185 + * Working on windows build.
  186 + * Updating windows schema.
  187 + * Fixing windows build.
  188 + * Adjustments in windows package.
  189 + * rsvg-view was replaced by inkscape.
  190 + * Adjusments in win package.
  191 + * Reseting to default session before loading of command line URL.
  192 + * Fixing codeql workflow
  193 + * Fixing startup with URL instead of session file.
  194 + * Fixing gnome-software integration.
  195 + * Adding the '.desktop' required by gnome-software on the id.
  196 + * Updating desktop file.
  197 + * Fixing obs warning.
  198 + * Fixing appstream-validate error.
  199 + * Convert from appdata to metainfo
  200 + * Adjusting desktop file.
  201 + * Reformating source with astyle.
  202 + * Adding metada to gtkrecentmanager entry.
  203 + * Fixing last-session-save engine.
  204 + * Adding action to open session file in the active terminal.
  205 + * Storing last command line passed session as a default one.
  206 + * Adding gsetting for default session filename.
  207 + * Disabling toolbar and header bar on invalid gsettings object to avoid segfaults.
  208 + * Fixing empty session name on "save-session-preferences" dialog.
  209 + * Fixing segfault on multiple session files.
  210 + * Updating README.
  211 + * Adding MVS screenshot.
  212 + * Update README.md
  213 + * Fixing windows build.
  214 + * Fixing translation.
  215 + * Fixing package build.
  216 + * Adjustments on about window.
  217 + * Delaying 'gsettings' change on application preferences dialog.
  218 + * Moving keypads to another project/package.
  219 + * Adding symbolic icon.
  220 + * Fixing appdata icon.
  221 + * Translating appdata.
  222 + * Trying to fix SLE-12 icon problem.
  223 + * Can't use metainfo and appdata in the same project.
  224 + * Adding metainfo for keypads.
  225 + * Updating package control files.
  226 + * Allow change of the application id from configure.
  227 + * Using application id for .desktop file, adjustmente in appdata.
  228 + * Fixing dialog section title.
  229 + * Fixing segfault on multiple use of settings dialog.
  230 + * Adding settings for the toolbar position.
  231 + * Ignoring patches.
  232 + * Fixing schema paths.
  233 + * Fixing fedora builds.
  234 + * Updating rpm control file.
  235 + * Fixing toolbar segfault on application exit.
  236 + * Enable new windows and tab lockdown.
  237 + * Fix loading of default settings.
  238 + * Updating project file.
  239 + * Cleaning debug messages.
  240 + * Fixing schemas.
  241 + * Adding option for lockdown the host settings dialog.
  242 + * Branding package should be noarch.
  243 + * Update README.md
  244 + * Changing version to 5.4 Adjustments in the about dialog.
  245 + * Fixing 'tag' script.
  246 +
  247 +-------------------------------------------------------------------
  248 +Thu Apr 07 23:35:08 UTC 2022 - perry.werneck@gmail.com
  249 +
  250 +- Update to version 5.4:
  251 + * Adjustments in lgtm build settings.
  252 + * Fixing lgtm alerts.
  253 + * Fixing locales.
  254 + * Fixing ui install path.
  255 + * Testing refactored menu engine on windows.
  256 + * Refactoring menu builder engine to allow OS dependant menu layouts.
  257 + * Small adjustments in option parser.
  258 + * Fixing build system.
  259 + * Refactoring build sistem.
  260 + * Adding lgtm control file.
  261 + * Update README.md
  262 + * Exporting the log file name as an application property.
  263 + * Adding method for setting application object just after the plugin load.
  264 + * Adding host settings to classic menu.
  265 + * Updating win package
  266 + * Adjustments in the classic menu.
  267 + * Host and color dialogs are now part of libv3270.
  268 + * Fixing msys install.
  269 + * Working on windows package.
  270 + * Adjusting for windows packaging.
  271 + * Calling plugins on every new terminal.
  272 + * Commenting unnecessary message.
  273 + * Fix bug #24 - Run glib-compile-schemas after schema installation.
  274 + * Update README.md
  275 + * Updating metadata.
  276 + * Updating translation.
  277 + * Fixing 'save session preferences' in the classic dialog.
  278 + * Default for update session file is now false.
  279 + * Updating pre-reqs.
  280 + * Updating cross-compiler install script.
  281 + * Adding connect/disconnect icons.
  282 + * Adding message dialog when gsettings fail to prevent the windows 'hang' on schema failure.
  283 + * Fixing windows startup with session file name.
  284 + * 'gfile' open has failed on windows, building an OS specific version.
  285 + * Working on command line session file parser.
  286 + * Adjusting user interface.
  287 + * Adding 'ok' icons.
  288 + * Updating translations, adding method to get the active terminal window.
  289 + * Implementing method to get active session.
  290 + * Adding 'quit' icons.
  291 + * Fixing release build.
  292 + * Fixing windows load of gschemas.
  293 + * Fixing gsettings error.
  294 + * Fixing icons in the windows package.
  295 + * Implementing default log file from command line option.
  296 + * Working on windows package.
  297 + * Adding pixbuf loaders to runtime.
  298 + * Fixing gsettings on windows.
  299 + * Disabling tabs from command line option.
  300 + * Updating windows package script.
  301 + * Working on windows build.
  302 + * Updating windows schema.
  303 + * Fixing windows build.
  304 + * Adjustments in windows package.
  305 + * rsvg-view was replaced by inkscape.
  306 + * Adjusments in win package.
  307 + * Reseting to default session before loading of command line URL.
  308 + * Fixing codeql workflow
  309 + * Fixing startup with URL instead of session file.
  310 + * Fixing gnome-software integration.
  311 + * Adding the '.desktop' required by gnome-software on the id.
  312 + * Updating desktop file.
  313 + * Fixing obs warning.
  314 + * Fixing appstream-validate error.
  315 + * Convert from appdata to metainfo
  316 + * Adjusting desktop file.
  317 + * Reformating source with astyle.
  318 + * Adding metada to gtkrecentmanager entry.
  319 + * Fixing last-session-save engine.
  320 + * Adding action to open session file in the active terminal.
  321 + * Storing last command line passed session as a default one.
  322 + * Adding gsetting for default session filename.
  323 + * Disabling toolbar and header bar on invalid gsettings object to avoid segfaults.
  324 + * Fixing empty session name on "save-session-preferences" dialog.
  325 + * Fixing segfault on multiple session files.
  326 + * Updating README.
  327 + * Adding MVS screenshot.
  328 + * Update README.md
  329 + * Fixing windows build.
  330 + * Fixing translation.
  331 + * Fixing package build.
  332 + * Adjustments on about window.
  333 + * Delaying 'gsettings' change on application preferences dialog.
  334 + * Moving keypads to another project/package.
  335 + * Adding symbolic icon.
  336 + * Fixing appdata icon.
  337 + * Translating appdata.
  338 + * Trying to fix SLE-12 icon problem.
  339 + * Can't use metainfo and appdata in the same project.
  340 + * Adding metainfo for keypads.
  341 + * Updating package control files.
  342 + * Allow change of the application id from configure.
  343 + * Using application id for .desktop file, adjustmente in appdata.
  344 + * Fixing dialog section title.
  345 + * Fixing segfault on multiple use of settings dialog.
  346 + * Adding settings for the toolbar position.
  347 + * Ignoring patches.
  348 + * Fixing schema paths.
  349 + * Fixing fedora builds.
  350 + * Updating rpm control file.
  351 + * Fixing toolbar segfault on application exit.
  352 + * Enable new windows and tab lockdown.
  353 + * Fix loading of default settings.
  354 + * Updating project file.
  355 + * Cleaning debug messages.
  356 + * Fixing schemas.
  357 + * Adding option for lockdown the host settings dialog.
  358 + * Branding package should be noarch.
  359 + * Update README.md
  360 + * Changing version to 5.4 Adjustments in the about dialog.
  361 + * Fixing 'tag' script.
  362 +
  363 +-------------------------------------------------------------------
  364 +Tue Nov 24 23:29:38 UTC 2020 - Perry Werneck <perry.werneck@gmail.com>
  365 +
  366 +- Adding fix-appdata-xml.patch to fix problems with gnome-software.
  367 +
  368 +-------------------------------------------------------------------
  369 +Mon Nov 02 13:05:18 UTC 2020 - perry.werneck@gmail.com
  370 +
  371 +- Update to version 5.3+git20201102:
  372 + * Fixing package build.
  373 + * Removing .png files, using only the svg ones.
  374 + * Adjusting header bar defaults.
  375 + * Adjustments for openSUSE 15.2.
  376 + * Update README.md
  377 + * Use 'gnome' style as default on linux and classic in other OSs.
  378 + * Disabling F10 redirection.
  379 + * Adjusting default action lists.
  380 + * Enabling set/reset of kpalternative in the modern interface.
  381 + * Moving generic tools to libv3270.
  382 + * Auto updating toolbar when icon style changes.
  383 + * Implementing standard models for menus & comboboxes.
  384 + * Adding copy-image menu option.
  385 + * Adding "copy-as-html" action.
  386 + * Adding 'view trace' option on the popup menus.
  387 + * Pre-defining session file name on save dialogs.
  388 + * Creating session file when a desktop icon is built with default session.
  389 + * Adding method to suggest session filename and path.
  390 + * Processing toolbar-position settings.
  391 + * Adding tooltips in the header bar buttons.
  392 + * Moving application icons to the 'icons' folder.
  393 + * Adding support for customized icons.
  394 + * Adding option for symbolic icons in the header bar.
  395 + * Implementing use of symbolic icons in toolbar.
  396 + * Updating appdata.
  397 + * Scanning standard directories for session definition files.
  398 + * Adding appdata.xml
  399 + * Adding architecture in about window. Usefull for windows users.
  400 + * Project URL changes by locale.
  401 + * Loading/saving dialog responses from session file.
  402 + * Renaming default filename.
  403 + * Adding custom mime-type for pw3270 session settings file
  404 + * Using PIE instead of pic.
  405 + * Refactoring keypads.
  406 + * Adding deb post install/uninstall scripts.
  407 + * removed patch: optional_optipng.patch
  408 +
  409 +-------------------------------------------------------------------
  410 +Mon Jun 8 12:55:06 UTC 2020 - Perry Werneck <perry.werneck@gmail.com>
  411 +
  412 +- Optipng is not in the SLE-15 default repositories
  413 +- added patch: optional_optipng.patch
  414 +
  415 +-------------------------------------------------------------------
  416 +Thu Jun 04 18:31:19 UTC 2020 - perry.werneck@gmail.com
  417 +
  418 +- Update to version 5.3:
  419 + * Adding method to set environment variables from session settings file (allow use of an alternative openssl config file).
  420 + * Adding fallbacks for application menu.
  421 + * PACKAGE_RELEASE macros is now a string to allow use of rpm's release.
  422 + * Adding option to switch the user interface.
  423 + * Add build instructions for macOS
  424 + * Redirecting gtk logs to lib3270.
  425 + * Using the new dialog section element who adapts to windows UI.
  426 + * Refactoring session rename method.
  427 + * Fixing application preferences dialog warning.
  428 + * The defaults for windows and linux aren't the same.
  429 + * Adding clipboard settings dialog.
  430 + * Updating properties.
  431 + * Cleaning up.
  432 + * Adding toolbar properties menu.
  433 + * Refactoring "open" actions.
  434 + * Refactoring "window" actions.
  435 + * Refactoring application settings dialog & related widgets as gobjects.
  436 + * Terminal actions now lives in libv3270.
  437 + * Conditional and property actions moved to libv3270.
  438 + * Moving dialog action to libv3270.
  439 + * Refactoring plugin engine.
  440 + * Adding popup menu over OIA.
  441 + * Only customized sessions can be renamed.
  442 + * Implementing session name change dialog.
  443 + * Implementing tab-menu.
  444 + * Implementing popup menu on tab labels.
  445 + * Refactoring the open session/url from command line.
  446 + * Refactoring terminal support methods.
  447 + * Implementing "open session in the window" action.
  448 + * Implementing the new "save session" dialog.
  449 + * Adding toolbar settings dialog.
  450 + * Fixing portability issue detected by OBS.
  451 + * PF & PA key and lib3270's actions are now on libv3270.
  452 + * Implementing toolbar actions edit dialog.
  453 + * Implementing action viewer widget.
  454 + * Implementing application settings.
  455 + * Loading/saving print settings to/from session file.
  456 + * Adding accelerator settings tab on the session properties dialog.
  457 + * Use convert -strip
  458 + * ui-style is now defined by gsettings.
  459 + * Updating to latest versions of v3270 & lib3270.
  460 + * Adding missing license info.
  461 + * Getting appname from lib3270.
  462 + * Removing use of deprecated function "get_hostname".
  463 + * Adding support for oversize.
  464 + * Using the new standard error popup for print errors.
  465 + * Linux custom print widget is now managed by libv3270.
  466 + * Replacing save dialog with the new version from v3270.
  467 + * linux log is now sent do system log.
  468 + * Updating package to follow naming guidelines.
  469 +
  470 +-------------------------------------------------------------------
  471 +Wed Mar 25 08:47:04 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
  472 +
  473 +- Add reproducible.patch to make package build reproducible (boo#1047218)
  474 +
  475 +-------------------------------------------------------------------
  476 +Thu Feb 20 10:24:35 UTC 2020 - Max Lin <mlin@suse.com>
  477 +
  478 +- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional
  479 + for "BuildRequires: rsvg-convert"
  480 +
  481 +-------------------------------------------------------------------
  482 +Wed Oct 23 17:28:57 CEST 2019 - ro@suse.de
  483 +
  484 +- fix build-requires for factory/tumbleweed
  485 + rsvg-convert tool is now in rsvg-convert package
  486 +
  487 +-------------------------------------------------------------------
  488 +Fri May 31 18:21:45 UTC 2019 - perry.werneck@gmail.com
  489 +
  490 + * Doing a "clean exit" on SIGTERM.
  491 + * Updating translation.
  492 + * Updating translation.
  493 + * Fixing save message.
  494 + * Fixing the application name with ./configure option.
  495 + * Showing message on configuration update.
  496 + * Updating rpm packaging.
  497 + * Fixing icon and application name.
  498 + * Adding desktop file.
  499 + * Creating application icon in standard folder.
  500 + * Emitting message when the logo is not available on about window.
  501 + * Fixing memory allocation error on about dialog.
  502 + * Fixing bug in about window detected on windows version.
  503 + * Fixing win32 runtime.
  504 + * Updating read me.
  505 + * Updating versions in win packate.
  506 + * Fixing file version indication in win32 package.
  507 + * Fixing windows build.
  508 + * Removing windows native dialog.
  509 + * Fixing windows build.
  510 + * Removing unused sources.
  511 + * Adding compiled version of the schemas in the runtime package.
  512 + * Adding gtkfilechooser schema to runtime package.
  513 + * Comentando fontes do código que foi transferido para a libv3270.
  514 + * Adding script to build and install lib3270 and libv3270 on msys2
  515 + * Fixing msys2 build.
  516 + * Disabling unused code.
  517 + * Updating translations.
  518 + * Renaming application transfer file dialog to avoid conflicts.
  519 + * Updating package control file.
  520 +
  521 +-------------------------------------------------------------------
  522 +Tue Feb 26 16:55:21 UTC 2019 - perry.werneck@gmail.com
  523 +
  524 +- Update to version 5.2:
  525 + * Updating linux packages.
  526 + * Removing libv3270 submodule
  527 + * Updating branding Makefile.
  528 + * Updating autogen
  529 + * Updating project.
  530 + * Fixing RHEL 7 builds.
  531 + * Removing unused UI files.
  532 + * Fixing .deb builds
  533 + * Fixing RHEL7 build.
  534 + * Updating linux package.
  535 +
  536 +-------------------------------------------------------------------
  537 +Thu Sep 14 00:28:23 UTC 2017 - jengelh@inai.de
  538 +
  539 +- Put libpw3270 into its own package (shared library guideline).
  540 +- Drop require on /usr/bin/openssl, this is unusual for a library
  541 + to request.
  542 +- %configure already sets CFLAGS,CXXFLAGS, do not set it again.
  543 + Replace old RPM variables. Remove redundant %clean section.
  544 + Do not run fdupes across hardlink boundaries.
  545 +- Fix one RPM category. Trim redundant words from description.
  546 +
  547 +-------------------------------------------------------------------
  548 +Wed Sep 13 13:51:34 UTC 2017 - erico.mendonca@suse.com
  549 +
  550 +- fix_actions.patch: patch is no longer necessary.
  551 +- keypad_update.patch: patch is no longer necessary.
  552 +- mutex_include.patch: patch is no longer necessary.
  553 +- gtk2-fixes.patch: patch is no longer necessary.
  554 +- file_chooser.patch: patch is no longer necessary.
  555 +- fix_oorexx_charset.patch: patch is no longer necessary.
  556 +
  557 +-------------------------------------------------------------------
  558 +Wed Sep 13 12:25:12 UTC 2017 - perry.werneck@gmail.com
  559 +
  560 +- Updating to the latest git level, closing package for distribution.
  561 +- Java, Rexx, PHP, Mono and other extensions for scripting are now separated packages.
  562 +
  563 +-------------------------------------------------------------------
  564 +Thu Jan 26 12:37:48 UTC 2017 - perry.werneck@gmail.com
  565 +
  566 +- Fixing .deb builds.
  567 +
  568 +-------------------------------------------------------------------
  569 +Thu Jan 19 16:36:08 UTC 2017 - perry.werneck@gmail.com
  570 +
  571 +- Removing unused sources, refactoring Makefiles, build & installation
  572 +
  573 +-------------------------------------------------------------------
  574 +Tue Dec 27 16:00:33 UTC 2016 - perry.werneck@gmail.com
  575 +
  576 +- Updating deb dependencies.
  577 +
  578 +-------------------------------------------------------------------
  579 +Fri Nov 4 17:36:54 UTC 2016 - perry.werneck@gmail.com
  580 +
  581 +- Fixing PHP5 requires.
  582 +
  583 +-------------------------------------------------------------------
  584 +Fri Oct 21 19:34:11 UTC 2016 - perry.werneck@gmail.com
  585 +
  586 +- Fixing script file chooser
  587 +- added patches: fix_oorexx_charset.patch
  588 + mutex_include.patch
  589 + keypad_update.patch
  590 + file_chooser.patch
  591 + fix_actions.patch
  592 + gtk2-fixes.patch
  593 +
  594 +-------------------------------------------------------------------
  595 +Fri Oct 21 19:05:20 UTC 2016 - perry.werneck@gmail.com
  596 +
  597 +- Fixing charset problem on ooRexx plugin
  598 +
  599 +-------------------------------------------------------------------
  600 +Fri Oct 21 18:38:28 UTC 2016 - perry.werneck@gmail.com
  601 +
  602 +- Fixing backport for bug 998842 (https://bugzilla.suse.com/show_bug.cgi?id=998842)
  603 + on OpenSUSE 13.2
  604 +
  605 +-------------------------------------------------------------------
  606 +Thu Oct 20 11:13:41 UTC 2016 - perry.werneck@gmail.com
  607 +
  608 +- Adding PHP5 support on Debian builds
  609 +
  610 +-------------------------------------------------------------------
  611 +Wed Oct 19 17:21:01 UTC 2016 - perry.werneck@gmail.com
  612 +
  613 +- Fixing gtk2 builds.
... ...
Makefile.in
... ... @@ -335,6 +335,10 @@ install-windows-application: \
335 335 $(PRODUCT_NAME).png \
336 336 $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).png
337 337  
  338 + @$(INSTALL_DATA) \
  339 + CHANGELOG \
  340 + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PACKAGE_NAME).changes
  341 +
338 342 install-icons:
339 343  
340 344 @$(MKDIR) \
... ...
arch/PKGBUILD
... ... @@ -2,17 +2,18 @@
2 2  
3 3 pkgname=pw3270
4 4  
5   -pkgver=5.3
  5 +pkgver=5.5+git20230204
6 6 pkgrel=0
7 7 pkgdesc="IBM 3270 Terminal emulator for GTK"
8 8 url="https://portal.softwarepublico.gov.br/social/pw3270/"
9 9 arch=(i686 x86_64)
10 10 license=(GPL)
11   -depends=()
  11 +depends=(libv3270)
  12 +optdepends=('pw3270-plugin-ipc: D-Bus remote control' 'pw3270-keypads: Aditional screen keypads')
12 13 makedepends=(autoconf automake make openssl lib3270 gtk3 libv3270 python3 dbus dbus-glib imagemagick optipng gzip)
13 14 checkdepends=()
14 15  
15   -#groups=(gnome)
  16 +groups=(gnome)
16 17  
17 18 source=($pkgname-$pkgver.tar.xz)
18 19 sha256sums=('SKIP')
... ...
debian/changelog
1   -pw3270 (5.4-0) unstable; urgency=low
  1 +pw3270 (5.5+git20230204-0) unstable; urgency=low
2 2  
3 3 * Initial Release
4 4  
... ...
debian/control
... ... @@ -2,24 +2,18 @@ Source: pw3270
2 2 Section: unknown
3 3 Priority: optional
4 4 Maintainer: Perry Werneck <perry.werneck@gmail.com>
5   -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk-3-dev, gettext, desktop-file-utils, imagemagick, librsvg2-bin, libv3270-dev
  5 +Build-Depends: debhelper (>= 7), lib3270-dev, libv3270-dev, autotools-dev, autoconf, libgtk-3-dev, gettext, desktop-file-utils
6 6  
7 7 Package: pw3270
8 8 Architecture: any
9   -Depends: ${misc:Depends}, ${shlibs:Depends}
  9 +Depends: lib3270, libv3270, ${shlibs:Depends}, ${misc:Depends}
10 10 Description: IBM 3270 Terminal emulator for gtk
11 11 IBM 3270 terminal emulator gtk. It can be used to communicate with
12 12 any IBM host that supports 3270-style connections over TELNET.
13 13  
14   -Package: pw3270-keypads
15   -Architecture: any
16   -Depends: pw3270 (= ${binary:Version})
17   -Description: Keypads for pw3270
18   - This package provides optional keypads for pw3270 application.
19   -
20 14 Package: pw3270-dbg
21 15 Architecture: any
22 16 Depends: pw3270 (= ${binary:Version})
23   -Description: Debugging symbols for pw3270/lib3270
  17 +Description: Debugging symbols for pw3270
24 18 This package contains the debugging symbols for pw3270's internal libs.
25 19  
... ...
debian/pw3270.dsc
1 1 Format: 1.0
2 2 Source: pw3270
3   -Version: 5.4-0
  3 +Version: 5.5+git20230204-0
4 4 Binary: pw3270
5 5 Maintainer: Perry Werneck <perry.werneck@gmail.com>
6 6 Architecture: any
7   -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, libgtk-3-dev, gettext, desktop-file-utils, imagemagick, librsvg2-bin, optipng, libv3270-dev
  7 +Build-Depends: debhelper (>= 7), lib3270-dev, libv3270-dev, autotools-dev, autoconf, automake, pkg-config, libgtk-3-dev, gettext, desktop-file-utils, imagemagick, librsvg2-bin, optipng
8 8 Standards-Version: 3.9.1.0
9 9 DEBTRANSFORM-RELEASE: 1
10 10 Files:
11   - 00000000000000000000000000000000 000000 pw3270-5.3.tar.xz
  11 + 00000000000000000000000000000000 000000 pw3270-unstable-5.3.tar.xz
12 12  
13 13  
... ...
debian/rules
... ... @@ -27,17 +27,10 @@ build-stamp:
27 27 dh_testdir
28 28  
29 29 # Add here commands to compile the package.
30   -
31   - aclocal
32   - autoconf
33   -
34   - mkdir -p scripts
35   - automake --add-missing 2> /dev/null | true
36   -
37   - ./configure --prefix=/usr
38   -
  30 + NOCONFIGURE=1 ./autogen.sh
  31 + ./configure --prefix=/usr --enable-unstable --with-application-id=br.com.bb.pw3270.unstable
39 32 rm -f debian/*.install
40   - make Release
  33 + make all
41 34  
42 35 # --- end custom part for compiling
43 36  
... ... @@ -66,8 +59,6 @@ install: build
66 59 # Install main application
67 60 make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME) install-application
68 61  
69   - # --- end custom part for installing
70   -
71 62 # Build architecture-independent files here.
72 63 binary-indep: build install
73 64 # We have nothing to do by default.
... ... @@ -104,3 +95,4 @@ binary-arch: build install
104 95  
105 96 binary: binary-indep binary-arch
106 97 .PHONY: build clean binary-indep binary-arch binary install
  98 +
... ...
locale/pt_BR.po
1 1 #
2   -# Perry Werneck <perry.werneck@gmail.com>, 2012-2021.
  2 +# Perry Werneck <perry.werneck@gmail.com>, 2012-2023.
3 3 #
4 4 msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2023-01-18 12:42-0300\n"
9   -"PO-Revision-Date: 2021-12-23 01:36-0300\n"
  8 +"POT-Creation-Date: 2023-01-31 11:13-0300\n"
  9 +"PO-Revision-Date: 2023-01-31 11:14-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Brazilian Portuguese <perry.werneck@gmail.com>\n"
12 12 "Language: pt_BR\n"
... ... @@ -17,7 +17,7 @@ msgstr &quot;&quot;
17 17 "X-Poedit-Country: BRAZIL\n"
18 18 "X-Poedit-SourceCharset: utf-8\n"
19 19 "Plural-Forms: nplurals=2; plural=(n > 1)\n"
20   -"X-Generator: Gtranslator 3.38.0\n"
  20 +"X-Generator: Gtranslator 40.0\n"
21 21  
22 22 #: src/objects/application/application.c:214
23 23 #, c-format
... ... @@ -38,7 +38,7 @@ msgid &quot;32 bits Windows&quot;
38 38 msgstr "Windows 32 bits"
39 39  
40 40 #: src/objects/actions/save.c:167 src/objects/os/linux/savedesktopicon.c:233
41   -#: src/objects/os/windows/savedesktopicon.c:222
  41 +#: src/objects/os/windows/savedesktopicon.c:224
42 42 msgid "3270 session files"
43 43 msgstr "Arquivos de sessão TN3270"
44 44  
... ... @@ -260,7 +260,7 @@ msgid &quot;Copyright © 2008 Banco do Brasil S.A.&quot;
260 260 msgstr "Copyright © 2008 Banco do Brasil S.A."
261 261  
262 262 #: src/objects/os/linux/savedesktopicon.c:114
263   -#: src/objects/os/windows/savedesktopicon.c:107
  263 +#: src/objects/os/windows/savedesktopicon.c:109
264 264 #: src/objects/os/macos/savedesktopicon.c:54
265 265 msgid "Create shortcut for the current session"
266 266 msgstr "Criar atalho para a sessão atual."
... ... @@ -295,7 +295,7 @@ msgstr &quot;Recortar&quot;
295 295 msgid "Delete Field"
296 296 msgstr "Apagar campo"
297 297  
298   -#: src/objects/os/windows/savedesktopicon.c:80
  298 +#: src/objects/os/windows/savedesktopicon.c:82
299 299 msgid "Description"
300 300 msgstr "Descrição"
301 301  
... ... @@ -365,7 +365,7 @@ msgstr &quot;Erro iniciando sessão&quot;
365 365 msgid "Field attributes"
366 366 msgstr "Atributos de campo"
367 367  
368   -#: src/objects/os/windows/savedesktopicon.c:219
  368 +#: src/objects/os/windows/savedesktopicon.c:221
369 369 msgid "File for session preferences"
370 370 msgstr "Arquivo para preferências da sessão"
371 371  
... ... @@ -394,7 +394,7 @@ msgstr &quot;Configuração de servidor e emulação&quot;
394 394  
395 395 #: src/objects/application/actions/about.c:119 src/objects/window/window.c:564
396 396 #: src/objects/os/linux/savedesktopicon.c:102
397   -#: src/objects/os/windows/savedesktopicon.c:269
  397 +#: src/objects/os/windows/savedesktopicon.c:271
398 398 msgid "IBM 3270 Terminal emulator"
399 399 msgstr "Emulador de terminal IBM 3270"
400 400  
... ... @@ -643,7 +643,7 @@ msgid &quot;Paste with left margin&quot;
643 643 msgstr "Colar com margem esquerda"
644 644  
645 645 #: src/objects/os/linux/savedesktopicon.c:71
646   -#: src/objects/os/windows/savedesktopicon.c:74
  646 +#: src/objects/os/windows/savedesktopicon.c:76
647 647 msgid "Path for the new shortcut"
648 648 msgstr "Caminho para o novo atalho"
649 649  
... ... @@ -718,7 +718,7 @@ msgid &quot;Save session preferences&quot;
718 718 msgstr "Salvar preferências da sessão"
719 719  
720 720 #: src/objects/os/linux/savedesktopicon.c:113
721   -#: src/objects/os/windows/savedesktopicon.c:106
  721 +#: src/objects/os/windows/savedesktopicon.c:108
722 722 #: src/objects/os/macos/savedesktopicon.c:53
723 723 msgid "Save session shortcut"
724 724 msgstr "Salvar atalho para a sessão"
... ... @@ -731,7 +731,7 @@ msgstr &quot;Salvar para arquivo de sessão&quot;
731 731 msgid "Save to shortcut file"
732 732 msgstr "Salvar para arquivo de atalho"
733 733  
734   -#: src/objects/os/windows/savedesktopicon.c:184
  734 +#: src/objects/os/windows/savedesktopicon.c:186
735 735 msgid "Save to windows shortcut"
736 736 msgstr "Salvar para atalho windows"
737 737  
... ... @@ -796,7 +796,7 @@ msgid &quot;Session Trace&quot;
796 796 msgstr "Trace da sessão"
797 797  
798 798 #: src/objects/actions/save.c:63 src/objects/os/linux/savedesktopicon.c:85
799   -#: src/objects/os/windows/savedesktopicon.c:94
  799 +#: src/objects/os/windows/savedesktopicon.c:96
800 800 msgid "Session file"
801 801 msgstr "Arquivo de sessão"
802 802  
... ... @@ -811,7 +811,7 @@ msgid &quot;Session in new window&quot;
811 811 msgstr "Sessão em nova janela"
812 812  
813 813 #: src/objects/actions/save.c:56 src/objects/os/linux/savedesktopicon.c:77
814   -#: src/objects/os/windows/savedesktopicon.c:86
  814 +#: src/objects/os/windows/savedesktopicon.c:88
815 815 msgid "Session name"
816 816 msgstr "Nome da sessão"
817 817  
... ... @@ -847,7 +847,7 @@ msgid &quot;Setup toolbar&quot;
847 847 msgstr "Configurar barra de ferramentas"
848 848  
849 849 #: src/objects/os/linux/savedesktopicon.c:70
850   -#: src/objects/os/windows/savedesktopicon.c:73
  850 +#: src/objects/os/windows/savedesktopicon.c:75
851 851 msgid "Shortcut file"
852 852 msgstr "Arquivo de atalho"
853 853  
... ... @@ -960,7 +960,7 @@ msgid &quot;The file to save the current session preferences&quot;
960 960 msgstr "O arquivo com as preferências da sessão atual"
961 961  
962 962 #: src/objects/os/linux/savedesktopicon.c:86
963   -#: src/objects/os/windows/savedesktopicon.c:95
  963 +#: src/objects/os/windows/savedesktopicon.c:97
964 964 msgid "The file with the session preferences for this shortcut"
965 965 msgstr "O arquivo com as preferências da sessão para esse atalho"
966 966  
... ... @@ -1005,7 +1005,7 @@ msgid &quot;The position of the keypad&quot;
1005 1005 msgstr "A posição do painel"
1006 1006  
1007 1007 #: src/objects/actions/save.c:57 src/objects/os/linux/savedesktopicon.c:79
1008   -#: src/objects/os/windows/savedesktopicon.c:88
  1008 +#: src/objects/os/windows/savedesktopicon.c:90
1009 1009 msgid "The session name used in the window/tab title (empty for default)"
1010 1010 msgstr ""
1011 1011 "O nome da sessão usada no título da janela/aba. Vazio para usar o valor "
... ... @@ -1133,14 +1133,14 @@ msgstr &quot;Exibir&quot;
1133 1133  
1134 1134 #: src/objects/application/actions/about.c:191
1135 1135 msgid "View this project on github"
1136   -msgstr "Portal do Software Público Brasileiro"
  1136 +msgstr "Visite-nos no github"
1137 1137  
1138 1138 #: ui/windows.ui.xml:106 ui/windows.ui.xml:568 ui/macos.ui.xml:106
1139 1139 #: ui/macos.ui.xml:568 ui/linux.ui.xml:106 ui/linux.ui.xml:568
1140 1140 msgid "Window with default session"
1141 1141 msgstr "Janela com sessão padrão"
1142 1142  
1143   -#: src/objects/os/windows/savedesktopicon.c:187
  1143 +#: src/objects/os/windows/savedesktopicon.c:189
1144 1144 msgid "Windows shortcuts"
1145 1145 msgstr "Atalhos windows"
1146 1146  
... ... @@ -1150,7 +1150,7 @@ msgstr &quot;_Aplicar&quot;
1150 1150  
1151 1151 #: src/objects/actions/save.c:103 src/objects/settings/dialog.c:78
1152 1152 #: src/objects/os/linux/savedesktopicon.c:140
1153   -#: src/objects/os/windows/savedesktopicon.c:132
  1153 +#: src/objects/os/windows/savedesktopicon.c:134
1154 1154 msgid "_Cancel"
1155 1155 msgstr "_Cancelar"
1156 1156  
... ... @@ -1200,7 +1200,7 @@ msgid &quot;_Rename session&quot;
1200 1200 msgstr "Renomear sessão"
1201 1201  
1202 1202 #: src/objects/actions/save.c:104 src/objects/os/linux/savedesktopicon.c:141
1203   -#: src/objects/os/windows/savedesktopicon.c:133
  1203 +#: src/objects/os/windows/savedesktopicon.c:135
1204 1204 msgid "_Save"
1205 1205 msgstr "_Salvar"
1206 1206  
... ... @@ -1210,7 +1210,7 @@ msgstr &quot;_Exibir&quot;
1210 1210  
1211 1211 #: src/objects/application/actions/about.c:190
1212 1212 msgid "https://github.com/PerryWerneck/pw3270"
1213   -msgstr "https://portal.softwarepublico.gov.br/social/pw3270/"
  1213 +msgstr "https://github.com/PerryWerneck/pw3270"
1214 1214  
1215 1215 #: src/objects/application/actions/about.c:193
1216 1216 msgid "translator-credits"
... ...
locale/pw3270.pot
... ... @@ -8,7 +8,7 @@ msgid &quot;&quot;
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11   -"POT-Creation-Date: 2023-01-18 12:47-0300\n"
  11 +"POT-Creation-Date: 2023-01-31 11:13-0300\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
... ... @@ -36,7 +36,7 @@ msgid &quot;32 bits Windows&quot;
36 36 msgstr ""
37 37  
38 38 #: src/objects/actions/save.c:167 src/objects/os/linux/savedesktopicon.c:233
39   -#: src/objects/os/windows/savedesktopicon.c:222
  39 +#: src/objects/os/windows/savedesktopicon.c:224
40 40 msgid "3270 session files"
41 41 msgstr ""
42 42  
... ... @@ -256,7 +256,7 @@ msgid &quot;Copyright © 2008 Banco do Brasil S.A.&quot;
256 256 msgstr ""
257 257  
258 258 #: src/objects/os/linux/savedesktopicon.c:114
259   -#: src/objects/os/windows/savedesktopicon.c:107
  259 +#: src/objects/os/windows/savedesktopicon.c:109
260 260 #: src/objects/os/macos/savedesktopicon.c:54
261 261 msgid "Create shortcut for the current session"
262 262 msgstr ""
... ... @@ -291,7 +291,7 @@ msgstr &quot;&quot;
291 291 msgid "Delete Field"
292 292 msgstr ""
293 293  
294   -#: src/objects/os/windows/savedesktopicon.c:80
  294 +#: src/objects/os/windows/savedesktopicon.c:82
295 295 msgid "Description"
296 296 msgstr ""
297 297  
... ... @@ -361,7 +361,7 @@ msgstr &quot;&quot;
361 361 msgid "Field attributes"
362 362 msgstr ""
363 363  
364   -#: src/objects/os/windows/savedesktopicon.c:219
  364 +#: src/objects/os/windows/savedesktopicon.c:221
365 365 msgid "File for session preferences"
366 366 msgstr ""
367 367  
... ... @@ -390,7 +390,7 @@ msgstr &quot;&quot;
390 390  
391 391 #: src/objects/application/actions/about.c:119 src/objects/window/window.c:564
392 392 #: src/objects/os/linux/savedesktopicon.c:102
393   -#: src/objects/os/windows/savedesktopicon.c:269
  393 +#: src/objects/os/windows/savedesktopicon.c:271
394 394 msgid "IBM 3270 Terminal emulator"
395 395 msgstr ""
396 396  
... ... @@ -639,7 +639,7 @@ msgid &quot;Paste with left margin&quot;
639 639 msgstr ""
640 640  
641 641 #: src/objects/os/linux/savedesktopicon.c:71
642   -#: src/objects/os/windows/savedesktopicon.c:74
  642 +#: src/objects/os/windows/savedesktopicon.c:76
643 643 msgid "Path for the new shortcut"
644 644 msgstr ""
645 645  
... ... @@ -714,7 +714,7 @@ msgid &quot;Save session preferences&quot;
714 714 msgstr ""
715 715  
716 716 #: src/objects/os/linux/savedesktopicon.c:113
717   -#: src/objects/os/windows/savedesktopicon.c:106
  717 +#: src/objects/os/windows/savedesktopicon.c:108
718 718 #: src/objects/os/macos/savedesktopicon.c:53
719 719 msgid "Save session shortcut"
720 720 msgstr ""
... ... @@ -727,7 +727,7 @@ msgstr &quot;&quot;
727 727 msgid "Save to shortcut file"
728 728 msgstr ""
729 729  
730   -#: src/objects/os/windows/savedesktopicon.c:184
  730 +#: src/objects/os/windows/savedesktopicon.c:186
731 731 msgid "Save to windows shortcut"
732 732 msgstr ""
733 733  
... ... @@ -792,7 +792,7 @@ msgid &quot;Session Trace&quot;
792 792 msgstr ""
793 793  
794 794 #: src/objects/actions/save.c:63 src/objects/os/linux/savedesktopicon.c:85
795   -#: src/objects/os/windows/savedesktopicon.c:94
  795 +#: src/objects/os/windows/savedesktopicon.c:96
796 796 msgid "Session file"
797 797 msgstr ""
798 798  
... ... @@ -807,7 +807,7 @@ msgid &quot;Session in new window&quot;
807 807 msgstr ""
808 808  
809 809 #: src/objects/actions/save.c:56 src/objects/os/linux/savedesktopicon.c:77
810   -#: src/objects/os/windows/savedesktopicon.c:86
  810 +#: src/objects/os/windows/savedesktopicon.c:88
811 811 msgid "Session name"
812 812 msgstr ""
813 813  
... ... @@ -843,7 +843,7 @@ msgid &quot;Setup toolbar&quot;
843 843 msgstr ""
844 844  
845 845 #: src/objects/os/linux/savedesktopicon.c:70
846   -#: src/objects/os/windows/savedesktopicon.c:73
  846 +#: src/objects/os/windows/savedesktopicon.c:75
847 847 msgid "Shortcut file"
848 848 msgstr ""
849 849  
... ... @@ -956,7 +956,7 @@ msgid &quot;The file to save the current session preferences&quot;
956 956 msgstr ""
957 957  
958 958 #: src/objects/os/linux/savedesktopicon.c:86
959   -#: src/objects/os/windows/savedesktopicon.c:95
  959 +#: src/objects/os/windows/savedesktopicon.c:97
960 960 msgid "The file with the session preferences for this shortcut"
961 961 msgstr ""
962 962  
... ... @@ -1001,7 +1001,7 @@ msgid &quot;The position of the keypad&quot;
1001 1001 msgstr ""
1002 1002  
1003 1003 #: src/objects/actions/save.c:57 src/objects/os/linux/savedesktopicon.c:79
1004   -#: src/objects/os/windows/savedesktopicon.c:88
  1004 +#: src/objects/os/windows/savedesktopicon.c:90
1005 1005 msgid "The session name used in the window/tab title (empty for default)"
1006 1006 msgstr ""
1007 1007  
... ... @@ -1132,7 +1132,7 @@ msgstr &quot;&quot;
1132 1132 msgid "Window with default session"
1133 1133 msgstr ""
1134 1134  
1135   -#: src/objects/os/windows/savedesktopicon.c:187
  1135 +#: src/objects/os/windows/savedesktopicon.c:189
1136 1136 msgid "Windows shortcuts"
1137 1137 msgstr ""
1138 1138  
... ... @@ -1142,7 +1142,7 @@ msgstr &quot;&quot;
1142 1142  
1143 1143 #: src/objects/actions/save.c:103 src/objects/settings/dialog.c:78
1144 1144 #: src/objects/os/linux/savedesktopicon.c:140
1145   -#: src/objects/os/windows/savedesktopicon.c:132
  1145 +#: src/objects/os/windows/savedesktopicon.c:134
1146 1146 msgid "_Cancel"
1147 1147 msgstr ""
1148 1148  
... ... @@ -1192,7 +1192,7 @@ msgid &quot;_Rename session&quot;
1192 1192 msgstr ""
1193 1193  
1194 1194 #: src/objects/actions/save.c:104 src/objects/os/linux/savedesktopicon.c:141
1195   -#: src/objects/os/windows/savedesktopicon.c:133
  1195 +#: src/objects/os/windows/savedesktopicon.c:135
1196 1196 msgid "_Save"
1197 1197 msgstr ""
1198 1198  
... ...
macos/bundle
... ... @@ -136,8 +136,10 @@ cp &quot;$(brew --prefix)/share/pw3270/colors.conf&quot; &quot;${res_path}&quot;
136 136 # Bundle GLib schemas
137 137 echo "Bundling GLib schemas"
138 138 mkdir -p "${tmp}/schemas"
139   -cp "../schemas/linux/"*".xml" "${tmp}/schemas"
  139 +
  140 +cp "$(brew --prefix)$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas"
140 141 cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/org.gtk.Settings."*".gschema.xml" "${tmp}/schemas"
  142 +
141 143 glib-compile-schemas --targetdir="${res_path}" "${tmp}/schemas"
142 144  
143 145 # Create the GTK settings file
... ...
rpm/_service
... ... @@ -11,53 +11,6 @@
11 11 <param name="versionformat">@PARENT_TAG@+git%cd</param>
12 12 <param name="scm">git</param>
13 13 </service>
14   -
15   - <!-- https://github.com/openSUSE/obs-service-extract_file -->
16   - <!-- service name="extract_file">
17   - <param name="archive">*.tar</param>
18   - <param name="files">*/rpm/pw3270.spec</param>
19   - </service -->
20   -
21   - <service name="extract_file">
22   - <param name="archive">*.tar</param>
23   - <param name="files">*/debian/pw3270.dsc</param>
24   - </service>
25   -
26   - <service name="extract_file">
27   - <param name="archive">*.tar</param>
28   - <param name="files">*/debian/changelog</param>
29   - <param name="outfilename">debian.changelog</param>
30   - </service>
31   -
32   - <service name="extract_file">
33   - <param name="archive">*.tar</param>
34   - <param name="files">*/debian/control</param>
35   - <param name="outfilename">debian.control</param>
36   - </service>
37   -
38   - <service name="extract_file">
39   - <param name="archive">*.tar</param>
40   - <param name="files">*/debian/rules</param>
41   - <param name="outfilename">debian.rules</param>
42   - </service>
43   -
44   - <service name="extract_file">
45   - <param name="archive">*.tar</param>
46   - <param name="files">*/debian/compat</param>
47   - <param name="outfilename">debian.compat</param>
48   - </service>
49   -
50   - <!-- service name="extract_file">
51   - <param name="archive">*.tar</param>
52   - <param name="files">*/debian/shlibs</param>
53   - <param name="outfilename">debian.shlibs</param>
54   - </service -->
55   -
56   - <!-- service name="extract_file">
57   - <param name="archive">*.tar</param>
58   - <param name="files">*/arch/PKGBUILD</param>
59   - <param name="outfilename">PKGBUILD</param>
60   - </service -->
61 14  
62 15 <service name="recompress">
63 16 <param name="file">*.tar</param>
... ...
rpm/_servicedata 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<servicedata>
  2 +<service name="tar_scm">
  3 + <param name="url">https://github.com/PerryWerneck/pw3270.git</param>
  4 + <param name="changesrevision">5cc5a3fd58e23e0d65fd0d82be4f39824bc16016</param></service></servicedata>
0 5 \ No newline at end of file
... ...
rpm/pw3270.spec
... ... @@ -13,16 +13,20 @@
13 13 # license that conforms to the Open Source Definition (Version 1.9)
14 14 # published by the Open Source Initiative.
15 15  
16   -# Please submit bugfixes or comments via https://bugs.opensuse.org/
  16 +# Please submit bugfixes or comments via https://github.com/PerryWerneck/pw3270/issues
17 17 #
18 18  
19   -
20 19 %define _product %(pkg-config --variable=product_name lib3270)
21 20  
  21 +%define plugindir %(pkg-config --variable=plugin_path lib3270)
  22 +%if "%{plugindir}" == ""
  23 + %define plugindir /usr/lib64/pw3270-plugins
  24 +%endif
  25 +
22 26 #---[ Packaging ]-----------------------------------------------------------------------------------------------------
23 27  
24 28 Name: pw3270
25   -Version: 5.4
  29 +Version: 5.5+git20230204
26 30 Release: 0
27 31 Summary: IBM 3270 Terminal emulator for GTK
28 32 License: GPL-2.0-only
... ... @@ -51,8 +55,7 @@ Recommends: libv3270-config
51 55  
52 56 BuildRequires: glib2-devel
53 57 BuildRequires: gtk3-devel
54   -BuildRequires: libappstream-glib
55   -BuildRequires: libv3270-devel >= 5.3
  58 +BuildRequires: libv3270-devel >= 5.4
56 59  
57 60 %endif
58 61  
... ... @@ -60,10 +63,9 @@ BuildRequires: libv3270-devel &gt;= 5.3
60 63  
61 64 %if 0%{?fedora}
62 65  
63   -BuildRequires: libappstream-glib
64 66 BuildRequires: pkgconfig(glib-2.0)
65 67 BuildRequires: pkgconfig(gtk+-3.0)
66   -BuildRequires: pkgconfig(libv3270) >= 5.3
  68 +BuildRequires: pkgconfig(libv3270) >= 5.4
67 69  
68 70 %endif
69 71  
... ... @@ -75,7 +77,7 @@ BuildRequires: appstream-glib
75 77 BuildRequires: update-desktop-files
76 78 BuildRequires: pkgconfig(glib-2.0)
77 79 BuildRequires: pkgconfig(gtk+-3.0)
78   -BuildRequires: pkgconfig(libv3270) >= 5.3
  80 +BuildRequires: pkgconfig(libv3270) >= 5.4
79 81  
80 82 %glib2_gsettings_schema_requires
81 83  
... ... @@ -106,14 +108,14 @@ Based on the original x3270 code, pw3270 was originally created for Banco do Bra
106 108  
107 109 #--[ Configuration & Branding ]---------------------------------------------------------------------------------------
108 110 %package branding
109   -Summary: Default branding for %{name}
110   -Group: System/X11/Terminals
  111 +Summary: Default branding for %{name}
  112 +Group: System/X11/Terminals
111 113  
112   -Requires: %{name} = %{version}
113   -BuildArch: noarch
  114 +Requires: %{name} = %{version}
  115 +BuildArch: noarch
114 116  
115   -Requires(post): desktop-file-utils
116   -Requires(postun):desktop-file-utils
  117 +Requires(post): desktop-file-utils
  118 +Requires(postun): desktop-file-utils
117 119  
118 120 %description branding
119 121 GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET.
... ... @@ -128,24 +130,6 @@ This package contains the default branding for %{name}.
128 130 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
129 131 NOCONFIGURE=1 ./autogen.sh
130 132  
131   -# Pull request #20 broke SLE-12 builds
132   -update_for_compatibility() {
133   - sed -i -e "s|<id>@APPLICATION_ID@|<id>@APPLICATION_ID@.desktop|" branding/metainfo.xml.in
134   - sed -i -e "s|<component type=\"desktop-application\">|<component type=\"desktop\">|" branding/metainfo.xml.in
135   -}
136   -
137   -%if 0%{?suse_version}
138   - %if 0%{?suse_version} < 1500
139   - update_for_compatibility
140   - %endif
141   -%endif
142   -
143   -%if 0%{?fedora}
144   - %if 0%{?fedora_version} < 27
145   - update_for_compatibility
146   - %endif
147   -%endif
148   -
149 133 %configure --with-release=%{release} CFLAGS="${CFLAGS} -fpie" LDFLAGS="${LDFLAGS} -pie"
150 134  
151 135 %build
... ... @@ -159,7 +143,9 @@ make all -j1
159 143  
160 144 %find_lang pw3270 langfiles
161 145  
  146 +%if 0%{?suse_version}
162 147 appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml
  148 +%endif
163 149  
164 150 %fdupes %{buildroot}/%{_prefix}
165 151  
... ... @@ -171,18 +157,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
171 157 # Main application
172 158 %dir %{_datadir}/%{_product}
173 159 %dir %{_datadir}/%{_product}/keypad
174   -%dir %{_libdir}/%{_product}-plugins
  160 +%dir %{plugindir}
175 161 %dir %{_datadir}/%{_product}/icons
176 162  
177 163 %{_bindir}/%{_product}
178 164  
179 165 # Desktop files
180 166 %{_datadir}/applications/*.desktop
181   -
182   -%if 0%{?suse_version} < 1500
183   -%dir %{_datadir}/metainfo
184   -%endif
185   -
186 167 %{_datadir}/metainfo/*.metainfo.xml
187 168  
188 169 # Icons
... ...
src/objects/os/windows/savedesktopicon.c
... ... @@ -55,6 +55,8 @@
55 55 #include <v3270/tools.h>
56 56 #include <v3270/keyfile.h>
57 57 #include <v3270/settings.h>
  58 +#include <objidl.h>
  59 +#include <shlguid.h>
58 60  
59 61 static GtkWidget * factory(V3270SimpleAction *action, GtkWidget *terminal);
60 62 static void response(GtkWidget *dialog, gint response_id, GtkWidget *terminal);
... ...
win/pack.sh
1 1 #!/bin/bash
2 2 #
3   -# "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
4   -# (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
5   -# aplicativos mainframe. Registro no INPI sob o nome G3270.
  3 +# SPDX-License-Identifier: LGPL-3.0-or-later
6 4 #
7 5 # Copyright (C) <2008> <Banco do Brasil S.A.>
8 6 #
9   -# Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
10   -# os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
11   -# Free Software Foundation.
  7 +# This program is free software: you can redistribute it and/or modify
  8 +# it under the terms of the GNU Lesser General Public License as published
  9 +# by the Free Software Foundation, either version 3 of the License, or
  10 +# (at your option) any later version.
12 11 #
13   -# Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
14   -# GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
15   -# A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
16   -# obter mais detalhes.
17   -#
18   -# Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
19   -# programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin
20   -# St, Fifth Floor, Boston, MA 02110-1301 USA
21   -#
22   -# Contatos:
23   -#
24   -# perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
25   -# erico.mendonca@gmail.com (Erico Mascarenhas Mendonça)
  12 +# This program is distributed in the hope that it will be useful,
  13 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
  14 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15 +# GNU General Public License for more details.
26 16 #
  17 +# You should have received a copy of the GNU Lesser General Public License
  18 +# along with this program. If not, see <https://www.gnu.org/licenses/>.
27 19 #
28 20  
29 21 PRODUCT_NAME="pw3270"
30 22 LIBRARY_NAME="lib3270"
31 23 CORE_LIBRARIES="lib3270 libv3270 libipc3270"
32   -PACKAGE_PLUGINS=""
  24 +PACKAGE_PLUGINS="ipc"
33 25 PACKAGE_EXTRAS="libhllapi pw3270-keypads"
34 26  
35 27 #TARGET_ARCHS="x86_64 x86_32"
... ... @@ -271,7 +263,7 @@ buildLibrary()
271 263 }
272 264  
273 265 #
274   -# Build language binding
  266 +# Build extra package
275 267 #
276 268 buildExtraPackage()
277 269 {
... ...
win/x86_64/_service 0 → 100644
... ... @@ -0,0 +1,24 @@
  1 +<services>
  2 +
  3 + <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py -->
  4 + <service name="tar_scm">
  5 +
  6 + <param name="url">https://github.com/PerryWerneck/pw3270.git</param>
  7 +
  8 + <param name="changesgenerate">enable</param>
  9 + <param name="changesauthor">perry.werneck@gmail.com</param>
  10 +
  11 + <param name="versionformat">@PARENT_TAG@+git%cd</param>
  12 + <param name="scm">git</param>
  13 + <param name="revision">develop</param>
  14 +
  15 + </service>
  16 +
  17 + <service name="recompress">
  18 + <param name="file">*.tar</param>
  19 + <param name="compression">xz</param>
  20 + </service>
  21 +
  22 + <service name="set_version" />
  23 +
  24 +</services>
... ...
win/x86_64/mingw64-pw3270.spec
... ... @@ -16,9 +16,6 @@
16 16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
17 17 #
18 18  
19   -%define MAJOR_VERSION 5
20   -%define MINOR_VERSION 1
21   -
22 19 %define __strip %{_mingw64_strip}
23 20 %define __objdump %{_mingw64_objdump}
24 21 %define _use_internal_dependency_generator 0
... ... @@ -30,23 +27,15 @@
30 27 #---[ Packaging ]-----------------------------------------------------------------------------------------------------
31 28  
32 29 Name: mingw64-pw3270
33   -Version: 5.1
  30 +Version: 5.4
34 31 Release: 0
35 32 Summary: IBM 3270 Terminal emulator for GTK
36 33 License: GPL-2.0
37 34 Group: System/X11/Terminals
38 35 Url: http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270
39   -Source: pw3270-%{version}.tar.bz2
  36 +Source: pw3270-%{version}.tar.xz
40 37 BuildRoot: %{_tmppath}/%{name}-%{version}-build
41 38  
42   -Requires: mingw64-gtk3
43   -Requires: mingw64-lib3270 = %{version}
44   -Requires: mingw64-hicolor-icon-theme
45   -Requires: mingw64(libpixbufloader-svg.dll)
46   -
47   -Provides: mingw64(lib:pw3270) = %{version}
48   -Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
49   -
50 39 BuildRequires: autoconf
51 40 BuildRequires: automake
52 41 BuildRequires: inkscape
... ... @@ -56,6 +45,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
56 45  
57 46 BuildRequires: desktop-file-utils
58 47 BuildRequires: optipng
  48 +BuildRequires: ImageMagick
59 49  
60 50 BuildRequires: mingw64-cross-binutils
61 51 BuildRequires: mingw64-cross-gcc
... ... @@ -67,147 +57,45 @@ BuildRequires: mingw64-zlib-devel
67 57 BuildRequires: sed
68 58  
69 59 BuildRequires: mingw64(pkg:gtk+-win32-3.0)
70   -
71   -#---------------------------------------------------------------------------------------------------------------------
  60 +BuildRequires: mingw64(pkg:lib3270)
  61 +BuildRequires: mingw64(pkg:libv3270)
72 62  
73 63 %description
74 64 Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET.
75 65 Based on the original x3270 code, pw3270 was originally created for Banco do Brasil, and is now used worldwide.
76 66  
77   -#--[ lib3270 ]--------------------------------------------------------------------------------------------------------
78   -
79   -%package -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}
80   -Summary: 3270 Communication library for %{name}
81   -Group: Development/Libraries/C and C++
82   -
83   -Provides: mingw64-lib3270 = %{version}
84   -Provides: mingw64(lib:3270) = %{version}
85   -
86   -%description -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}
87   -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET.
88   -
89   -This package contains the tn3270 protocol library for %{name}
90   -
91   -#--[ Devel ]----------------------------------------------------------------------------------------------------------
92   -
93   -%package -n mingw64-lib3270-devel
94   -Summary: Devel for 3270 Communication library for %{name}
95   -Group: Development/Libraries/C and C++
96   -
97   -Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
98   -Provides: mingw64-lib3270-devel-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
99   -Requires: mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION} = %{version}
100   -
101   -%description -n mingw64-lib3270-devel
102   -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET.
103   -This package contains the development files for tn3270 protocol library for %{name}
104   -
105   -%package -n %{name}-devel
106   -Summary: Files required for development of %{name} plugins
107   -Group: Development/Libraries/C and C++
108   -
109   -Requires: mingw64(lib:3270) = %{version}
110   -Requires: mingw64(lib:pw3270) = %{version}
111   -
112   -%description -n %{name}-devel
113   -Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET.
114   -
115   -This package contains the development files for %{name}
116   -
117 67 #---[ Build & Install ]-----------------------------------------------------------------------------------------------
118 68  
119 69 %prep
120 70  
121 71 %setup -q -n pw3270-%{version}
122 72  
123   -echo "m4_define([SVN_REVISION], %{release})" > revision.m4
124   -echo "m4_define([SVN_URL], http://softwarepublico.gov.br/gitlab/pw3270/principal.git)" >> revision.m4
125   -echo "m4_define([APP_LEVEL], 0)" >> revision.m4
126   -
127   -find . -exec touch {} \;
128   -aclocal
129   -autoconf
  73 +NOCONFIGURE=1 ./autogen.sh
130 74 %{_mingw64_configure}
131 75  
132 76 %build
133 77 make clean
134 78 make all
135   -
136   -%{_mingw64_strip} --strip-all .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
137 79 %{_mingw64_strip} --strip-all .bin/Release/*.exe
138   -%{_mingw64_strip} --strip-all .bin/Release/plugins/*.dll
139 80  
140 81 %install
141   -%{_mingw64_makeinstall}
142   -
143   -sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw64_libdir}/pkgconfig/lib3270.pc
144   -sed -i -e "s@^Version:.*@Version: %{version}@g" %{buildroot}%{_mingw64_libdir}/pkgconfig/pw3270.pc
145   -
146   -rm -f %{buildroot}%{_mingw64_datadir}/pw3270/ui/80javasamples.xml
147   -rm -f %{buildroot}%{_mingw64_datadir}/pw3270/ui/80rexx.xml
148   -
  82 +%{make_install}
  83 +%_mingw64_find_lang pw3270 langfiles
149 84  
150 85 %clean
151 86 rm -rf %{buildroot}
152 87  
153 88 #---[ Files ]---------------------------------------------------------------------------------------------------------
154 89  
155   -%files
  90 +%files -f langfiles
156 91 %defattr(-,root,root)
157 92 %doc AUTHORS LICENSE
158 93 # %{_mingw64_mandir}/*/*
159 94  
160 95 # Main application
161   -%dir %{_mingw64_datadir}/pw3270
162   -%dir %{_mingw64_datadir}/pw3270/ui
163   -%{_mingw64_bindir}/pw3270.exe
164   -%{_mingw64_libdir}/pw3270.dll
165   -%{_mingw64_libdir}/pw3270.dll.%{MAJOR_VERSION}
166   -%{_mingw64_libdir}/pw3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
167   -
168   -%{_mingw64_datadir}/pw3270/ui/00default.xml
169   -%{_mingw64_datadir}/pw3270/ui/10functions.xml
170   -%{_mingw64_datadir}/pw3270/ui/10keypad.xml
171   -%{_mingw64_datadir}/pw3270/colors.conf
172   -%{_mingw64_datadir}/pw3270/pw3270.png
173   -%{_mingw64_datadir}/pw3270/pw3270-logo.png
174   -
175   -%dir %{_mingw64_datadir}/locale
176   -%dir %{_mingw64_datadir}/locale/pt_BR
177   -%dir %{_mingw64_datadir}/locale/pt_BR/LC_MESSAGES
178   -%{_mingw64_datadir}/locale/pt_BR/LC_MESSAGES/pw3270.mo
179   -
180   -%dir %{_mingw64_libdir}/pw3270-plugins
181   -%{_mingw64_libdir}/libhllapi.dll
182   -%{_mingw64_libdir}/pw3270-plugins/hllapi.dll
183   -
184   -%files -n mingw64-lib3270-%{MAJOR_VERSION}_%{MINOR_VERSION}
185   -%defattr(-,root,root)
186   -%{_mingw64_libdir}/lib3270.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
187   -%{_mingw64_libdir}/lib3270.dll.%{MAJOR_VERSION}
188   -%{_mingw64_libdir}/lib3270.dll
189   -
190   -%files -n mingw64-lib3270-devel
191   -%defattr(-,root,root)
192   -%{_mingw64_includedir}/lib3270
193   -%{_mingw64_includedir}/lib3270.h
194   -%{_mingw64_libdir}/pkgconfig/lib3270.pc
195   -
196   -%files -n %{name}-devel
197   -%defattr(-,root,root)
198   -%{_mingw64_includedir}/pw3270
199   -%{_mingw64_includedir}/pw3270.h
200   -%{_mingw64_libdir}/pkgconfig/pw3270.pc
201   -%{_mingw64_datadir}/pw3270/ui/98trace.xml
202   -%{_mingw64_datadir}/pw3270/ui/99debug.xml
203   -
204   -%dir %{_mingw64_datadir}/pw3270/locale
205   -%{_mingw64_datadir}/pw3270/locale/Makefile
206   -%{_mingw64_datadir}/pw3270/locale/pt_BR.po
207   -%{_mingw64_datadir}/pw3270/locale/pw3270.pot
208   -
209   -%{_mingw64_includedir}/pw3270cpp.h
210   -%{_mingw64_libdir}/libpw3270cpp.a
  96 +%{_mingw64_bindir}/pw3270.*
  97 +%{_mingw64_datadir}/pw3270
  98 +%{_mingw64_datadir}/glib-2.0/schemas/*.xml
211 99  
212 100 %changelog
213 101  
... ...