Merge branch 'lets-shoppify-this-app' into 'master'

Lets shoppify this app

Closes #9

See merge request librem5-apps/librem5-goodies!14
This commit is contained in:
Joao Azevedo 2020-11-23 12:11:21 +00:00
commit 5c5b6a6f32
6 changed files with 43 additions and 0 deletions

View File

@ -4,3 +4,4 @@ l5-screenshot /usr/bin
l5-screenshot.desktop /usr/share/applications
l5-scale-the-screen /usr/bin
l5-scale-the-screen.desktop /usr/share/applications
org.librem5.goodies.appdata.xml /usr/share/metainfo

3
debian/rules vendored
View File

@ -5,3 +5,6 @@
override_dh_auto_test:
make
dh_command:
appstream-util validate-relax org.librem5.goodies.appdata.xml

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2019 Purism, SPC -->
<component type="desktop-application">
<id>org.librem5.goodies</id>
<metadata_license>gpl-3+</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:</p>
<p>- Contacts importer: An application to import contacts from a vcard</p>
<p>- Screen Shot: An application to make screenshots of the Librem 5</p>
<p>- Scale the Screen: An application to scale the Librem 5 screen</p>
</description>
<url type="homepage">https://source.puri.sm/librem5-apps/librem5-goodies/</url>
<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>