Fix openssl dependency missing lupoDharkael/flameshot#32

This commit is contained in:
Manuel López Ruiz
2017-12-19 13:05:39 +01:00
parent f9c3b858ae
commit d7417780f8
2 changed files with 13 additions and 0 deletions

View File

@@ -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)

1
debian/control vendored
View File

@@ -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