Skip to content
Snippets Groups Projects
Commit b3800e8f authored by Rudi Timmermans's avatar Rudi Timmermans
Browse files

Adding AboutPage

parent b7cbbb7b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ import org.freedesktop.contextkit 1.0 ...@@ -4,7 +4,8 @@ import org.freedesktop.contextkit 1.0
import "pages" import "pages"
ApplicationWindow { ApplicationWindow {
cover: Qt.resolvedUrl("cover/CoverPage.qml") cover: null
//cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations allowedOrientations: defaultAllowedOrientations
ContextProperty { ContextProperty {
......
...@@ -40,7 +40,7 @@ Page { ...@@ -40,7 +40,7 @@ Page {
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeLarge font.pixelSize: Theme.fontSizeLarge
color: Theme.highlightColor color: Theme.highlightColor
text: "Konheko v0.4" text: "Konheko v0.5"
} }
AboutLabel { AboutLabel {
......
...@@ -6,14 +6,11 @@ ...@@ -6,14 +6,11 @@
Name: harbour-konheko Name: harbour-konheko
# >> macros # >> macros
%define __provides_exclude_from ^%{_datadir}/.*$
%define __requires_exclude ^libstdc.*$
%define bdir %(echo $PWD)/.build/rpmbuilddir-%{_arch}
# << macros # << macros
Summary: Sailfish OS Matrix Client Summary: Sailfish OS Matrix Client
Version: 0.1 Version: 0.5
Release: 1 Release: 0
Group: Qt/Qt Group: Qt/Qt
License: LICENSE License: LICENSE
URL: http://example.org/ URL: http://example.org/
......
Name: harbour-konheko Name: harbour-konheko
Summary: Sailfish OS Matrix Client Summary: Sailfish OS Matrix Client
Version: 0.1 Version: 0.5
Release: 1 Release: 0
# The contents of the Group field should be one of the groups listed here: # The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Qt/Qt Group: Qt/Qt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment