-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thunar-archive-plugin: Update to v0.5.2 (#4662)
**Summary** - Add/fix support for bz2 and bz3 files - Add a few more compression mimetypes, sort the list Fixes #4655 Fixes #4656 Part of #1389 Part of #4121 Signed-off-by: Evan Maddock <[email protected]> **Test Plan** Extract an archive using the Thunar right-click menu. Validate installed metainfo file for `xarchiver`. **Checklist** - [x] Package was built and tested against unstable - [x] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
- Loading branch information
Showing
6 changed files
with
55 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 14670 | ||
rss: https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/tags?format=atom | ||
# No known CPE, checked 2024-12-23 | ||
security: | ||
cpe: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>thunar-archive-plugin</Name> | ||
<Homepage>https://docs.xfce.org/xfce/thunar/archive</Homepage> | ||
<Packager> | ||
<Name>Zach Bacon</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-2.0-or-later</License> | ||
<PartOf>desktop.xfce</PartOf> | ||
|
@@ -20,14 +20,14 @@ | |
</Description> | ||
<PartOf>desktop.xfce</PartOf> | ||
<Files> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/ark.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/engrampa.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/file-roller.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/gnome-file-roller.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/mate-engrampa.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/org.gnome.FileRoller.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunar-archive-plugin/thunar-archive-plugin/org.kde.ark.tap</Path> | ||
<Path fileType="library">/usr/lib64/thunarx-3/thunar-archive-plugin.so</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/ark.tap</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/engrampa.tap</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/file-roller.tap</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/gnome-file-roller.tap</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/mate-engrampa.tap</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/org.gnome.FileRoller.tap</Path> | ||
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/org.kde.ark.tap</Path> | ||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/tap-create.png</Path> | ||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/tap-extract-to.png</Path> | ||
<Path fileType="data">/usr/share/icons/hicolor/16x16/apps/tap-extract.png</Path> | ||
|
@@ -99,12 +99,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="1"> | ||
<Date>2023-10-26</Date> | ||
<Version>0.5.1</Version> | ||
<Update release="2"> | ||
<Date>2024-12-23</Date> | ||
<Version>0.5.2</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Zach Bacon</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>com.github.xarchiver</id> | ||
<launchable type="desktop-id">xarchiver.desktop</launchable> | ||
<name>Xarchiver</name> | ||
<summary>A GTK+ only archive manager</summary> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0</project_license> | ||
<content_rating type="oars-1.1"/> | ||
<description> | ||
<p>Xarchiver is a lightweight desktop independent GTK+ frontend for manipulating xz, 7z, lzma, arj, bzip2, gzip, rar, tar, zip, rpm, lz4, compress, zstd, lzip, lrzip, lzop, lha and deb files. It allows you to create archives and add, extract, and delete files from them. Password protected archives in the arj, 7z, rar, zip and lrzip formats are supported.</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>http://xarchiver.sourceforge.net/screenshots/main_window.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<url type="bugtracker">https://github.com/ib/xarchiver/issues</url> | ||
<url type="homepage">https://github.com/ib/xarchiver</url> | ||
<releases> | ||
<release version="0.5.4.23" date="2024-02-29" /> | ||
</releases> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters