+ notification:
- Set the icon-name property as image hint instead of as
app-icon
- Modernize the NotifyNotification class definition (and add
support for auto-pointers)
+ notify-send:
- Require valid UTF-8 for Summary and Body
- Allow sending an empty summary
- Flush stdout after printing notification ID
+ build: Improve mapfile and support building in solaris
+ Bugs fixed:
- notify-send dumps core if notification message is invalid
UTF-8
- libnotify should be quiet
- fdo documentation link outdated in README.md
- Replace docbook5-xsl-stylesheets with docbook-xsl-stylesheets
BuildRequires: Following upstream changes.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=66
21 lines
751 B
XML
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.4</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>
|
|
|