harbour-onvista.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Name: harbour-onvista
  2. Summary: Onvista (unofficial)
  3. Version: 0.2
  4. Release: 2
  5. # The contents of the Group field should be one of the groups listed here:
  6. # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
  7. Group: Qt/Qt
  8. URL: https://wiki.siningsoft.de/doku.php?id=sailfishos:projects:onvista
  9. BuildArch: noarch
  10. License: GPL
  11. # This must be generated before uploading a package to a remote build service.
  12. # Usually this line does not need to be modified.
  13. Sources:
  14. - '%{name}-%{version}.tar.bz2'
  15. Description: |
  16. This application is a simple try to implement a webKit application on Sailfish OS.
  17. It will access the mobile webpage of german broker OnVista.
  18. Configure: none
  19. Builder: qmake5
  20. # This section specifies build dependencies that are resolved using pkgconfig.
  21. # This is the preferred way of specifying build dependencies for your package.
  22. PkgConfigBR:
  23. - sailfishapp >= 1.0.3
  24. - Qt5Core
  25. - Qt5Qml
  26. - Qt5Quick
  27. # Build dependencies without a pkgconfig setup can be listed here
  28. # PkgBR:
  29. # - package-needed-to-build
  30. # Runtime dependencies which are not automatically detected
  31. Requires:
  32. - sailfishsilica-qt5 >= 0.10.9
  33. - libsailfishapp-launcher
  34. # All installed files
  35. Files:
  36. - '%defattr(0644,root,root,-)'
  37. - '%{_datadir}/%{name}'
  38. - '%{_datadir}/applications/%{name}.desktop'
  39. - '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
  40. # For more information about yaml and what's supported in Sailfish OS
  41. # build system, please see https://wiki.merproject.org/wiki/Spectacle