harbour-golem.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Name: harbour-golem
  2. Summary: golem.de (unofficial)
  3. Version: 0.1
  4. Release: 1
  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:golem
  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 is a simple webKit application to quickly access golem.de website with mobile view.
  17. Configure: none
  18. Builder: qmake5
  19. # This section specifies build dependencies that are resolved using pkgconfig.
  20. # This is the preferred way of specifying build dependencies for your package.
  21. PkgConfigBR:
  22. - sailfishapp >= 1.0.2
  23. - Qt5Core
  24. - Qt5Qml
  25. - Qt5Quick
  26. # Build dependencies without a pkgconfig setup can be listed here
  27. # PkgBR:
  28. # - package-needed-to-build
  29. # Runtime dependencies which are not automatically detected
  30. Requires:
  31. - sailfishsilica-qt5 >= 0.10.9
  32. # All installed files
  33. Files:
  34. - '%{_bindir}'
  35. - '%{_datadir}/%{name}'
  36. - '%{_datadir}/applications/%{name}.desktop'
  37. - '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
  38. # For more information about yaml and what's supported in Sailfish OS
  39. # build system, please see https://wiki.merproject.org/wiki/Spectacle