Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a Metainfo file so package can be suggested when hardware is present #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ EXTRA_DIST = \
docs \
COPYING.GPLv2 \
COPYING.GPLv3 \
org.libimobiledevice.usbmuxd.metainfo.xml \
README.md

DISTCHECK_CONFIGURE_FLAGS = \
--with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)

dist_metainfo_DATA = org.libimobiledevice.usbmuxd.metainfo.xml
metainfodir = $(datarootdir)/metainfo
19 changes: 19 additions & 0 deletions org.libimobiledevice.usbmuxd.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>org.libimobiledevice.usbmuxd</id>
<metadata_license>MIT</metadata_license>
<name>usbmuxd</name>
<summary>Socket daemon to multiplex connections from and to iOS devices</summary>
<description>
<p>
usbmuxd stands for "USB multiplexing daemon". This daemon is in charge of
multiplexing connections over USB to an iOS device.
</p>
</description>
<url type="homepage">https://github.com/libimobiledevice/usbmuxd</url>
<provides>
<modalias>usb:v05ACp129*d*</modalias>
<modalias>usb:v05ACp12a*d*</modalias>
<modalias>usb:v05ACp8600d*</modalias>
</provides>
</component>