lxpanel-devel-0.10.1-bp155.2.12 >  A dkWI%z _剽! o\5BśIhdB;66+ٮ\hY:/'Cxhuo3 (+"n辤3[EF^pUR*~퐆>-{_sbj# 9Pw ='3Qf~\ 6oB pEve7|؊&u2|W>g=wΉND0y6MK9znD7 0@GSj}f8eVP] [[qL uQIG5ezY;pVu8AhpGF 3d7E8¬ S3Ѹ*5\EևBW8l]JeKkˤp$8i`>p>0?0d " :hl| 0 @ P p  4\ 0  (B8L 9x :j F-.G-HH-hI-X-Y-\-]-^.4b.c/+d/e/f/l/u/v/w0x0$y0Dz0T0d0h0n0Clxpanel-devel0.10.1bp155.2.12Devel files for lxpanelHeaders and development files for lxpanel.dkVobs-power8-04\SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.lxde.org/linuxppc64le#(__o@Y@X_X6@X2V4@UJ@TTHDirk Müller Dominique Leuenberger Andreas Stieger gutaper@gmail.comtrcs@gmx.comjengelh@inai.demvetter@suse.comtrcs@gmx.comtrcs@gmx.comandrea@opensuse.orgtrcs@gmx.com- update to 0.10.1: * Fixed battery alarm when measurement of current is missing. * Fixed spelling errors on "allow to" in plugins descriptions, and "GTK2+" to more correct "GTK+". * Fixed battery indication when charge_full and energy_full are not available. * Corrected scaling of volume plugin for HiDPI monitors. * Fixed connection name dropdown list in netstatus plugin.- Add explicit pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: plugin.c includes the relevant header.- lxpanel 0.10.0: * Allow switching workplaces by scrolling over the pager * Font display fixes * Memory calculation in lxpanel monitor now aligns with 'free' * Updates to weather plugins: Remove Yahoo, add OpenWeatherMap * Fix crashes in some specific locations * Fix battery color (must be green) when battery is fully charged * Fix ambiguity in keyboard layout names- Update to 0.9.3 * Finally fixed battery calculations, it missed Power so left time was always at zero. * Fixed task window raising on drop file on it (was broken since 0.9.0). - Added lxpanel-0.9.3-panel_config.patch * Fix rpmlint warning - Added lxpanel-0.9.3-default_config.patch * Fix rpmlint warning- Update to 0.9.2 * Fixed battery selection if battery detached but another is available * Fixed battery percentage calculations if charge isn't available but energy is, it appears broken in 0.9.0 * Fixed wrong state change on task button when hovered, it shouldn't receive selected state until window has urgency * Fixed wrong flat button appearance when hovered, it wasn't flat Changes on 0.9.2 since 0.9.1: * Fixed build failure without ALSA * Added alternative mixers if build using OSS * Fixed panel flicker with some window managers- Reword description.- Update to 0.9.0: * Added support for laptops with multiple batteries. * Added a way to scroll through workspaces by using the scroll wheel over the deskno plugin. * Bunch of fixes for GTK+ 3.0 compatibility. * Fixed outdated lxpanel man page. * Fixed weather locations query (since YQL was changed recently). * Converted space plugin into internal PanelSpace widget in liblxpanel. * Converted task button into widget class to avoid ambiguous code. * Added support for third-party plugins localized descriptions. * Implemented “lxpanelctl command …” to send message to panel plugin. * Added APIs for PanelIconGrid to draw focus on drop. * Converted launch button into widget class for more easy management. * Adjusted PanelIconGrid: min spacing is now 1, no_window flag is now left unset by default, spacing is taken into account on overall size to be consistent on chosen orientation. * Implemented dropping file or folder onto launch bar to create launcher. * Implemented dragging launchers around launchbars (between panels too). * Implemented dropping file or folder onto free panel space to create launcher. * Implemented dragging launchers from launchbar to some free panel space. * Added stripping scheme from URI menu://applications/… when a launcher is created, only menu-id itself should be used. * Implemented moving plugins across panel by means of middle button drag and drop, i.e. middle-click it then drag, and plugin will follow the mouse until middle button is released. * Merged ‘volume’ and ‘volumealsa’ plugins into single plugin which uses the same interface but different driver, in dependency on how it was built – either OSS or ALSA interface is used. Name ‘volume’ is used for simplicity while ‘volumealsa’ is supported for compatibility. * Made default channel in ‘volume’ plugin definable in config. If there is no config statement then plugin finds first usable one, the same as before. * Made clicks for Toggle Mute, Show Slider and Open Mixer actions of the ‘volume’ plugin configurable. Defaults are the same: left-click shows slider, middle-click toggles mute state. * Added support for ‘PCM’ and ‘Headphone’ channels for OSS mixer. * Added support for other (not default one) ALSA cards in ‘volume’ plugin via ‘CardNumber’ setting. * Added hotkey support into ‘volume’ plugin to be able to use multimedia keys for volume changing directly by plugin. * Fixed missing libkeybinder initialization (keybinding did not work). * Fixed check for attempt to add a binding for the same hotkey which is already bound elsewhere. * Added a configuration dialog to the ‘volume’ plugin with all the new settings available to choose and set, including preset of discovered mixers, with ability to type own command as well. * Fixed crash on action on task window which was deleted while task menu is still opened. * Fixed “dynamic” panel width allocation. * Fixed PanelIconGrid allocation in rigth-to-left languages, it was wrong so some icons might be invisible or placed under other plugins. * Removed call to gtk_widget_set_style() from volume slider to fix colors of current theme. * Changed icon size handling on task bar – it may now maintain the same size as rest of icons. It may affect users who are used to have thems maller, it’s why this feature was made configurable, corresponding config variable is UseSmallerIcons and default is 1 (old behavior). * Changed volume slider popup behavior – it now hides when loses focus. * Fixed invalid memory access in weather plugin. * Fixed incorrect reporting units on “Feel” value in weather plugin. YQL always reports Fahrenheit degrees there. * Added a safeguard on menu cache returning items with empty Exec line. * Fixed maximizing windows using task bar, GDK functions not always work. * Fixed wrong bind of preferences dialog to the panel, which resulted in other dialogs appear on the same workspace where preferences was. * Expanded launch buttons active area to launchbar borders so if clicked even into desktop corner, it should activate button at that corner. * Fixed few memory leaks in ‘batt’ plugin. * Removed unwanted conversions with energy for charge in ‘batt’ plugin which will mess up tooltip indications, and may make rate/percentage calculations invalid. * Replaced Xclimsg() with Xclimsgx() to be screen aware with X11 message. * Added a workaround for WM like MWM which does not properly resize down widgets of panel kind. It still leaves artefacts but is better now. * Added a workaround on GtkBox behavior which does not send allocation requests to children in some cases, so resizing of launchtaskbar on panel height change was broken. * Fixed PanelIconGrid layout on vertical panels with more than 1 column. - Remove upstreamed patches: * lxpanel-0.8.1-Do-not-load-indicators-in-the-constructor.patch * lxpanel-0.8.1-Fix-crash-with-invalid-size-of-icon.patch * lxpanel-0.8.1-Fix-incorrect-panel-geometry-initialization.patch * lxpanel-0.8.1-Fix-lxpanel.pc-dependencies.patch * lxpanel-0.8.1-Fix-taskbar-plugin-crash.patch- Added lxpanel-0.8.1-Fix-lxpanel.pc-dependencies.patch - Added lxpanel-0.8.1-Fix-taskbar-plugin-crash.patch * Fixes SF#758 - Added lxpanel-0.8.1-Fix-incorrect-panel-geometry-initialization.patch * Fixes SF#753 - Added lxpanel-0.8.1-Fix-crash-with-invalid-size-of-icon.patch - Added lxpanel-0.8.1-Do-not-load-indicators-in-the-constructor.patch * Prevents loading indicators twice- New upstream version 0.8.1 * Improved OSS headers detection a bit. * Fixed expand setting on plugins with default_expand when more than one is available on the same panel. * Fixed icon for task button that retrieved using WM_HINTS. * Fixed wrong PanelIconGrid arrangement in vertical panel orientation. * Fixed missing handlers disconnect when destroying Task structure. * Removed writing debug messages to file when 'indicator' plugin is in use - it will write all the debug there and that changes the behavior which was not intended really. * Corrected background for 'indicator' plugin. * Fixed update 'indicator' plugin on configuration changes. * Fixed battery status: if discharge rate is 0 then it's charged. * Fixed incorrect cycle in netproc_devicelist_clear() leading to crash on resume (after suspend). * Fixed scanning for temperature sensors which failed with some kernels. * Changed reconfiguring panel behavior: callbacks to plugins will be sent on idle, not immediately to avoid "stuck" spin button (and eventually even crash was possible). * Fixed initial icon on 'volumealsa' to show real state instead of muted. * Fixed 'dclock' updating that it will show time on start, not just on next second change. It would create impression it's slow otherwise. * Fixed wrong task button activation on not processed drag of button.- New upstream version 0.8.0 * complete multi-monitor support * improve and further simplify plugins API * full changelog at http://blog.lxde.org/?p=1323- new upstream version 0.7.2 * Fixed unhiding panel if it becomes empty and height_when_hidden is 0 * Fixed invalid X protocol word size: despite of stating it 32 bit, the X server uses unsigned long which is 64 bit on 64-bit architectures * Adapted to use libmenu-cache >= 1.0.0 - it could show empty folders in the desktop menu * Fixed crash in taskbar after visible task changed name then gone * Ensured panel background update after some plugin was resized * FileManager statement from old config should never be scanned again * Fixed positioning of new created panel, the edge was not saved * Eliminated hardcoded "xterm" in 'volumealsa' plugin - LibFM has enough means to call terminal when needed * Fixed crash if 'volumealsa' plugin initialization failed - removed unnecessary patches * lxpanel-0.7.1-fix-empty-panel-unhide-if-height_when_hidden-is-0.patch * lxpanel-0.7.1-fix-panel-covering-maximized-windows.patchobs-power8-04 16847562090.10.1-bp155.2.120.10.1-bp155.2.120.10.1lxpanelconf.hicon-grid.hmisc.hpanel.hplugin.hliblxpanel.solxpanel.pc/usr/include//usr/include/lxpanel//usr/lib64/lxpanel//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/532307adb1cb33a0cbc3d9eadafd46d4-lxpanelcpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textpkgconfig filePRRR4\{m|utf-8cf5775b4e91d3c527065de600f0075a49ff80d4d17b3617c4fd054304a766a8a? 7zXZ !t/_'?] crt:bLL ؝. h'c f鯤 .6vL?;aiP"w;-q2ԆӉLn"#\~[GImCf[=u!͙\ M`$sP;Ӓ+l_/0LcK[]!Ղ)S@&I;ԪF/? oh 1̔˃'Bapij`SuHb 4i=3WueR#1AxG=#kO'%n|| . w7M0gD!#6EB!|%jݷlCf wXT J(8$Gka2E ?8Ig?GsAUճ!+Y!V*DˈMQ0U>ы]lQ;s8;U&K rNiS..ZgPM9.ՐzG$kLJ43nPwY'Wȥ~93l%Ueӓ,'uJQ5Q5f{}ٛEJE U hn| nYh^F6`#qZc!8`H*rrLn5~lFzb%[곔R!sf@ݠ#l%/_6#rSzOWx[KN&~L B MnMkFW}-gk_"x &^ݪwIwGM7`-PD>FM zE?_niլ(kzn*Ejmpi6}lw;)D7Va4$t˥4># 5|7,K 먴 XדA}[J守yQY,OI7놈s+U^>kw'%x~r7=j,+'2/,6څFĽ53&Jaſ'?.2xhI0Gv+W?!V{B擔!=;%E;>*Kp쨞zfq!v] 喁"e_8Ÿs ~u|p_spW )1%C?)SXM|ψU6rqE< TJ̭ j^ lк L~ A _a5;[~7h+kX(iнGMKn)_YB .0v6h@`+~21U˒d1,iՅSH)Ӆ*("52\]^f#2LĵB^[䥯ÒSt\i]8][\B5Q/nE:ҟɠf U)\LC.CR0+2dH#׶/3@2p;2sxo*E᭭gH*p;TE"ybZz+cu~TSET_WBGhNi ɔ{ؖ>i7zz)%y!~ڼl}NΞ?.u8;<&EJr<,YMBHOo}pcOʞ"$cc`{x歼+/K]SŇzL9p)84 ƹ}=ޱtu[A]Z+nFqZ6GQ##l+H;( ]UQ>v^6Wn֛VPV=f hy|Zcar%!mm S\0\Dl?i&ZgF6w7b9%@>U="{9&Ҧe4ә.Azpi߆.wy&42TEED(lNo N5-WA 1i[Wߺ:e̥KB-%:A5BeR@0n*4X!:ja9 H2K+KM(%|9% 5ީC+U>OeAܨbXڏg:Imhc"eEuqk*{0(#7Đr+䝡Fw(#{xn^"D 0jg%I`- ЈN%HL`4wmBw5;:O߾'sh%KY3Ljl^Za0^Kc(~Wb Fa~Jtzx噃0}`%1~nSnt 6tE_ 2;1ܡ ^gZi (c U1ޙ_.%$ 1/b AhN<[~oT}۫vjF >{>e\tN#GL}8T_ F]CPtc~ kV.ʁdXtO{?!ZHAu@#½er3 a4s ;e'LV{B*K?ΛHJl?O9gp0Ad巃\Ur'$óN^! ? D=z/68ѯ (=֭¶9{;TV"8w=ZuGÈ{xJ"QV(>o1oj >nfb3jSʛaj $NjXUV,EOVFb]S|%!\GwwYe "ٌ毁V fM>5)`h*r#1i76.DkΦgahfszǛ'sra@&fKR*;嵨(̫)hSb@+VUzhYa}1ß˗>$5696Ezr[m@?6`-]ߩ9|ޒC0:zk6鮎D|fCk> _E5x7RNR)Tb.$M{'u4?ӎ= ]\yM@ !IwHJo%Kk/vol AnퟃIy)_$> Ab*h_DmIKb#5I\n> }Yj9/ovTZ}SRQ-}:d3w*$8?<Ϛ%}Ijy:'VDDxKQ*\GCX%!dh^e,9r[F{82}mp ]ډap('V%^ߖis69hVʇ7<)0e |o<'(Ԑ w5 0+,SL&[_$ŞG0:Pm1$!rt$ɋ]=NϨFM bb)%i)vC B_}dj+$f-=c*t!`ȲWhx/2yY\?LHeRͼ<'P*A({Wqt~g9SϾzg'MsQU!%j4Ah)7bCp$a&pcbbR<"V]ic [lkf`ZpLˡO3I!ЌKx'a*LO E{G %2l1Zig wp$?Rg}O&e>lb'E䛏C_ QaRH7UJlvᳺ,XTc0& pA55e0@BOa#u8嬍_ @bW0>}dOHՅ ^I&!I;i``K&~JG0@ +rUA2N],ܼj5>w%˩]O:D~/6am~r!@AdI6,X`ז 4]I|/D=d0=k'%sfRf4doG{yw1L+Y5HDK2}fA;nSA?">*._5n2A;9 Y蒈`;b ոUD^B*LẞZ5G O׹G_.tgL&\v}[xhx7k+kAw13i&1M+XTfbiP%dYUB|ng\ Ƣ6ԕ]Iο벮KY,C:6GWU#ڲuU!:*3Ok4tQ#Ի69i !?dtԯWI+|5AtL(7fֺ\Pp}JrP G#yu,>KsR$|\m0[ &x M]k !U %w:oiM'6y6⠊mUaTEd¬_br֚ǫEh7 3 .뭴hބrTq\6-p<>M#?=DmvpsEP?GD1ulcO98.b}Hܵ;DgK1 J9m)"V4]=-7ae 0 cuְI1~. >=ĝ>rʔo* srIxd@%cp1}B8Zb=Sl*TA<Ngz[Fk) :ԹJYō`> py U\xOAϢ Ɲΰq.<ۏ$$i,S >t8C8Mx֍+n]葏nSƃމ#$/$rkA;$SP%2\t12%_``2 Zqn%enlSxhBMGظ}(2#G}]Tn:[2TW4~.ލV%.q_͖B+;Qɬ%<]^&I 4: jl3M bdP~xfO MTά ysB>ͭu]6kޙ$M3Z~&LI `t]狧wQv ?HKl´ *c'T19|PϟfHepqM~+{;Wcyir2 pfEHh;d. 1kr89 Clbɡ*pRl*|[=^#} CNmy9R8,hd@yq/I?gfhN9lVg`ɒ`&MgOqL-fiL;Հ@l#0ěq=_!TxQIw2T@M3%}%gVI sU e?rATX2-`+)zPA54 R= m*cW(jGA*bb򽗧ꌋ1X.N@2B׻&3=HCc1<6Lz,_y͍K. Uo.?f/gS4!R?pϩRf݄es(-ĊjSK,^)\/@V/Yi xF% t\+ZkC^[}UhNJk0lG, &Kc-Ӣ[{ؒS;*_r!$6F7gVRtljxD=m.'NuO¶]`Ht_l#eyOSC)qV{ b@ ]?6k5o10x6Da%TaL w)IS @R@mLwY0qV#kj|$5g/,K.&6- MFCKI*5%oc9S 㿯+!Rdy:[Ǭ}w1(L.']:4 S@ ;pqSO`ZT[H'6vR`3i|+"L[FwrY@E7?j1wUDlli0c^8E$o~n!dRzGE/w;z%W.p=9\̱:Urו."Dq1/GKg(!H4lHSBј4DܮtD@JwA`̛k>˪8PWEg41U`ee`Fٴy׬+5^ $WO5z ,-c,H#bZFDqb3}Ꚃ){oеRD9Rxxv&zeGUY=f\뿣H߸p S Lj ]rk \v8iY#;p4n03e*ӈOxDT2砇(OoTK*$bw:Di)?# uO(Pp2& D5[|]Y؉~Dn ,&x\:⼑=Sc"J>*5D玩R6epL=l4>+O&[E`E͚WҳA;ꑦ=xЖBsG]S !pBAI),^N]GZI:t)zwLg|s,$Ū-:%8  ""9~P#C*5zex)0xV^7;Ԍ{MT@kS\d^l 62XJEyMЄڗ#Y;Rit*rA]a46>Q=u:7z8mgN%oL"2eon懎5x0{xJT\4ҟG[ µ|PsG_7kHdAB1ݔ9C)JO|kC{e>Ά!n˽sܳ(YHE` \E9ڍgˠO6@.J&w Kl {{T,Z=cʫI=zh1#D#K'F>g$}FfeZ%-\yZw>c}ɚOkH Ř6Jח 8HF26JD!SGiAaì7~ơ݂i^iI5dnEnW8S-L/wlVQ1%A ;"i/t/aO*#oHh-Kl&{уѠG B7o|t9u}^zU.v )17lxLF._|^Do ՖTPcoP}i/΢;2`VȸQ.;ғ2x3`:i}]z/jh" ͈jSmןc*?+C&j)Ɇ( ݋,WowGҗ>%ٖ3fiLA[*b0tXSR A-Uǁ3Lh J5\p4GL;8 R6-r_ z' mAoƺaa,Wŭ1ܫѹB-O2 cG{)`,NPPk* DY<(@ݸ'/W7erV|HI Y%Գv-oB'G$p]aNc -d-L^eN 9}Y6JF 8,o%mm5SctqL %_)9w@^J󞷇 D>rFEk!CѽXMڀ&К:6LӜJk{;|F͞VG+HTX[5+- йC|XΟ}ūnJjNա!_UNzf7[lC̞NERqzcoi-nc#LQ *:U&Gwx?k vdk`b+)ZjqXXa:B WPѣW!aN,FiEJZ l9;̺HZ"=){M]<2EzܾbZsg>$4}u^) wZ$ +2@v`fXATy_ mac=M9 ~ <Ͳax4O@ZjV^AxoeXe¬ΰu  :\$XFx]TOE0&"xCHV~8|AЬ]PY†+8i9wK{n(~+>1܌L "#h ǝ:4yQj} 'l\}X56?+HՓ,T'S7 W WBB%glJ C$7abe /Vg6O{_,MU֍A߮tX:]\x29rP52;ōm Pa6#]OmkȞ86Wc*ǃ%_ *==]|W\f0XLi ]zʾ4 |Q|`Iܼ,_mbvK,[g]_s*7<]"0 ՝ Ĥecң{a7 @V8Ne̶ YZ