Complete build and run dependencies for TDLib
This commit is contained in:
parent
90b0a40824
commit
fd71c3c013
2 changed files with 7 additions and 4 deletions
|
@ -12,7 +12,7 @@ Name: harbour-fernschreiber
|
|||
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Qt/Qt
|
||||
License: LICENSE
|
||||
URL: http://werkwolf.eu/
|
||||
|
@ -28,6 +28,8 @@ BuildRequires: pkgconfig(Qt5Sql)
|
|||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5Positioning)
|
||||
BuildRequires: pkgconfig(nemonotifications-qt5)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: gperf
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
%description
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Name: harbour-fernschreiber
|
||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||
Version: 0.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
# The contents of the Group field should be one of the groups listed here:
|
||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||
Group: Qt/Qt
|
||||
|
@ -28,10 +28,11 @@ PkgConfigBR:
|
|||
- Qt5Multimedia
|
||||
- Qt5Positioning
|
||||
- nemonotifications-qt5
|
||||
- openssl
|
||||
|
||||
# Build dependencies without a pkgconfig setup can be listed here
|
||||
# PkgBR:
|
||||
# - package-needed-to-build
|
||||
PkgBR:
|
||||
- gperf
|
||||
|
||||
# Runtime dependencies which are not automatically detected
|
||||
Requires:
|
||||
|
|
Loading…
Reference in a new issue