This repository has been archived by the owner on Jul 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #174 from DylanVanAssche/cover
Cover
- Loading branch information
Showing
12 changed files
with
139 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# | ||
# Do NOT Edit the Auto-generated Part! | ||
# Generated by: spectacle version 0.27 | ||
# | ||
|
||
Name: harbour-sailfinder | ||
|
||
# >> 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: Sailfinder | ||
Version: 4.4 | ||
Release: 4 | ||
Group: Qt/Qt | ||
License: GPLv3 | ||
URL: https://github.com/DylanVanAssche/harbour-sailfinder | ||
Source0: %{name}-%{version}.tar.bz2 | ||
Source100: harbour-sailfinder.yaml | ||
Requires: sailfishsilica-qt5 >= 0.10.9 | ||
Requires: nemo-qml-plugin-notifications-qt5 | ||
Requires: nemo-qml-plugin-configuration-qt5 | ||
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 | ||
BuildRequires: pkgconfig(Qt5Core) | ||
BuildRequires: pkgconfig(Qt5Qml) | ||
BuildRequires: pkgconfig(Qt5Quick) | ||
BuildRequires: desktop-file-utils | ||
|
||
%description | ||
Sailfinder is a Sailfish OS application to have fun on Tinder. | ||
|
||
%prep | ||
%setup -q -n %{name}-%{version} | ||
|
||
# >> setup | ||
# << setup | ||
|
||
%build | ||
# >> build pre | ||
# << build pre | ||
|
||
%qtc_qmake5 \ | ||
VERSION=%{version} | ||
|
||
%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,-) | ||
%{_bindir} | ||
%{_datadir}/%{name} | ||
%{_datadir}/applications/%{name}.desktop | ||
%{_datadir}/icons/hicolor/*/apps/%{name}.png | ||
# >> files | ||
# << files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters