133 Commits

Author SHA256 Message Date
anag_factory e5bd91b3e7 Accepting request 1359765 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1359765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=44
2026-06-16 16:31:58 +00:00
simotek 2055a6cb85 - Enable BUILD_LUA_TEXT
- Enable BUILD_INTEL_GPU=ON
- Enable BUILD_LUA_CAIRO_XLIB for clarity
- Disable the following flags that are reported as unused by cmake
  * BUILD_ARGB
  * BUILD_BMPX
  * BUILD_EVE
  * BUILD_WEATHER_METAR
  * BUILD_WEATHER_XOAP
- Disable docs in places pandoc doesn't exist
- Update to 1.24.0 (Combined Notes)
  * Upgrade Notes
    * conky_surface() is now the preferred Lua API for obtaining
      the current Cairo drawing surface. It works across graphical
      backends, including Wayland, and the older X11-specific
      Cairo surface API now emits deprecation warnings.
    * own_window_colour now carries background opacity through 
      its alpha channel. The older own_window_argb_visual, 
      own_window_argb_value, and own_window_transparent settings 
      are deprecated but remain backward-compatible, aside from
      corrected opacity resolution behavior.
    * BUILD_ARGB was removed; ARGB support is treated as part 
      of the X11 path.
    * BUILD_XINPUT was removed; XInput2 is now used directly for
      X11 mouse input, and the legacy non-XInput2 fallback was
      removed.
  * Lua and Graphical Output
    * Added conky_surface() for backend-neutral Cairo drawing 
      from Lua, including Wayland support, and updated 
      conky_window.width / conky_window.height from 
      Wayland output (#2342).
    * Added conky_window.pixel_size.x, conky_window.pixel_size.y,
      and conky_window.scale for Lua scripts that need pixel-aware
      drawing (#2342).
    * Simplified window background alpha handling around 
      own_window_colour and fixed several compositor and opacity 
      edge cases (#2344).
    * Fixed stale window width and height updates (#2345).
    * Fixed graph gradient rendering (#2336).
    * Improved cairo/lua text rendering support.
  * Text Objects
    * Added sysfs-backed bar variables for Linux hardware 
      monitoring: hwmonbar, i2cbar, and platformbar. These let 
      configs render sensor values as bars without shelling out
      through execbar.
    * Added an optional width argument to hr and stippled_hr, 
      allowing horizontal rules to be capped at a specific pixel 
      width while preserving existing defaults.
  * X11 Mouse Input
    * Various Fixes
  * Reliability and Diagnostics
    * Replaced legacy stderr/debug macros with structured
      spdlog-based logging, runtime log levels, source locations,
      span context, and cleaner termination handling (#1899).
    * Improved parser error recovery so invalid variables can be
      rendered literally instead of crashing in more cases (#1899).
  * Security and Platform Fixes
    * Various Hardening and Security related fixes
  * Runtime Fixes
    * Aligned periodic updates to wall-clock second boundaries 
      so ${time} output updates on time instead of drifting up 
      to nearly a second late.
    * Fixed a crash when XDG_SESSION_TYPE is present but empty.
    * Fixed X11 mouse event propagation regressions that could 
      duplicate clicks and scroll events on other windows.
    * Fixed a graph argument parsing edge case for leading -m / 
      minheight values.

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=131
2026-06-16 12:30:43 +00:00
dimstar_suse efa74decd2 Accepting request 1343265 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1343265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=43
2026-03-28 19:14:26 +00:00
simotek 7eadee0645 - Build with wayland support
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=129
2026-03-28 02:46:06 +00:00
anag_factory 9c3d4ad092 Accepting request 1322954 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1322954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=42
2025-12-16 14:54:36 +00:00
anag_factory 24463ecae7 Accepting request 1319362 from home:sbrabec:u-d-f-removal
- Remove unused BuildRequires: update-desktop-files.

OBS-URL: https://build.opensuse.org/request/show/1319362
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=127
2025-12-15 13:00:57 +00:00
dimstar_suse d88e7682c8 Accepting request 1316545 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1316545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=41
2025-11-09 20:08:35 +00:00
mnhauke 5e4bb67148 Accepting request 1314337 from home:dimstar:Factory
- Fix shebang in extras/convert.lua: set it to LUA 5.3 and thus use
  the same lua version as the rest of the package (switched to LUA
  5.3 in 2019).

OBS-URL: https://build.opensuse.org/request/show/1314337
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=125
2025-11-08 09:33:47 +00:00
anag_factory 2d69da0659 Accepting request 1295138 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1295138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=40
2025-07-23 14:33:59 +00:00
anag_factory 4e3caad4d5 Accepting request 1295135 from home:mathletic:branches:server:monitoring
- update to 1.22.2
  * Syntax file installation
  * Better Wayland build errors
- update to 1.22.1
  * MODULE
  * Add #include to fix building with gcc 15

OBS-URL: https://build.opensuse.org/request/show/1295135
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=123
2025-07-22 15:12:05 +00:00
anag_factory df5b092119 Accepting request 1235829 from home:jubalh:branches:server:monitoring
- Update to 1.22.0:
  Features:
  * Allow to override build date with SOURCE_DATE_EPOCH #2096
  * Add support for power_now #2099
  Bug fixes:
  * NetBSD: Fix CPU usage and top info. #2101
  * Fix out_to_wayland giving nothing #2103
  * Revert "Use private mapping from provided shm_pool buffer" #2104
  * Fix non-text content using own_window_argb_value #2105
  * NetBSD: Fix meminfo. #2122
  * wayland: fix clean_text bug #2127

- Update to 1.21.9:
  Features:
  * Implement -U for FreeBSD. #2077
  * OpenBSD: Fill missing fields in get_top_info(). #2093
  * Implement -U for Haiku. #2079
  Bug fixes:
  * lua-imlib2: fix memory leak #2083
  * Fix OpenBSD build #2080
  * Fix NetBSD build #2089
  * OpenBSD: Fix CPU Usage. #2092

- Update to 1.21.8:
  Features:
  * Implement -U. #2049
  Bug fixes:
  * set display to null for race condition #2032
  * src/fs.{cc,h}: Update fs_stats without error spam. #2033
  * audacious.cc: print_audacious_filename(): fix always empty $audacious_filename #2038

OBS-URL: https://build.opensuse.org/request/show/1235829
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=122
2025-07-22 13:50:19 +00:00
anag_factory e6e1f21840 Accepting request 1274465 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1274465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=39
2025-05-05 20:28:50 +00:00
dstoecker 4f5d3d3cbb Accepting request 1273003 from home:olh:branches:server:monitoring
- Use gcc13 in SLE15 because because C++17 is used

OBS-URL: https://build.opensuse.org/request/show/1273003
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=120
2025-05-05 09:48:46 +00:00
anag_factory ea1416a23f Accepting request 1224993 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1224993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=38
2024-11-20 15:59:37 +00:00
simotek c738b5b957 Accepting request 1224992 from home:simotek:branches:server:monitoring
Fix previous issue with docs

OBS-URL: https://build.opensuse.org/request/show/1224992
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=118
2024-11-19 06:04:39 +00:00
simotek 4941e516a2 Accepting request 1216895 from home:simotek:branches:server:monitoring
- Update to 1.21.7
  * Too many changes in the 8 version bumps to list here
- Drop
  * conky.timestamp.patch - included upstream
  * reproducible.patch - included upstream
  * html docs

OBS-URL: https://build.opensuse.org/request/show/1216895
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=117
2024-10-22 06:23:15 +00:00
simotek c3a37549e0 Accepting request 1203882 from home:dimstar:Factory
only address the libXNVCtrl dep to only stick to ix86, x86_64 and aarch64 - does NOT Address the curent build failure in Factory

OBS-URL: https://build.opensuse.org/request/show/1203882
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=116
2024-09-26 14:20:57 +00:00
anag_factory 34dafedb07 Accepting request 1117548 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1117548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=37
2023-10-13 21:15:05 +00:00
simotek ee40c40545 Accepting request 1117129 from home:bmwiedemann:branches:server:monitoring
Add reproducible.patch for deterministic output of toluapp (boo#1047218)

an upgrade to 1.19.5 would also bring this, but needs some changes to .spec

OBS-URL: https://build.opensuse.org/request/show/1117129
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=114
2023-10-13 01:43:11 +00:00
dimstar_suse d921d2d5a1 Accepting request 1077433 from server:monitoring
- Remove support for xmms2, which was dropped long ago
- Add constraints for librsvg-2.0

OBS-URL: https://build.opensuse.org/request/show/1077433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=36
2023-04-05 19:28:02 +00:00
dstoecker cd0a550fd0 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=112 2023-04-05 07:22:44 +00:00
dstoecker 4abdd392c4 Accepting request 1073699 from home:olh:branches:server:monitoring
- Remove support for xmms2, which was dropped long ago
- Add constraints for librsvg-2.0

OBS-URL: https://build.opensuse.org/request/show/1073699
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=111
2023-04-05 07:22:23 +00:00
dimstar_suse cc328dfa43 Accepting request 1073378 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1073378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=35
2023-03-21 16:43:32 +00:00
simotek b7713ae1db Accepting request 1073307 from home:olh:branches:server:monitoring
- Adjust package name of libXNVCtrl
- Enable conditionals libXNVCtrl and cmus, they are available in Factory

OBS-URL: https://build.opensuse.org/request/show/1073307
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=109
2023-03-20 20:53:19 +00:00
dimstar_suse dfe6947d90 Accepting request 1005940 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1005940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=34
2022-09-26 16:48:06 +00:00
simotek c2474d68f8 Accepting request 1005169 from home:jubalh:branches:server:monitoring
- Update to 1.13.1:
  * Add units_spacer #1094
  * Fixes #1068 : Added custom uninstall target #1103
  * fix typo in in lua_parse description #1121
  * Fix SEGFAULT caused by out-of-bounds write #1124
  * Document unimplemented weather features #1170
  * make gw_iface work with net stat #1104
  * Include hsv_gradient.h even if BUILTIN_CONFIG is disabled #1141
  * Correct dependencies on generated header files #1207
  * GUI backends phase 1 #664
  * Http port config #1205
  * Add syntax keyword for http_port config setting #1209
  * fix #1165 by applying the padding function to nvidia objects #1166

- Update to 1.13.0:
  * Add units_spacer #1094
  * Fixes #1068: Added custom uninstall target
  * fix typo in in lua_parse description #1121
  * Fix SEGFAULT caused by out-of-bounds write #1124
  * Document unimplemented weather features #1170
  * make gw_iface work with net stat #1104
  * Include hsv_gradient.h even if BUILTIN_CONFIG is disabled #1141
  * Correct dependencies on generated header files #1207
  * GUI backends phase 1 #664
  * Http port config #1205
  * Add syntax keyword for http_port config setting #1209
  * fix #1165 by applying the padding function to nvidia objects #1166

OBS-URL: https://build.opensuse.org/request/show/1005169
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=107
2022-09-26 03:31:58 +00:00
dimstar_suse da64a2173b Accepting request 888933 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/888933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=33
2021-04-28 23:38:05 +00:00
simotek 94b3c9fe52 Accepting request 888533 from home:jubalh:branches:server:monitoring
- Update to 1.12.2:
  * Add support for Intel backlight
  * Fix non-IPV6 build (#1033)
  * Code cleanup

OBS-URL: https://build.opensuse.org/request/show/888533
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=105
2021-04-28 06:49:39 +00:00
dimstar_suse d3c430f3ce Accepting request 878084 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/878084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=32
2021-03-10 07:57:46 +00:00
simotek dcecd5047c Accepting request 876810 from home:malcolmlewis:branches:server:monitoring
- Updated to version 1.12.1:
  * Fix an issue in the AppImage build. There are no other changes
    from v1.12.0, and so v1.12.0 and v1.12.1 are otherwise
    equivalent.
- Changes from version 1.12.0:
  * No changelog foumd(?), for full details see:
    https://github.com/brndnmtthws/conky/compare/v1.12.0...v1.12.1
- Rebase conky.timestamp.patch and drop Conky.cmake part as this is
  upstreamed.

OBS-URL: https://build.opensuse.org/request/show/876810
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=103
2021-03-10 00:08:35 +00:00
dimstar_suse abbcd202cf Accepting request 823080 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/823080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=31
2020-07-28 15:26:10 +00:00
simotek 802a1ec63c Accepting request 823069 from home:jubalh:branches:server:monitoring
- Update to 1.11.6:
  * Fix negative RAM usage (#878)
  * Add nvidia driverversion variable (#889)
  * properly format PIDs longer than 5 digits
  * linux: update statistics based on newer kernel interface (#859)
  * Fix segfault on pulseaudio tunnel sinks 
  * Added lower_case and upper_case commands
- Remove fix-negative-memory.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/823069
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=101
2020-07-28 08:30:48 +00:00
dimstar_suse e8b23ea22c Accepting request 793766 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/793766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=30
2020-04-14 13:11:35 +00:00
simotek d17109517c Accepting request 793765 from home:simotek:branches:server:monitoring
- Don't require nano with the nano completions, conky shouldn't 
  pull in nano just for completions.

OBS-URL: https://build.opensuse.org/request/show/793765
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=99
2020-04-14 08:22:58 +00:00
dimstar_suse 5bbaef1b1e Accepting request 792354 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/792354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=29
2020-04-08 17:56:34 +00:00
simotek edc461dc86 Accepting request 791173 from home:simotek:base
- Fix negative ram reporting #877 #878 #909 fix-negative-memory.patch

  * Fix graph leak and the uninitialized values (#858)
  * Fix `link_qual_max` getting updated with bad value
  * Fix heap use-after-free with setlocale
- Add conky-memory-leak-fix.patch Fixes a memory leak in Conky
  * Added option to disable redraw on desktop change
  * Synchronize access to kstat
- fix 0%{is_opensuse} to 0%{?is_opensuse} on one placeand remove
- update version 1.10.0
- Removed conky-libiw_with_libm.patch because it's not used anywhere
  * removed conky-fix-curl-FTBFS.patch as fixed by upstream

OBS-URL: https://build.opensuse.org/request/show/791173
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=97
2020-04-08 08:20:14 +00:00
dimstar_suse 7099b758e7 Accepting request 778910 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/778910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=28
2020-02-25 15:05:57 +00:00
simotek 1fe4c746e3 Accepting request 778909 from home:simotek:branches:server:monitoring
- IRC support was not correctly disabled on SLE
- Re add imlib2, librsvg + cairo support on SLE (we still ship it and I'd like to
  use it in configs) it also means we don't need a second Leap package.
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/778909
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=95
2020-02-25 03:09:16 +00:00
dimstar_suse 11771f63a0 Accepting request 755405 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/755405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=27
2019-12-10 21:42:12 +00:00
simotek a947ee91e8 Accepting request 755397 from home:cgiboudeaux:branches:server:monitoring
- Remove the xmms2 dependency on openSUSE Factory.

OBS-URL: https://build.opensuse.org/request/show/755397
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=93
2019-12-09 23:44:13 +00:00
dimstar_suse 2458ee8b28 Accepting request 724715 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/724715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=26
2019-08-20 09:00:10 +00:00
MargueriteSu 5ad43490de Accepting request 724701 from home:jubalh:branches:server:monitoring
- Update to 1.11.5:
  * Fix graph leak and the uninitialized values (#858) 
  * Fix `link_qual_max` getting updated with bad value 
  * Fix heap use-after-free with setlocale 
  * Refactorings and cleanups
  * For details see:
    https://github.com/brndnmtthws/conky/compare/v1.11.4...v1.11.5
- Remove conky-memory-leak-fix.patch: upstreamed

OBS-URL: https://build.opensuse.org/request/show/724701
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=91
2019-08-20 08:04:46 +00:00
dimstar_suse 61b62b5c6d Accepting request 712925 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/712925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=25
2019-07-02 08:39:29 +00:00
simotek b3995a6470 Accepting request 712893 from home:Dead_Mozay:branches:server:monitoring
Fix memory leaks

OBS-URL: https://build.opensuse.org/request/show/712893
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=89
2019-07-02 00:00:39 +00:00
dimstar_suse b5268cb413 Accepting request 711640 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/711640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=24
2019-06-24 19:53:08 +00:00
simotek f5a2b355e3 Accepting request 711638 from home:jubalh:branches:server:monitoring
- Update to 1.11.4:
  * Added option to disable redraw on desktop change 
  * Synchronize access to kstat 
  * Fix various issues
  * For details see:
    https://github.com/brndnmtthws/conky/compare/v1.11.3...v1.11.4

OBS-URL: https://build.opensuse.org/request/show/711638
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=87
2019-06-24 06:32:46 +00:00
simotek 2e59aada2a Accepting request 706258 from home:simotek:branches:server:monitoring
Some more cleanup

OBS-URL: https://build.opensuse.org/request/show/706258
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=86
2019-05-29 09:41:41 +00:00
MargueriteSu 7326033e6f Accepting request 705777 from home:jengelh:branches:server:monitoring
- Use %cmake macro to resolve FIXMEs.
- Trim bias from descriptions.

OBS-URL: https://build.opensuse.org/request/show/705777
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=85
2019-05-28 06:47:17 +00:00
simotek 958cef3c0d Accepting request 705656 from home:jubalh:branches:server:monitoring
- Update to 1.11.3:
  * Allow hwmon command to accept hwmon device name
  * For details see:
    https://github.com/brndnmtthws/conky/compare/v1.11.2...v1.11.3
- Update conky.timestamp.patch and conky-1.10.1-avoid-git.patch
- Remove libical3.patch: upstreamed
- Use lua 5.3
- Install desktop file

OBS-URL: https://build.opensuse.org/request/show/705656
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=84
2019-05-27 12:09:55 +00:00
dimstar_suse 73a3e16051 Accepting request 583730 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/583730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=23
2018-03-08 09:58:02 +00:00