Skip to content

Commit

Permalink
Merge branch 'sabriunal-fix-appdata'
Browse files Browse the repository at this point in the history
  • Loading branch information
aharotias2 committed Jan 6, 2024
2 parents 5566e93 + 9543307 commit d1795d2
Show file tree
Hide file tree
Showing 14 changed files with 703 additions and 928 deletions.
46 changes: 10 additions & 36 deletions data/parapara.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<component type="desktop">
<id>com.github.aharotias2.parapara</id>
<launchable type="desktop-id">com.github.aharotias2.parapara.desktop</launchable>
<translation type="gettext">com.github.aharotias2.parapara</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>ParaPara</name>
Expand Down Expand Up @@ -34,59 +35,31 @@
</screenshot>
</screenshots>

<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<content_rating type="oars-1.1" />

<releases>
<release version="3.2.9" date="2022-03-26" urgency="medium">
<description>
<description translatable="no">
<p>Update it.po</p>
</description>
</release>
<release version="3.2.8" date="2022-03-25" urgency="medium">
<description>
<description translatable="no">
<p>Update translation</p>
</description>
</release>
<release version="3.2.3" date="2022-01-10" urgency="medium">
<description>
<description translatable="no">
<p>Update meson.build</p>
</description>
</release>
<release version="3.2.2" date="2022-01-09" urgency="medium">
<description>
<description translatable="no">
<p>Update appdata.xml</p>
</description>
</release>
<release version="3.2.0" date="2021-12-24" urgency="medium">
<description>
<description translatable="no">
<p>This release further standardizes the user interface.
That is, like many other GNOME applications such as Gedit,
we have made it with a menu button on the top right.
Expand All @@ -96,7 +69,7 @@
</description>
</release>
<release version="3.0.0" date="2021-08-07" urgency="medium">
<description>
<description translatable="no">
<ul>
<li>Initial release.</li>
</ul>
Expand All @@ -108,8 +81,9 @@
<url type="homepage">https://github.com/aharotias2/parapara</url>
<url type="bugtracker">https://github.com/aharotias2/parapara/issues</url>
<url type="help">https://github.com/aharotias2/parapara/issues</url>
<url type="vcs-browser">https://github.com/aharotias2/parapara</url>
<url type="translate">https://github.com/aharotias2/parapara</url>

<custom>
<value key="x-appcenter-color-primary">#43d6b5</value>
<value key="x-appcenter-color-primary-text">#ffffff</value>
Expand Down
4 changes: 3 additions & 1 deletion po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
data/parapara.appdata.xml.in
data/parapara.desktop.in
data/gtk/menus.ui
src/Model/FileList.vala
src/Model/SingleFileAccessor.vala
src/Utils/FileUtils.vala
src/Widgets/ResizeDialog.vala
src/Widgets/SingleImageView.vala
src/Widgets/ToolBar.vala
src/Widgets/Window.vala
data/gtk/menus.ui

0 comments on commit d1795d2

Please sign in to comment.