mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-01 01:38:25 +00:00
Stefan Brand
b0dcf11fe9
Added Chinese Translation contributed by BirdZhang Added Finnish Translation contributed by Johan Heikkilä (hevanaa) Added Russian Translation contributed by moorchegue Added Spanish Translation contributed by p4moedo Some internal Preparation for future features
31 lines
718 B
YAML
31 lines
718 B
YAML
Name: harbour-sailotp
|
|
Summary: SailOTP
|
|
Version: 1.7
|
|
Release: 1
|
|
Group: Security
|
|
URL: https://github.com/seiichiro0185/sailotp/
|
|
License: "BSD\t"
|
|
Sources:
|
|
- '%{name}-%{version}.tar.bz2'
|
|
Description: |
|
|
A Sailfish implementation of the One Time Pad algorithm as used by Google Authenticator and a growing number of Websites.
|
|
Configure: none
|
|
Builder: qtc5
|
|
QMakeOptions:
|
|
- VERSION=%{version}
|
|
- RELEASE=%{release}
|
|
PkgConfigBR:
|
|
- Qt5Quick
|
|
- Qt5Qml
|
|
- Qt5Core
|
|
- Qt5Multimedia
|
|
- sailfishapp >= 1.0.2
|
|
Requires:
|
|
- sailfishsilica-qt5 >= 0.10.9
|
|
Files:
|
|
- '%{_bindir}'
|
|
- '%{_datadir}/%{name}/qml'
|
|
- '%{_datadir}/%{name}/i18n'
|
|
- '%{_datadir}/applications/%{name}.desktop'
|
|
- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
|
|
PkgBR: []
|