diff --git a/README.md b/README.md index b3b18ce..6ffbda7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/harbour-sailotp.pro b/harbour-sailotp.pro index 53cd9b8..2d418d8 100644 --- a/harbour-sailotp.pro +++ b/harbour-sailotp.pro @@ -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\\\" diff --git a/qml/harbour-sailotp.qml b/qml/harbour-sailotp.qml index eac8785..8c627ed 100644 --- a/qml/harbour-sailotp.qml +++ b/qml/harbour-sailotp.qml @@ -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" diff --git a/rpm/harbour-sailotp.changes b/rpm/harbour-sailotp.changes index 9c01f6c..45077fb 100644 --- a/rpm/harbour-sailotp.changes +++ b/rpm/harbour-sailotp.changes @@ -1,3 +1,7 @@ +* Mon Apr 09 2019 Stefan Brand 1.7.1-1 +- Added Italian Translation +- Adapt Packaging for new Harbour Rules + * Mon Apr 02 2019 Stefan Brand 1.7-1 - Added Chinese Translation - Added Finish Translation diff --git a/rpm/harbour-sailotp.yaml b/rpm/harbour-sailotp.yaml index 9eb3401..a8b6fbc 100644 --- a/rpm/harbour-sailotp.yaml +++ b/rpm/harbour-sailotp.yaml @@ -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: []