diff options
author | Marvin Borner | 2020-04-05 19:24:57 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-05 19:24:57 +0200 |
commit | bf800f3b9a78140d6ee5c031389af67f67d52d8f (patch) | |
tree | 0756b7ebd20e618b5d02a26a099b1eae61b2440b /rpm/harbour-binaryfun.spec | |
parent | bfb99fed8efd71290f67735d27c7aa6bf4ee88f0 (diff) |
v1.0 - Added awesome leaderboard!1.0
Was quite some work but I finally implemented a frontend for my backend
leaderboard - works flawless! Furthermore this is now named v1.0 because
I'm probably finished with the main work and won't add many more
features.
Diffstat (limited to 'rpm/harbour-binaryfun.spec')
-rw-r--r-- | rpm/harbour-binaryfun.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpm/harbour-binaryfun.spec b/rpm/harbour-binaryfun.spec index eaff5f8..4ad17dc 100644 --- a/rpm/harbour-binaryfun.spec +++ b/rpm/harbour-binaryfun.spec @@ -13,7 +13,7 @@ Name: harbour-binaryfun %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: An awesome binary game -Version: 0.2 +Version: 1.0 Release: 1 Group: Qt/Qt License: MIT @@ -21,6 +21,7 @@ URL: https://openrepos.net/content/melvin/binary-fun Source0: %{name}-%{version}.tar.bz2 Source100: harbour-binaryfun.yaml Requires: sailfishsilica-qt5 >= 0.10.9 +Requires: nemo-qml-plugin-configuration-qt5 BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Qml) |