Skip to content

Commit

Permalink
xarchiver: Fix install location of .tap file
Browse files Browse the repository at this point in the history
**Summary**
- Fix location of .tap file for Thunar
- Add metainfo file

Part of #1389

Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Dec 23, 2024
1 parent d1bf61b commit cd16db2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
23 changes: 23 additions & 0 deletions packages/x/xarchiver/files/xarchiver.metainfo.xml
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>
6 changes: 4 additions & 2 deletions packages/x/xarchiver/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : xarchiver
version : 0.5.4.23
release : 1
release : 2
source :
- https://github.com/ib/xarchiver/archive/refs/tags/0.5.4.23.tar.gz : 319935cd323e865d8aa12023b5286c314c128491ac58e853e63f6d6ea3da2a27
homepage : https://github.com/ib/xarchiver
Expand All @@ -12,10 +12,12 @@ description: |
builddeps :
- pkgconfig(gtk+-3.0)
setup : |
%configure
%configure --libexecdir=/usr/lib64/xfce4
build : |
%make
install : |
%make_install
install -Dm00644 $pkgfiles/xarchiver.metainfo.xml -t $installdir/usr/share/metainfo
rm $installdir/usr/share/doc/xarchiver/ChangeLog
7 changes: 4 additions & 3 deletions packages/x/xarchiver/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/xarchiver</Path>
<Path fileType="library">/usr/lib64/xarchiver/thunar-archive-plugin/xarchiver.tap</Path>
<Path fileType="library">/usr/lib64/xfce4/thunar-archive-plugin/xarchiver.tap</Path>
<Path fileType="data">/usr/share/applications/xarchiver.desktop</Path>
<Path fileType="doc">/usr/share/doc/xarchiver/COPYING</Path>
<Path fileType="doc">/usr/share/doc/xarchiver/README</Path>
Expand Down Expand Up @@ -108,6 +108,7 @@
<Path fileType="localedata">/usr/share/locale/zh_CN/LC_MESSAGES/xarchiver.mo</Path>
<Path fileType="localedata">/usr/share/locale/zh_TW/LC_MESSAGES/xarchiver.mo</Path>
<Path fileType="man">/usr/share/man/man1/xarchiver.1</Path>
<Path fileType="data">/usr/share/metainfo/xarchiver.metainfo.xml</Path>
<Path fileType="data">/usr/share/pixmaps/xarchiver/xarchiver-add.png</Path>
<Path fileType="data">/usr/share/pixmaps/xarchiver/xarchiver-close.png</Path>
<Path fileType="data">/usr/share/pixmaps/xarchiver/xarchiver-extract.png</Path>
Expand All @@ -118,8 +119,8 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-09-25</Date>
<Update release="2">
<Date>2024-12-23</Date>
<Version>0.5.4.23</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
Expand Down

0 comments on commit cd16db2

Please sign in to comment.