Skip to content

Commit c5e88bc

Browse files
committed
add desktop file and AppStream metainfo file
These are taken from the Flatpak repo https://github.com/flathub/io.github.bcpierce00.unison and were originally based on the Fedora rpm source.
1 parent 95dfed3 commit c5e88bc

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Exec=unison-gui
4+
Name=Unison
5+
GenericName=File Synchronizer
6+
Comment=Multi-master File synchronization tool
7+
Terminal=false
8+
Icon=io.github.bcpierce00.unison
9+
StartupNotify=true
10+
Categories=Utility;
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop">
3+
<id>io.github.bcpierce00.unison</id>
4+
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>GPL-3.0-or-later</project_license>
6+
<name>Unison</name>
7+
<summary>File Synchronizer</summary>
8+
<description>
9+
<p>
10+
Unison is a file-synchronization tool for POSIX-compliant systems
11+
(e.g. *BSD, GNU/Linux, macOS) and Windows. It allows two replicas of a
12+
collection of files and directories to be stored on different hosts (or
13+
different disks on the same host), modified separately, and then brought
14+
up to date by propagating the changes in each replica to the other.
15+
</p>
16+
<p>
17+
Note: if you want to connect to this Flatpak build remotely via SSH, put this in the profile file:
18+
</p>
19+
<p>
20+
<code>servercmd = flatpak run --command=unison io.github.bcpierce00.unison</code>
21+
</p>
22+
</description>
23+
<url type="homepage">https://github.com/bcpierce00/unison</url>
24+
<launchable type="desktop-id">io.github.bcpierce00.unison.desktop</launchable>
25+
<releases>
26+
<release version="2.53.7" date="2025-04-21">
27+
<url type="details">https://github.com/bcpierce00/unison/releases/tag/v2.53.7</url>
28+
<description>
29+
<p>First version on Flathub</p>
30+
</description>
31+
</release>
32+
</releases>
33+
<content_rating type="oars-1.1" />
34+
<developer id="io.github.bcpierce00">
35+
<name>The Unison Project</name>
36+
</developer>
37+
<screenshots>
38+
<screenshot type="default">
39+
<image>https://github.com/flathub/io.github.bcpierce00.unison/blob/78ea57b57e81f437a67deb9f587677949643a80f/unison-screenshot-1.png?raw=true</image>
40+
<caption>The main window, showing changed files</caption>
41+
</screenshot>
42+
</screenshots>
43+
<recommends>
44+
<control>keyboard</control>
45+
<control>pointing</control>
46+
</recommends>
47+
</component>

0 commit comments

Comments
 (0)