- update to 1.6:
* Fix portability issues with signed vs unsigned chars in the config
file parser (thanks to Charlène Wendling).
* The -t option now allows fractional time values (e.g. -t 0.5 to
display for half a second).
* Set window type hint to notification to avoid shadows and other
decorations (thanks to Markus Demleitner).
* Add support for right-to-left text (thanks to @ilevi-code).
OBS-URL: https://build.opensuse.org/request/show/948945
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xcowsay?expand=0&rev=16
- Upgrade to version 1.5
Changes:
* Updated from Gtk2/GDK to Gtk3/Cairo. Note that because of the removal
of the `gtk_widget_shape_combine_mask' API that xcowsay used for
transparency, we now rely on the alpha channel of the window and a
compositing window manager for this.
* As a side effect of this, the bubble is now anti-aliased, fixing a
long-standing issue.
* Unfortunately running xcowsay without a compositor is no longer
supported. If this affects you please continue to use 1.4 as there are
no functional changes in 1.5.
* The cow position is more random (thanks to Tony Finch).
- Update souce link to use tarball from github
OBS-URL: https://build.opensuse.org/request/show/772576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcowsay?expand=0&rev=4
Changes:
* Updated from Gtk2/GDK to Gtk3/Cairo. Note that because of the removal
of the `gtk_widget_shape_combine_mask' API that xcowsay used for
transparency, we now rely on the alpha channel of the window and a
compositing window manager for this.
* As a side effect of this, the bubble is now anti-aliased, fixing a
long-standing issue.
* Unfortunately running xcowsay without a compositor is no longer
supported. If this affects you please continue to use 1.4 as there are
no functional changes in 1.5.
* The cow position is more random (thanks to Tony Finch).
- Update souce link to use tarball from github
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xcowsay?expand=0&rev=12
Changes:
* src/xcowsay.6: Remove the note about the lack of anti-aliasing.
* src/floating_shape.c (make_shape_from_pixbuf): Update to Gtk3.
* src/bubblegen.c (bubble_init_cairo): Use Cairo to draw bubble.
* src/bubblegen.c (bubble_init): Merge `bubble_init_left' and `bubble_init_right'.
- Non-compositing window managers which does not support alpha channels
are not supported since this verison.
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xcowsay?expand=0&rev=10