SHA256
1
0
forked from pool/feedbackd
Files
feedbackd/_service
Luciano Santos 35f34fc891 Accepting request 1109224 from GNOME:Next
- Update to version 0.2.1:
  + event: Fix doc link
  + treewide: Drop superfluous '()' after functions in doc strings.
    Otherwise we have that doubled in the docs.
  + doc:
    - Better cross reference manpages.
    - Add manpage for feedback themes. This should direct users to
      the documentation.
- Update to version 0.2.0:
  + build: Bump version to 0.2.0. We have a slight api change.
  + lfb-event: Avoid allocation when getting profile. We can return
    the const *. This makes it consistent with other getters. This
    is an API change we didn't find any users and the API is
    declared unstable.
  + tests: Get properties all at once.
  + lfb-event: Add getter and setter for app-id. For applications
    this is figured out automatically but notification daemons and
    portal implementations might want to override it to have the
    per-app feedback profile picked up automatically.
- Drop 109.patch: Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/1109224
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/feedbackd?expand=0&rev=13
2023-09-07 22:39:06 +00:00

16 lines
573 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://source.puri.sm/Librem5/feedbackd.git</param>
<param name="revision">refs/tags/v0.2.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version" />
</services>