typelib-1_0-Adw-1-1.1.0-150400.1.7 >  A bwEp9|yOɖ\b8:&Evأٽol,V?'J,\jDˉn$3@&p`womd" %_!|'7}s.A {@QD ֭Cn!s(ힻReW`?}n\v!xFU} -v@\ 2T,e^fp0Z]oXksk[EMbt0x r0=?V u_k} @}0c2e4e9065d8b9c8303dc83b07bbd251e62a2c9e7d16dffdbdde6b9da4974153d4eb1246f7b0e5d32231e2a8f8336faf48d58180bwEp9|m.w+VL-GEUt7_*ބ#z\r)ryONbs śyx` Dّ̋D%zacGY?2'p>GT?GDd % H$ :Ku{      H(,849l:FDGEHE IEXEYE \ED]EH^EVbEscFdFxeF}fFlFuFvFwFxFyFzFFFFG@Ctypelib-1_0-Adw-11.1.0150400.1.7Introspection bindings for AdwaitaBuilding blocks for modern GNOME applications. This package provides the GObject Introspection bindings for libadwaita.bwEYibs-power9-10"SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://gitlab.gnome.org/GNOME/libadwaitalinuxppc64le"ābwE2ab7db834c244b084f89cd505e0bf5fc70723d20e682c0302026cc212c6057e5crootrootlibadwaita-1.1.0-150400.1.7.src.rpmtypelib(Adw)typelib-1_0-Adw-1typelib-1_0-Adw-1(ppc-64)@    @@@@@@@@@@@@@libadwaita-1.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GModule)typelib(GObject)typelib(Gdk)typelib(GdkPixbuf)typelib(Gio)typelib(Graphene)typelib(Gsk)typelib(Gtk)typelib(HarfBuzz)typelib(Pango)typelib(PangoCairo)typelib(cairo)3.0.4-14.6.0-14.0-15.2-12.02.02.04.02.02.01.04.04.00.01.01.01.04.14.3b4t@b%b@bOa@aѓaa@a@a(@aSa`@`bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.compackaging@sp1rit.anonaddy.mepackaging@sp1rit.anonaddy.mebjorn.lie@gmail.comdimstar@opensuse.orgsp1ritCS@protonmail.comdimstar@opensuse.orgdimstar@opensuse.org- Update to version 1.1.0: + Fix introspection-related build warnings. + Updated translations.- Update to version 1.1.rc: + AdwAvatar: Fix invalid UTF-8 handling. + AdwStyleManager: - Follow color-scheme on macOS. - Don't disable non-CSS animations during style changes. + AdwToast: Fix GVariant handling. + Stylesheet: Fix scrollbars inside .osd widgets. + Fix carousel indicator sizing. + Memory leak fixes. + Updated translations.- Update to version 1.1.beta: + AdwActionRow: Don't make activatable if the activatable widget is insensitive + AdwClamp: Fix measure() with height-for-width children + AdwComboRow: Fix end padding when the dropdown arrow is hidden + AdwExpanderRow: Fix focus handling + AdwPreferencesGroup: Add support for header suffixes + AdwPreferencesRow: Add 'title-selectable' property + Demo: - Fix combo rows in AdwCarousel demo - Remove the "Frobnicate" button- Update to version 1.0.2: + Fix AdwExpanderRow focus handling + Fix combo rows in AdwCarousel demo + Fix radio hover state in GtkPopoverMenu + Docs: - Fix AdwViewSwitcherBar and AdwViewStack examples - Fix typos + Updated translations.- Update Summaries and descriptions.- Update to version 1.0.1: + Include pre-built stylesheet and docs into release tarballs.- Update to version 1.0.0: + Rework GtkInspector page to not require a module, remove - Dinspector + Accessibility fixes in action row, flap, leaflet, preferences group, preferences page, status page, view switcher, window + Animation: - Properly mark AdwAnimation as abstract - Make ADW_DURATION_INFINITE introspectable + Carousel: Fix reorder(), prepend() and insert() behavior + Clamp Layout: Fix measure() behavior + Demo: - Split every page into separate files - Remove .app-notification demo - Fix the animation skip button sensitivity - Fix capitalization - Various cleanups + Add a hello world example + Documentation: - Add a screenshot generator, update all screenshots - Add widget screenshots - Update build instructions - Update visual index - New pages: . Initialization . Adaptive Layouts . Boxed Lists . Styles and Appearance . Named Colors . Style Classes + Various small updates + Leaflet: Fix property notification ordering when starting a swipe + Stylesheet: - Improve emoji chooser styles - Add hover style to .activatable GtkGridView children - Fix menu checks - Fix @warning_fg_color to be legible against @warning_bg_color + Tab Bar: Fix various layout warnings + Tab View: - Implement adding pages from ui files - Propagate Alt-[0-9] if selected tab doesn't change + Toast Overlay: Implement adding toasts from ui files + Updated translations. - Stop passing inspector=false to meson, no longer needed, nor recognized, dropped upstream. - Add fdupes BuildRequires and macro, remove duplicate files. - Add explicit pkgconfig BuildRequires.- Adwaita docs are now generated (with new pkgconfig(gi-docgen) BuildRequires) and packaged in a seperate subpackage called "libadwaita-docs".- Update to version 1.0.0~beta.1: + Build - Depend on GTK 4.5.0. - Depend on GLib 2.66. - Fix building as a subproject. - Remove unused dependencies. + Introduce AdwToastOverlay for showing in-app notifications + Introduce AdwAnimation - a basic animation API: - AdwTimedAnimation provides simple time-based animations. - AdwSpringAnimation provides flexible animations based on spring physics. - Replace adw_ease_out_cubic() with adw_easing_ease(). - Make adw_lerp() public. + adw_init() now automatically calls gtk_init(). + Use G_DEFINE_FINAL_TYPE if available. + Action Row: Increase spacing between title and subtitle. + Carousel: - Use spring animations for scrolling, replace animation-duration with scroll-params. - Remove adw_carousel_scroll_to_full(), add 'animate' parameter to adw_carousel_scroll_to() instead. + Flap: Use spring animations for reveal, replace reveal-duration with reveal-params. + Leaflet: - Rename can-swipe-back/forward to can-navigate-back/forward, make them handle mouse back/forward buttons, back/forward keys, as well as Alt+arrow shortcuts. - Make child transitions use spring animations, replace child-transition-duration with child-transition-params. + Preferences Page: Remove adaptive margins - they never worked properly. + Preferences Window: - Rename can-swipe-back to can-navigate-back, following the equivalent AdwLeaflet change. - Add API to show toasts. + Swipe Tracker: - Move 'begin-swipe' signal to when the swipe actually starts instead of when it's detected; add 'prepare' to replace it. - Replace duration with velocity in the 'end-swipe' signal. + Status Page: Update title label style. + Style Manager: - Set GtkSettings:gtk-application-prefer-dark-theme=true for dark. - Properly reset enable-animations. + Stylesheet: - New style classes: * entry.success to match entry.warning and entry.error * Generic .success to match .warning and .error. * checkbutton.selection-mode - Tweak accent color in dark variant, use accent_color/accent_bg_color more consistently. - Consistently support regular/bg/fg variants for success, warning and error colors. - Make menu items taller. - Make checked buttons more visible. - Update entry style. - Update GtkTreeView and GtkColumnView header style. - Tweak check button style. - Update window and popover shadows. - Make boxed lists use shadows as well. - Use white accent color for .osd. - Use tabular figures for GtkCalendar. - Support .navigation-sidebar in combination with .background. - Remove the GtkButton .outline class. - Remove .content-view check buttons. - Fix check hover styles in menus. + Tab Bar: Fix needs-attention indicators. + Tab View: Remove shortcut-widget, use managed shortcuts instead. + View Stack: - Layout fixes - Remove crossfade transition. + View Switcher: - Update styles. - Fix measure() criticals. - Fix a crash when hiding the visible child. - Fix outlines in high contrast mode. + View Switcher Title: Always hide switcher in mobile. + Various fixes and cleanups. + Updated translations.- Update to version 1.0.0~alpha.4: + Depend on meson 0.59.0. + Action Row: - Drop use-underline property. - Stop supporting mnemonics on subtitles. - Support markup on the title and subtitle. - Fix layout with empty title and subtitle. - Don't expand horizontally by default. - Fix row titles inside GtkMessageDialog. + Avatar: Crop non-square custom images to fill the avatar. + Carousel: Fix a crash when scrolling in an empty carousel. + Clamp: Set the proper accessible role. + Combo Row: Fix row colors while the popover is open. + Demo - Add a style classes demo. - Add about dialog. - Add an inspector item to the primary menu. - Change appid to org.gnome.Adwaita1.Demo to version it. - Add an icon, metainfo and desktop file. - Make the desktop file visible for nightly flatpaks. - Make non-unique. - Tighten flatpak permissions. - Various polish. + Expander Row - Drop use-underline property. - Rename adw_expander_row_add() to adw_expander_row_add_row(). + Inspector: Fix color scheme resetting when opening inspector. + Preferences Window: Fix a memory leak. + Status Page: - Allow setting the icon from a paintable and not just icon name. - Set the proper accessible role. - Reduce margins with the .compact style class. + Style Manager: - Fix styles breaking when setting gtk-application-prefer-dark-theme. - Fix crash on systems with xdg-desktop-portal but no settings portal. - Fix a memory leak. + Stylesheet: - New style classes: . .card to have a style similar to a boxed list for a standalone widget. Can be combined with .activatable to have hover and active states, or can be added to GtkButton to have them automatically. . button.opaque to allow custom colored buttons in the style of that look like .suggested-action or .destructive-action. . tabbar.inline and searchbar.inline - to opt out from using header bar colors for AdwTabBar and GtkSearchBar. - Boxed lists: . Rename .content to .boxed-list to match HIG, keep .content as an alias. . Stop supporting .content with GtkListView as it was broken anyway. . Fix focus ring offsets. - Sidebars: . Use the same background as the window. . Make .navigation-sidebar handle background, so it's sufficient to achieve the proper style. . Deprecate the .sidebar style class. - Buttons: . Stop supporting button.flat.suggested-acton and button.flat.destructive-action. Special case those styles for GtkMessageDialog buttons instead. . Support .pill on GtkMenuButton . Support .suggested-action and .destructive-action on GtkMenuButton and AdwSplitButton. . Use toolbar-style buttons for GtkSearchBar. . Fix AdwSplitButton styles in high contrast mode. . Reduce disabled flat button opacity to make them easier to tell apart from the regular state. - Popovers: . Drop popover.combo, make popover.menu handle this case instead. . Unify GtkDropDown and AdwComboRow popup styles with menus. . Fix a double border with menu radios in high contrast mode. - Refresh UI colors. - Refresh scrollbar style. - Unify progress bar and level bar sizes and styles. - Make checks and radios larger. - Refresh border radii across the board. - Refresh scroll overshoot effect. - Remove notebook header background. - Export all UI colors and allow overriding them. - Use accent color for active drop styles. - Ensure proper opacity for the high contrast mode. - Simplify recoloring for GtkScale, GtkCheckButton, GtkSwitch, GtkColumnView and AdwTabBar. - Various toolbar button fixes. - Make entry.error and .warning style icons and progress bar too. - Fix disabled state on GtkScale, GtkNotebook and GtkSpinButton. - Fix GtkMessageDialog paddings. - Fix margins on GtkWindowControls icon. - Stop removing toolbar.osd rounding in overlays. - Remove a GtkGridView override specific to gtk4-icon-browser. + Tab Bar: - Fix artifacts when maximizing the window. - Fix hover. - Handle middle click on button release and not press. - Show close button correctly when raising the window and the pointer is already over a tab. + View Switcher: Fix screen readers reading page titles 4 times. + Add API to allow checking libadwaita version in runtime. + Various fixes and cleanups. + Updated translations.- Update to version 1.0.0~alpha.3: + Depend on GTK 4.4.0. + Add a GtkInspector extension for simulating different system appearance settings. + Introduce AdwStyleManager for managing color schemes (light/dark) and high contrast mode. + Introduce AdwApplication to handle automatic initialization and style loading. + Avatar: - Replace adw_avatar_draw_to_pixbuf() with adw_avatar_draw_to_texture() that returns a GdkTexture instead. - Remove the size parameter, use the avatar's current size instead. + Carousel: Allow to shrink carousel if children are expanded. + Clamp: Fix measuring with for_size = -1. + Combo Row: Have a .combo style class. + Leaflet: - Remove hhomogeneous-folded, hhomogeneous-unfolded, vhomogeneous-folded and vhomogeneous-unfolded properties. Assume non-homogeneous layout when unfolded and homogeneous when folded. - Add a single homogeneous property that corresponds to folded state and opposite orientation. - Remove interpolate-size, assume it's set to true. - Set the fold threshold policy to MINIMUM by default. + Preferences Group: - Fix default visibility of the internal list box. - Allow markup on title and description. + Squeezer - Fix the child switch threshold in vertical orientation. - Add switch-threshold-policy, matching AdwFlap and AdwLeaflet. - Add allow-none property, allowing to hide the last child as well. + Status Page: Make icon optional. + Tab View: Fix model updates when page selection changes. + View Switchers: - Remove AdwViewSwitcher:narrow-ellipsize. - Remove the policy property from AdwViewSwitcherBar and AdwViewSwitcherTitle. - Remove the auto policy, applications can use two view switchers and an AdwSqueezer instead. - Switch to narrow layouts earlier. + Window and Application Window: Rename the child property to content to avoid the name clash with GtkWindow:child. + Stylesheet: - New style classes: . headerbar.flat to remove headerbar's background and border. . separator.spacer to create spacing in toolbars or header bars. . button.pill for prominent standalone buttons, for example on status pages. . statuspage.compact to make AdwStatusPage suitable for contexts such as sidebars. . .numeric as an easy way to enable tabular figures in a label. + Use flat buttons by default in header bars and action bars, matching existing .toolbar. + Use stripes for header bars in .devel windows instead of cogs to make it work better with split header bars and flat header bars. + Updated translations. - Pass -Dinspector=false to meson: do not build the GTK Inspector right now.- Update to version 1.0.0~alpha.2: + Stylesheet: * Large redesign to make it flat and recolorable. * Replace @theme_suggested_bg_color by @accent_bg_color and @accent_color. * Replace @theme_suggested_fg_color by @accent_fg_color. * Add @destructive_bg_color, @destructive_fg_color and @destructive_color. * Add the .accent style class to give the accent color to labels. * Add the palette colors in the form @hue_n, with hue being blue, green, yellow, orange, red, purple, brown, light and dark, and n being a darkness level from 1 to 5. + View Switcher: * Add the AdwViewStack widget to represent views. * Use AdwViewStack instead of GtkStack. * Display a badge on buttons to display the pages' value from the AdwViewStack:badge-number property. * Keep displaying needs-attention when active. + Preferences Page: * Add the name property. + Preferences Window: * Add the visible-child and visible-child-name properties. + Leaflet and Flap: * Add the AdwFoldThresholdPolicy enumeration. * Add the fold-threshold-policy property to determine the size at which the leaflet or flap should fold. + Leaflet: * Fix a crash by NULL-checking a pointer before dereferencing it when there is no children. * Annotate the values of the visible-child and visible-child-name properties as nullable in their accessors. + Action Row and Expander Row: * Annotate the value of the icon-name property as nullable in its accessors. + Tab View: * Fix updating the model at the right time after attaching pages. * Fix emitting notify::selected-page after the model has been completely updated. * Prevent pages from receiving pointer events during drag and drop. + Combo Row: * Fix subtitles when the model is empty and when using expressions. + Carousel: * Fix a crash with 2 overlapping animations. * Fix a crash when scrolling when there is no children. + Avatar: * Fix memory leaks in adw_avatar_draw_to_pixbuf(). * Fix a memory leak in the avatar demo. + Fix crashes by freeing shaders at the right time. + Specify the translation domain in UI files to avoid leaving them unlocalized. + Fix cross-compilation with -Dgtk_doc=true. + Stop accepting NULL for most string properties, use the empty string instead. + Translation updates: * German * Indonesian * Chinese (China)- Update to version 1.0.0~alpha.1 (factually a downgrade, but upstream is still in prorgress of finalizing their versioning scheme): + First official libadwaita 1 alpha. - Enable introspection support: + Pass -Dintrospection=enabled to meson. + Create new typelib-1_0-Adw-1 sub package.- Initial package, version 1.1.0ibs-power9-10 165198370511.1.0-150400.1.71.1.0-150400.1.7Adw-1.typelib/usr/lib64/girepository-1.0/-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.suse.de/SUSE:SLE-15-SP4:GA/standard/47749a11e517794531d5ac0161320ea7-libadwaitacpioxz5ppc64le-suse-linuxPRR RRR RRR R RRR RRUB!QQutf-8ca620bfc24bbff43937c66527430434f93f4efcf4a5ae81b9047cdbd3d8a2ee6? 7zXZ !t/#C] crv(vX0?4@ YUKŖ Ǟ|+5dcꯪ?KȡG<Ԩqw\jdBtwsb&Fo;v,ck/ϕ8X_ Ft@ٹgѴWx]@vm՚q:|UFqz$1a08c:]Dlܜ֚ݣCjsV:Y% UN\z-a{soDS6`TR' AAҁfVmBL!M{W-il^`WA6D@5UcE ;벓>e}[ Rea+]!{P1ޱQs4@}r` ^EseF;'DEE2jD4 BHkY@5-4qZ^b"D[ВR)63~ =j`Pu/7d1y3{-?%c{Udo]t9d)c)UVn kƟM?> ϛ@p%ك9$H侼ZQ^ +q~#˥CN czYG;;A МwGֹW뻐eZ!r ]o9O93Z܏]Vm&G1Pj6߯3_9৯bX4Th6AZ%j=\ՐsC+yY",$^"nfVk:ĘuZ T!Vr_~iq}lNqulFui,bqv6 J5wKaTH2p)rS26G lC~Q/h ]cj2P]6oCQ1MԿD(7Kj 78cgB*pˬ4&(DzJE ( ZMEA(S%G|i /Thv&' JDv]6VPUfp%Oh3YL(bܔs+ΛWtM Ig1O/lKz!i ˜qcVX؀E" Ӵ|qx5|`X8SL|B6J6e 6 s_0i3Ρ|ׯh`^"{r$ZY[HՄm5r\ZA#i5084@G삶͝E}z&YwA5$N'8cN~[*.>x^8qqK-O( mul-Ƅ@ƽ-ow1_x7Eh{B 6!,(2]*KmH3-.' Al"Ra3|uF7taIQP-*6ދ?-awve/fk]@4@Cԙٚi2^4 C'AsVƁO|䴒սkw( aM^T&\4uģFF=Xש@buGD\sH6F"]UIED+ ""q#٨LxF) Js-"T%:fA%;Jhn^? 1b]j=4̞_6w"5) e3`K;h2V{4k=Tod[ @0Nd$t٥=Lʒ\nl&K4hNaZ& ;P-kS >g8[ P daHCY"ϛ]/پmlB^<BFqaM-&j@XvHayy?1jM'`hЀcv#iܸ_[w~C4q@rP'Ll%qAClڟ /yQg`vp&mQС7:DƺhޑH-@̓!z'p z>:OgBU2[ \̙V!d^㰸ôP]Tdg8eDWď o&!u ԤpIwVL}2+jx=ߜ >H2d\Dw?}D!R|f bxf44N[%:FV ]tR5Y[x "|2γ¡-N4 ;Pp <`UQբ9˂]zMWnؼ ZCJ pH Ѷh <H>(6 lgV#,{VEg.9F)oZAv_OVz"}U7QABo0 'OQ.+̊B=mRMCM{J2YƅwK=Ɵ;L MǻgѨ6HC7ZG ř'gq}Jh"{<\pq퉯ߝtf&Ce=c-7e*r`jO w 2΅jτUO$hZ.(CcB)m?Fޫa@uw .~f<.܅b[ ෋UORw^9Ge Cݞ>^VqӜC88R/QT4:nԙ=^tz[x1YFS^Ab8HRq$jY,1ޥLo W1<捻S$r~-ƺ04u~2WV:D +ѼaQ2$?zrc+.aFOG*{?=vGMiK{7X0˞l_ӵeSF [; gY4Y U.nZe`zJח>,p2( lGxQ3Pɷ^ jJ6ybjnTs≻Ό,/jn~jيfGs!_=gas1$h<ey$1G~l=C-~/v)\_bfb%+-1.^ޜ$?1OMvaqR,s:p]m-%ׯik:,$rY.u*a"Q![ZjFyw4#B *$N"2#) g=TGg6NOJ!~e\3U=ضRH mE n)0="8ix\*T:ʽpo4Gub_fEg5@m`ѝw "^vuw@9O)P~LȻB bߋ-ʶ(}Ց^i쫰I0?rDXM~*$V3?lxyQY_CTsRB+=հP$˵)zwnMkTdex}]r9Ǚ_zдe!:Vl,e}>J]"WO"^,~O C>?E)Ȕ+:EpwXmŎN79y©(r$l@'"JyA+aVB Ø7ɩO]CGE8o.;(@6jLL"3)`r0XAgb#F؇gO(*I׊Gw>X$&0=0~vƴ1%IOܗC.BKA=ʂe /?Uk@f^4r䪜hyi|n].5Ifd9F<QUGtͦ "`uƪHd_$# Ot{a Lrdq[GX _ D*nx6||>|bpc_H+U I _WѶ<ٕNI;1Zrܭtqݨ믳^^_"v|#H JR; Wt8M x%r* jS7pgs~?q7vi>Z3\,a/a*Tq6&,ֶӄi҄t3}"F?uhl h JR̗ilb<%~`r*Rh,okX3nP):ʽbWW~OM/XzכCzOx&أ҃4&)&Jaj1t5ܹa'_@P:dU#7rEXauV#L 1!jд;s`M4cl\RdCy&_˱3BT݂(5nz XEJLioΝsDG iڢv"SBfфo$Z^jk)_"+(Y][WM5s(^9Ep+lb<{+1+-\ՔJDDC8{@ Eb(uTX3K3lm2!.hCB?to%]a>l/-}VifAX Wpu;EQ!ƞ|x`(79{O&6?lǦKjb&kaDwֶOHEZ2S7ӢGUw/ռ.EޥZ-D~XcRkvRE]5_{Cj9;?\\*akb0gք8y80Rny4%fo=< ]| ӭ{%.J xb5S0 \8iPtՄ7 ;]ΨMQ!'VDRφ ZIQg&2!Ni/\MW "yr4O\<&:3)Qjv\*,5"էvܬ\4E8*zB TU_-=om-T%5kfZB;b[չ`;h/G`k"!9Ob-GCDmb_;0Z%d][oM2c?Vjp->ֳIRߠu6 8K ϒ^r\J̙QݏȺ#wX:xժca}Ri3,a4fwW<g@]}'~8?{y|c =y+4>iz9 ﵪ:_I4U%b$FxL 6A u_1*{ un4R?r\a ~'eÖ ?&Pb#e=- uG*).sAxB)opVGA}yCڬ4x̽K?È|􁻩^?jD0vAS=݆"?U/nm9;S=`sJ܃ N'mE*Ǧ}X&Uyv5"hf]Bȫ]#GELWЇ5_zaY!}} a!Z tD:ڐlDCbd`Aҧ;_O 5B҄Hn!\i"ZLO)M6-I^a@*kT;#P (7Í JZuT0 o50-ge͜(_އkh(^c2ӈIu&4q3Ng` KԊQx$;TX=̰I2TC˶N(fKihcW;LjU嶆U)lRoٳru \-79,JMGvA3cZGV+1GͪNIR&Vs';+bX=tElDXd[42{7o H#W[qWl:C#R (w\3MGx8 '`Y0lO7&wUџ(JXk=Q+{!7$&͖P#~.KA㈾j5-GKv[b.tʹiT cOߣ⮐&y|Nҷ''ַ,S@LX_kfyd^'3Ϛۼh &Q"n}W[U <I vab9+yN|<3Bi+%Yټ<''rKeg`pJw4>AI<.٪_}x N'A=i!/$ PۇL'<:{DPr] 2%bkj8E[a3;8-pBrTYng𛒇햘 ߟpe$ B2BƕuUgQzzn{_gfll[K#f N5$V>@0JidߟOG%7I)6 UQMjCōdHPR{veMx OGƒLύX۸)vsDыVg.Yp)u2W~* d3HGcG;pA1ؽguoir A-zAhPۀ>ӕp n %Ƨ%><+qq;bj/*e뀴ebx3ȉy4l9QnϾ] *. Jd$9hku@D?mksKQTs7.L\ʞ"YTQNJMnh7q;FnKSb͗Cqse5oV ٔ80LxviB;M8}FMad E闌.Z{Ƕ/K2bM2j`R`֙Q"U^Qm3]ܲd2ܛށ;)1M7^h]\?*c7Z1NDTB:Y A[lV[iƜuyKZb[x ۓQ)Iȏ|YٿI8^>Vv _-|T{jr2f$}RvÔH^bUw/7,O#53N^m`-U_nZs[#))%/j~9>M{;- $d2$-~@1) lc?G ՍKKFM<^>Ke倴^Uoo<H4 cA3KI3e8!He}Oy@2yB"s\yaK+cbNH ?Fޙm>q5|Uo,a}81ح k6,tF^} 5$|DZ^k_ },{{]^d*7WN;xcEٛ3aTg駐\t^xmg'5~*70P=Dx &I 8w*@".{ixF瘠xpt2 Z@ƻyc>hԄtz?!Pv8'b@Dgu1bp^[8#4Ę:Ի(5!QBv\ ܵ˖/! !i 91D ~wK/1]r:. [8&yIveSPw x&Җ;DF~w`m!3ԤC? .{]ͿK3fE8th!РA׽.:7A1nz9*wk5Ĥ0*ޑ/D~I?TWK#gI[*X{uΕ\_ O:h J@ <86^se:e{ 4z-!>xTeT(l,<+ځ$-0p(~ ֎ X0![|E,SFgnÏW N7>oXAAkLٍ_m(p]r;>60,@x YaD(%iN5dvu7xM p?ZWןs]| )|t^!Oˑ3՘y Y` >r(-wG7- SZ |囩#^1 $ބYFvv`*D = \xWDQxNk:YAS)Ǖ&TeV*^} <(̸7zLcдT]rnVѿ_5 Wu]|6qI}4~%kLGS,1YӸ:u? 7; ܭWab!aK{uOHPf7*;v>cXp;E2V+3'x]nkFZ^h1ahdR,6 Ư]e-t;ZfM7%Q[ hv7 Z; oپ\ GS Zw`dJL2,% *t ,NUCݻ.\P:1 {#,ׂii^z^)NsaPl$:W2\ #[Wd.c&I*c\9ucV-PR ͳBO=s[ p>\w0[ E$Tr3svڏn5> >mPȋhw':שL1~e0hQJfשc\VaYXNe;YG/lܦI8L\ۮ.tkNCIGG);ZiXaџ!PJߡY1ju]nS.7vzX X/T{T2~X u%PoX|> }nQbsRʶqܔ}{AjƲoUC审V,$w ȉI5n=Ǖ nػrC/CHrGv BkGjުʦ27&<t Q#*W3Hzvx r$,j#9fS +=SK~<@ aO7xi7qֳȼ>W+$f^͊& 5`;I3.{N 02/x]vVe0{DE vhuJa6e[Zլň?B3NRTڦee 2D]ՐH%22VB[MD?MϦ{) h7CDp:x%6TRt(C4g/V7!Rɍ`:mhr@ڞSATc)O0`q,J <;m:PyI]݈R=;t;}ߞŒm>5,ҭ I2`N,h 78ak7^I?RwHC~_t)  ]d|?Nxfmx_XudCͳ`uW~l7yN%. øI?Utz ]]á{y5q!G$-z& %AL1ZS<*gc{ +X5nR bp[;HVdH znMꈢex.TzrIEx'1-l'u)}䧗 npny(~~#MA}[}#3iPMiվ\\YD:M' ri4Rv.6'f5L8e`05C3"ٷQZqhXs5Ƌr8`oeYk=m葳Lyrb"@EqnybYY{6٣?H w:um=oB4PG,)(%*J&u.`pV`;ryȟLmV8+e6&O[䰼AU鵭jAhb! Y o,򈢀sZu^aav(M-JoƵ!YBő8' Q;u(Q1Pn-_^m?DrTlܘ)0M {RprڻqsY[Os<" pX(\\2 䗲;u<j1Us.ŗh76 V2Tg1:?4 J$2|\Y}iL6ך6-NP|\hF> 4@y@Jz;Ǔr54ssa\L)հus(zvҹ^7( 'Evp7{EІ1ߝ\`~B;,kW%`z;.>(@GF^ȓ ů^6&_&276U^?u0qɞ@o.Xk^ǼlU;ْC~5G֩5AcP'MGn$P*0;H[עo|,YZww",E56ѐ+*Fk51zXA.p8q8-ůz|{f1zS?RѨ}BTxl u:~nP8HEIga kHTy7iɁb(L_.n-)0 B Sp!KӒ;|F=77B?}'~• v^eq9MZq1O->Ԧ@A, &\owUupv1\oE& !kdUF#+t2-guwLn7֞yOG?# K,\XgKE Hmp\McE;i\g[TOXSFBx=uij=oC_} pkj{{UdzJ:Zt#$|:LL4̓Ep 7 /SIIE}_+|1՜T_!ി1,b Ja,da֚^d;Cwl`?ϰ5ѷT479eo;ʟ|X8|E+_qo{ZmZl(MGSP{4 T #:8+85D.͉MHĞdiX/⓺.ܫR7|!y[衫~!xn.'0أ"B"vg OmO-6<8{ܼ|0(ԶSÕ A T< 8Ѕ+xCS{Ƀ;t,d;nͪM|tBBMGvJ)ߚT69t@8=ZLXdv׏:ұ 32^e}k[&84yb*0%ڄOsx̏]J_Ya:1z F*a`@Ҧu\r>ŞZaf9Eo# CBPNkeL (aF_Ȼ1* ]]2hW)њ /ޡtPGbvr0;ބ->kUdc9}&қXe~V6Jܱp ϜxC @pԷVFMIUK,$*b'ЎRӀy.>u蚀A[Hɇr 'ˬrĚөiC-bMH=%z*pb@cr"4dxcJ>7ZǍbl"ۀI0{nf]*JYʠ2%lM34 "nXVl%DxCDEX6m*􉽕x}0MQ咨[Crw?+%/=1쌽1ei(ɐɆ7T.`tb4i_5c9߮[շ{O}I @jc΋$a(ͧXJ 5=}:r@Y[X[ȼMӂOCvZ%#W ?TW؉&HV \jv`4[ă%dsܤ?:%2O\}Sl Mcb_}L{*msvTXU#4UGr3!,&g?`( +ObX ˞c+8, ̄Ij KcWb{WwmI^I2Vlި,ML-s>`qD&:a3ڬ6m譤;67MUlۈmX%4hop㿑Wq0]vYb@IRkߜuoSDsOfꉏް̥ Π?\~9lD\-1tRz)JYBy !_^%ʅcr4?)ȭmD|!1DuؒSpy Iz2Y!ֳ6FazZw5ض${b&HKd`lO^ƙy 5CW:́iJS>1G_T ٪eV!҈w v9}5Ҕ0Bc"sRk4n0.(syNw{fH`ժJr|Z9aj,6S(`ʸ iY_ER˒&0> 稬#hvOyb;TzeO_O(M9^C'.ʕ4`ӞZ6sHq(ާQ .#n}~^k~mmא^>c2~dY$Ǎ8ηR㙳iCɊ=͠1 uئ_!XF5FkqRr Gj~'#(FgѨ!<^m'ȭ2fI׸tXF]L:#2t, E UlhAOKIg I܆~*)'m_4߸dܤr{nj>u^'τP,"FGNp(*BzE\m XwY?6ErO{9#f }?fW:X`{ ~ yLJ+qX}ȴsmN M65p9u._o|_/p`b9TWk%I4PMc wܶɫ[.q==aBD$GWvФ9"ti5$bgvg*)5؃HNdR\P'=6=6metw*bUo>uO6kq8Ï?=-ggMm5]l: ʂ0R=\>7n"| j^/ ]s0X^#wUXuP@l/ YZ