librem5-goodies/README.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

# Librem 5 Goodies
2020-02-10 15:37:40 +01:00
This project serves to create a deb package with several bash scripts created for the Librem 5 phone.
2020-02-10 15:38:21 +01:00
Bring your script here and it might be packaged :tada:
2020-02-10 15:38:21 +01:00
Please Avoid scripts that require cloning and building packages from source.
2020-02-10 15:38:21 +01:00
#### Scripts added to this package:
2020-02-10 15:51:40 +01:00
---
2020-02-10 15:51:40 +01:00
|Script | Description | Dependencies | Notes |
|:--:|:--:|:--:|:--:|
2020-07-31 16:47:05 +02:00
|Contacts Importer| Allows to import contacts from a vcard file to gnome contacts. Can work with a UI, from command line interface|`yad`, `syncevolution`, `libnotify-bin`| This script will cease to exist when this https://gitlab.gnome.org/GNOME/gnome-contacts/-/merge_requests/105 is merged into GNOME Contacts and this feature is present in GNOME Contacts version for the Librem 5. |
2020-08-05 13:35:48 +02:00
|Screenshot| Allows to take screenshots in the Librem 5 phone|`yad`, `grim`, `libnotify-bin`| This script will probably be removed from this package when the feature to be able to make a screenshot is present in Phosh. |
2020-02-10 16:31:03 +01:00
#### Adding a script to this package:
2020-02-10 16:31:03 +01:00
- Make a new branch based on the master branch and work from it.
- Make a merge request
2020-08-05 13:35:48 +02:00
- Avoid scripts that download and build source code. If you need a dependency not available in PureOS, package it :D