Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update dependencies information #1543

Merged
merged 3 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 21 additions & 24 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ is missing. If you use another GNU/Linux distribution, please install the
corresponding packages. Be aware that some of the named packages can be
replaced with PyPi packages.

* Runtime dependencies
* Runtime dependencies for the CLI

- `python3` (>= 3.8)
- `rsync`
Expand All @@ -71,11 +71,9 @@ replaced with PyPi packages.
- `python3-keyring`
- `python3-dbus`
- `python3-packaging`

* Recommended

- `sshfs`
- `encfs`
- Recommended
- `sshfs`
- `encfs`

* Runtime dependencies for the GUI

Expand All @@ -84,25 +82,24 @@ replaced with PyPi packages.
- `python3-dbus.mainloop.pyqt5`
- `libnotify-bin`
- `policykit-1`
- `qttranslations5-l10n`
- `qtwayland5` (if Wayland is used as display server instead of X11)

* Recommended for the GUI

- For SSH key storage **one** of these packages
- `python3-secretstorage`
- `python3-keyring-kwallet`
- `python3-gnomekeyring`
- For diff-like comparing files between backup snapshots **one** of these
packages
- `kompare`
- or `meld`
- Optional: Default icons
- The `oxygen` icons should be offered as optional dependency
since they are used as fallback in case of missing icons
(mainly app and system-tray icons)

* Build dependencies

- Recommended
- For SSH key storage **one** of these packages
- `python3-secretstorage`
- `python3-keyring-kwallet`
- `python3-gnomekeyring`
- For diff-like comparing files between backup snapshots **one** of these
packages
- `kompare`
- or `meld`
- Optional: Default icons
- The `oxygen` icons should be offered as optional dependency
since they are used as fallback in case of missing icons
(mainly app and system-tray icons)

* Build and testing dependencies
- All runtime dependencies for CLI and GUI including the recommended
- `build-essential`
- `gzip`
- `gettext`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://app.travis-ci.com/bit-team/backintime.svg)](https://app.travis-ci.com/bit-team/backintime)
[![Coverage Status](https://coveralls.io/repos/github/bit-team/backintime/badge.svg?branch=main)](https://coveralls.io/github/bit-team/backintime?branch=main)
[![Source code documentation Status](https://readthedocs.org/projects/backintime-dev/badge/?version=latest)](https://backintime-dev.readthedocs.io)
[![Translation status](https://translate.codeberg.org/widgets/backintime/-/svg-badge.svg)](https://translate.codeberg.org/engage/backintime)
[![Translation status](https://translate.codeberg.org/widget/backintime/common/svg-badge.svg)](https://translate.codeberg.org/engage/backintime)

# Back In Time
<sub>Copyright (C) 2008-2023 Oprea Dan, Bart de Koning, Richard Bailey,
Expand Down