Hello community,

here is the log from the commit of package conky for openSUSE:Factory checked 
in at 2017-11-22 11:21:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/conky (Old)
 and      /work/SRC/openSUSE:Factory/.conky.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "conky"

Wed Nov 22 11:21:50 2017 rev:20 rq:542824 version:1.10.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/conky/conky.changes      2017-08-01 
09:25:21.983806473 +0200
+++ /work/SRC/openSUSE:Factory/.conky.new/conky.changes 2017-11-22 
11:21:56.870386619 +0100
@@ -1,0 +2,9 @@
+Wed Nov 15 11:59:18 UTC 2017 - pgaj...@suse.com
+
+- change default system configuration
+- add /usr/bin/conkyconf
+- add README.SUSE
+- require fontawesome-fonts for icons
+- fate: #323638
+
+-------------------------------------------------------------------

New:
----
  README.SUSE
  conky.conf.SUSE
  conkyconf.SUSE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ conky.spec ++++++
--- /var/tmp/diff_new_pack.tE6gNv/_old  2017-11-22 11:21:58.354332697 +0100
+++ /var/tmp/diff_new_pack.tE6gNv/_new  2017-11-22 11:21:58.354332697 +0100
@@ -29,6 +29,9 @@
 Group:          System/Monitoring
 Url:            https://github.com/brndnmtthws/conky
 Source:         
https://github.com/brndnmtthws/conky/archive/v%{version}/conky-%{version}.tar.gz
+Source1:        conkyconf.SUSE
+Source2:        conky.conf.SUSE
+Source3:        README.SUSE
 Patch:          conky-1.10.0-libircclient.patch
 Patch1:         conky-1.10.1-avoid-git.patch
 # our ncurses doesn't supply a .pc file
@@ -88,6 +91,7 @@
 Provides:       conky-imlib2 = %{version}
 Obsoletes:      conky-imlib2 < %{version}
 %endif
+Requires:       fontawesome-fonts
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -248,6 +252,9 @@
 install -m 0644 doc/conky.1.gz %{buildroot}%{_mandir}/man1
 # config
 mkdir -p %{buildroot}%{_sysconfdir}/conky
+install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conky/conky.conf
+install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/conkyconf
+cp %{SOURCE3} .
 sed -i "1d" extras/convert.lua
 sed -i "1s/^/#!\/usr\/bin\/lua5.1\\n/" extras/convert.lua
 install -m 0755 extras/convert.lua %{buildroot}%{_sysconfdir}/conky/
@@ -262,12 +269,13 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README.md TODO
+%doc AUTHORS ChangeLog COPYING NEWS README.md TODO README.SUSE
 %dir %{_sysconfdir}/conky
 %{_sysconfdir}/conky/convert.lua
 %config(noreplace) %{_sysconfdir}/conky/conky.conf
 %config(noreplace) %{_sysconfdir}/conky/conky_no_x11.conf
 %{_bindir}/conky
+%{_bindir}/conkyconf
 %doc %{_mandir}/man1/conky.1%{ext_man}
 %dir %{_libdir}/conky
 %{_libdir}/conky/libcairo.so

++++++ README.SUSE ++++++
Dear SUSE user,

conky is highly customizable monitor. It has to
be configured for given system, though. Please
refer to conky documentation at:

https://github.com/brndnmtthws/conky
http://conky.sourceforge.net/config_settings.html
http://conky.sourceforge.net/variables.html

As a start, you can generate basic configuration
with `conkyconf' script provided with the package.

See conkyconf --help.
++++++ conky.conf.SUSE ++++++
conky.config = {
        background = true,
        update_interval = 1.5,
        cpu_avg_samples = 2,
        net_avg_samples = 2,
        out_to_console = false,
        override_utf8_locale = true,
        double_buffer = true,
        no_buffers = true,
        text_buffer_size = 32768,
        imlib_cache_size = 0,
        own_window = true,
        own_window_type = 'desktop',
        own_window_argb_visual = true,
        own_window_argb_value = 120,
        own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
        border_inner_margin = 20,
        border_outer_margin = 0,
        alignment = 'bottom_right',
        gap_x = 70,
        gap_y = 70,
        draw_shades = true,
        draw_outline = false,
        draw_borders = false,
        draw_graph_borders = false,
        use_xft = true,
        font = 'monospace:size=9',
        xftalpha = 0.8,
        uppercase = false,
        default_color = '#FFFFFF',
        own_window_colour = '#000000',
        maximum_width = 375
};
conky.text = [[
        ${color #FFFF00}${goto 20}Name ${goto 200}Pid${goto 255}Cpu%${goto 
310}Mem%${color}
        ${goto 20}${top name 1} ${goto 180}${top pid 1}${goto 235}${top cpu 
1}${goto 290}${top mem 1}
        ${goto 20}${top name 2} ${goto 180}${top pid 2}${goto 235}${top cpu 
2}${goto 290}${top mem 2}
        ${goto 20}${top name 3} ${goto 180}${top pid 3}${goto 235}${top cpu 
3}${goto 290}${top mem 3}
        ${goto 20}${top name 4} ${goto 180}${top pid 4}${goto 235}${top cpu 
4}${goto 290}${top mem 4}
        ${goto 20}${top name 5} ${goto 180}${top pid 5}${goto 235}${top cpu 
5}${goto 290}${top mem 5}
        ${goto 20}${hr}
        ${goto 20}${color #DD3A21}${font 
monospace:bold:size=20}${nodename}${font}${color}${goto 250}${font 
FontAwesome}${font}${voffset -2} ${time %d/%m/%y}
        ${goto 20}${color #DD3A21}${kernel}${color}${goto 250}${font 
FontAwesome}${font}${voffset -2} ${time %H:%M}
        ${goto 250}${font FontAwesome}${font}${voffset -2} ${uptime}
        ${goto 20}${hr}
        ${goto 20}${font FontAwesome}${font}${voffset -2} ${mem}/${memmax} 
(${memperc}%) | Swap: ${swapperc}%
        ${goto 20}${memgraph 30,355 AAF5D0 00B35B}
        ${goto 20}${hr}
        ${goto 20}${font monospace:size=6}${texeci 10 journalctl -q | tail -n 
5}${font}
        ${goto 20}${hr}
        ${goto 20}${font monospace:size=6}${texeci 10 dmesg | tail}${font}
        ${goto 20}${hr}
        ${goto 20}${color #FFFF00}This is default configuration for conky, 
which does${color}
        ${goto 20}${color #FFFF00}not show much. Please refer to 
README.SUSE.${color}
]];
++++++ conkyconf.SUSE ++++++
++++ 712 lines (skipped)


Reply via email to