Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop 2021-09-30 10:21:48.967391937 +0200
|
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
Exec=peazip -add2archive %F
|
|
|
|
Icon=peazip
|
|
|
|
Name=Archive with PeaZip
|
|
|
|
+Name[de]=Archivieren mit PeaZip
|
|
|
|
+Name[it]=Archivia con PeaZip
|
|
|
|
|
Accepting request 860163 from home:ecsos
- Update to 7.6.0
* BACKEND
- (Winodws, ReactOS) McMilk codecs in 7z\Codecs path are now
automatically checked at PeaZip startup, in order to disable
them (moving in 7z\Codecs\bk) on systems not capable to run
them (as XP or ReactOS), and re-enable them on other systems;
this works for both Portable and installable packages without
requiring manual intervention
* CODE
- Various fixes
* FILE MANAGER
- (in left navigation panel) Archive treeview is now
automaticaly updated accordingly to browsing in file manager
area
- This option can be fine tuned in Options > Settings >
Archive manager
- Various usability improvements
- Can now set current path as default archiving or extraction
path
- Options > Settings > General, Advanced, and Archive manager
tabs reorganized
- Improved and updated themes, and simplified Theme tab
* EXTRACTION and ARCHIVING
- Improved handling ZIP files with code pages different than
local
- Can now customize code page for reading/writing filenames
in ZIP archives, from Options > Settings,
Advanced tab it is possible to set:
- Local code page, then UTF-8 for sysmbols outside local
code page (default)
- Force UTF-8 for non-ASCII characters
- Force local code page
- Use a custom code page: an arbitrary code page can be
entered by user (the host machine needs to support the
code page to run the tasks, otherwise tasks can be saved
as scripts and run on different machines)
- Text encoding entry is now accessible also from application's
file browser context menu, and in Archiving and Extraction
screens context menus
- Within PeaZip file manager it is now possible to use
copy/paste shortcuts Ctrl+C (or Ctrl+X) / Ctrl+V to extract
items from archives to filesystem
- If clipboard is set to keep multiple selection operations
at once:
- Copy/paste extraction is possible form multiple archives
at once
- It is also possibile to mix cut/paste and extraction
operations
- Extraction targets the file system, it is not currently
possible i.e. to directly paste compressed items from
archive A to archive B
- Changes from 7.5.0
* CODE
- Various fixes
* FILE MANAGER
- Create new folder is now also available for 7Z/p7Zip and RAR
supported archive types
- Improved file renaming routines
- added function to cutting file names at specified lengtt
- added function to replace / remove non-ASCII characters
- all quick rename functions (lowercase, replace string,
etc...) are now also available when browsing 7Z/p7zip and
RAR supported archive types
- Updated icons in embedded theme and added icons to
distinguish common archive types
- Updated Ten theme
* EXTRACTION and ARCHIVING
- Added "Extract everything for special file types"
(to 7Z-supported archive types) to optionally extract the
entire archive (or current path) to preview special filetypes
which usually needs external data to properly run, in example
.html, .bat, and .exe files
- From Options > Settings > Archive manager, Extract group is
possible to customize "Extract everything for..." behavior
- Never use special preview, Ask, Always (default)
- Extract entire archive (default) or Extract displayed
items only (items in current path, or matching search
filters) which can be faster than extracting the entire
archive
- Archive timestamp preservation directive is now also applied
to rename and delete operations
(previously only for add / update)
- Options > Settings > Archive manager, Extract group: added
option to auto close PeaZip after extraction if no browsing
- actions took place (default off), useful in example if a
downloaded file was opened for quick inspection before
extraction
- Options > Settings > General (Windows): added options for
locking or hiding target window during drag and drop
operations, by default target window is hidden and locked
while the operation is running
- Out of the box default compression levels are set to fast for
ZIP and 7Z formats
- compared to previous ZIP normal default, ZIP fast is over
400% faster providing 2% worse compression ratio, and 7Z
fast is 25% faster providing 3% better compression ratio
- compared to previous 7Z normal default, 7Z fast is 500%
faster providing 5% worse compression ratio
- please note compression levels and compression presets
works as usual, the new settings are meant only to provide
novice users better performance balance for general purpose
tasks
- Modified existing preset scripts
- 10 from faster zip to fast zip
- 12 (Linux) from .tar.zst to .7z using Zstandard compression
(which requires single pass)
- Test mode always show details about single files in archive
* WINDOWS & LINUX INSTALLERS
- (Windows XP) additional 7z codecs introduced in 7.4 line,
incompatible with Windows XP, are deactivated when installed
on XP machines, consequently the error messages are no longer
triggered when using 7z backend
- Update to 7.4.2
* BACKEND
- (Linux) p7zip 16.02 superseded by sznick/p7zip fork 17.02,
not available for legacy 32 bit platforms added support for
FLZMA2, LZ4, and Zstd compression algorithms in .7z format
algorithm selection dropdown is now common to all platforms,
unsupported algorithms for one platform are preceeded with /
(currently unsupported /Brotli, /Lizard, and /LZ5 on linux)
* CODE
- Various fixes
* FILE MANAGER
- (Windows) File manager now displays icons for exe files for
better usability, using a separate thread; previously the
feature was enabled only if browser was set to show thumbnails
In-archive Extract and open with PeaZip and Preview with
PeaZip now forces trying to open file as archive, as in Open
as archive menu entry
* EXTRACTION and ARCHIVING
- (Windows) Drop target window is locked, as in WinRar, until
drag and drop operation is completed
If password contains characters that can be troublesome if
used in scripts (i.e. quotes) it is now possible to
interactively enter password in console to create / extract
archive types handled through 7z/p7zip, ARC, and RAR backends
Wed Sep 26 18:19:14 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 7.4.1
* BACKEND
- Pea 0.74
Introduced PEA format revision 1.3, supporting multiple
cascade authenticated encryption, each cipher with 256 bit key,
in EAX mode: AES+Twofish+Serpent, Twofish+Serpent+AES, Serpent+AES+Twofish
Fixed a bug preventing extraction of PEA archives in case of naming conflicts
* CODE
- Fixed Fast-LZMA2 dictionary sizes
- Fixed error 127 erroneously raised in some cases
* FILE MANAGER
- Improved directories smart sorting in file manager
- Improved tabs
- closing last tab collapses tab bar
- mouse middle button closes tab
* WINDOWS & LINUX INSTALLERS
(Windows) Fixed context menu entry "CRC, hash and file tools",
now pointing by default to "Checksum/hash (common algorithms)"
consistently to all other calls form PeaZip
OBS-URL: https://build.opensuse.org/request/show/860163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=83
2021-01-05 11:38:39 +01:00
|
|
|
[Desktop Entry]
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
Type=Service
|
|
|
|
@@ -11,3 +13,4 @@
|
|
|
|
Name[en_US]=peazipadd
|
Accepting request 860163 from home:ecsos
- Update to 7.6.0
* BACKEND
- (Winodws, ReactOS) McMilk codecs in 7z\Codecs path are now
automatically checked at PeaZip startup, in order to disable
them (moving in 7z\Codecs\bk) on systems not capable to run
them (as XP or ReactOS), and re-enable them on other systems;
this works for both Portable and installable packages without
requiring manual intervention
* CODE
- Various fixes
* FILE MANAGER
- (in left navigation panel) Archive treeview is now
automaticaly updated accordingly to browsing in file manager
area
- This option can be fine tuned in Options > Settings >
Archive manager
- Various usability improvements
- Can now set current path as default archiving or extraction
path
- Options > Settings > General, Advanced, and Archive manager
tabs reorganized
- Improved and updated themes, and simplified Theme tab
* EXTRACTION and ARCHIVING
- Improved handling ZIP files with code pages different than
local
- Can now customize code page for reading/writing filenames
in ZIP archives, from Options > Settings,
Advanced tab it is possible to set:
- Local code page, then UTF-8 for sysmbols outside local
code page (default)
- Force UTF-8 for non-ASCII characters
- Force local code page
- Use a custom code page: an arbitrary code page can be
entered by user (the host machine needs to support the
code page to run the tasks, otherwise tasks can be saved
as scripts and run on different machines)
- Text encoding entry is now accessible also from application's
file browser context menu, and in Archiving and Extraction
screens context menus
- Within PeaZip file manager it is now possible to use
copy/paste shortcuts Ctrl+C (or Ctrl+X) / Ctrl+V to extract
items from archives to filesystem
- If clipboard is set to keep multiple selection operations
at once:
- Copy/paste extraction is possible form multiple archives
at once
- It is also possibile to mix cut/paste and extraction
operations
- Extraction targets the file system, it is not currently
possible i.e. to directly paste compressed items from
archive A to archive B
- Changes from 7.5.0
* CODE
- Various fixes
* FILE MANAGER
- Create new folder is now also available for 7Z/p7Zip and RAR
supported archive types
- Improved file renaming routines
- added function to cutting file names at specified lengtt
- added function to replace / remove non-ASCII characters
- all quick rename functions (lowercase, replace string,
etc...) are now also available when browsing 7Z/p7zip and
RAR supported archive types
- Updated icons in embedded theme and added icons to
distinguish common archive types
- Updated Ten theme
* EXTRACTION and ARCHIVING
- Added "Extract everything for special file types"
(to 7Z-supported archive types) to optionally extract the
entire archive (or current path) to preview special filetypes
which usually needs external data to properly run, in example
.html, .bat, and .exe files
- From Options > Settings > Archive manager, Extract group is
possible to customize "Extract everything for..." behavior
- Never use special preview, Ask, Always (default)
- Extract entire archive (default) or Extract displayed
items only (items in current path, or matching search
filters) which can be faster than extracting the entire
archive
- Archive timestamp preservation directive is now also applied
to rename and delete operations
(previously only for add / update)
- Options > Settings > Archive manager, Extract group: added
option to auto close PeaZip after extraction if no browsing
- actions took place (default off), useful in example if a
downloaded file was opened for quick inspection before
extraction
- Options > Settings > General (Windows): added options for
locking or hiding target window during drag and drop
operations, by default target window is hidden and locked
while the operation is running
- Out of the box default compression levels are set to fast for
ZIP and 7Z formats
- compared to previous ZIP normal default, ZIP fast is over
400% faster providing 2% worse compression ratio, and 7Z
fast is 25% faster providing 3% better compression ratio
- compared to previous 7Z normal default, 7Z fast is 500%
faster providing 5% worse compression ratio
- please note compression levels and compression presets
works as usual, the new settings are meant only to provide
novice users better performance balance for general purpose
tasks
- Modified existing preset scripts
- 10 from faster zip to fast zip
- 12 (Linux) from .tar.zst to .7z using Zstandard compression
(which requires single pass)
- Test mode always show details about single files in archive
* WINDOWS & LINUX INSTALLERS
- (Windows XP) additional 7z codecs introduced in 7.4 line,
incompatible with Windows XP, are deactivated when installed
on XP machines, consequently the error messages are no longer
triggered when using 7z backend
- Update to 7.4.2
* BACKEND
- (Linux) p7zip 16.02 superseded by sznick/p7zip fork 17.02,
not available for legacy 32 bit platforms added support for
FLZMA2, LZ4, and Zstd compression algorithms in .7z format
algorithm selection dropdown is now common to all platforms,
unsupported algorithms for one platform are preceeded with /
(currently unsupported /Brotli, /Lizard, and /LZ5 on linux)
* CODE
- Various fixes
* FILE MANAGER
- (Windows) File manager now displays icons for exe files for
better usability, using a separate thread; previously the
feature was enabled only if browser was set to show thumbnails
In-archive Extract and open with PeaZip and Preview with
PeaZip now forces trying to open file as archive, as in Open
as archive menu entry
* EXTRACTION and ARCHIVING
- (Windows) Drop target window is locked, as in WinRar, until
drag and drop operation is completed
If password contains characters that can be troublesome if
used in scripts (i.e. quotes) it is now possible to
interactively enter password in console to create / extract
archive types handled through 7z/p7zip, ARC, and RAR backends
Wed Sep 26 18:19:14 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 7.4.1
* BACKEND
- Pea 0.74
Introduced PEA format revision 1.3, supporting multiple
cascade authenticated encryption, each cipher with 256 bit key,
in EAX mode: AES+Twofish+Serpent, Twofish+Serpent+AES, Serpent+AES+Twofish
Fixed a bug preventing extraction of PEA archives in case of naming conflicts
* CODE
- Fixed Fast-LZMA2 dictionary sizes
- Fixed error 127 erroneously raised in some cases
* FILE MANAGER
- Improved directories smart sorting in file manager
- Improved tabs
- closing last tab collapses tab bar
- mouse middle button closes tab
* WINDOWS & LINUX INSTALLERS
(Windows) Fixed context menu entry "CRC, hash and file tools",
now pointing by default to "Checksum/hash (common algorithms)"
consistently to all other calls form PeaZip
OBS-URL: https://build.opensuse.org/request/show/860163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=83
2021-01-05 11:38:39 +01:00
|
|
|
Icon=peazip
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop 2021-09-30 10:21:51.743403456 +0200
|
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipext]
|
|
|
|
Exec=peazip -ext2full %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract (PeaZip)
|
|
|
|
+Name=Extract with PeaZip
|
|
|
|
+Name[de]=Extrahieren mit PeaZip
|
|
|
|
+Name[it]=Estrai con PeaZip
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
|
|
|
@@ -11,3 +13,4 @@
|
|
|
|
Name=peazipext
|
|
|
|
Name[en_US]=peazipext
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
Accepting request 860163 from home:ecsos
- Update to 7.6.0
* BACKEND
- (Winodws, ReactOS) McMilk codecs in 7z\Codecs path are now
automatically checked at PeaZip startup, in order to disable
them (moving in 7z\Codecs\bk) on systems not capable to run
them (as XP or ReactOS), and re-enable them on other systems;
this works for both Portable and installable packages without
requiring manual intervention
* CODE
- Various fixes
* FILE MANAGER
- (in left navigation panel) Archive treeview is now
automaticaly updated accordingly to browsing in file manager
area
- This option can be fine tuned in Options > Settings >
Archive manager
- Various usability improvements
- Can now set current path as default archiving or extraction
path
- Options > Settings > General, Advanced, and Archive manager
tabs reorganized
- Improved and updated themes, and simplified Theme tab
* EXTRACTION and ARCHIVING
- Improved handling ZIP files with code pages different than
local
- Can now customize code page for reading/writing filenames
in ZIP archives, from Options > Settings,
Advanced tab it is possible to set:
- Local code page, then UTF-8 for sysmbols outside local
code page (default)
- Force UTF-8 for non-ASCII characters
- Force local code page
- Use a custom code page: an arbitrary code page can be
entered by user (the host machine needs to support the
code page to run the tasks, otherwise tasks can be saved
as scripts and run on different machines)
- Text encoding entry is now accessible also from application's
file browser context menu, and in Archiving and Extraction
screens context menus
- Within PeaZip file manager it is now possible to use
copy/paste shortcuts Ctrl+C (or Ctrl+X) / Ctrl+V to extract
items from archives to filesystem
- If clipboard is set to keep multiple selection operations
at once:
- Copy/paste extraction is possible form multiple archives
at once
- It is also possibile to mix cut/paste and extraction
operations
- Extraction targets the file system, it is not currently
possible i.e. to directly paste compressed items from
archive A to archive B
- Changes from 7.5.0
* CODE
- Various fixes
* FILE MANAGER
- Create new folder is now also available for 7Z/p7Zip and RAR
supported archive types
- Improved file renaming routines
- added function to cutting file names at specified lengtt
- added function to replace / remove non-ASCII characters
- all quick rename functions (lowercase, replace string,
etc...) are now also available when browsing 7Z/p7zip and
RAR supported archive types
- Updated icons in embedded theme and added icons to
distinguish common archive types
- Updated Ten theme
* EXTRACTION and ARCHIVING
- Added "Extract everything for special file types"
(to 7Z-supported archive types) to optionally extract the
entire archive (or current path) to preview special filetypes
which usually needs external data to properly run, in example
.html, .bat, and .exe files
- From Options > Settings > Archive manager, Extract group is
possible to customize "Extract everything for..." behavior
- Never use special preview, Ask, Always (default)
- Extract entire archive (default) or Extract displayed
items only (items in current path, or matching search
filters) which can be faster than extracting the entire
archive
- Archive timestamp preservation directive is now also applied
to rename and delete operations
(previously only for add / update)
- Options > Settings > Archive manager, Extract group: added
option to auto close PeaZip after extraction if no browsing
- actions took place (default off), useful in example if a
downloaded file was opened for quick inspection before
extraction
- Options > Settings > General (Windows): added options for
locking or hiding target window during drag and drop
operations, by default target window is hidden and locked
while the operation is running
- Out of the box default compression levels are set to fast for
ZIP and 7Z formats
- compared to previous ZIP normal default, ZIP fast is over
400% faster providing 2% worse compression ratio, and 7Z
fast is 25% faster providing 3% better compression ratio
- compared to previous 7Z normal default, 7Z fast is 500%
faster providing 5% worse compression ratio
- please note compression levels and compression presets
works as usual, the new settings are meant only to provide
novice users better performance balance for general purpose
tasks
- Modified existing preset scripts
- 10 from faster zip to fast zip
- 12 (Linux) from .tar.zst to .7z using Zstandard compression
(which requires single pass)
- Test mode always show details about single files in archive
* WINDOWS & LINUX INSTALLERS
- (Windows XP) additional 7z codecs introduced in 7.4 line,
incompatible with Windows XP, are deactivated when installed
on XP machines, consequently the error messages are no longer
triggered when using 7z backend
- Update to 7.4.2
* BACKEND
- (Linux) p7zip 16.02 superseded by sznick/p7zip fork 17.02,
not available for legacy 32 bit platforms added support for
FLZMA2, LZ4, and Zstd compression algorithms in .7z format
algorithm selection dropdown is now common to all platforms,
unsupported algorithms for one platform are preceeded with /
(currently unsupported /Brotli, /Lizard, and /LZ5 on linux)
* CODE
- Various fixes
* FILE MANAGER
- (Windows) File manager now displays icons for exe files for
better usability, using a separate thread; previously the
feature was enabled only if browser was set to show thumbnails
In-archive Extract and open with PeaZip and Preview with
PeaZip now forces trying to open file as archive, as in Open
as archive menu entry
* EXTRACTION and ARCHIVING
- (Windows) Drop target window is locked, as in WinRar, until
drag and drop operation is completed
If password contains characters that can be troublesome if
used in scripts (i.e. quotes) it is now possible to
interactively enter password in console to create / extract
archive types handled through 7z/p7zip, ARC, and RAR backends
Wed Sep 26 18:19:14 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 7.4.1
* BACKEND
- Pea 0.74
Introduced PEA format revision 1.3, supporting multiple
cascade authenticated encryption, each cipher with 256 bit key,
in EAX mode: AES+Twofish+Serpent, Twofish+Serpent+AES, Serpent+AES+Twofish
Fixed a bug preventing extraction of PEA archives in case of naming conflicts
* CODE
- Fixed Fast-LZMA2 dictionary sizes
- Fixed error 127 erroneously raised in some cases
* FILE MANAGER
- Improved directories smart sorting in file manager
- Improved tabs
- closing last tab collapses tab bar
- mouse middle button closes tab
* WINDOWS & LINUX INSTALLERS
(Windows) Fixed context menu entry "CRC, hash and file tools",
now pointing by default to "Checksum/hash (common algorithms)"
consistently to all other calls form PeaZip
OBS-URL: https://build.opensuse.org/request/show/860163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=83
2021-01-05 11:38:39 +01:00
|
|
|
+X-SuSE-translate=true
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop 2021-09-30 10:21:53.783411921 +0200
|
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipextfolder]
|
|
|
|
Exec=peazip -ext2folder %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract here to new folder (PeaZip)
|
|
|
|
+Name=Extract here to new folder with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip in neues Verzeichnis extrahieren
|
|
|
|
+Name[it]=Estrai qui con PeaZip in una nuova cartella
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
|
|
|
@@ -11,3 +13,4 @@
|
|
|
|
Name=peazipextfolder
|
|
|
|
Name[en_US]=peazipextfolder
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop 2021-09-30 10:21:55.807420319 +0200
|
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipexthere]
|
|
|
|
Exec=peazip -ext2here %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract here (PeaZip)
|
|
|
|
+Name=Extract here with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip extrahieren
|
|
|
|
+Name[it]=Estrai qui con PeaZip
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
|
|
|
@@ -11,3 +13,4 @@
|
|
|
|
Name=peazipexthere
|
|
|
|
Name[en_US]=peazipexthere
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop 2021-09-30 10:21:58.735432468 +0200
|
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
Exec=peazip -ext2browse %F
|
|
|
|
Icon=peazip
|
|
|
|
Name=Open with PeaZip
|
|
|
|
+Name[de]=Öffnen mit PeaZip
|
|
|
|
+Name[it]=Apri con PeaZip
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
|
|
|
@@ -11,3 +13,4 @@
|
|
|
|
Name=peazipopen
|
|
|
|
Name[en_US]=peazipopen
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop 2021-09-30 10:21:39.779353810 +0200
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -2,6 +2,8 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Exec=peazip -add2archive %F
|
|
|
|
Icon=peazip
|
|
|
|
Name=Archive with PeaZip
|
|
|
|
+Name[de]=Archivieren mit PeaZip
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Archivia con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
@@ -11,3 +13,4 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Name[en_US]=peazipadd
|
|
|
|
Icon=peazip
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop 2021-09-30 10:21:37.023342374 +0200
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
[Desktop Action peazipext]
|
|
|
|
Exec=peazip -ext2full %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract (PeaZip)
|
|
|
|
+Name=Extract with PeaZip
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[de]=Extrahieren mit PeaZip
|
|
|
|
+Name[it]=Estrai con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
@@ -11,3 +13,4 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Name=peazipext
|
|
|
|
Name[en_US]=peazipext
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop 2021-09-30 10:21:34.319331153 +0200
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
[Desktop Action peazipextfolder]
|
|
|
|
Exec=peazip -ext2folder %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract here to new folder (PeaZip)
|
|
|
|
+Name=Extract here to new folder with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip in neues Verzeichnis extrahieren
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Estrai qui con PeaZip in una nuova cartella
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
@@ -11,3 +13,4 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Name=peazipextfolder
|
|
|
|
Name[en_US]=peazipextfolder
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop 2021-09-30 10:21:26.175297353 +0200
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
[Desktop Action peazipexthere]
|
|
|
|
Exec=peazip -ext2here %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract here (PeaZip)
|
|
|
|
+Name=Extract here with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip extrahieren
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Estrai qui con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
@@ -11,3 +13,4 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Name=peazipexthere
|
|
|
|
Name[en_US]=peazipexthere
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop 2010-04-29 01:11:38.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop 2021-09-30 10:21:21.987279972 +0200
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -2,6 +2,8 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Exec=peazip -ext2browse %F
|
|
|
|
Icon=peazip
|
|
|
|
Name=Open with PeaZip
|
|
|
|
+Name[de]=Öffnen mit PeaZip
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Apri con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
@@ -11,3 +13,4 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
Name=peazipopen
|
|
|
|
Name[en_US]=peazipopen
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
* BACKEND
* Updated Brotli to 1.0.9 version
* Added read support (browse / test / extract) to Lzip .lz file type
* Added support for .apkm, .apks, and .aab packages Android package formats
* Updated Pea 1.02
* Updated Zstd 1.50
* Updated p7zip 17.04
* CODE
* maximum length of CL generated on Linux systems is now increased to
128 K characters in contrast to much more limited 32 K characters
allowed on Windows systems
* FILE MANAGER
* Improved system directories shown by default in navigation tree
on the left of file manager
* Updated list of apps automatically detected for Open with submenu;
apps and scripts can be customized in Options > Settings, Applications tab
* Enabled System tools submenu in context menu > File manager
* New Ctrl+Alt+A link to autoadjust file browser columns
* Themes: added "Presets" link on the right of Application accent color picker,
allowing to quickly customize both application and text accent colors accordingly to
common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
* EXTRACTION and ARCHIVING
* Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
from Advanced tab in archiving / conversion screen
* Improved extraction
* Improved raw file spanning, it is now possible to submit multiple separate
input files at once to be split to specified size
* Improved support for .xxxaa spanned files from Unix/Linux split command
* New option for default behavior at application startup: Extract all here (smart new folder)
* Added support (as container files) to .whl Python archives and .gem Ruby gem archives
* Added option to extract all, selected or displayed items to extraction dropdown menu,
replicating Extract button context menu
* Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch
OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 11:00:14 +02:00
|
|
|
diff -ru a/res/batch/freedesktop_integration/peazip.desktop b/res/batch/freedesktop_integration/peazip.desktop
|
|
|
|
--- a/res/batch/freedesktop_integration/peazip.desktop 2021-09-08 19:51:52.000000000 +0200
|
|
|
|
+++ b/res/batch/freedesktop_integration/peazip.desktop 2021-09-30 10:18:31.958574357 +0200
|
|
|
|
@@ -1,14 +1,21 @@
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=PeaZip
|
|
|
|
Comment=PeaZip archive manager
|
|
|
|
-Exec=peazip %F
|
|
|
|
+Exec=peazip
|
|
|
|
TryExec=peazip
|
|
|
|
Icon=peazip
|
|
|
|
Type=Application
|
|
|
|
Terminal=false
|
|
|
|
-Categories=Utility;Archiving;Compression;
|
|
|
|
+Categories=Qt;KDE;Utility;System;Archiving;
|
|
|
|
+X-KDE-StartupNotify=true
|
|
|
|
+X-SuSE-translate=true
|
|
|
|
Keywords=zip;rar;tar;compress;extract;unpack;
|
|
|
|
-MimeType=application/bzip2;application/gzip;application/vnd.android.package-archive;application/vnd.ms-cab-compressed;application/vnd.debian.binary-package;application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-archive;application/x-arj;application/x-brotli;application/x-bzip-brotli-tar;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-chrome-extension;application/x-deb;application/x-ear;application/x-ms-dos-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lz4;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lz4-compressed-tar;application/x-ms-wim;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-source-rpm;application/x-rzip;application/x-rzip-compressed-tar;application/x-tar;application/x-tarz;application/x-tzo;application/x-stuffit;application/x-war;application/x-xar;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/x-zstd-compressed-tar;application/x-zoo;application/zip;application/zstd;
|
|
|
|
+GenericName=Free Zip files utility
|
|
|
|
+GenericName[de]=Freies Zip-Dateien Utility
|
|
|
|
+Comment=Free Zip files utility, supports 150+ formats: 7Z, ISO, RAR, ZIP, ZIPX
|
|
|
|
+Comment[de]=Freies Zip-Dateien Utility, unterstützt 150+ Formate: 7Z, ISO, RAR, ZIP, ZIPX
|
|
|
|
+Comment[it]=Programma per file Zip gratuito, supporta 150+ formati: 7Z, ISO, RAR, ZIP, ZIPX
|
|
|
|
+MimeType=application/x-gzip;application/x-lha;application/x-tar;application/x-tgz;application/x-tbz;application/x-tbz2;application/x-zip;application/zip;application/x-bzip;application/x-rar;application/x-tarz;application/x-archive;application/x-bzip2;application/x-jar;application/x-deb;application/x-ace;application/x-7z;application/x-arc;application/x-arj;application/x-compress;application/x-cpio;
|
|
|
|
Actions=add;extract;extracthere;extractheresmart;
|
|
|
|
|
|
|
|
[Desktop Action add]
|
|
|
|
@@ -29,4 +36,4 @@
|
|
|
|
[Desktop Action extractheresmart]
|
|
|
|
Name=PeaZip, extract here (smart new folder)
|
|
|
|
Exec=peazip -ext2folder %F
|
|
|
|
-Icon=peazip_extract
|
|
|
|
\ No newline at end of file
|
|
|
|
+Icon=peazip_extract
|