Revisions of fnott

buildservice-autocommit accepted request 1202903 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 33)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 32)
- Completion packages for main package
buildservice-autocommit accepted request 1191228 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 31)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 30)
- Specfile cleanup
  * %config macro for config file
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 29)
- Set c11 to leap only. confusing workaround
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 28)
- Update to version 1.7.0:
  * Log output now respects the [`NO_COLOR`](http://no-color.org/)
    environment variable.
  * `border-radius` configuration option (yes, this means fnott now
    supports rounded corners).
  * Support for linking against a system provided nanosvg library. See
    the new `-Dsystem-nanosvg` meson option. Defaults to `disabled`
    (i.e. use the bundled version).
  * Support for the `x-canonical-private-synchronous` hint.
  * XDG activation support; when triggering an action, fnott attempts to
    retrieve an XDG activation token. This will only succeed if the
    cursor is inside the notification window. The token is then
    signaled over the D-Bus _Notifications_ interface.
  * `fnottctl dismiss-with-default-action`.
  * Implemented the `org.freedesktop.DBus.Introspectable`
    interface. This fixes an issue where e.g. `gdbus` was not able to
    create, or close, notifications.
  * Left clicking a notification now triggers the default action, if
    any, in addition to dismissing the notification. Right click to
    dismiss the notification without trigger the default action.
  * `STRING:image-path` hint that points to either a non-existing file,
    or an invalid image, will now be ignored (instead of removing the
    notification's icon).
  * All notifications are now dismissed
    (i.e. `org.freedesktop.Notifications.NotificationClosed` is
    signaled) when fnott exits.
  * `reason` in the `NotificationClosed` signal being off-by-one.
  * Icons loaded via `image-data` hints being too dark.
  * Not all data being read from the action selection helper, under
    certain circumstances.
buildservice-autocommit accepted request 1187955 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 27)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 26)
- Add new file to list /usr/share/dbus-1/services/fnott.service
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 25)
- Update to version 1.6.0:
  * selection-helper-uses-null-separator=yes|no to fnott.ini. This can be used to e.g. improve handling of action strings with newlines in them.
  * scaling-filter to fnott.ini, allowing you to choose which scaling filter to use when scaling non-SVG notification images. The default is lanczos3.
  * Nanosvg updated to 93ce879dc4c04a3ef1758428ec80083c38610b1f
  * D-Bus service file for starting automatically
  * Systemd unit file
buildservice-autocommit accepted request 1169766 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 24)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1169763 from smolsheep's avatar smolsheep (revision 23)
- Add package sig and developer keyring
- Remove 0001-memfd-noexec-seal.patch (Fixed upstream)
- Update to 1.5.0
  Added:
  * docs meson option
  * pause and unpause commands to temporarily disable or re-enable
    notifications.
  * Support for fractional scaling (wp_fractional_scale_v1).
  * Support for preferred buffer scale (wl_compositor >= 6).
  * Support for server side cursors (wp_cursor_shape_v1).
  Changed:
  * Fnott now requires wayland-protocols >= 1.32.
  * Minimum required meson version is now 0.59.
  * Move example config to <sysconfdir>/xdg/fnott.ini.
  * dpi-aware no longer accepts the value auto, and the default
    value is now no.
  Removed:
  * dpi-aware=auto
buildservice-autocommit accepted request 1117676 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 22)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 21)
- Add 0001-memfd-noexec-seal.patch
  * newer kernels introduced MFD_NOEXEC_SEAL. Linux kernels older than
    6.3 will crash fnott because they will reject memfd_create() calls that set it.
    This patch fixes it by testing first if it works with the new MFD_NOEXEC_SEAL
    and then retry without it.
buildservice-autocommit accepted request 1100611 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 20)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 19)
- Remove the following patches as they are already part of the new release
  * 0000-unreleased-changelog.patch
  * 0001-decoded-len-unused.patch
  * 0002-include-stdc-predef.patch
  * 0003-clang-fixes-on-changelog.patch
  * 0004-pkgbuild-on-changelog.patch
  * 0005-clang-plus-notification-stack-fix.patch
- Update to 1.4.1
  * Compilation errors with clang 15.x
  * Notifications initially positioned outside the screen not being visible after being moved up in the notification stack.
buildservice-autocommit accepted request 1094891 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 18)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 17)
- Add the following patches:
  * 0000-unreleased-changelog.patch
  * 0001-decoded-len-unused.patch
  * 0002-include-stdc-predef.patch
  * 0003-clang-fixes-on-changelog.patch
  * 0004-pkgbuild-on-changelog.patch
  * 0005-clang-plus-notification-stack-fix.patch (originally as 0000-clang-plus-notification-stack-fix.patch)
- These patches bring some small improvements and fixes
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 16)
- Add 0000-clang-plus-notification-stack-fix.patch
  * Notifications initially positioned outside the screen not being
  * visible after being moved up in the notification stack.
buildservice-autocommit accepted request 1077699 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 15)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1076852 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 14)
- Update to 1.4.0
  * Added idle-timeout option to specify the amount of time you need to be idle before notifications are prevented from timing out (#16).
  * Added icon option, to specify icon to use when none is provided by the notification itself (#82).
  * Support for image-path hints (#84).
  * dpi-aware=no|yes|auto option (#80).
  * Changed Default value of max-width and max-height is now 0 (unlimited).
  * When determining initial font size, do FontConfig config substitution if the user-provided font pattern has no {pixel}size option (#1287).
  * Fixed file:// URIs, in icon paths (#84)
  * Replace ID being ignored if there were no prior notification with that ID.
  * Wayland protocol violation when output scaling was enabled.
  * Notification expiration (timeout) and dismissal are now deferred while the action selection helper is running (#90).
- cleaned up specfile
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by