Drop yaml, require Qt5Svg
This commit is contained in:
parent
a4168ef74f
commit
33388dd4fb
3 changed files with 2 additions and 74 deletions
|
@ -60,7 +60,6 @@ DISTFILES += qml/harbour-seaprint.qml \
|
||||||
rpm/harbour-seaprint.changes.in \
|
rpm/harbour-seaprint.changes.in \
|
||||||
rpm/harbour-seaprint.changes.run.in \
|
rpm/harbour-seaprint.changes.run.in \
|
||||||
rpm/harbour-seaprint.spec \
|
rpm/harbour-seaprint.spec \
|
||||||
rpm/harbour-seaprint.yaml \
|
|
||||||
translations/*.ts \
|
translations/*.ts \
|
||||||
harbour-seaprint.desktop
|
harbour-seaprint.desktop
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
#
|
|
||||||
# Do NOT Edit the Auto-generated Part!
|
|
||||||
# Generated by: spectacle version 0.32
|
|
||||||
#
|
|
||||||
|
|
||||||
Name: harbour-seaprint
|
Name: harbour-seaprint
|
||||||
|
|
||||||
# >> macros
|
|
||||||
# << macros
|
|
||||||
|
|
||||||
Summary: SeaPrint
|
Summary: SeaPrint
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
@ -15,46 +7,32 @@ Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://example.org/
|
URL: http://example.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source100: harbour-seaprint.yaml
|
|
||||||
Requires: sailfishsilica-qt5 >= 0.10.9
|
Requires: sailfishsilica-qt5 >= 0.10.9
|
||||||
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
|
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Qml)
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
BuildRequires: pkgconfig(Qt5Quick)
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(mlite5)
|
BuildRequires: pkgconfig(mlite5)
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Short description of my Sailfish OS Application
|
Network printing for Sailfish OS
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
# >> setup
|
|
||||||
# << setup
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# >> build pre
|
|
||||||
# << build pre
|
|
||||||
|
|
||||||
%qmake5 \
|
%qmake5 \
|
||||||
VERSION=%{version}
|
VERSION=%{version}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# >> build post
|
|
||||||
# << build post
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
# >> install pre
|
|
||||||
# << install pre
|
|
||||||
%qmake5_install
|
%qmake5_install
|
||||||
|
|
||||||
# >> install post
|
|
||||||
# << install post
|
|
||||||
|
|
||||||
desktop-file-install --delete-original \
|
desktop-file-install --delete-original \
|
||||||
--dir %{buildroot}%{_datadir}/applications \
|
--dir %{buildroot}%{_datadir}/applications \
|
||||||
%{buildroot}%{_datadir}/applications/*.desktop
|
%{buildroot}%{_datadir}/applications/*.desktop
|
||||||
|
@ -65,5 +43,3 @@ desktop-file-install --delete-original \
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||||
# >> files
|
|
||||||
# << files
|
|
||||||
|
|
|
@ -1,47 +0,0 @@
|
||||||
Name: harbour-seaprint
|
|
||||||
Summary: SeaPrint
|
|
||||||
Version: 0
|
|
||||||
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
|
|
||||||
URL: http://example.org/
|
|
||||||
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
|
|
||||||
Configure: none
|
|
||||||
Builder: qmake5
|
|
||||||
|
|
||||||
QMakeOptions:
|
|
||||||
- VERSION=%{version}
|
|
||||||
|
|
||||||
# This section specifies build dependencies that are resolved using pkgconfig.
|
|
||||||
# This is the preferred way of specifying build dependencies for your package.
|
|
||||||
PkgConfigBR:
|
|
||||||
- sailfishapp >= 1.0.2
|
|
||||||
- Qt5Core
|
|
||||||
- Qt5Qml
|
|
||||||
- Qt5Quick
|
|
||||||
- mlite5
|
|
||||||
|
|
||||||
# Build dependencies without a pkgconfig setup can be listed here
|
|
||||||
# PkgBR:
|
|
||||||
# - package-needed-to-build
|
|
||||||
|
|
||||||
# Runtime dependencies which are not automatically detected
|
|
||||||
Requires:
|
|
||||||
- sailfishsilica-qt5 >= 0.10.9
|
|
||||||
|
|
||||||
# All installed files
|
|
||||||
Files:
|
|
||||||
- '%{_bindir}'
|
|
||||||
- '%{_datadir}/%{name}'
|
|
||||||
- '%{_datadir}/applications/%{name}.desktop'
|
|
||||||
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
|
|
||||||
|
|
||||||
# For more information about yaml and what's supported in Sailfish OS
|
|
||||||
# build system, please see https://wiki.merproject.org/wiki/Spectacle
|
|
Loading…
Reference in a new issue