diff --git a/rpm/harbour-sailtime.spec b/rpm/harbour-sailtime.spec new file mode 100644 index 0000000..6f905b6 --- /dev/null +++ b/rpm/harbour-sailtime.spec @@ -0,0 +1,74 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.27 +# + +Name: harbour-sailtime + +# >> macros +# << macros + +%{!?qtc_qmake:%define qtc_qmake %qmake} +%{!?qtc_qmake5:%define qtc_qmake5 %qmake5} +%{!?qtc_make:%define qtc_make make} +%{?qtc_builddir:%define _builddir %qtc_builddir} +Summary: SailTime +Version: 1.0 +Release: 1 +Group: Qt/Qt +License: LICENSE +Source0: %{name}-%{version}.tar.bz2 +Source100: harbour-sailtime.yaml +Requires: sailfishsilica-qt5 +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(sailfishapp) +BuildRequires: desktop-file-utils + +%description +Short description of my SailfishOS Application + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%qtc_qmake5 + +%qtc_make %{?_smp_mflags} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake5_install + +# >> install post +# << install post + +desktop-file-install --delete-original \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/*.desktop + +%files +%defattr(-,root,root,-) +/usr/share/harbour-sailtime +/usr/share/icons/hicolor/86x86/apps +/usr/share/applications +/usr/bin +%{_datadir}/icons/hicolor/86x86/apps/%{name}.png +%{_datadir}/applications/%{name}.desktop +%{_datadir}/%{name}/qml +%{_bindir} +# >> files +# << files diff --git a/rpm/harbour-sailtime.yaml b/rpm/harbour-sailtime.yaml index 777c4fc..9d33c66 100644 --- a/rpm/harbour-sailtime.yaml +++ b/rpm/harbour-sailtime.yaml @@ -9,6 +9,8 @@ Sources: - '%{name}-%{version}.tar.bz2' Description: |- SailTime shows how long your phone has been sailing the open seas, or in other words, how long it has been switched on. It also displays the load averages for the last 1, 5 and 15 minutes. + + The app also has an automatic refresh feature with a configurable refresh interval of 1 to 60 minutes. Configure: none Builder: qtc5 PkgConfigBR: