Tidy up package info
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Wed, 18 Jul 2018 01:59:07 +0000 (02:59 +0100)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Wed, 18 Jul 2018 01:59:07 +0000 (02:59 +0100)
README.md
harbour-pedalo.pro
qml/pages/About.qml
rpm/harbour-pedalo.changes [new file with mode: 0644]
rpm/harbour-pedalo.changes.in [deleted file]
rpm/harbour-pedalo.spec
rpm/harbour-pedalo.yaml
translations/harbour-pedalo-de.ts
translations/harbour-pedalo.ts

index 867ff39..34d95f2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Pedalo
 
 # Pedalo
 
-Measure your relative pedalo performance with others in a privacy-preserving way.
+Measures your relative pedalo performance with others in a privacy-preserving way.
 
 Pedalo is a QT app for use with Sailfish OS.
 
 
 Pedalo is a QT app for use with Sailfish OS.
 
index 327a46e..219e8b9 100644 (file)
@@ -36,8 +36,6 @@ SOURCES += src/harbour-pedalo.cpp \
 
 DISTFILES += qml/harbour-pedalo.qml \
     qml/cover/CoverPage.qml \
 
 DISTFILES += qml/harbour-pedalo.qml \
     qml/cover/CoverPage.qml \
-    rpm/harbour-pedalo.changes.in \
-    rpm/harbour-pedalo.changes.run.in \
     rpm/harbour-pedalo.spec \
     rpm/harbour-pedalo.yaml \
     translations/*.ts \
     rpm/harbour-pedalo.spec \
     rpm/harbour-pedalo.yaml \
     translations/*.ts \
@@ -53,7 +51,9 @@ DISTFILES += qml/harbour-pedalo.qml \
     qml/components/BarButton.qml \
     qml/cover/ClockView.qml \
     qml/cover/LargeItem.qml \
     qml/components/BarButton.qml \
     qml/cover/ClockView.qml \
     qml/cover/LargeItem.qml \
-    qml/pages/TheRules.qml
+    qml/pages/TheRules.qml \
+    rpm/harbour-pedalo.changes.run.in \
+    rpm/harbour-pedalo.changes
 
 SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 256x256
 
 
 SAILFISHAPP_ICONS = 86x86 108x108 128x128 172x172 256x256
 
index e526861..25158d8 100644 (file)
@@ -34,7 +34,7 @@ Page {
             }
 
             Label {
             }
 
             Label {
-                text: qsTr("Compare your relative pedalo performance with others in a privacy-preserving way")
+                text: qsTr("Measures your relative pedalo performance with others in a privacy-preserving way")
                 wrapMode: Text.WordWrap
                 font.pixelSize: Theme.fontSizeSmall
                 anchors {
                 wrapMode: Text.WordWrap
                 font.pixelSize: Theme.fontSizeSmall
                 anchors {
diff --git a/rpm/harbour-pedalo.changes b/rpm/harbour-pedalo.changes
new file mode 100644 (file)
index 0000000..f529bf7
--- /dev/null
@@ -0,0 +1,18 @@
+# Rename this file as harbour-pedalo.changes to include changelog
+# entries in your RPM file.
+#
+# Add new changelog entries following the format below.
+# Add newest entries to the top of the list.
+# Separate entries from eachother with a blank line.
+#
+# Alternatively, if your changelog is automatically generated (e.g. with
+# the git-change-log command provided with Sailfish OS SDK), create a
+# harbour-pedalo.changes.run script to let mb2 run the required commands for you.
+
+# * date Author's Name <author's email> version-release
+# - Summary of changes
+
+* Wed Jul 18 2018 David Llewellyn-Jones <david@flypig.co.uk> 0.1-1
+- Scrubbed the deck
+- Hoisted the sails
+- Created initial beta version with basic functionality
diff --git a/rpm/harbour-pedalo.changes.in b/rpm/harbour-pedalo.changes.in
deleted file mode 100644 (file)
index 974c809..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Rename this file as harbour-pedalo.changes to include changelog
-# entries in your RPM file.
-#
-# Add new changelog entries following the format below.
-# Add newest entries to the top of the list.
-# Separate entries from eachother with a blank line.
-#
-# Alternatively, if your changelog is automatically generated (e.g. with
-# the git-change-log command provided with Sailfish OS SDK), create a
-# harbour-pedalo.changes.run script to let mb2 run the required commands for you.
-
-# * date Author's Name <author's email> version-release
-# - Summary of changes
-
-* Sun Apr 13 2014 Jack Tar <jack.tar@example.com> 0.1-1
-- Scrubbed the deck
-- Hoisted the sails
-
index 6845ba8..48f8a46 100644 (file)
@@ -17,7 +17,7 @@ Version:    0.1
 Release:    1
 Group:      Qt/Qt
 License:    LICENSE
 Release:    1
 Group:      Qt/Qt
 License:    LICENSE
-URL:        http://example.org/
+URL:        http://www.flypig.co.uk/?to=pedalo
 Source0:    %{name}-%{version}.tar.bz2
 Source100:  harbour-pedalo.yaml
 Requires:   sailfishsilica-qt5 >= 0.10.9
 Source0:    %{name}-%{version}.tar.bz2
 Source100:  harbour-pedalo.yaml
 Requires:   sailfishsilica-qt5 >= 0.10.9
@@ -28,7 +28,7 @@ BuildRequires:  pkgconfig(Qt5Quick)
 BuildRequires:  desktop-file-utils
 
 %description
 BuildRequires:  desktop-file-utils
 
 %description
-Short description of my Sailfish OS Application
+Measures your relative pedalo performance with others in a privacy-preserving way
 
 
 %prep
 
 
 %prep
index 9c0b3c6..6ee8c1b 100644 (file)
@@ -5,14 +5,14 @@ Release: 1
 # The contents of the Group field should be one of the groups listed here:
 # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
 Group: Qt/Qt
 # The contents of the Group field should be one of the groups listed here:
 # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
 Group: Qt/Qt
-URL: http://example.org/
+URL: http://www.flypig.co.uk/?to=pedalo
 License: LICENSE
 # This must be generated before uploading a package to a remote build service.
 # Usually this line does not need to be modified.
 Sources:
 - '%{name}-%{version}.tar.bz2'
 Description: |
 License: LICENSE
 # This must be generated before uploading a package to a remote build service.
 # Usually this line does not need to be modified.
 Sources:
 - '%{name}-%{version}.tar.bz2'
 Description: |
-  Short description of my Sailfish OS Application
+  Measures your relative pedalo performance with others in a privacy-preserving way
 Configure: none
 # The qtc5 builder inserts macros to allow QtCreator to have fine
 # control over qmake/make execution
 Configure: none
 # The qtc5 builder inserts macros to allow QtCreator to have fine
 # control over qmake/make execution
index 9bd0677..b5963e4 100644 (file)
@@ -39,7 +39,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Compare your relative pedalo performance with others in a privacy-preserving way</source>
+        <source>Measures your relative pedalo performance with others in a privacy-preserving way</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
         <translation type="unfinished"></translation>
     </message>
 </context>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Rules</source>
+        <source>The Pedalo Rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Add a journey</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>View latest stats</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Previous journeys</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
         <translation type="unfinished"></translation>
     </message>
 </context>
index 9bd0677..b5963e4 100644 (file)
@@ -39,7 +39,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Compare your relative pedalo performance with others in a privacy-preserving way</source>
+        <source>Measures your relative pedalo performance with others in a privacy-preserving way</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
         <translation type="unfinished"></translation>
     </message>
 </context>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Rules</source>
+        <source>The Pedalo Rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Add a journey</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>View latest stats</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Previous journeys</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
         <translation type="unfinished"></translation>
     </message>
 </context>