-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Packager's Notes** - A patch has been provided upstream as well.
- Loading branch information
1 parent
5837d45
commit 414219d
Showing
5 changed files
with
101 additions
and
13 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
87 changes: 87 additions & 0 deletions
87
packages/a/amule/files/0001-Provide-initial-appstream-metainfo.patch
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,87 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 17d4d55a4..fa353312e 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -132,6 +132,10 @@ if (BUILD_REMOTEGUI) | ||
) | ||
endif() | ||
|
||
+install (FILES org.amule.amule.metainfo.xml | ||
+ DESTINATION "${CMAKE_INSTALL_DATADIR}/metainfo" | ||
+) | ||
+ | ||
if (ENABLE_NLS) | ||
include (FindGettext) | ||
add_subdirectory (po) | ||
diff --git a/Makefile.am b/Makefile.am | ||
index 29aa3d55a..916f33d48 100644 | ||
--- a/Makefile.am | ||
+++ b/Makefile.am | ||
@@ -17,6 +17,9 @@ icondir = $(datadir)/pixmaps | ||
dist_util_DATA = | ||
utildir = $(datadir)/applications | ||
|
||
+dist_appstream_DATA = | ||
+appstreamdir = $(datadir)/metainfo | ||
+ | ||
if MONOLITHIC | ||
dist_icon_DATA += amule.xpm | ||
dist_util_DATA += amule.desktop | ||
@@ -27,6 +30,8 @@ dist_icon_DATA += amulegui.xpm | ||
dist_util_DATA += amulegui.desktop | ||
endif | ||
|
||
+dist_appstream_DATA += org.amule.amule.metainfo.xml | ||
+ | ||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
DISTCHECK_CONFIGURE_FLAGS = \ | ||
diff --git a/org.amule.amule.metainfo.xml b/org.amule.amule.metainfo.xml | ||
new file mode 100644 | ||
index 000000000..d8aed5679 | ||
--- /dev/null | ||
+++ b/org.amule.amule.metainfo.xml | ||
@@ -0,0 +1,41 @@ | ||
+<?xml version="1.0" encoding="UTF-8"?> | ||
+<component type="desktop-application"> | ||
+ <id>org.amule.amule</id> | ||
+ | ||
+ <name>aMule</name> | ||
+ <summary>P2P client based on eMule </summary> | ||
+ | ||
+ <metadata_license>FSFAP</metadata_license> | ||
+ <project_license>GPL-2.0-or-later</project_license> | ||
+ | ||
+ <description> | ||
+ <p> | ||
+ aMule is a multi-platform client for the ED2K file sharing network and based on the windows client eMule. aMule is intended to be as user friendly and feature rich as eMule and to remain faithful to the look and feel of eMule so users familiar with either aMule or eMule will be able switch between the two easily. Since aMule is based upon the eMule codebase, new features in eMule tend to find their way into aMule soon after their inclusion into eMule so users of aMule can expect to ride the cutting-edge of ED2k clients. | ||
+ </p> | ||
+ </description> | ||
+ | ||
+ <url type="homepage">https://www.amule.org/</url> | ||
+ <url type="bugtracker">https://bugs.amule.org/my_view_page.php</url> | ||
+ <url type="help">https://wiki.amule.org/wiki/Main_Page</url> | ||
+ | ||
+ # TODO: Auto generate me from changelog! | ||
+ <releases></releases> | ||
+ | ||
+ <launchable type="desktop-id">amule.desktop</launchable> | ||
+ <screenshots> | ||
+ <screenshot type="default"> | ||
+ <image>https://raw.githubusercontent.com/amule/amule/master/.github/amule-interface-search.png</image> | ||
+ <caption>Screenshot of the aMule search interface</caption> | ||
+ </screenshot> | ||
+ <screenshot type="default"> | ||
+ <image>https://raw.githubusercontent.com/amule/amule/master/.github/amule-preferences.png</image> | ||
+ <caption>Screenshot of the aMule preferences interface</caption> | ||
+ </screenshot> | ||
+ </screenshots> | ||
+ | ||
+ <provides> | ||
+ <binary>amule</binary> | ||
+ </provides> | ||
+ | ||
+ <content_rating type="oars-1.1"/> | ||
+</component> | ||
-- | ||
2.43.0 |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ f186b3a.patch | |
d22e057.patch | ||
9e1d9eb.patch | ||
a667c61.patch | ||
0001-Provide-initial-appstream-metainfo.patch | ||
|
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