Skip to content

Commit

Permalink
Package fixes - arch linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 authored Jun 21, 2020
1 parent 2d49bf1 commit 004f337
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 39 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
~/.cargo/release
~/.cargo/registry
~/.cargo/git
target
Expand All @@ -41,11 +42,6 @@ jobs:
override: true
components: rustfmt, clippy

- name: Clean
uses: actions-rs/cargo@v1
with:
command: clean

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down
32 changes: 2 additions & 30 deletions data/uk.co.grumlimited.authenticator-rs.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,14 @@
</p>
</description>
<launchable type="desktop-id">uk.co.grumlimited.authenticator-rs.desktop</launchable>
<categories>
<category>Game</category>
<category>GTK</category>
</categories>
<screenshots>
<screenshot type="default">
<image type="source">https://github.com/grumlimited/authenticator-rs/raw/master/data/screenshot.png</image>
<image type="source">https://raw.githubusercontent.com/grumlimited/authenticator-rs/master/authenticator-rs-main.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.1" date="2020-06-14"/>
</releases>
<update_contact>[email protected]</update_contact>
<provides>
<binary>uk.co.grumlimited.authenticator-rs</binary>
</provides>
<content_rating type="oars-1.0">
<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="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="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.0" />
</component>
10 changes: 6 additions & 4 deletions data/uk.co.grumlimited.authenticator-rs.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Name=Authenticator RS
GenericName=Authenticator RS
Comment=MFA authenticator
Categories=Office;GTK
GenericName=Two-factor Authentication
Comment=A Two-Factor Authentication application
Categories=GNOME;GTK;Security;Utility;
Icon=uk.co.grumlimited.authenticator-rs
Exec=uk.co.grumlimited.authenticator-rs
Keywords=Gnome;GTK;Verification;2FA;Authentication;OTP;TwoFactor;
Exec=authenticator-rs
Terminal=false
Type=Application
StartupNotify=true

0 comments on commit 004f337

Please sign in to comment.