Go to file
Joao Azevedo 878f6bc3e6
add gbp.conf
2021-10-30 00:59:14 +02:00
debian prepare byzantium release 2021-10-30 00:39:31 +02:00
LICENSE Add LICENSE 2020-02-10 16:21:47 +00:00
Makefile Remove scale the screen script, closes #15 2021-10-29 23:05:53 +02:00
README.md - Prepare 0.6.0 release 2021-04-21 14:52:44 +00:00
gbp.conf add gbp.conf 2021-10-30 00:59:14 +02:00
l5-contacts-importer Addressing https://source.puri.sm/librem5-apps/librem5-goodies/-/issues/7 2020-08-08 10:48:27 +02:00
l5-contacts-importer.desktop added appdata xml file. added tags to desktop shortcuts 2020-11-22 12:11:59 +01:00
l5-screen-recorder fix single backslash error spotted in shellcheck 2021-10-30 00:13:09 +02:00
l5-screen-recorder.desktop Init screen recorder 2021-09-24 07:58:03 -07:00
l5-screenshot - Prepare 0.6.0 release 2021-04-21 14:52:44 +00:00
l5-screenshot.desktop added appdata xml file. added tags to desktop shortcuts 2020-11-22 12:11:59 +01:00
sm.puri.librem5.goodies.appdata.xml Remove scale the screen script, closes #15 2021-10-29 23:05:53 +02:00

README.md

Librem 5 Goodies

This project serves to create a deb package with several bash scripts created for the Librem 5 phone.

Bring your script here and it might be packaged 🎉

Please Avoid scripts that require cloning and building packages from source.

Scripts added to this package:


Script Description Dependencies Notes
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.
Scale the screen A simple application to scale the screen wlr-randr, yad This script will be removed from this package when phosh has better support for screen scaling.

Adding a script to this package:

  • Make a new branch based on the master branch and work from it.
  • Make a merge request
  • Avoid scripts that download and build source code. If you need a dependency not available in PureOS, package it :D
  • 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