harbour-tvspielfilm.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Name: harbour-tvspielfilm
  2. Summary: TVSpielfilm (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: http://example.org/
  9. BuildArch: noarch
  10. License: LICENSE
  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. Short description of my Sailfish OS Application
  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.3
  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. - libsailfishapp-launcher
  33. # All installed files
  34. Files:
  35. - '%defattr(0644,root,root,-)'
  36. - '%{_datadir}/%{name}'
  37. - '%{_datadir}/applications/%{name}.desktop'
  38. - '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
  39. # For more information about yaml and what's supported in Sailfish OS
  40. # build system, please see https://wiki.merproject.org/wiki/Spectacle