Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Librem5-apps
Librem 5 goodies
Commits
dff70f94
Commit
dff70f94
authored
Nov 22, 2020
by
Joao Azevedo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added appdata xml file. added tags to desktop shortcuts
parent
7ee2a7e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
0 deletions
+38
-0
data/org.librem5.goodies.appdata.xml
data/org.librem5.goodies.appdata.xml
+30
-0
l5-contacts-importer.desktop
l5-contacts-importer.desktop
+3
-0
l5-scale-the-screen.desktop
l5-scale-the-screen.desktop
+2
-0
l5-screenshot.desktop
l5-screenshot.desktop
+3
-0
No files found.
data/org.librem5.goodies.appdata.xml
0 → 100644
View file @
dff70f94
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2019 Purism, SPC -->
<component
type=
"desktop-application"
>
<id>
org.librem5.goodies
</id>
<metadata_license>
FSFAP
</metadata_license>
<project_license>
GPL-3.0+
</project_license>
<name>
Librem 5 Goodies
</name>
<summary>
A collection of bash scripts for the Librem 5
</summary>
<description>
<p>
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
</p>
</description>
<developer_name>
Purism Developers
</developer_name>
<update_contact>
support@puri.sm
</update_contact>
<custom>
<value
key=
"Purism::form_factor"
>
workstation
</value>
<value
key=
"Purism::form_factor"
>
mobile
</value>
</custom>
<provides>
<binary>
librem5-goodies
</binary>
</provides>
</component>
l5-contacts-importer.desktop
View file @
dff70f94
...
...
@@ -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;
l5-scale-the-screen.desktop
View file @
dff70f94
...
...
@@ -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;
l5-screenshot.desktop
View file @
dff70f94
...
...
@@ -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;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment