librem5-goodies/README.md

32 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

# Librem 5 Goodies
2020-02-10 15:37:40 +01:00
2021-10-31 14:59:40 +01:00
This project serves to create a deb package with several temporary helper 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
2021-10-31 14:59:40 +01:00
Please avoid scripts that require cloning and building packages from source.
When one of these temporary helper scripts is no longer considered necessary, it will be removed (say if features provided by the script in question are added to `phosh`).
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 |
|:--:|:--:|:--:|:--:|
2021-04-20 15:22:27 +02:00
|Contacts Importer| Allows to import contacts from a vcard file to GNOME Contacts. Can work with a UI and from command line interface|`yad`, `syncevolution`, `libnotify-bin`, `Evolution Data Server`| This script will be removed from this paclage when the version of GNOME-Contacts available in PureOS supports importing contacts from a vcard file. |
|Screenshot| Allows to take screenshots in the Librem 5 phone|`yad`, `grim`, `libnotify-bin`, `xdg-user-dirs`| This script will be removed from this package when there is a native app that can take screenshots in `Phosh`. |
2021-10-31 14:59:40 +01:00
|Screen recorder | A simple application to record the screen| `wf-recorder`, `yad`, `libnotify-bin` | This script will be removed from this package when `phosh` has better support for recording.|
2020-08-05 13:35:48 +02:00
2021-10-31 14:59:40 +01:00
**Previously removed scripts:**
2020-08-05 13:35:48 +02:00
2021-10-31 14:59:40 +01:00
- Scale the screen: A simple application to scale the screen. This is now supported in `phosh`.
2020-02-10 16:31:03 +01:00
#### Adding a script to this package:
2020-02-10 16:31:03 +01:00
2021-10-31 14:59:40 +01:00
- Make a new branch based on the `pureos/latest` 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
2021-11-01 16:29:47 +01:00
- If your script stores files somewhere, then please use `xdg-user-dir` to set the path instead of harcoding directory names like "Documents", "Videos", this is usefull because not all users have their OS in English. See example here; https://source.puri.sm/librem5-apps/librem5-goodies/-/blob/pureos/byzantium/l5-screenshot#L27 `xdg-user-dir` is also quite usefull
2020-08-12 11:07:43 +02:00
- if you are not confortable in commiting to a Deb package then open an issue asking for the script to be packaged and we will work it out