Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from iRail/upgrade-1.2
Browse files Browse the repository at this point in the history
Upgrade 1.2
  • Loading branch information
DylanVanAssche authored Aug 3, 2017
2 parents 170ae8e + 9076638 commit 10fb637
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 814 deletions.
3 changes: 2 additions & 1 deletion harbour-berail.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ CONFIG += sailfishapp_i18n
# planning to localize your app, remember to comment out the
# following TRANSLATIONS line. And also do not forget to
# modify the localized app name in the the .desktop file.
TRANSLATIONS += translations/harbour-berail-de.ts
TRANSLATIONS += translations/harbour-berail-de.ts \
translations/harbour-berail-nl.ts

DISTFILES += \
qml/pages/AboutPage.qml \
Expand Down
803 changes: 0 additions & 803 deletions harbour-berail.pro.user

This file was deleted.

8 changes: 4 additions & 4 deletions qml/pages/StationListPage.qml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions rpm/harbour-berail.changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Mon Jun 12 2017 Dylan Van Assche <[email protected]> 1.2-1
- [MINOR BUGFIX] Fixed NL translation
- [IMPROVEMENT] Updated to the latest station list
- [STORE] Fix harbour issues

* Mon Jun 06 2017 Dylan Van Assche <[email protected]> 1.1-2
- [MINOR BUGFIX] Remove disturbances duplicates in Liveboard

Expand Down
6 changes: 4 additions & 2 deletions rpm/harbour-berail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ Name: harbour-berail
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: BeRail
Version: 1.1
Release: 2
Version: 1.2
Release: 1
Group: Qt/Qt
License: LICENSE
URL: http://example.org/
Source0: %{name}-%{version}.tar.bz2
Source100: harbour-berail.yaml
Requires: sailfishsilica-qt5 >= 0.10.9
Requires: pyotherside-qml-plugin-python3-qt5 >= 1.2.0
Requires: nemo-qml-plugin-configuration-qt5 >= 0.0.1
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
Expand Down
6 changes: 4 additions & 2 deletions rpm/harbour-berail.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-berail
Summary: BeRail
Version: 1.1
Release: 2
Version: 1.2
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Qt/Qt
Expand Down Expand Up @@ -32,6 +32,8 @@ PkgConfigBR:
# Runtime dependencies which are not automatically detected
Requires:
- sailfishsilica-qt5 >= 0.10.9
- pyotherside-qml-plugin-python3-qt5 >= 1.2.0
- nemo-qml-plugin-configuration-qt5 >= 0.0.1 #Jolla Harbour only 2.1.0.X and higher

# All installed files
Files:
Expand Down
4 changes: 3 additions & 1 deletion translations/harbour-berail-de.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="de" version="2.1">
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de">
<context>
<name>AboutPage</name>
<message>
Expand Down
4 changes: 3 additions & 1 deletion translations/harbour-berail-nl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="nl" version="2.1">
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="nl">
<context>
<name>AboutPage</name>
<message>
Expand Down

0 comments on commit 10fb637

Please sign in to comment.