mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-22 07:39: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
|
* Chinese: BirdZhang
|
||||||
* Finnish: Johan Heikkilä (hevanaa)
|
* Finnish: Johan Heikkilä (hevanaa)
|
||||||
* French: Romain Tartière (smortex)
|
* French: Romain Tartière (smortex)
|
||||||
|
* Italian: Tichy
|
||||||
* Russian: moorchegue
|
* Russian: moorchegue
|
||||||
* Spanish: p4moedo
|
* Spanish: p4moedo
|
||||||
* Swedish: Åke Engelbrektson (eson57)
|
* 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
|
TARGET = harbour-sailotp
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import Sailfish.Silica 1.0
|
import Sailfish.Silica 1.0
|
||||||
import org.nemomobile.configuration 1.0
|
import Nemo.Configuration 1.0
|
||||||
import "pages"
|
import "pages"
|
||||||
import "components"
|
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
|
* Mon Apr 02 2019 Stefan Brand <sailfish@seiichiro0185.org> 1.7-1
|
||||||
- Added Chinese Translation
|
- Added Chinese Translation
|
||||||
- Added Finish Translation
|
- Added Finish Translation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailotp
|
Name: harbour-sailotp
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 1.7
|
Version: 1.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
URL: https://github.com/seiichiro0185/sailotp/
|
URL: https://github.com/seiichiro0185/sailotp/
|
||||||
|
@ -36,4 +36,5 @@ Files:
|
||||||
- '%{_datadir}/applications/%{name}.desktop'
|
- '%{_datadir}/applications/%{name}.desktop'
|
||||||
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
|
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
|
||||||
|
|
||||||
|
|
||||||
PkgBR: []
|
PkgBR: []
|
||||||
|
|
Loading…
Reference in a new issue