diff --git a/data/org.librem5.goodies.appdata.xml b/data/org.librem5.goodies.appdata.xml new file mode 100644 index 0000000..8424edc --- /dev/null +++ b/data/org.librem5.goodies.appdata.xml @@ -0,0 +1,30 @@ + + + + org.librem5.goodies + FSFAP + GPL-3.0+ + Librem 5 Goodies + A collection of bash scripts for the Librem 5 + + +

Librem5 Goodies contains the following scripts: + - Contacts importer: An application to import contacts from a vcard + - Screen Shot: An application to make screenshots of the Librem 5 + - Scale the Screen: An application to scale the Librem 5 screen

+
+ Purism Developers + + support@puri.sm + + + workstation + mobile + + + + librem5-goodies + + +
+ diff --git a/l5-contacts-importer.desktop b/l5-contacts-importer.desktop index eab233e..ca2214d 100644 --- a/l5-contacts-importer.desktop +++ b/l5-contacts-importer.desktop @@ -5,3 +5,6 @@ Icon=preferences-desktop-personal Exec=/usr/bin/l5-contacts-importer %U Categories=Utility; MimeType=text/x-vcard; +# Translators: Do NOT translate or transliterate this text (these are enum types)! +X-Purism-FormFactor=Workstation;Mobile; + diff --git a/l5-scale-the-screen.desktop b/l5-scale-the-screen.desktop index c0770f3..7e5b69d 100644 --- a/l5-scale-the-screen.desktop +++ b/l5-scale-the-screen.desktop @@ -4,4 +4,6 @@ Type=Application Icon=video-display-symbolic Exec=/usr/bin/l5-scale-the-screen %U Categories=Utility; +# Translators: Do NOT translate or transliterate this text (these are enum types)! +X-Purism-FormFactor=Workstation;Mobile; diff --git a/l5-screenshot.desktop b/l5-screenshot.desktop index cb52e6d..70c9a29 100644 --- a/l5-screenshot.desktop +++ b/l5-screenshot.desktop @@ -4,3 +4,6 @@ Type=Application Icon=applets-screenshooter Exec=/usr/bin/l5-screenshot %U Categories=Utility; +# Translators: Do NOT translate or transliterate this text (these are enum types)! +X-Purism-FormFactor=Workstation;Mobile; +