From d7417780f859795d82eedd0b6d90904da30b413a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Ruiz?= Date: Tue, 19 Dec 2017 13:05:39 +0100 Subject: [PATCH] Fix openssl dependency missing lupoDharkael/flameshot#32 --- README.md | 12 ++++++++++++ debian/control | 1 + 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 989dbc52..18208c39 100644 --- a/README.md +++ b/README.md @@ -159,16 +159,28 @@ You whant to install Flameshot in ~/myBuilds/test. You would execute the followi ```` libqt5dbus5, libqt5network5, libqt5core5a, libqt5widgets5, libqt5gui5 ```` +Optional: +``` +openssl, ca-certificates +``` **Fedora**: ```` qt5-qtbase ```` +Optional: +``` +openssl, ca-certificates +``` **Arch**: ```` qt5-base ```` +Optional: +``` +openssl, ca-certificates +``` ## License - The main code is licensed under [GPLv3](./LICENSE) diff --git a/debian/control b/debian/control index 6db68790..5158ee97 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,6 @@ Vcs-Browser: https://github.com/lupoDharkael/flameshot.git Package: flameshot Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5dbus5, libqt5network5, libqt5core5a, libqt5widgets5, libqt5gui5 +Suggests: openssl, ca-certificates Description: screenshot software Powerful yet simple to use screenshot software for GNU/Linux