Files
libnotify/_service
Dominique Leuenberger e289a4070e - Update to version 0.8.7:
+ tests: Run non-interactive tests in headless mode
  + test-image: Use a local asset instead of relying on invalid
    icon theme
  + notification:
    - Add ability to get a GAppLaunchContext on activation
    - Allow using a desktop file as is from a snap if readable
    - Do not use the desktop file logic for icons
    - Remove app name warning in sandboxes
  + notify:
    - Ignore the snap UUID to compute the snap application
    - Support snap application that contains a dot in their name

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=70
2025-09-29 14:51:17 +00:00

21 lines
751 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.git</param>
<param name="revision">0.8.7</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
<param name="submodules">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>