-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xarchiver: Fix install location of .tap file
**Summary** - Fix location of .tap file for Thunar - Add metainfo file Part of #1389 Signed-off-by: Evan Maddock <[email protected]>
- Loading branch information
1 parent
d1bf61b
commit cd16db2
Showing
3 changed files
with
31 additions
and
5 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,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