mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 05:16:42 +00:00
Version 1.7.1 Preparations
This commit is contained in:
parent
2ab78c257b
commit
cf1dacc762
5 changed files with 8 additions and 10 deletions
|
@ -60,6 +60,7 @@ The following people have contributed to translating SailOTP:
|
|||
* Chinese: BirdZhang
|
||||
* Finnish: Johan Heikkilä (hevanaa)
|
||||
* French: Romain Tartière (smortex)
|
||||
* Italian: Tichy
|
||||
* Russian: moorchegue
|
||||
* Spanish: p4moedo
|
||||
* Swedish: Åke Engelbrektson (eson57)
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
# The name of your app.
|
||||
# NOTICE: name defined in TARGET has a corresponding QML filename.
|
||||
# If name defined in TARGET is changed, following needs to be
|
||||
# done to match new name:
|
||||
# - corresponding QML filename must be changed
|
||||
# - desktop icon filename must be changed
|
||||
# - desktop filename must be changed
|
||||
# - icon definition filename in desktop file must be changed
|
||||
TARGET = harbour-sailotp
|
||||
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
import QtQuick 2.0
|
||||
import Sailfish.Silica 1.0
|
||||
import org.nemomobile.configuration 1.0
|
||||
import Nemo.Configuration 1.0
|
||||
import "pages"
|
||||
import "components"
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
* Mon Apr 09 2019 Stefan Brand <sailfish@seiichiro0185.org> 1.7.1-1
|
||||
- Added Italian Translation
|
||||
- Adapt Packaging for new Harbour Rules
|
||||
|
||||
* Mon Apr 02 2019 Stefan Brand <sailfish@seiichiro0185.org> 1.7-1
|
||||
- Added Chinese Translation
|
||||
- Added Finish Translation
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: harbour-sailotp
|
||||
Summary: SailOTP
|
||||
Version: 1.7
|
||||
Version: 1.7.1
|
||||
Release: 1
|
||||
Group: Security
|
||||
URL: https://github.com/seiichiro0185/sailotp/
|
||||
|
@ -36,4 +36,5 @@ Files:
|
|||
- '%{_datadir}/applications/%{name}.desktop'
|
||||
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
|
||||
|
||||
|
||||
PkgBR: []
|
||||
|
|
Loading…
Reference in a new issue