Revisions of polybar

buildservice-autocommit accepted request 1129469 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 34)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1129233 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 33)
- Update to 3.7.1:
  Build:
  * Fixed missing header when using libc++ in clang 15 and below
  Changed:
  * internal/tray: The module must use the <tray> tag (this is the default) (#3037)
  Fixed:
  * Modules did not validate that all tags (e.g. <label>) used in
    a format were valid for that format (#3043, #3045)
  * internal/tray: Fixed module-margin and separator being applied
    to completely empty tray module (#3036, #3037)
buildservice-autocommit accepted request 1126634 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 32)
baserev update by copy to link target
Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) accepted request 1124232 from Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) (revision 31)
- Add 'cmake.patch' to pass build on openSUSE 15.4 and 15.5 

please check if everything is ok but with that the build pass 
buildservice-autocommit accepted request 1123999 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 30)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1123587 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 29)
- Update to 3.7.0:
  Breaking:
  * custom/script: No longer hides the module if the exec command
    failed and did not change the output from the previous run (#2636).
    Somewhat similar original behaviour can be imitated with format-fail,
    if necessary.  If the exec command produced no output and exited with
    a non-zero exit code the module is no longer completely empty, but
    just has an empty %output% token. If you relied on this behavior
    to hide the module under certain circumstances, make sure the script
    exits with an exit code of zero. (#2857, #2861)
  Build:
  * Respect CMAKE_INSTALL_PREFIX when installing default config (#2770, #2917)
  * Change default CMAKE_INSTALL_PREFIX to /usr. Installations with default
    flags will now go into /usr instead of /usr/local (#2917)
  * Bump C++ version to C++17 (#2847)
  Deprecated:
  * custom/text: The content setting and all its properties are deprecated in
    favor of format with the same functionality. (#2676)
  * tray: All tray-related settings in the bar section are deprecated. They
    are replaced by the new tray module (#3002)
  Added:
  * A tray module with type internal/tray for positioning the tray like a module (#2689)
  * internal/temperature: %temperature-k% token displays the temperature in
    degrees Kelvin (#2774, #2784)
  * internal/pulseaudio: reverse-scroll option (#2664)
  * custom/script: Repeat interval for script failure (interval-fail) and
    exec-if (interval-if) (#943, #2606, #2630)
  * custom/ipc:
    + Added support for <label> in format (#2841)
    + Added support for format-i for each defined hook-i (#2775, #2810)
buildservice-autocommit accepted request 1078271 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 28)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1077442 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 27)
- Added support for XCursor
buildservice-autocommit accepted request 974879 from Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) (revision 26)
baserev update by copy to link target
Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) accepted request 974878 from Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) (revision 25)
- Update to 3.6.3:
  * custom/script: Output clearing when exec-if fails (#2674)
  * internal/battery: poll-interval not working (#2649, #2677)
  * ipc: Polybar failing to open IPC channel after another user already ran polybar, if XDG_RUNTIME_DIR is not set (#2683, #2684)
  * No overlines/underlines being drawn when using offsets (#2685)
  * Update struts (_NET_WM_STRUT_PARTIAL) when hiding the bar (#2702)
  * internal/pulseaudio: Hanging during startup (#2707, #2709)
  * internal/xworkspaces: Updates of _NET_DESKTOP_VIEWPORT being ignored (#2693, #2698) 
buildservice-autocommit accepted request 974319 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 24)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 974132 from Sebastian Ross's avatar Sebastian Ross (sebross) (revision 23)
- Added new BuildRequires libmpdclient-devel: build requirement for mpd support 
also added builds for the 15.3, etc. as requested.
buildservice-autocommit accepted request 967677 from Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) (revision 22)
baserev update by copy to link target
Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) accepted request 967676 from Mateusz Mielczarek's avatar Mateusz Mielczarek (sysek) (revision 21)
- Update to 3.6.2:
  * format-offset being ignored (#2643)
  * Negative struts (margin-bottom, margin-top) being ignored (#2642, #2644)
  * Positioning in awesomeWM (#2651)
  * internal/xworkspaces: The module sometimes crashed polybar when windows were closed. (#2655)
  * Mouseover error when only one cursor is defined (#2656)
  * custom/script: Timing inconsistencies (#2650, first described at #2630)
buildservice-autocommit accepted request 960829 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 20)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 960821 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
- Update to 3.6.1:
  * Fixed compiler warning in Clang 13 (#2613)
  * Fixed compiler error in GCC 12 (#2616, #2614)
  * Fixed installation of docs when some are not generated
    (man, html...) (#2612)
  * Fix LDFLAGS not being respected (#2619)
  * tray-offset-x, tray-offset-y, offset-x, and offset-y were
    mistakenly capped below at 0 (#2620)
  * custom/script: Polybar shutdown being stalled by hanging script
    (#2621)
  * polybar-msg: Wrong hint when using deprecated hook (#2624)
buildservice-autocommit accepted request 958700 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 18)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 958407 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 3.6.0:
  Breaking:
  * We added the backslash escape character (\) for configuration values. This
    means that the literal backslash character now has special meaning in
    configuration files, therefore if you want to use it in a value as a literal
    backslash, you need to escape it with the backslash escape character. The parser
    logs an error if any unescaped backslashes are found in a value. This affects
    you only if you are using two consecutive backslashes in a config value, which
    will now be interpreted as a single literal backslash. (#2354)
  * We rewrote our formatting tag parser. This shouldn't break anything, if you
    experience any problems, please let us know. The new parser now gives errors for
    certain invalid tags where the old parser would just silently ignore them.
    Adding extra text to the end of a valid tag now produces an error. For example,
    tags like %{T-a}, %{T2abc}, %{rfoo}, and others will now start producing errors.
    This does not affect you unless you are producing your own invalid formatting
    tags (for example in a script).
  * For security reasons, the named pipe at /tmp/polybar_mqueue.<PID> had its
    permission bits changed from 666 to 600 to prevent sending ipc messages to
    polybar processes running under a different user.
  * For details see: https://github.com/polybar/polybar/releases/tag/3.6.0
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 920807 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 16)
- Update to 3.5.7:
  * The tray mistakenly removed tray icons that did not support
    XEMBED (#2479, #2442)
  * custom/ipc: Only the first appearance of the %pid% token was
    replaced (#2500)
buildservice-autocommit accepted request 895292 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 15)
baserev update by copy to link target
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by