Warning, /office/kbibtex/mobile/sailfishos/rpm/harbour-bibsearch.yaml is written in an unsupported language. File is not indexed.

0001 Name: harbour-bibsearch
0002 Summary: BibSearch
0003 Version: 0.6
0004 Release: 1
0005 # The contents of the Group field should be one of the groups listed here:
0006 # https://github.com/mer-tools/spectacle/raw/master/data/GROUPS
0007 Group: Applications/Publishing
0008 URL: https://gitlab.com/tfischer/BibSearch
0009 License: GNU General Public License version 2 or any later version
0010 # This must be generated before uploading a package to a remote build service.
0011 # Usually this line does not need to be modified.
0012 Sources:
0013 - '%{name}-%{version}.tar.xz'
0014 Description: |
0015   A mobile app to search for scientific publications, based on KBibTeX
0016 Configure: none
0017 # The qtc5 builder inserts macros to allow QtCreator to have fine
0018 # control over qmake/make execution
0019 Builder: qtc5
0020 
0021 # This section specifies build dependencies that are resolved using pkgconfig.
0022 # This is the preferred way of specifying build dependencies for your package.
0023 PkgConfigBR:
0024   - sailfishapp >= 1.0.2
0025   - Qt5Core
0026   - Qt5Qml
0027   - Qt5Quick
0028 
0029 # Build dependencies without a pkgconfig setup can be listed here
0030 # PkgBR:
0031 #   - package-needed-to-build
0032 
0033 # Runtime dependencies which are not automatically detected
0034 Requires:
0035   - sailfishsilica-qt5 >= 0.10.9
0036 
0037 # All installed files
0038 Files:
0039   - '%{_bindir}'
0040   - '%{_datadir}/%{name}'
0041   - '%{_datadir}/applications/%{name}.desktop'
0042   - '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
0043 
0044 # For more information about yaml and what's supported in Sailfish OS
0045 # build system, please see https://wiki.merproject.org/wiki/Spectacle
0046