Skip to content

Commit 71d3e40

Browse files
committed
RDNN fixes
1 parent f4d88ae commit 71d3e40

11 files changed

+5527
-1
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2018 Alex <{{email}}> -->
3+
<component type="desktop">
4+
<id>com.github.aggalex.Wineglass.desktop</id>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_group>Alex</project_group>
7+
<project_license>GPL-3.0+</project_license>
8+
<name></name>
9+
<summary></summary>
10+
<description></description>
11+
<releases>
12+
<release version="0.0.1" date="2018-05-05"/>
13+
</releases>
14+
<provides>
15+
<binary>com.github.aggalex.Wineglass</binary>
16+
</provides>
17+
<content_rating type="oars-1.1">
18+
<content_attribute id="violence-cartoon">none</content_attribute>
19+
<content_attribute id="violence-fantasy">none</content_attribute>
20+
<content_attribute id="violence-realistic">none</content_attribute>
21+
<content_attribute id="violence-bloodshed">none</content_attribute>
22+
<content_attribute id="violence-sexual">none</content_attribute>
23+
<content_attribute id="violence-desecration">none</content_attribute>
24+
<content_attribute id="violence-slavery">none</content_attribute>
25+
<content_attribute id="violence-worship">none</content_attribute>
26+
<content_attribute id="drugs-alcohol">none</content_attribute>
27+
<content_attribute id="drugs-narcotics">none</content_attribute>
28+
<content_attribute id="drugs-tobacco">none</content_attribute>
29+
<content_attribute id="sex-nudity">none</content_attribute>
30+
<content_attribute id="sex-themes">none</content_attribute>
31+
<content_attribute id="sex-homosexuality">none</content_attribute>
32+
<content_attribute id="sex-prostitution">none</content_attribute>
33+
<content_attribute id="sex-adultery">none</content_attribute>
34+
<content_attribute id="sex-appearance">none</content_attribute>
35+
<content_attribute id="language-profanity">none</content_attribute>
36+
<content_attribute id="language-humor">none</content_attribute>
37+
<content_attribute id="language-discrimination">none</content_attribute>
38+
<content_attribute id="social-chat">none</content_attribute>
39+
<content_attribute id="social-info">none</content_attribute>
40+
<content_attribute id="social-audio">none</content_attribute>
41+
<content_attribute id="social-location">none</content_attribute>
42+
<content_attribute id="social-contacts">none</content_attribute>
43+
<content_attribute id="money-purchasing">none</content_attribute>
44+
<content_attribute id="money-gambling">none</content_attribute>
45+
</content_rating>
46+
<developer_name>Alex</developer_name>
47+
<url type="homepage"></url>
48+
<url type="bugtracker">http://github.com//Wineglass/issues</url>
49+
<url type="help">http://github.com//Wineglass/issues</url>
50+
<update_contact>ubuntu1aggelalex_AT_gmail.com</update_contact>
51+
<screenshots>
52+
<screenshot type="default">
53+
</screenshot>
54+
</screenshots>
55+
</component>
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+
Name=Wineglass
4+
Comment=A GUI for Wine
5+
GenericName=Wine Frontent
6+
Exec=@EXEC_NAME@ %U
7+
Icon=com.github.aggalex.Wineglass
8+
Terminal=false
9+
Categories=Utility;GTK;
10+
Keywords=Wine;Windows;run;exe;app;

0 commit comments

Comments
 (0)