]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - data/id.waydro.waydroid.metainfo.xml
.desktop files should not be executable (#815)
[waydroid.git] / data / id.waydro.waydroid.metainfo.xml
1 <!-- Copyright 2023 Waydroid -->
2 <?xml version="1.0" encoding="UTF-8"?>
3 <component type="desktop-application">
4 <id>id.waydro.waydroid</id>
5
6 <name>Waydroid</name>
7 <summary>Run Android apps natively alongside desktop programs</summary>
8
9 <metadata_license>CC0-1.0</metadata_license>
10 <project_license>GPL-3.0-only</project_license>
11 <developer_name>Waydroid</developer_name>
12
13 <url type="homepage">https://waydro.id/</url>
14 <url type="bugtracker">https://github.com/waydroid/waydroid/issues</url>
15 <url type="faq">https://docs.waydro.id/faq</url>
16 <url type="help">https://matrix.to/#/#waydroid:mrcyjanek.net</url>
17 <url type="donation">https://opencollective.com/waydroid/donate</url>
18 <url type="translate">https://gaijinent.com/contacts</url>
19 <url type="contact">https://matrix.to/#/#waydroid:mrcyjanek.net</url>
20
21 <supports>
22 <control>pointing</control>
23 <control>keyboard</control>
24 <control>touch</control>
25 <control>tablet</control>
26 </supports>
27
28 <description>
29 <p>
30 Waydroid is a container-based approach to boot a full Android system on a regular GNU/Linux system. The Android system inside the container has direct access to needed hardware through LXC and the binder interface.
31 </p>
32 </description>
33
34 <launchable type="desktop-id">Waydroid.desktop</launchable>
35 <screenshots>
36 <screenshot type="default">
37 <image>https://waydro.id/assets/images/hero/main_landing.jpeg</image>
38 </screenshot>
39 <screenshot>
40 <image>https://waydro.id/assets/images/hero/Group%201.png</image>
41 </screenshot>
42 <screenshot>
43 <image>https://waydro.id/assets/images/hero/clean_desktop.jpeg</image>
44 </screenshot>
45 </screenshots>
46
47 <!-- Update to latest release information -->
48 <releases>
49 <release version="1.4.0" date="2023-02-08"/>
50 <release version="1.3.4" date="2022-12-14"/>
51 </releases>
52
53 <content_rating type="oars-1.1">
54 <content_attribute id="social-chat">intense</content_attribute>
55 <content_attribute id="social-info">intense</content_attribute>
56 <content_attribute id="social-audio">intense</content_attribute>
57 <content_attribute id="social-location">intense</content_attribute>
58 <content_attribute id="social-contacts">intense</content_attribute>
59 </content_rating>
60
61 </component>