debian/0000775000000000000000000000000012261140223007161 5ustar debian/rules0000775000000000000000000000523512261137770010263 0ustar #!/usr/bin/make -f # export DH_VERBOSE=1 export CFLAGS = `dpkg-buildflags --get CFLAGS` export DEB_CFLAGS_MAINT_APPEND += -Wall -DGLOBAL_DEFAULTS_SUBDIR="\\\"GNUstep/Defaults\\\"" export LDFLAGS = `dpkg-buildflags --get LDFLAGS` export CPPFLAGS = `dpkg-buildflags --get CPPFLAGS` LINGUAS := $(patsubst po/%.po, %, $(wildcard po/*.po)) WMAKER_OPTIONS := --disable-locale --enable-modelock --enable-xinerama #not-enabled --enable-usermenu --disable-shape --disable-shm --enable-xrandr #not-enabled --disable-xpm --disable-png --disable-jpeg --disable-gif --disable-tiff # Debian packages destination folder DEBIAN_TMP := debian/tmp # Be careful with the leading / because some of these values are going # to be hardcoded into the executables BASEDIR := /usr CONFDIR := /etc INCLUDEDIR := $(BASEDIR)/include SHAREDIR := $(BASEDIR)/share MANDIR := $(SHAREDIR)/man NLSDIR := $(SHAREDIR)/locale GNUSTEPDIR := $(SHAREDIR)/lib/GNUstep/System WMSHAREDIR := $(SHAREDIR)/WindowMaker PIXMAPDIR := $(INCLUDEDIR)/X11/pixmaps COMMON_OPTIONS := --prefix=$(BASEDIR) \ --mandir=$(MANDIR) \ --includedir=$(INCLUDEDIR) \ --sysconfdir=$(CONFDIR) \ --datadir=$(SHAREDIR) \ --with-nlsdir=$(NLSDIR) \ --with-pixmapdir=$(PIXMAPDIR) \ --with-gnustepdir=$(GNUSTEPDIR) %: dh $@ --parallel --with autotools-dev override_dh_auto_configure: ./autogen.sh LINGUAS="$(LINGUAS)" ./configure $(COMMON_OPTIONS) \ $(WMAKER_OPTIONS) $(shell dpkg-buildflags --export=configure) override_dh_installmenu: dh_installmenu -a --noscripts override_dh_install: # Fix perms for /usr/share/WindowMaker/*sh before install them chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/autostart.sh chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/exitscript.sh # Readmes - Copy+rename before install # We use the root of the temporal directory debian/tmp cp po/README $(DEBIAN_TMP)/README.po cp README.definable-cursor $(DEBIAN_TMP)/README.definable-cursor cp WPrefs.app/README $(DEBIAN_TMP)/README.WPrefs cp WPrefs.app/po/README $(DEBIAN_TMP)/README.WPrefs.po # Now, change the #wmdatadir# string to $(WMSHAREDIR) perl -pi -e 's:#wmdatadir#:$(WMSHAREDIR):' `find $(DEBIAN_TMP)/$(WMSHAREDIR) -name plmenu.*` perl -pi -e 's:#wmdatadir#:$(WMSHAREDIR):' $(DEBIAN_TMP)$(WMSHAREDIR)/wmmacros perl -pi -e 's:#wmdatadir#:$(WMSHAREDIR):' $(DEBIAN_TMP)$(WMSHAREDIR)/plmenu # Install files dh_install override_dh_strip: dh_strip --dbg-package=wmaker-dbg debian/watch0000664000000000000000000000012312261137770010223 0ustar version=3 http://windowmaker.org/pub/source/release/WindowMaker-([\d+|\.]+).tar.gz debian/README.build0000664000000000000000000000522212261137770011155 0ustar Building Window Maker for Debian -------------------------------- * The patches debian/rules scans debian/patches/ for files named *.diff and these are sorted _alphabetically_ before being applied. You can apply these patches by calling $ debian/rules patch-wmaker-stamp and remove them with $ debian/rules unpatch-wmaker Why are some patches in debian/patches and others are stored in the debian .diff? For starters I (still) dislike the idea of doing: $ dpkg -x package.dsc and being left with something that is not the source from which the package is built. It makes NMUs harder for both the NMUer and the maintainer, mostly because people tend to get it wrong (since it's undocumented). I use CVS for (almost all of) my packages, and I like to be able to take a look at the source used to build certain release of a package _without_ having to check out that release. On the other hand, I try to send patches upstream, and over the years I've learned that Debian's source package format is really not the best thing to use in this context. Merging between debian's source and upstream's (after accepting patches) is messy. The system used by this package is a compromise between these two things: "most" of the patches are applied directly by just unpacking the Debian sources, and some are left out. The things that are left out (those stored in debian/patches) are in general things that should go upstream. Things that aren't really Debian specific. Security fixes, patches submitted upstream by other people, that kind of thing. This keeps the patches nicely separated, makes it easy to send the upstream, to take them out and to update them if that becomes necessary. In general, if it's Debian specific, patch the sources directly. If it should go upstream, put it in debian/patches. The easiest way to generate patches is to use CVS. Patches coming out of 'cvs diff -u whaterver/you.modded' will just work if you put them in debian/patches. If you can't use CVS for whatever reason, just: $ diff -u wmaker.orig wmaker > your.patch will do the right thing. * Building options The following make variables are used to pass options to the configure script: XLOCALE := --disable-locale MODELOCK := --enable-modelock XINERAMA := --enable-xinerama (*) These are not used by default Since these are make variables, you can do something like: $ SOUND=--disable-sound debian/rules build If you want to build a debugging version, this will do it: $ export DEB_BUILD_OPTIONS=nostrip,debug,noopt $ fakeroot debian/rules binary -- vim: tw=72 ft=text debian/libwings-dev.install0000664000000000000000000000035012261137770013156 0ustar usr/include/WINGs/WUtil.h usr/include/WINGs/WINGs.h usr/include/WINGs/WINGsP.h usr/lib/pkgconfig/WINGs.pc usr/lib/libWINGs.a usr/lib/libWUtil.a usr/lib/libWUtil.so usr/lib/libWINGs.so usr/bin/get-wings-flags usr/bin/get-wutil-flags debian/wmaker-common.docs0000664000000000000000000000027312261137770012626 0ustar AUTHORS BUGFORM BUGS NEWS README TODO FAQ FAQ.I18N debian/debianfiles/Theme/Debian.theme.txt debian/copyright # Place wm-oldmenu2new under a more appropiate directory util/wm-oldmenu2new debian/changelog0000664000000000000000000030122412261140203011033 0ustar wmaker (0.95.5-2ubuntu1) trusty; urgency=medium * Merge from Debian unstable. Remaining changes: - Add Unity Greeter icon. -- Logan Rosen Wed, 01 Jan 2014 20:27:17 -0500 wmaker (0.95.5-2) unstable; urgency=low * New patch debian/patches/56_ungif_problem.diff. [Closes: #733353] This patch removes the link against -lungif. * Bumped to standard version 3.9.5. No changes. -- Rodolfo García Peñas (kix) Tue, 31 Dec 2013 00:20:43 +0100 wmaker (0.95.5-1ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: - Add Unity Greeter icon. -- Logan Rosen Sat, 26 Oct 2013 17:22:01 -0400 wmaker (0.95.5-1) unstable; urgency=low * New upstream version 0.95.5. [Closes: #723840] - New WUtil library version 3. - Updated debian/control file, replacing libwutil2 with libwutil3. - Files moved in debian folder: - libwutil2.changelog-upstream -> libwutil3.changelog-upstream - libwutil2.install -> libwutil3.install - Removed file libwutil2.symbols - New file libwutil3.symbols * "Build-Depends: libtiff5-dev" in packages wmaker and libwraster3-dev, since libtiff-dev introduces dependency to libtiff4 which is in oldlibs. * Included the word "WindowMaker" in the wmaker package description, to found it easily. [Closes: #685424] -- Rodolfo García Peñas (kix) Sun, 22 Sep 2013 10:08:02 +0200 wmaker (0.95.4-2ubuntu1) saucy; urgency=low * Merge from Debian unstable. Remaining changes: - Add Unity Greeter icon. -- Logan Rosen Mon, 19 Aug 2013 23:05:08 -0400 wmaker (0.95.4-2) unstable; urgency=low * Package moved from experimental to unstable and updated. * Changed permissions to menu-methods/wmaker to a+x. Updated the debian/wmaker-common.postinst and debian/wmaker.postinst [Closes: #705160] * debian/control - Removed DM Upload flag (obsolete). - Updated maintainer email address, from kix@kix.es to kix@debian.org. - Now using libtiff-dev to build packages (libtiff4-dev is in oldlibs). - Removed xosview as suggested package (not in all archs). * Bumped to standard version 3.9.4. -- Rodolfo García Peñas (kix) Tue, 06 Aug 2013 06:34:14 +0200 wmaker (0.95.4-1) experimental; urgency=low * New upstream version 0.95.4. - Better icon management. [Closes: #35587, #404729] - Now cpp is not needed. Updated the debian/README.Debian file - New symbols in debian/libwutil2.symbols * Updated some icon paths in debianfiles/conf/WindowMaker - Removed ~/pixmap folder * debian/control: - Debconf version 9 (see debian/compat too). - New debug scheme for multi-platform. Removed debian/wmaker-dbg.dirs, because the path for debug files is now using hashes (/usr/lib/debug/build-id). * debian/rules: - Removed the get-*-flags scripts fix. Not needed (and was wrong). - Removed the HOSTSPEC stuff. Not needed with debconf 9. * debian/README.Debian: - Changed /etc path for appearance.menu. -- Rodolfo García Peñas (kix) Wed, 3 Jan 2013 00:17:31 +0100 wmaker (0.95.3-2ubuntu2) raring; urgency=low * Added Unity Greeter icon. (LP: #1079925) -- Doug Torrance Tue, 27 Nov 2012 19:07:47 -0800 wmaker (0.95.3-2ubuntu1) quantal; urgency=low * Build-depend/depend on libtiff-dev rather than libtiff4-dev. -- Colin Watson Sun, 09 Sep 2012 12:40:13 +0100 wmaker (0.95.3-2) unstable; urgency=low * Hardened. debian/rules changed. * DM-Upload-Allowed set. -- Rodolfo García Peñas (kix) Thu, 10 Jun 2012 23:35:31 +0200 wmaker (0.95.3-1) unstable; urgency=low * New upstream release 0.95.3 * Removed debian/clean file. Upstream removes now the files. * Bumped to standard version 3.9.3 * Important!: Removed symbol "W_DraggingInfo" in libwutil2 and libwings2, because the struct W_DraggingInfo is now declared as "typedef", therefore the struct is not included. This change is included in upstream, see line 126 of the file WINGs/WINGs/WINGsP.h * Patch 53_Debian_WMState.diff changed, because the WMState file in upstream is now different. Now, the dock launch WPrefs. * Removed /etc/X11/WindowMaker files. * Removed from debian/wmaker-common.dirs * Removed (duplicated) files in debian/wmaker-common.install * New path for menu.hook: /usr/share/WindowMaker * Changed in the menu-method files (wmaker and wmappearance. * Removed menu.posthook and menu.prehook. * Changed the menu behaviour. Applications/* contents moved to the root menu. -- Rodolfo García Peñas (kix) Thu, 23 May 2012 21:32:22 +0200 wmaker (0.95.2-1) unstable; urgency=low * New upstream version 0.95.2 [Closes: #69669, #486542, #270877] [Closes: #283240, #48550, #297019, #108432, #72917] -- Rodolfo García Peñas (kix) Tue, 14 Feb 2012 23:58:45 +0100 wmaker (0.95.1+20120131-1) unstable; urgency=low * New upstream version 0.95.1 [Closes: #304480] * Patch debian/52_architectures.diff is now included in upstream. - The patch file was deleted. * The WINGs's file proplist-compat.h is removed in upstream. - Removed the line in debian/libwings-dev.install * Updated debian/libwutil2.symbols with new symbol. -- Rodolfo García Peñas (kix) Sun, 29 Jan 2012 16:16:15 +0100 wmaker (0.95.0+20111028-4) unstable; urgency=low * libpng12-dev dependencies changed to libpng-dev. [Closes: #648123] * wterm package suggestion removed. * Menu shows "Run..." option. [Closes: #165075] Thanks to Andreas Tscharner for their patch. * Menu shows the background files [Closes: #655122] * Added patch 54_Debian_wmmacros.diff. Based on changelog: Marcelo E. Magallon Tue, 17 Nov 1998 * Xterm and WMPrefs are now Debian specific. * Added patch 53_Debian_WMState.diff. Based on changelog: Marcelo E. Magallon Sun, 26 Nov 2000 -- Rodolfo García Peñas (kix) Thu, 7 Jan 2012 02:06:33 +0100 wmaker (0.95.0+20111028-3) unstable; urgency=low * Fix wmaker-common dependencies. [Closes: #654668] * Manpages moved from wmaker-common to wmaker (Lintian problem). * New patch 52_architectures: New architectures kfreebsd* and Hurd. [Closes: #654715] * Removed old stuff in wmaker.post* and wmaker-common.post* about update-alternatives. -- Rodolfo García Peñas (kix) Thu, 5 Jan 2012 01:02:21 +0100 wmaker (0.95.0+20111028-2) unstable; urgency=low * Fix to the FTBFS. [Closes: #654524] * New debian/watch file -- Rodolfo García Peñas (kix) Wed, 4 Jan 2012 00:03:22 +0100 wmaker (0.95.0+20111028-1) unstable; urgency=low * New upstream version 0.95.0, now from git. [Closes: #401900] [Closes: #514438, #607550, #218110, #583734, #105351, #549157] [Closes: #283610, #311563, #310285, #329783, #280819, #284048] [Closes: #292391, #361241, #364290, #148370, #287459, #122076] [Closes: #175503, #79598, #78088, #68381, #38184, #41434, #41434] [Closes: #94960, #39543, #63265, #69499, #94446, #77488, #329783] Thanks to Andreas Tscharner for their bug revision. * This new version is based in wmaker-crm a wmaker fork, because wmaker (original) is not updated. * New debian/rules file. [Closes: #590244] * Many many changes * /usr/lib/WindowMaker/WindowMaker is now /usr/lib/WindowMaker/wmaker * wmaker script launch now /usr/lib/WindowMaker/wmaker * New maintainer. [Closes: #632875] * New package wmaker-common (arch independent files). * Removed the asclock diversions from the wmaker install scripts wmaker.postrm and wmaker.preinst because asclock binary is not included in wmaker package (see asclock package). * New package wmaker-common with the arch independent files. * debian/patches are now DEP-3. * debian/copyright is now DEP-5. * Bumped Standars-Version 3.9.2. * Manpages moved to upstream. * Solved problems with .la files (lintian clean). * libwmaker0-dev isn't included, because was removed in upstream. -- Rodolfo García Peñas (kix) Sun, 1 Jan 2012 20:24:32 +0100 wmaker (0.92.0-9) unstable; urgency=low * QA upload. * Set maintainer to QA team. * debian/patches/90_binutils_gold.diff - Fix FTBFS from indirect linking to X11 in debian/control (Closes: #556677) * Debian S-V 3.9.2, no changes -- Scott Howard Fri, 16 Dec 2011 19:30:17 -0500 wmaker (0.92.0-8.3) unstable; urgency=low * Non-maintainer upload. * Stop shipping la files. Closes: #633289. * Use dh_clean instead of dh_prep in the clean target to stop shipping temporary debhelper files. -- Regis Boudin Tue, 20 Sep 2011 19:55:32 +0100 wmaker (0.92.0+git-0) unstable; urgency=low * Add libxmu-dev to build-depends. (Martin Dietze) * Pulled from 0.92.0-8.2 NMU: + Add ${misc:Depends} to all package dependencies. (Lintian debhelper-but-no-misc-depends) + [debian/control] Move homepage from description text to homepage field. (Lintian description-contains-homepage) + Use dh_prep instead of "dh_clean -k" (dh-clean-k-is-deprecated). However do not replace instances of dh_clean without -k option. Closes: #590244 + Build-Depend on debhelper 7. + Use ${binary:Version} instead of deprecated ${Source-Version} (substvar-source-version-is-deprecated). * Invoke ./configure mit correct --build argument, as per /usr/share/doc/autotools-dev/README.Debian.gz. * Remove ./libtool on clean, otherwise it is not possible build twice from the same unpacked sourcetree. * Use dpkg-source v3 instead of home-grown patch system. * Polish build system: + Drop dead code from debian/rules. + Stop generating debian/*.files dynamically. (These should not change without notice.) + Use dh_lintian. + Move argument lists for dh_link and dh_installman to files in debian/* instead of invoking dh_* multiple times with different arguments. + Reorder dh_* invocation, dh_installdeb needs to run after dh_makeshlibs (thanks, lintian). * New upstream generates dynamic libraries of libWUtils and libWINGs, ship them in two new binary packages. Make libwings-dev depend on them. * Use latest automake (instead of automake1.4) for building. Closes: #549157 * Implement the switch from SelectWindowsMouseButton et al. to MouseLeftButtonAction = SelectWindows from WindowMaker 0.65 in Debian's customized defaults. Closes: #116963 * Add libxrandr-dev to build-depends, enabling automatic wmaker restart on resolution changes. * Built from wmaker-crm fork. Includes these patches for these issues: + display corruption on non 24bpp displays. Closes: #514438 + putty in wine crashes wmaker. Closes: #401900 + segfault on missing rgb.txt (WINGs does not require rgb.txt anymore git 577b3ee9492b5e26e6fdabb4059ead7428f09864) Closes: #364290 + wmsetbg crashing on big png images. (Fixed by git 2ccc8e4a79a3179454d82b9acc574135ea6369a4, switching from alloca to calloc - wrlib/png.c) Closes: #148370 + Fix compilation with LDFLAGS=-Wl,--no-add-needed Closes: #556677 * Provide detached debugging symbols in wmaker-dbg package. * Build-depend on automake 1.11 or later. * Rename libwutil1 to libwutil2. Soname changed because of incompatible abi/api changes -- Andreas Metzler Sat, 07 Aug 2010 10:56:00 +0200 wmaker (0.92.0-8.2) unstable; urgency=medium * Non-maintainer upload. * Fix "please depend on libjpeg-dev, not libjpeg62-dev": change build-dependency and dependency. (Closes: #569245) * Bump to standard version 3.8.4, adjusted following lintian warnings: - debhelper-but-no-misc-depends - dh-clean-k-is-deprecated - package-lacks-versioned-build-depends-on-debhelper 7 - substvar-source-version-is-deprecated - description-contains-homepage Overridden the following lintian error: - menu-method-should-include-menu-h -- Karl Ferdinand Ebert Tue, 23 Feb 2010 09:31:49 +0100 wmaker (0.92.0-8.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with new libtool: update the path of libtool's ltmain.sh in the prerequisite of the ltmain.sh rule in debian/rules, which moved from /usr/share/libtool/ltmain.sh to /usr/share/libtool/config/ltmain.sh and version the build dependency on libtool accordingly, making sure a build can't be attempted against an older libtool: libtool (>= 2.2.6a). Thanks to Daniel Schepler for reporting (Closes: #527511). -- Cyril Brulebois Wed, 01 Jul 2009 02:16:01 +0200 wmaker (0.92.0-8) unstable; urgency=low * Standards Version 3.8.0.1 * Moved menu items into proper categories * Suggest programs in default Info menu * Restored default keybindings (Closes: #394802) * Applied Pedro Gimeno's keyboard timing patch (Closes: #102314) * Removed installation of documents that don't exist anymore * Removed empty /usr/include directory from wmaker package -- John H. Robinson, IV Thu, 10 Jul 2008 19:35:34 -0700 wmaker (0.92.0-7) unstable; urgency=low * New Maintainer. Many thanks to the previous maintainers. -- John H. Robinson, IV Wed, 12 Dec 2007 05:52:58 +0000 wmaker (0.92.0-6.1) unstable; urgency=high * Non-maintainer upload. * 70_fix_overrun.diff: New patch, fix buffer overrun when creating new workspaces in Romanian locales. (Closes: #397412) -- Steinar H. Gunderson Fri, 15 Dec 2006 18:22:42 +0100 wmaker (0.92.0-6) unstable; urgency=medium * New Maintainer. * Fixed URLs in debian/copyright and debian/control. * Bump standards version. * Added manual page patch for wmagnify. (Closes: #358333) * Added more manual pages patch. (Closes: #302048) * Updated build-depends and depends (X transition). * Updated FSF address in debian/copyright. * Removed debian/conffiles since /etc stuff is automatically conf file. * Updated the default theme. (Closes: #286344) * Added Etch artwork background image of Andre L. R. Ferreira. (Closes: #59625) * Replaced generated postinst with a cleaned wmaker.postinst. * NMU ACKs. (Closes: #249320, #249461, #361096, #349704, #349187, #150328) -- Gürkan Sengün Mon, 25 Sep 2006 22:41:28 +0200 wmaker (0.92.0-5.3) unstable; urgency=low * Non-maintainer upload. Fix library search path: Add XLFLAGS to src/Makefile.am and util/Makefile.am. Thanks to Goswin von Brederlow for the patch. (Closes: #358540) -- Frederik Schüler Thu, 6 Apr 2006 14:29:05 +0000 wmaker (0.92.0-5.2) unstable; urgency=low * Non-maintainer upload. * Add libxinerama-dev to the list of build dependencies. (Closes: #349524, #349466) -- Frederik Schüler Tue, 24 Jan 2006 16:43:03 +0000 wmaker (0.92.0-5.1) unstable; urgency=low * Non-maintainer upload. * Replace build-dependency on xlibs-dev with an explicit build-dependency on each required package. (Closes: #347058) -- Steinar H. Gunderson Sat, 21 Jan 2006 14:23:19 +0100 wmaker (0.92.0-5) unstable; urgency=low * Wee! * debian/control: bring old code back from the death to match -4 (closes: bug#321307) * Weeheeh! -- Marcelo E. Magallon Mon, 19 Sep 2005 20:42:40 -0600 wmaker (0.92.0-4) unstable; urgency=low * debian/control: b-d on automake1.4, libtool (closes: bug#328781) -- Marcelo E. Magallon Sat, 17 Sep 2005 19:15:48 -0600 wmaker (0.92.0-3) unstable; urgency=low * debian/control, debian/rules: use grep-dctrl to extract version from dpkg-parsechangelog output * debian/rules: add 2005 to copyright. * debian/rules: it's "gnustepdir" not "appspath" (the change was documented, I just didn't do anything about it) (thanks Paul, Daniel) (closes: bug#320429) * debian/rules: reverse sort list of patches (thanks Daniel) * debian/control: add libxkbfile-dev to B-D (thanks Harald) (closes: bug#322894) * configure.ac: used valid x86 but invalid x86-64 instructions to test for x86. (thanks Len) (sent upstream) (closes: bug#321307) -- Marcelo E. Magallon Thu, 15 Sep 2005 14:40:57 -0600 wmaker (0.92.0-2) unstable; urgency=low * src/screen.c: upstream applied patch. Remove redundant code. * debian/patches/10_gcc4_asm.diff: get to compile with GCC 4. -- Marcelo E. Magallon Sat, 09 Jul 2005 18:34:19 -0600 wmaker (0.92.0-1) unstable; urgency=low * New upstream version * Removed patches applied upstream: 20_endian+64bit.diff, 60_optional_switch_panel.diff, 70_gnustep_focus.diff, 30_menu_stuff.diff, 35_nocycleraise.diff * Updated patches: debian/patches/21_endian+64bit.diff -- Marcelo E. Magallon Sat, 09 Jul 2005 10:58:02 -0600 wmaker (0.91.0-9) unstable; urgency=low * debian/patches/21_endian+64bit.diff: stolen from Gentoo (closes: bug#311563) * debian/patches/70_gnustep_focus.diff: taken out of CVS, fixes problem with GNUstep applications. * debian/rules: install wmmacros (closes: bug#315984) * Ack Steve's NMUs (closes: bug#279489) -- Marcelo E. Magallon Sat, 02 Jul 2005 17:00:31 -0600 wmaker (0.91.0-8) unstable; urgency=low * debian/rules: don't ship wkdemenu.pl (closes: bug#189542) -- Marcelo E. Magallon Sun, 06 Feb 2005 11:47:37 -0600 wmaker (0.91.0-7.2) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for sarge-targetted RC bugfix. * Fix a glaring typo in the previous NMU patch that made it a complete no-op. Thanks to Steinar Gunderson for catching me on this. Really closes: #279489. -- Steve Langasek Tue, 31 May 2005 07:41:06 -0700 wmaker (0.91.0-7.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for sarge-targetted RC bugfix. * Make sure wmaker falls back to "fixed" in the absence of gsfonts-x11, since X clients can't depend directly on font packages for their operation. Thanks to Timo Lindfors for finding this bug. Closes: #279489. * Remove debian/patches/40_switchpanel.diff, which conflicts with debian/patches/60_switchpanel.diff; merge the patches together, otherwise dpatch doesn't unpatch cleanly in the "clean" target. -- Steve Langasek Wed, 11 May 2005 22:56:50 -0700 wmaker (0.91.0-7) unstable; urgency=low * debian/rules: move the ugly hack earlier in the rules, I'm stepping on my own toes. -- Marcelo E. Magallon Sat, 29 Jan 2005 06:13:57 -0600 wmaker (0.91.0-6) unstable; urgency=low * debian/patches/35_unix_cycling.diff: stolen from CVS, recover Unix cycling before people get mad (myself included) (closes: bug#289509) * debian/patches/60_optional_switch_panel.diff: stolen from CVS, make switch panel optional. Closes the other half of 289509 (if you are going to report multiple issues, submit multiple bugs, I don't mind that) -- Marcelo E. Magallon Tue, 11 Jan 2005 20:58:23 -0600 wmaker (0.91.0-5) unstable; urgency=low * debian/patches/40_switchpanel.diff: Paul Seelig pointed to a patch by Iain Patterson that fixes a slight glitch with the switch panel. (closes: bug#289195) * debian/patches/20_endian+64bit.diff: pulled out of CVS. Dan Pascu suggested to use this instead, since it actually fixes the reported problems. Thanks Dan! (closes: bug#281185) -- Marcelo E. Magallon Fri, 07 Jan 2005 19:50:36 -0600 wmaker (0.91.0-4) unstable; urgency=low * debian/rules: Ugly hack to put defaults where WindowMaker is looking for them (closes: bug#288730) * debian/patches/20_endian+64bit.diff: fix from David M. Cooke (resent upstream) (closes: bug#288857) -- Marcelo E. Magallon Wed, 05 Jan 2005 21:06:43 -0600 wmaker (0.91.0-3) unstable; urgency=low * debian/control: add libxft-dev to libwings-dev dependencies * debian/control: remove hermes from libwraster3-dev's dependencies. * debian/rules: get-wings-flags --libs doesn't include -lXft (closes: bug#283283) * debian/patches/30_menu_stuff.diff: fix GNUstep problems (closes: bug#286343) * debian/patches/50_net_wm_name.diff: add _NET_WM_NAME to helper window. * debian/control: add libfontconfig1-dev to libwings-dev Dependencies (and to Build-Depends, too) (thanks to Kevin McCarty for spotting this) * debian/patches/35_nocycleraise.diff: include a couple fixes from cvs for cycling.c; attempt to fix the "always raise on focus change" misbehaviour; thanks to Marc Martinez for the actual work. -- Marcelo E. Magallon Sun, 14 Nov 2004 14:22:04 -0600 wmaker (0.91.0-2) unstable; urgency=low * debian/wmaker.menu-method: output UTF-8 (thanks Bill) (closes: bug#280011, bug#280199) * debian/rules: include zh_TW again (thanks Geoffrey) (closes: bug#280098) * debian/wmaker: don't recurse into subdirectories (closes: bug#279577) * debian/README.Debian: removed outdated information * src/misc.c: Patch stolen from CVS. * debian/rules: Add support for noopt DEB_BUILD_OPTIONS * debian/README.build: remove old info, update current * debian/patches/20_endian+64bit.diff: patch from Julien Blache to fix endianess and 64-bit problems (closes: bug#281185, bug#279884) -- Marcelo E. Magallon Wed, 10 Nov 2004 14:05:30 -0600 wmaker (0.91.0-1) unstable; urgency=low * debian/control: fix tyops (closes: bug#277247) * debian/wmaker: fix tpo (converfonts -> convertfonts) -- Marcelo E. Magallon Sat, 30 Oct 2004 10:07:53 -0600 wmaker (0.91.0-0) unstable; urgency=low * New upstream release * Upstream incorporated fixes in util/Makefile.in * debian/rules: make a symlink from /usr/bin/WindowMaker to /usr/lib/WindowMaker/WindowMaker, else restart fails. This will be removed in sarge+1. (woody has a /usr/bin/WindowMaker, sarge will, too) -- Marcelo E. Magallon Tue, 26 Oct 2004 13:56:16 -0600 wmaker (0.90.0-5) unstable; urgency=low * debian/patches/20_make-vdesktop-dynamic.diff: make the vdesktop setting modifiable at runtime (i.e. no need to restart) * src/defaults.c: set VirtualEdgeThickness to 0 (disables the virtual desktop code) -- Marcelo E. Magallon Sun, 24 Oct 2004 18:48:52 -0600 wmaker (0.90.0-4) unstable; urgency=low * Here's to you, Dan :-) * debian/control: Dan Pascu pointed out that the correct build dependency is Xft, not fontconfig. * debian/wmaker: He also pointed out that WMGLOBAL needs to be converted, too. * Hopefully this release will be ironed out when it finally manages to get past whichever girl is the one that has to do her thing... -- Marcelo E. Magallon Sun, 24 Oct 2004 12:01:12 -0600 wmaker (0.90.0-3) unstable; urgency=low * debian/control: added fontconfig and removed hermes from build dependencies. * debian/wmaker: run convertfonts if needed. * debian/rules, debian/wmaker.dirs: put WindowMaker in /usr/lib/WindowMaker/WindowMaker. Likewise for convertfonts. -- Marcelo E. Magallon Sun, 24 Oct 2004 08:20:06 -0600 wmaker (0.90.0-2) unstable; urgency=low * Readded patches accidentally forgotten. Thanks Marc-Christian Petersen. * Fix urgency, I hope. -- Marcelo E. Magallon Sun, 24 Oct 2004 07:34:27 -0600 wmaker (0.90.0-1) unstable; urgency=medium * New upstream version * Ack NMUs. Many thanks to Bill for doing so much of the grunt work. Closes: #203817, #262545, #262844, #250018, #250326, #250315, #232258, #43887, #92265, #154671, #115682, #241554, #220497, #241520, #165139, #196936, #234587, #192741, #243612, #195102. * AFAIUI the following entry from the previous changelog does indeed correspond to a bugfix (IOW, I can't reproduce it anymore). + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path. Together with menu 2.1.16, this will fix bugs #252637 and #252891. Closes: #252637, #252891 * debian/rules: Is zh_TW.Big5 still fubared? * debian/rules: remove HINTS, DEBUG, SOUND * debian/rules: clean up patch rules * debian/rules: Disable messing around with automake and stuff. * debian/control: libwraster3 -- Marcelo E. Magallon Sat, 23 Oct 2004 13:02:08 -0600 wmaker (0.80.2-0.4) unstable; urgency=medium * NMU with Marcelo approval. * Add patch 12_wm_focus.diff (closes: #203817). Thanks to Alexis S. L. Carvalho, Alexey Spiridonov and Julien Wajsberg. * debian/wmaker.menu-method, debian/appearance.menu-method, debian/wmakerpl.menu-method: + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path. Together with menu 2.1.16, this will fix bugs #252637 and #252891. -- Bill Allombert Fri, 6 Aug 2004 00:11:37 +0200 wmaker (0.80.2-0.3) unstable; urgency=medium * NMU * Recompile against libtiff4 and change dependencies of libwraster2-dev accordingly (Closes: #262545, #262844). -- Andreas Metzler Mon, 2 Aug 2004 05:23:32 +0200 wmaker (0.80.2-0.2) unstable; urgency=low * NMU with maintainer approval (Thanks Marcelo!) * configure.ac: AM_INIT_AUTOMAKE: bump version to 0.80.2 since upstream forgot to do it (closes: #250018, #250326). * debian/appearance.menu-method: (closes: #250315) + Add support for GNUSTEP_USER_ROOT, thanks Patrice Neff. * util/wmchlocale.in: (closes: #232258) + fix typo preventing script to start, thanks Dirk Schulz. * debian/wmaker.menu: + Move Exit and Exit Session at top-level (closes: #43887). + Move other needs=wmaker entries to WindowManagers/Modules (closes: #92265). * debian/wmaker.menu-method: + Use SHEXEC instead of EXEC (closes: #154671). * doc/wmaker.1x: (closes: #115682) + Remove duplicate pixmap path. Thanks Daniel Bonniot. * debian/rules: get rid of /usr/X11R6/bin/wmaker symlink. -- Bill Allombert Mon, 31 May 2004 08:58:54 +0200 wmaker (0.80.2-0.1) unstable; urgency=low * NMU with maintainer approval, see #249461. * New upstream release, by request of Marcelo (closes: #195102). * This version include the fix to wrlib/raster.c. * Build with current libtool (1.5.6-1). * src/Makefile.am: Fix FTBFS with new libtool. + Add @LIBRARY_SEARCH_PATH@. * debian/wmaker.menu-methods: + Add outputencoding="ISO-8859-1" (closes: #234587). + Add support for GNUSTEP_USER_ROOT (closes: #192741, #243612). + Use title() not $title and convert " to '. * debian/wmaker.menu: quote 'needs' fields. (27 lintian warnings) * debian/control: + Add Conflicts with menu (<<2.1.10) (needed for shell()). + Remove broken link in wmaker description (closes: #196936), thanks Jay Bonci. + Add Homepage: in wmaker description + Remove extraneous comma in Uploaders: field. + Set libpng build-dependency to libpng12-dev (>= 1.2.5.0-4) (closes: #165139). + Apply patch from Kevin B. McCarty for more fine grained X11 deps. (closes: #241520). + Change section of -dev packages to libdevel to match overrides file. + Bump Standard-Version to 3.6.1. + Remove dots at the end of the short descriptions (3 lintian warnings). * debian/wmaker: + Apply patch by Kevin B. McCarty to handle spaces in GNUSTEP_USER_ROOT. (closes: #220497). * debian/wmaker.desktop: Added (closes: #241554), thanks Sylvain Le Gall. + DISCLAIMER: This should not be construed as an endorsement of /usr/share/xsessions, however. see the comments in #241554. * debian/rules: + Install wmaker.desktop in /usr/share/xsessions. + Add --noscripts to dh_installmenu since we handle them manually. * debian/changelog: convert to UTF-8. + Remove obsolete user emacs settings (5 lintian warnings). * The maintainer scripts below were removed, since they are copy of automatically generated scripts by debhelper for the /usr/share/doc transition: (14 lintian warnings) + debian/libwings-dev.postinst, debian/libwings-dev.prerm + debian/libwmaker0-dev.postinst, debian/libwmaker0-dev.prerm + debian/libwraster2-dev.postinst, debian/libwraster2-dev.prerm + debian/libdockapp-dev.postinst, debian/libdockapp-dev.prerm + debian/libwraster2.prerm * debian/libwraster2.postinst (2 lintian warnings) + Replace debhelper generated part by DEBHELPER token. + Fix "unkow" typo. * debian/wmaker.postinst.tmpl, debian/wmaker.prerm: + Remove /usr/share/doc transition code. (1 lintian warning) * debian/wmaker.postinst.tmpl, debian/wmaker.prerm, debian/wmaker.preinst: + Add DEBHELPER token. (3 lintian warnings) * debian/wmaker.postrm + Add DEBHELPER token. (1 lintian warning) + Fix inst variable that still refered to wmstyle. -- Bill Allombert Tue, 18 May 2004 15:16:28 +0200 wmaker (0.80.1-8) unstable; urgency=low * debian/patches/11_alt_focus.diff: patch from the mailing list to fix yet another focus problem. Thanks to Alexey Voinov (voins at voins.program.ru) -- Marcelo E. Magallon Sun, 10 Aug 2003 10:26:03 +0200 wmaker (0.80.1-7) unstable; urgency=low * debian/patches/10_gtk2_flicker.diff: patch lifted from the mailing list to fix the GTK+ 2 flashing thing. Thanks to Alexey Spiridonov (lesha at netman.ru) (closes: bug#154362, bug#152892) -- Marcelo E. Magallon Thu, 31 Jul 2003 14:28:02 +0200 wmaker (0.80.1-6) unstable; urgency=low * debian/patches/01_wm-windowlistmenu.diff: update * debian/rules: tweak the patch/unpatch stuff to be able to use CVS diffs * debian/README.build: document the previous modification * debian/patches/01_wm-windowlistmenu.diff: fix thinko (actually call initialization function) (closes: bug#177796, bug#178485, bug#178916) -- Marcelo E. Magallon Sat, 01 Feb 2003 13:34:15 +0100 wmaker (0.80.1-5) unstable; urgency=low * debian/patches/*.patch: rename to .diff, duh. (closes: bug#165636) debian/rules scans for debian/patches/*.diff *only*. * debian/README.build: ok, ok, I complain about undocumented obscure build systems and I fail to document this thing myself. * src/xinerama.c: add a missing WMRect declaration which prevents the xinerama-enabled Window Maker from building. The patch mentioned in the bug report has been merged upstream AFAICS. (closes: bug#112670) * debian/README.Debian: added Xinerama-building info (thanks to Craig Ringer). * wrlib/raster.c: update fix for 168164 from upstream. * debian/patches/06_windows_cycling_fix.diff: fix for NON-windows-style cycling bug. (thanks to Jan Hudec) (closes: bug#167101) * debian/control: add Conflicts with the current versions of everything that declares a Build-Dependency on wraster. * debian/rules: update shlibs info for libwraster2. * debian/control: build depend on libpng12-0-dev (ugly names are trendy, I see) -- Marcelo E. Magallon Sun, 19 Jan 2003 18:10:27 +0100 wmaker (0.80.1-4) unstable; urgency=low * Correct buffer overflow DSA-190-1 (closes: bug#168164) -- John H. Robinson, IV Sat, 9 Nov 2002 10:37:59 -0800 wmaker (0.80.1-3.1) unstable; urgency=low * debian/patches/*.patch renamed to .diff, duh * debian/patches/99_trance.diff: transparent menus. -- Marcelo E. Magallon Mon, 14 Oct 2002 22:13:10 +0200 wmaker (0.80.1-3) unstable; urgency=low * debian/patches/00_window_levels.diff: Patch from Jeff Teunissen to fix some invalid pointer dereferences. * debian/control: add John and Martin to the Uploaders field. * (XXX: UNTESTED) debian/patches: new patches from Marc-Christian Petersen 01_wm-windowlistmenu.patch: accepted upstream 02_wm-WINGs-fix.patch: simple WINGs patch 03_wm_autoscale.patch: decide automatically if a background has to be scaled or tiled. 05_wm_multiscreen.patch: fixes some xinerama(?) bugs -- Marcelo E. Magallon Sun, 06 Oct 2002 11:33:48 +0200 wmaker (0.80.1-2) unstable; urgency=low * debian/WMWindowAttributes: correct path for WPrefs.tiff, thanks to Lionel Elie Mamane (closes: bug#106737) * Scanned sources for other instances of /Apps; got to double check this * src/misc.c: rework MakeCPPArgs() * src/misc.c: add DefaultConfigPath(), I'm trying to get WindowMaker to use GNUSTEP_USER_ROOT more uniformly. * Replaced DEF_CONFIG_PATH with DefaultConfigPath() all over the place (closes: bug#154030) -- Marcelo E. Magallon Sat, 27 Jul 2002 12:17:23 +0200 wmaker (0.80.1-1) unstable; urgency=low * New upstream, yay! * debian/patches/*, remove * debian/rules: filter out zh_TW.Big5, msgfmt barfs on it. -- Marcelo E. Magallon Thu, 4 Jul 2002 10:17:29 +0200 wmaker (0.80.0-5) unstable; urgency=low * Ewww... there's a big mess with libpng2/libpng3 it seems. * debian/control: Build depend on libpng2-dev. Make libwraster2-dev depend on libpng2-dev. * debian/rules: make get-wraster-flags *not* include things other than -lwraster. Let the linker figure out the dependencies. * Change shlib.deps for libwraster2 to this version to make sure that newly compiled packages get the proper library. -- Marcelo E. Magallon Mon, 20 May 2002 20:24:56 +0200 wmaker (0.80.0-4) unstable; urgency=high * debian/patches/01_buffer_overflow.diff: buffer overflow patch from upstream (apply after next patch!) * debian/patches/00_0.80.0.diff: update, fixes several crashes * WINGs/wapplication.c: use GNUstep/System and Applications, too. (closes: bug#141840) * doc/wcopy.1x: change description a little, apparently .SH doesn't work with multiple commands and descriptions. (closes: bug#135085) * src/defaults.c: fix braino when updating a patch, it's GNUstep/Defaults, not GNUstep/Defaults/WindowMaker. Thanks Torbjørn Andersson (and sorry about the long delay) (closes: bug#129466, bug#127718) * debian/rules: rm -f src/wconfig.h when configuring wmaker, I'm not sure I understand why this is suddenly a problem. * debian/control: s/libpng2-dev/libpng-dev/, please send a message with RED BLINKING TEXT to d-d-a when you do something like this. There's a bunch of stuff that depends on libpng-dev and another bunch which depends on libpng2-dev. This is not nice for users. SCREW UP THE AUTOBUILDERS. * Ack NMU (closes: bug#141607, bug#129960) -- Marcelo E. Magallon Sun, 14 Apr 2002 11:51:36 +0200 wmaker (0.80.0-3.1) unstable; urgency=low * Change GNUstep directory to /usr/lib/GNUstep/System (closes: #129960). -- Matthias Klose Sun, 7 Apr 2002 12:00:10 +0200 wmaker (0.80.0-3) unstable; urgency=low * debian/copyright: Add LGPL note (closes: bug#131775) -- Marcelo E. Magallon Sun, 3 Feb 2002 18:02:56 +0100 wmaker (0.80.0-2) unstable; urgency=low * debian/patches/00_0.80.0.diff: 0.80.0 to current CVS, fixes some crashing bugs. -- Marcelo E. Magallon Sat, 2 Feb 2002 17:17:43 +0100 wmaker (0.80.0-1) unstable; urgency=low * Damn. * New upstream version. -- Marcelo E. Magallon Sun, 23 Dec 2001 23:38:49 +0100 wmaker (0.70.0-2) unstable; urgency=low * debian/rules: add patch and unpatch targets * debian/patches: contains patches that I don't want on my CVS tree for whatever reason * debian/patches/00_0.70.1.diff: pulled out of CVS, fixes a number of bugs in wmaker. * debian/rules: include -I/usr/X11R6/include in get-*-flags --cflags * debian/rules: add /usr/X11R6/bin/wmaker -> /usr/bin/wmaker symlink to accommodate people who hardcode paths. This will be removed in woody+1. (closes: bug#114746) * Patch from Les Schaffer to get the GNOME pager working again (closes: bug#115177) -- Marcelo E. Magallon Sat, 24 Nov 2001 22:15:40 +0100 wmaker (0.70.0-1) unstable; urgency=low * New upstream version * debian/control: doesn't depend on libproplist anymore -- Marcelo E. Magallon Fri, 5 Oct 2001 08:52:51 +0200 wmaker (0.65.1-3) unstable; urgency=high * debian/rules: really fix what the previous entry says I fixed. -- Marcelo E. Magallon Thu, 4 Oct 2001 14:36:33 +0200 wmaker (0.65.1-2) unstable; urgency=high * debian/rules: woops, removed too much information from the get-* scripts -- Marcelo E. Magallon Sun, 19 Aug 2001 19:27:52 +0200 wmaker (0.65.1-1) unstable; urgency=high * New upstream version. -- Marcelo E. Magallon Tue, 24 Jul 2001 11:43:42 +0200 wmaker (0.65.0-5) unstable; urgency=high * debian/wmaker.menu-method: quote menu section names (thanks William) (closes: bug#105484) * debian/control: added dependencies on foo-dev to libwraster-dev (closes: bug#105623) * util/wsetfont: remove bashisms, sent upstream (closes: bug#106228) * src/switchmenu.c: patch from upstream to fix buffer overflow -- Marcelo E. Magallon Tue, 24 Jul 2001 08:19:47 +0200 wmaker (0.65.0-4) unstable; urgency=low * debian/rules: fix assignment of W?FLAGS variables. (closes: bug#103412) * Replace sigaction() on SIGPIPE with SIG_DFL to a dummy empty signal handler to avoid passing SIG_DFL on SIGPIPEs to children. (thanks Phil) (closes: bug#104016) -- Marcelo E. Magallon Wed, 4 Jul 2001 09:54:43 +0200 wmaker (0.65.0-3) unstable; urgency=low * Use upstream's patch for bug#99311 * Kill window instance numbers. This feature drives all the Window Maker users I know up the wall. * src/wconfig.h.in: cheat regarding the dissapearing WorkSpace name. Window Maker is compiled with I18N, which makes LargeDisplayFont -*-*-medium-r-normal--24-*, which, with some combination of font pakcages, selects some non 8859-1 font, which means nothing is displayed. Changing this to -*-*-bold-r-normal--24-* makes the Xserver (?) pick something else. Someone with a clue regarding MB please help. -- Marcelo E. Magallon Sat, 16 Jun 2001 20:29:16 +0200 wmaker (0.65.0-2) unstable; urgency=low * We have moved. Please visit us at our new location in /usr. * src/actions.c: fix fullscreen maximization (this way it makes sense to me, but I'm not 100% sure this is what the developers intended) (thanks Joey) (closes: bug#99311) -- Marcelo E. Magallon Sat, 2 Jun 2001 22:26:18 +0200 wmaker (0.65.0-1) unstable; urgency=low * New upstream version (AYBABTU) * This version fixes the speckles on PowerPC (closes bug#79272) * debian/rules: added versioned dependency for libwraster2. * debian/rules: undo filtering out of zh_TW.Big5 in LINGUAS (thanks Anthony!) (sent new file upstream) * po/zh_CH.po: remove -80 from charset, per Anthony's suggestion. Sent upstream. * debian/rules: add hermes1-dev to Build-Depends. -- Marcelo E. Magallon Fri, 11 May 2001 09:49:18 +0200 wmaker (0.64.0-6) unstable; urgency=low * debian/wmaker.menu-method: Fixed reference to menu's documentation (closes: bug#90585) * debian/control: s/xlib6g-dev/xlibs-dev/ * debian/control: remove superfluous suggests * debian/rules: %s/TMPDIR/DEBTMPDIR/g (/me hides) (thanks zarq) * debian/rules: filter-out zh_TW.Big5 in LINGUAS. Want it back? Figure out what's wrong with it. I really can't see the problem. -- Marcelo E. Magallon Sun, 6 May 2001 15:33:01 +0200 wmaker (0.64.0-5) unstable; urgency=low * Woops, typo in code that moves man from X11R6 to share (thanks for noticing, Jordi) * debian/manpages/WindowMaker.1x: change to '.so man1/wmaker.1x' (thanks to joeyh) -- Marcelo E. Magallon Mon, 12 Mar 2001 23:03:38 +0100 wmaker (0.64.0-4) unstable; urgency=low * WindowMaker/Defaults/Makefile.am: added a missing $(srddir) (sent upstream) (thanks Gordon Sadler) * debian/rules: got rid of that silly RPATHTOXBINDIR thing. * debian/rules: some clean up. * debian/manpages/: added manpages for WPrefs and upgrade-wmaker-defaults. * debian/rules: use dh_installman to install manpages -- Marcelo E. Magallon Sat, 10 Mar 2001 09:09:08 +0100 wmaker (0.64.0-3) unstable; urgency=low * debian/wmaker.prerm: remove 'upgrade' from the cases where the x-window-manager alternative is removed. (closes: bug#87333) -- Marcelo E. Magallon Mon, 12 Feb 2001 22:53:43 +0100 wmaker (0.64.0-2) unstable; urgency=low * redo fix from 0.63.1-4 (partially) -- Marcelo E. Magallon Mon, 12 Feb 2001 22:53:43 +0100 wmaker (0.64.0-1) unstable; urgency=low * *sigh* I finally upload a fixed get-foo-flags and the next day a new upstream comes out. * oh, new upstream, btw. -- Marcelo E. Magallon Sun, 11 Feb 2001 23:36:55 +0100 wmaker (0.63.1-4) unstable; urgency=low * debian/rules: *sigh* fix /usr/X11R6/include/WINGs. This might change depending on what upstream does in the next version. For now no other debian package should be changed because of this. -- Marcelo E. Magallon Sat, 10 Feb 2001 01:13:49 +0100 wmaker (0.63.1-3) unstable; urgency=low * debian/rules: remove wmsetup * debian/manpages/wmaker.1x: update * debian/WindowMaker, WindowMaker/Defaults/WMGLOBAL: MultiByteText set to AUTO -- Marcelo E. Magallon Sun, 21 Jan 2001 14:39:05 +0100 wmaker (0.63.1-2) unstable; urgency=low * Install /etc/GNUstep/Defaults/WMRootMenu (closes: bug#82195) -- Marcelo E. Magallon Sun, 14 Jan 2001 19:19:16 +0100 wmaker (0.63.1-1) unstable; urgency=low * New upstream version. Weee! -- Marcelo E. Magallon Sun, 7 Jan 2001 13:33:39 +0100 wmaker (0.63.0-1) unstable; urgency=low * New upstream version. * debian/control: added dependencies on libwraster-dev and libproplist-dev for libwings-dev (closes: bug#49277, bug#74530) * debian/rules: put get-*-flags where they belong (sorry, missed this one for a long time) (closes: bug#49357) * debian/README.Debian: remove reference to second faq (thanks Stephane Bortzmeyer) (closes: bug#59822) -- Marcelo E. Magallon Sat, 6 Jan 2001 13:24:15 +0100 wmaker (0.62.1-3) unstable; urgency=low * Thanks to Matthew Ashton for taking a look and providing most of the fixes in this release. (You guys at Stormix are cool, did I say that before?) * WindowMaker/background.menu: add to submenus: Tiled and Scaled (closes: bug#62302) * debian/control: Removed hard coded dependency on libproplist0 (wtf is that doing there?!?) * Bumped standards version to 3.3.1 and added Build-Depends. * debian/WMWindowAttributes: added entries for NTerm, NXTerm and KTerm. * WindowMaker/Defaults/WMState.in: s/xterm/x-terminal-emulator/ (closes: bug#59268) * fixed icon for WPrefs.app on the default desktop (closes: #67787) * Recompiled using libungif4 (thanks to Jeff "Deek" Teunissen for pointing this out) * debian/WindowMaker.default: KbdModeLock=No (does this fix the empty box on the window titles bug?) -- Marcelo E. Magallon Sun, 26 Nov 2000 13:35:51 +0100 wmaker (0.62.1-2) unstable; urgency=low * debian/Debian.jpg.uu cropped to have a 4/3 aspect ratio * src/misc.c: removed code that inserts -I in the preprocessor arguments, it's not required as that is what '#include "foo"' does (closes: bug#76317) * debian/manpages/wmaker.1x: removed Debian options, there aren't any of them now. (closes: bug#76260) * debian/wmaker.menu: Added Preferences to WindowManagers (wmaker) menu (closes: bug#61284) * debian/wmaker.docs: add FAQ.I18N -- Marcelo E. Magallon Sat, 18 Nov 2000 09:49:06 +0100 wmaker (0.62.1-1) unstable; urgency=low * New maintainer. * src/wconfig.h.in: s/I18N_MB/I18N/g (closes: 58089) -- Marcelo E. Magallon Sun, 12 Nov 2000 14:04:06 +0100 wmaker (0.62.1-0.1) unstable; urgency=low * NMU. * New upstream version. * src/moveres.c: removed misplaced patch (somehow trying to fix an aspect bug, a patch got merged into the code that draws the resizing lines in technical style, sorry Chris, my fault probably) * docklib removed upstream... uh? * debian/rules: removed docklib references * debian/control: removed libdockapp package. * debian/rules: s/??.po/*.po/ (don't ignore zh_CN.po and friends) * debian/rules: install README.definable-cursor * debian/rules: libwraster's version is now 2. * debian/control: s/libwraster1/libwraster2/ -- Marcelo E. Magallon Sun, 16 Jul 2000 21:07:12 +0200 wmaker (0.61.1-4) frozen unstable; urgency=low * Added x-window-manager to Provides: line in control. -- Chris McKillop Sun, 6 Feb 2000 21:15:36 -0500 wmaker (0.61.1-3) frozen; urgency=low * Added --enable-modelock for different X input methods. * Added calls to x-terminal-emulator instead of xterm in default settings. * Cleaned up the control file. * -- Chris McKillop Tue, 1 Feb 2000 00:42:12 -0500 wmaker (0.61.1-2) frozen; urgency=low * Merged wmaker-[plain,kde,gnome] into the wmaker package. o This new single binary supports all forms of hinting. * Added the Debian theme as the default setup for new users. * Added support for the x-window-manager convention. -- Chris McKillop Sun, 16 Jan 2000 20:06:12 -0500 wmaker (0.61.1-1) unstable; urgency=low * New upstream release * Added linking to /usr/doc in all packages. -- Chris McKillop Sun, 17 Oct 1999 17:46:58 -0500 wmaker (0.61.0-1) unstable; urgency=low * New upstream version. * Skipped, never uploaded. * New maintainer -- Chris McKillop Mon, 20 Sep 1999 18:33:03 -0600 wmaker (0.60.0.19990831-3) unstable; urgency=low * debian/control: shortened short descriptions for wmaker, wmaker-plain, wmaker-gnome and wmaker-kde (closes: bug#45542) -- Marcelo E. Magallon Mon, 20 Sep 1999 10:14:13 -0600 wmaker (0.60.0.19990831-2) unstable; urgency=low * debian/rules: /usr/share/doc, /usr/share/man -- Marcelo E. Magallon Tue, 14 Sep 1999 10:12:57 -0600 wmaker (0.60.0.19990831-1) unstable; urgency=low * "new" upstream version. -- Marcelo E. Magallon Mon, 13 Sep 1999 11:55:18 -0600 wmaker (0.60.0-5) unstable; urgency=low * debian/wmaker.menu: removed "Window Maker (debian)" entry. It's confusing. (closes: bug#37994) * wrlib/xpm.c::RGetImageFromXPMData: handles all the defined xpm color specification formats. (sent upstream) (closes: bug#35502) * Splitted wmaker into wmaker and wmaker-plain. wmaker depends on each of wmaker-{plain,gnome,kde}; each of them depends on wmaker (= ${Source-Version}). This ensures upgrades will be performed smoothly. * debian/wmaker-gnome.prerm: s/debian/gnome/ * debian/wmaker.postinst.tmpl: removes WindowMaker-debian alternative upon installation. * debian/wmaker.prerm: removed code to remove alternative. * debian/wmaker-{gnome,kde}.menu: removed. Those are confusing people. * debian/control: modified wmaker's description. (s/afterstep//gi) * debian/wmaker.menu: fixed sort keys for several entries * WindowMaker/wmmacros, debian/wmaker: uses $GNUSTEP_USER_ROOT instead of $HOME/GNUstep. (closes: bug#43578) -- Marcelo E. Magallon Sat, 4 Sep 1999 09:36:32 -0600 wmaker (0.60.0-4) unstable; urgency=low * debian/wmaker.menu-method, debian/appearance.menu-method: updated to make it compatible with new menu package. (closes: bug#39836, bug#37994) -- Marcelo E. Magallon Thu, 1 Jul 1999 21:59:46 -0600 wmaker (0.60.0-3) unstable; urgency=low * WINGs/WINGs.h: changed #include to #include "WUtil.h" before Roman sends black choppers this way :) (closes: bug#39852) -- Marcelo E. Magallon Tue, 29 Jun 1999 10:09:57 -0600 wmaker (0.60.0-2) unstable; urgency=low * debina/rules::build-wmaker-debian-stamp: removes leftovers that shouldn't be in the tarball in the first place. Since I'm using a VPATH build, make in checking in $(builddir)/WindowMaker/Defaults for WMWindowAttributes, WindowMaker and WMState, and _also_ in $(srcdir)/WindowMaker/Defaults. Since it finds that the $(srcdir) versions are newer than their `.in' dependencies, it doesn't regenerate the files in $(builddir), which is _bad_ because WindowMaker/IconSets/Makefile.am searches for WMWindowAttributes in ../Defaults (or something equivalent to that). (closes: bug#38572) * debian/wmaker.menu: modified placement of Exit, Exit Session and Restart commands. Added Info Panel and Legal Panel. (closes: bug#37634) -- Marcelo E. Magallon Sun, 13 Jun 1999 13:02:46 -0600 wmaker (0.60.0-1) unstable; urgency=low * New upstream release * Oops... this is going to be problematic. I stupidly `corrected' libwraster's libtool version on the last release. That produced libwraster2. But upstream didn't made this change. Now the libtool version has been correctly changed wrt 0.53.0, but my fix wasn't incorporated. That means libtool version is now 3:0:2, instead of 3:0:1. That produces libwraster1, not libwraster2. This is technically wrong, but I'll stick to upstream's version. Guy's gonna kill me... I submitted a bug asking for the removal of libwraster1 from the archive. Now I'll have to ask for the removal of libwraster2 and have libwraster1 reincorporated into the archive. * debian/control: went back to libwraster1. * debian/wmaker.menu-method: added SHORTCUT support. (Thanks blue!) * debian/README: updated to reflect SHORTCUT support. * debian/rules: yet another try at shlibs info. This time I have finally got this right. -- Marcelo E. Magallon Thu, 3 Jun 1999 23:19:53 -0600 wmaker (0.53.0-3) unstable; urgency=low * src/misc.c: added -undef to cpp call. Undefines non-standard macros. (closes: bug#28595) -- Marcelo E. Magallon Sat, 29 May 1999 12:13:07 -0600 wmaker (0.53.0-2) unstable; urgency=low * debian/rules: removed --enable-lite for KDE. Looking at the diffs in README.KDE between 0.52.0 and 0.53.0 it seems --enable-lite is not such a good idea afterall. * debian/wmaker.postinst.tml: try to cope with a dangling symlink in the alternatives. * debian/wmaker-{gnome,kde}.prerm: added. Reread packaging manual. Alternatives are removed on prerm, NOT postrm. (closes: bug#34526, bug#34286) * debian/wmaker-{gnome,kde}.postrm: removed. Ditto. * debian/README.Debian: updated. -- Marcelo E. Magallon Sat, 24 Apr 1999 11:20:06 -0600 wmaker (0.53.0-1) unstable; urgency=low * New upstream version. -- Marcelo E. Magallon Wed, 21 Apr 1999 21:46:25 -0600 wmaker (0.52.0-2) unstable; urgency=low * Ok. One more try at fixing the dependency problems. -- Marcelo E. Magallon Sat, 10 Apr 1999 22:27:22 -0600 wmaker (0.52.0-1) unstable; urgency=low * New upstream version * debian/rules: changed dependency of libwraster to (>= 0.52.0) * debian/wmaker-gnome.menu: menu entries specific to wmaker-gnome. (thanks squirk!) (closes: bug#35148) * debian/wmaker-kde.menu: menu entries especific to wmaker-kde. * debian/wmaker.menu: added entry for "Debian" wmaker. * debian/WMWindowAttributes: added gnome stuff. (thanks Crow!) (closes: bug#34557) * debian/README.Debian: Updated. * debian/wmaker: no longer creates ~/GNUstep/.AppInfo, wmaker itself will create the directory if needed. * deban/wmakerpl.menu-method: new file, experimental. It works, but I'm not really sure what I should do with it. Right now it builds /etc/X11/WindowMaker/plmenu.hook, but nothing else uses it. I was thinking about changing WPrefs.app to use it for it's ``template'' file but I'm not convinced that's a good idea. * debian/rules: new target to create debian/shlibs.local -- I keep forgetting to edit the file. The version information is now located at the top of debian/rules. clean target removes debian/shlibs.local * Still pondering splitting wmaker into wmaker and wmaker-debian. wmaker-debian, wmaker-gnome and wmaker-kde would provide `wmaker-binary' (better name anyone?) and wmaker would depend on that. This would make wmaker ~ 220 kB smaller. * debian/rules::install-wmaker-debian-stamp: Speaking of smaller, nuked /usr/lib/GNUstep/Apps/WPrefs.app/xpm. WTH do I want that for if I have WPrefs.app/tiff _and_ tiff support is compiled in? * debian/rules::install-wmaker-debian-stamp: nuked .xpm counterparts of .tiff icons. There are _too_ many of them and it's pure bloat. -- Marcelo E. Magallon Thu, 1 Apr 1999 18:13:25 -0600 wmaker (0.51.2-2) unstable; urgency=low * Finally fixed this annoying "can't build bug". Tested. Tested again. Tested yet one more time. (closes: bug#33409, bug#34523, bug#34583, bug#34657) -- Marcelo E. Magallon Tue, 16 Mar 1999 09:48:29 -0600 wmaker (0.51.2-1) unstable; urgency=low * New upstream version -- Marcelo E. Magallon Fri, 12 Mar 1999 21:12:55 -0600 wmaker (0.51.1.2pre2-2) unstable; urgency=low * Fixed location of global defaults... again. -- Marcelo E. Magallon Thu, 11 Mar 1999 06:57:11 -0600 wmaker (0.51.1.2pre2-1) unstable; urgency=low * New upstream pre release version. -- Marcelo E. Magallon Tue, 9 Mar 1999 10:16:53 -0600 wmaker (0.51.1-1) unstable; urgency=low * New upstream version. * New package, libwraster2. * debian/rules, debian/control, debian/shlibs: changed because of previous point. * debian/rules: wmkdemenu, installed in wmaker-kde. * Icons copyright situation cleared: wmaker is GPL. The libraries are LGPL. The icons are OPL. * wrlib/Makefile.am: changed version info to 2:0:0, interface is different! * debian/rules: README.GNOME installed in wmaker-gnome * debian/rules: README.KDE installed in wmaker-kde * debian/rules: wkdemenu.pl installed in wmaker-kde * src/*.c, WINGs/*.c, WPrefs/*.c: global defaults are installed in /etc/GNUstep/Defaults! `sysconfdir' is `/etc', `sysconfdir/GNUstep' and `sysconfdir/X11/WindowMaker' used where required. * Added libdockapp-dev package. + debian/control: added libdockapp-dev entry. + debian/rules: added libdockapp-dev targets -- Marcelo E. Magallon Sun, 7 Mar 1999 12:49:25 -0600 wmaker (0.51.0-5) unstable; urgency=low * debian/rules: added a couple of comments regarding KANJI and DEBUG. * debian/rules: Redid dependencies between configure, aclocal.m4, ltconfig, Makefile.in and Makefile.am. Straightened out a lot of bogus dependencies between these files. I think I can say I got them right now, but there's still room for improvement. This should clear "I-can't-build-it-why-can-you?" type of bugs. -- Marcelo E. Magallon Sat, 6 Mar 1999 14:24:11 -0600 wmaker (0.51.0-4) unstable; urgency=low * src/actions.c: patch by Matt Armstrong (closes: bug#33976) -- Marcelo E. Magallon Thu, 4 Mar 1999 12:10:32 -0600 wmaker (0.51.0-3) unstable; urgency=low * debian/control: added wmaker-gnome (hey! we are back in the "build takes long because there are a gazillion different versions" times!) (closes: bug#32905) * debian/control: added wmaker-kde. Wait! Don't jump on me just yet! If this can make your soul rest easier, think of wmaker-kde as a window manager that implements a funky communications protocol. * debian/rules: changed a lot of stuff to handle the new package in a sane way. * WindowMaker/Defaults/Makefile.am: removed dependency of some files on ./Makfile (what the heck is that for?) (sent upstream) * WindowMaker/IconSets/Makefile.am: ditto. -- Marcelo E. Magallon Mon, 8 Feb 1999 15:26:37 -0600 wmaker (0.51.0-2) unstable; urgency=low * Added changes from 0.20.3-5. * debian/control: Changed recommendation for asclock to suggestion. * debian/control: removed dependency of libwmaker-dev on libwmaker. (closes: bug#32707) * src/misc.c: Added -traditional to cpp call in MakeCPPArgs. -- Marcelo E. Magallon Sat, 6 Feb 1999 21:18:14 -0600 wmaker (0.51.0-1) unstable; urgency=low * New upstream version * Removed many patches, most are incorporated upstream. With some others it's obvious they won't be incorporated and it doesn't make sense to keep pushing them in the Debian diff's (they are mostly cosmetic things related to how things are built) * debian/rules: removes wrlib/get-wraster-flags on clean * debian/control: removed libwmaker0 package; only a static library is built now. * src/main.c: fixed message for unknown options; actually prints help if requested * doc/wmaker.1x: updated to reflect new option syntax. * debian/manpages/wmaker.1x: ditto. * doc/*: updated manpages. * debian/rules: After looking at what exactly does --enable-kanji do, it is obvious that the MB patch is not up to date with the rest of the code; this means I'm removing --enable-kanji from the configure options until someone fixes and TESTS it with iso-8859-1 characteres. I can't do it because I understand zip about the way MB works. I _think_ the problem is in the lenght of the string and/or the way it's encoded, but I'm problably wrong. * Fixed wmsetbg PixmapPath thing. Now 'wmsetbg Image' works. -- Marcelo E. Magallon Sat, 30 Jan 1999 15:06:05 -0600 wmaker (0.50.2-0.0.4) unstable; urgency=low * Really fixed the '%a(blah)' bug -- Marcelo E. Magallon Mon, 11 Jan 1999 18:11:52 -0600 wmaker (0.50.2-0.0.3) unstable; urgency=low * src/misc.c: fixed bug in '%a(title,prompt)' constructs * util/wmsetbg.c: added quoted arround image name * util/getstyle.c: added check for NULL values when querying PixmapPath. -- Marcelo E. Magallon Mon, 11 Jan 1999 16:12:30 -0600 wmaker (0.50.2-0.0.2) unstable; urgency=low * Added '-traditional' again (fixes some reported bugs, don't have the number handy) * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622) * src/rootmenu.c: removed call to wsyserror if the directory specified my OPEN_MENU doesn't exist. * po/Makefile.am: removed double $(DESTDIR) in NLSPATH. I patched it, upstream patched it somewhere else... :-( Funny error dpkg gives with this: "corrupted tarball" or something like that. * WPrefs.app/po: ditto * debian/control: added 'Recommends: wmaker-usersguide' * debian/manpages/wmaker.1x: synced with upstream * Some fiddling with debian/rules -- Marcelo E. Magallon Mon, 11 Jan 1999 10:31:25 -0600 wmaker (0.50.2-0.0.1) unstable; urgency=low * New upstream version * Installed missing readmes * Removed '-traditional' from cpp call -- Marcelo E. Magallon Sun, 10 Jan 1999 20:31:12 -0600 wmaker (0.50.1-0.0.2) unstable; urgency=low * Added '-traditional' to cpp call. -- Marcelo E. Magallon Sat, 9 Jan 1999 21:10:06 -0600 wmaker (0.50.1-0.0.1) unstable; urgency=low * New upstream version -- Marcelo E. Magallon Sat, 9 Jan 1999 20:25:21 -0600 wmaker (0.50.0-0.0.1) unstable; urgency=low * Woa! Big version leap... no, I didn't skip any * Just a note: in the previous version it's not 'SSH', it's 'SHM'. * Redid a lot of patches * debian/rules: remove code that removes extensions. Handled by Window Maker now. * debian/wmaker.menu: added '-noext' to some OPEN_MENU's -- Marcelo E. Magallon Thu, 7 Jan 1999 15:57:16 -0600 wmaker (0.20.3-5) frozen; urgency=low * debian/wmaker.preinst: really fixed the diversion problem. After reading the reports, I think I figured out what's going on. A legacy diversion of asclock's manpage seems to be in place. The diverted version is there and the real file is also there (the real file comes from asclock). The approach taken: save the `good' file, remove the diversion, put the `good' file back in place. How do I know which one the good file is? Simple: asclock conflicts with wmaker << 0.15.0 and afterstep <= 1.4-6; wmaker >= 0.15.0 didn't provide any of the diverted files, so if there's a diversion and there's no original file, the diversion is the `good' file. If the diversion and the original file are there, the `good' file is the original file. (Thanks Adam Di Carlo, Michael Babcock, Czako Krisztian, Kevin Dalley and `slapic') (closes: bug#31419, bug#32649) * debian/README: minor modifications (mostly aesthetics) -- Marcelo E. Magallon Thu, 4 Feb 1999 21:19:04 -0600 wmaker (0.20.3-4) frozen; urgency=low * debian/wmaker.preinst: how the heck did it work on the machines I tested this, I have no idea. Adam Di Carlo provided enough information regarding this bug and I was able to reproduce the scenario where it triggers. Thanks Adam! (closes: bug#31419) -- Marcelo E. Magallon Mon, 25 Jan 1999 16:04:22 -0600 wmaker (0.20.3-3) frozen; urgency=low * debian/wmaker.preinst: Arrrggghhh! I forgot to move the fix for bug#31419 from 0.50.2-0.0.4 into 0.20.3-2!!! I had installed a fixed version of 0.50.2-0.0.4 on my development machine and, of course, the diversion wasn't there anymore, so when I installed 0.20.3-2 on the same machine I didn't notice the fix wasn't there... I need another slink machine!!! (Hmmm... there's a victim at the other end of the room) (closes: bug#31419) * debian/control: Changed 'Recommends: wmaker-usersguide' to 'Suggests: wmaker-userguide'. First, someone files a bug because there's no documentation, and now someone doesn't like the fact that there's documentation. I don't understand you people... * debian/wmaker.postrm: fixed horrendous bug in abort-upgrade. This has been there for ages... funny how people catch more bugs during deep freeze stages. (closes: bug#32320) -- Marcelo E. Magallon Sun, 24 Jan 1999 08:55:52 -0600 wmaker (0.20.3-2) frozen; urgency=low * src/wconfig.h.in: Added '-traditional' to cpp (closes: bug#30665) * debian/control: added 'Recommends: wmaker-usersguide' (closes: bug#20483) * po/Makefile.am: fixed $(DESTDIR) (closes... no, the bug isn't on the BTS, it was mailed to me directly) * WPrefs.app/po/Makefile.am: ditto. * debian/wmaker.menu-method: added escapes for '*' (closes: bug#30622, bug#30624, bug#30637, bug#30679) * debian/wmaker.preinst: fixed old diversion removal (closes: bug#31419) * debian/control: bumped Standards-Version to 2.5.0 * debian/control: Recommends: asclock (closes: bug#31132) -- Marcelo E. Magallon Sat, 16 Jan 1999 11:53:47 -0600 wmaker (0.20.3-1) frozen unstable; urgency=low * New upstream version. Incorporates all the upstream patches in 0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller) and fixes some more bugs. * Fixes problems with SSH (namely bug#29505) (closes: bug#29505) * Also fixes problems with SSH over networks (closes: bug#30026) * Upstream removed some ${SHELL} hacks. (closes: bug#29658, bug#30298) * Fixes "migrating xv windows" (closes: bug#30381) * WindowMaker/appearance.menu, WindowMaker/background.menu: copied from my local /etc/X11/WindowMaker/ files; those are the files are menu generates them which is a good thing in case some is not running menu. -- Marcelo E. Magallon Thu, 10 Dec 1998 13:07:56 -0600 wmaker (0.20.3-0.0.1) frozen unstable; urgency=low * New upstream version. Incorporates all the upstream patches in 0.20.2-1, 0.20.2-2 and 0.20.2-3. (Makes the diff.gz *much* smaller) and fixes some more bugs. -- Marcelo E. Magallon Thu, 3 Dec 1998 11:44:40 -0600 wmaker (0.20.2-3) frozen unstable; urgency=low * Applied more upstream patches: grayscale and 8bit jpeg support; fixed client restoration in restart/exit in multiheads; fixed problem with docked programs that have names with spaces; updated WPrefs.app for iconificationstyle; added -static command line option; put redundant NoWindowOverDock; fixed overlapping clip icon bug; extended window level code; added KeepOnBottom hint; added iconification style to WPrefs.app; fixed crash with bad value in defaults file; changed icon stacking code; added primitive support for 5 button mouse (for switching workspaces); fixed BadAccess and crash on programs that do XGrabButton; fixed bug with rootmenu Exec not working when stty is called from ~/.tcshrc; fixed bug with Move menu and sloppy focus; temporarily removed SHELL support in apps menu. * Someone pointed out that due to a patch applied in 0.20.2-2, Window Maker thinks its version is "0.20.3" instead of "0.20.2". Since there's no 0.20.3 upstream source yet, I guess we can live with that. -- Marcelo E. Magallon Sat, 28 Nov 1998 10:42:02 -0600 wmaker (0.20.2-2) frozen unstable; urgency=low * Rebuilt with new X packages (release -7 specifically) * New X packages ship X locales with xlib6g (closes: bug#28967) * Applied upstream patches that fixes several bugs. Cut-and-paste from the updated changelog: fixed bug in miniaturizing atribute panel, fixed bug for 64bit machines, fixed bug for apps that put strings with "." in WM_CLASS, added handling for reparented client windows, fixed bug with window positioning (this one is bug#24770 I think -- I need confirmation from the submitter), fixed cascade window placement to account for dock, fixed bug in window positioning by clients, fixed problem with random window placement. * configure.in: reverted patch to --with-appspath. debian/rules: modified to reflect this (closes: bug#28620, bug#28627, bug#28632, bug#28865) * debian/rules: dockit is gone but manpage is still installed * debian/wmaker.postinst.tmpl: removed the code to add Window Maker to /etc/X11/window-managers and replaced with register-window-manager (the interface provided by the xbase package). This fixes #28841 partially (that's two bugs in one, this is the not-so-important part) * debian/wmaker.postrm: ditto for removal from /etc/X11/window-managers * On my system bug #26682 doesn't show up with this build and the new set of X pacakges. I'm not closing it because I've seen this come and go rather randomly. * Release 0.20.1-2 fixed bug #27411, I should have noted this on the changelog (I actually did but I never mentioned the bug number). It also fixed bug #27433. * WindowMaker/wmmacros: added macros for LOCAL_THEMES_DIR, LOCAL_STYLES_DIR, LOCAL_ICON_SETS_DIR, LOCAL_SOUND_SETS_DIR, LOCAL_BACKGROUNDS_DIR, USER_THEMES_DIR, USER_STYLES_DIR, USER_ICON_SETS_DIR, USER_SOUND_SETS_DIR, USER_BACKGROUNDS_DIR * WindowMaker/appearance.menu, WindowMaker/background.menu: added LOCAL_* paths and changed ~/GNUstep/... to USER_* (closes: bug#29473) * wrlib/Makefile.am: oops. Actually change shared version to 1:0:0... hmmm... no wonder this made so much trouble. * debian/rules: fixed call to dh_shlibdeps... wrong dependencies were computed! -- Marcelo E. Magallon Tue, 17 Nov 1998 12:53:50 -0600 wmaker (0.20.2-1) frozen unstable; urgency=low * New upstream version, fixes quite a few bugs, outstanding: timer bug (it is not possible to leave Window Maker <= 0.20.1 running for more than approx 28 days), the Emacs crash bug (fixed in previous Debian releases), focus bugs, crash bug with transient windows (The Gimp, etc), fixed crash bug with bad mgradients, better dithering in 8bpp. * Modified default IconPath and PixmapPath to more sensible values (/usr/local/ added) * WindowMaker/Defaults/WindowMaker.in: IconPath and PixmapPath changed * WPrefs.app/Paths.c: modified default values for IconPath and PixmapPath * src/wconfig.h.in: modified default values for IconPath and PixmapPath * debian/README.Debian: modified IconPath and PixmapPath * Upstream incorporated patch from 0.20.1-2 (Re: aspect ratio) * debian/README.Debian: fixed some grammar mistakes. * debian/control: fixed description per user's request. * Redid libtool patch. Sent upstream again. Maybe this time they'll take it as it seems Alfredo and/or Dan have begun putting shared library support in configure.in (sent upstream) * configure.in: modified handling of libPropList. It seems Alfredo and/or Dan are trying to get this thing to be foolproof, but in the process they are making it very difficult to get wmaker to build for ppl who happen to read the docs... :-( * WINGs/wapplication.c: modified to use --with-appspath from configure (sent upstream) * debian/rules: I give up! Forget about telling WindowMaker its Defaults directory lives in /etc/GNUstep. Use the darned symlink. Removed all the patches that made this work... I'm sick of reapplying those. * debian/*: s/WindowMaker/Window Maker/ in several places. * debian/rules: moves wm-oldmenu2new to /usr/doc/wmaker; the script it's a hack. It works but YMMV. * WINGs/wevent.c: added patch from Pascal Hofstee . Fixes a bug with select complaining about an invalid argument. * Added several entries for The Gimp, which make it look lots nicer and more usable under WindowMaker. -- Marcelo E. Magallon Sun, 25 Oct 1998 20:38:55 -0600 wmaker (0.20.1-2) unstable; urgency=low * src/window.c: fixed bug in aspect ratio code (sent upstream) * debian/control: changed all Recommends to Suggests * src/defaults.c: moved a pice of code to put the background color on the root window before the background image... * debian/README.Debian: added a note about WPrefs segfaulting with the nice looking menu button. READ IT, it's at the end. * debian/wmaker: I wrote wmaker.1x yet it seems I didn't read it... GNUSTEP_USER_ROOT holds the full path to the root directory for the user, NOT the directory name under ${HOME}. * debian/wmaker: copies WMRootMenu. This is an ugly-freeze-is-tomorrow fix. -- Marcelo E. Magallon Tue, 13 Oct 1998 09:20:42 -0600 wmaker (0.20.1-1) unstable; urgency=low * New upstream release * Squashed bug Re: incorrect filenames in Themes. * debian/wmaker.menu-method: fixed inclusion of pre and post-hook files. * debian/patch.wmaker: fixed things a bit to get INCLUDES = -D_REENTRANT for libraries. * configure.in: removed test for X_LOCALE * WINGs/wapplication.c: changed /usr/local/share/GNUstep to /usr/local/lib/GNUstep to get it in sync with the rest of the paths. * po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get it to install properly. Added WindowMaker.pot to CLEAN_FILES. * WPrefs/po/Makefile.am: added $(DESTDIR)/ in front of @NLSDIR@ to get it to install properly. Added WPrefs.pot to CLEAN_FILES. -- Marcelo E. Magallon Tue, 29 Sep 1998 15:03:35 -0600 wmaker (0.20.0-1) unstable; urgency=low * New upstream version. * Redid some patches for configure.in * Reviewed old changes in the source code. Bugs dealt with: #22743 (Incorrect error message), #22744 (wmaker contains sloppy code), #23708 (wm overwrites configuration files) (closes: bug#22743, bug#22744, bug#23708) * Browse buttom for selecting the appicon works, forgot to close the bugreport (closes: bug#20771) * Bug #24753 (asload shift the screen) is not reproducible and has nothing to do with WindowMaker (or asclock, either) (closes: bug#24753) * Bug #24756 (Messes up afterstep) has already been taken care of (0.15.0-0), the only problem is no version beyond 0.14.1-7 will ever be installed on hamm (closes: bug#24756) * Added dependency for debianutils (>= 1.6) because of 'tempfile' (closes: bug#25323) * The problem with -DX_LOCALE has been fixed in 0.19.3-2; thanks to all the people that reported the problem (too many to name here); special thanks to Branden Robinson for taking care of the problem *really fast* (closes: bug#26401, bug#26430) * Modified WindowMaker/Themes/OpenStep: .jpeg extension removed from background image filename. Same for the Night theme. (closes: bug#26885) * wmaker now suggests wmakerconf. It doesn't recommend it because of WPrefs.app (closes: bug#24978) * my own experience says bug#22160 (exit session doesn't terminate netscape) is fixed (I could reproduce it in the past) (closes: bug#22160) * wmaker handles off-screen menus better; I just realized that (don't know which version fixed this) (closes: bug#24089) * Ok. There. One or two bugs remain open. Working on those. :-) * debian/rules: added WPREFSSRCDIR. Holds the source dir for WPrefs.app * Added -D_REENTRANT to libraries. * Added -D_SVID_SOURCE when XSHM is in use. * Undefined BIRTH_ANIMATION in src/wconfig.h.in; it's hideous, I won't include that. * Removed sentence about WMsound not available as a package in debian/control. * Removed convertstyle-related stuff from debian/rules as that script is not longer distributed with wmaker. -- Marcelo E. Magallon Thu, 24 Sep 1998 12:42:28 -0600 wmaker (0.19.3-2) unstable; urgency=low * Recompiled against new xlib6g. Removed X libraries from shlibs.local -- Marcelo E. Magallon Tue, 15 Sep 1998 07:16:12 -0600 wmaker (0.19.3-1) unstable; urgency=low * New upstream version. * Cleaned Makefile a bit... spotted the bug where Background/\(*\).ext wasn't moved to Background/\1 * Upstream includes GIF support now (yucks!). Compiled against libungif. libwraster changed a bit because of this; bumped the dependency information. * Changed shlibs.local *again*; reading xlib6g's changelog reveals X's maintainer introduced -DX_LOCALE on version 3.3.2.3-1: "config/cf/linux.cf: build with -DX_LOCALE flag, which fixes a number of obscure locale problems" -- Marcelo E. Magallon Fri, 11 Sep 1998 09:25:30 -0600 wmaker (0.19.2-1) unstable; urgency=low * Woha! First time that debian's diff.gz applies cleanly. Ever. (New upstream version) * Moved /usr/share/GNUstep to /usr/lib/GNUstep * Modified the Makefile to cope with a future different location of GNUstep * Moved WPrefs to /usr/X11R6/bin/WPrefs and put a relative symlink in the lib/GNUstep/Apps directory. * Included xlib6g in shlibs.local to work arround the bug in xlib6g-dev. It requires xlib6g (>= 3.3.2.1) which is the oldest one I know works. * Fixed WINGs/wapplication.c to reflect the change from /usr/share to /usr/lib -- Marcelo E. Magallon Mon, 7 Sep 1998 15:20:08 -0600 wmaker (0.19.1-1) unstable; urgency=low * New upstream version with most (all?) of the patches applied. * Included WPrefs' README. * Manpages integrated upstream (yeah!). wmaker.1x should still be a bit Debian specific, so there's a local copy. * Moved convertstyle.1 to /usr/man/man1/convertstyle.1 in debian/rules -- Marcelo E. Magallon Fri, 4 Sep 1998 08:50:34 -0600 wmaker (0.19.0-2) unstable; urgency=low * Removed WINGs-flags on debian/rules:clean * Documenting changes is *good*... remembering to do so is also good. Changes in 0.19.0-1: - applied patch by Jim Knoble to pot files - applied patch by Alfredo Kojima to fix some problems with WINGs - modified configure.in to get it to pass correct gnustep_dir and gnustep_defaults_dir to other makefiles. - moved a bunch of old stuff from debian/ into debian/old_releases and the custom package stuff into debian/custom - modified debian/upgrade-windowmaker-defaults to cope with YAKMC (yet another key name change) in G/D/WMWindowAttributes that makes WindowMaker crash upon start. - Put a symlink /usr/share/WindowMaker/Defaults -> /etc/GNUstep/Defaults until I get to figure out where the h*ll are some functions getting /usr/share/WindowMaker/Defaults from. - Changed README.Debian, spells out some upgrade issues. * Changed shlibs.local entries * Changed README.Debian again. Lowered a bit the tone of the warning. * Added a sed scriptlet to debian/rules to fix the location of WPrefs in WMState. * Submited bugs against lintian regarding warnings about menu structure. * Fixed mess up with $critical_version in wmaker.postinst.tmpl and added a proper comment to remind myself how $critical_version is suppossed to be set. -- Marcelo E. Magallon Thu, 3 Sep 1998 17:30:41 -0600 wmaker (0.19.0-1) unstable; urgency=low * New upstream release. * Patched WINGs/wapplication.c and WINGs/userdefaults.c to the this thing in sync with the FHS. -- Marcelo E. Magallon Wed, 2 Sep 1998 16:57:07 -0600 wmaker (0.18.1b-1) unstable; urgency=low * New upstream version. * Patched src/dialog.c to get the Icon browser dialog NOT to ignore some valid paths in GNUstep/Defaults/WindowMaker * Removed second instance of ~/GNUstep/Library/WindowMaker/Pixmaps in WindowMaker/Defaults/WindowMaker.in, which I don't know how got there in the first place. -- Marcelo E. Magallon Sat, 22 Aug 1998 16:14:06 -0600 wmaker (0.17.5-4) unstable; urgency=low * Moved headers in -dev packages from /usr/X11R6/include/X11 to /usr/X11R6/include. -- Marcelo E. Magallon Sat, 15 Aug 1998 17:45:47 -0600 wmaker (0.17.5-3) unstable; urgency=low * Created new package libwings-dev to provide support for WINGs-based applications, like Aeleron and wmss. * Updated wmaker.1x * Modified the appearance.menu, yet again. -- Marcelo E. Magallon Sun, 9 Aug 1998 17:12:07 -0600 wmaker (0.17.5-2) unstable; urgency=low * Changed src/defaults.c to look for DEFAUTLS_DIR in DEF_GNUSTEP_DIR, which is defined as /etc/GNUstep in Debian. (closes: bug#25207) * Fixed README.Debian (closes: bug#25208) and added some extra notes. * Changed postinst to ask about upgrading the defaults only if it's requiered. -- Marcelo E. Magallon Thu, 30 Jul 1998 10:05:16 -0600 wmaker (0.17.5-1) unstable; urgency=low * New upstream version. Adds GNUstep/Library/Icons and moves icons to that directory, but this version still looks in G/L/W/Pixmaps to preserve backwards compatibility. * Added XConsole to WMWindowAttributes (closes: bug#22405). -- Marcelo E. Magallon Tue, 28 Jul 1998 14:54:46 -0600 wmaker (0.17.3-1) unstable; urgency=low * New upstream version. -- Marcelo E. Magallon Wed, 22 Jul 1998 08:42:52 -0600 wmaker (0.17.2-1) unstable; urgency=low * New upstream version. Give me a break! Three versions in three days... I haven't even been able to test and upload the previous ones. :-) * Changed upgrade-windowmaker-defaults to cope with new changes (/me sees bug reports coming this way, I'm working on a fix to stop the script asking the same questions over and over again) -- Marcelo E. Magallon Tue, 21 Jul 1998 08:49:27 -0600 wmaker (0.17.0-1) unstable; urgency=low * New upstream version. * Removed wmaker-sound. -- Marcelo E. Magallon Mon, 20 Jul 1998 08:53:13 -0600 wmaker (0.16.1-0) unstable; urgency=low * New upstream version. wmaker-superfluous and wmaker-traditional are gone :-( (I liked that little kludge of mine, it served me well ;-) Changed control, postinst and postrm accordingly. * Added a new package to compensate for the lost of the other two: wmaker-sound (it was about time!). It's not tested, and WMSound is not Debianized, I don't promise anything. -- Marcelo E. Magallon Tue, 7 Jul 1998 09:23:30 -0600 wmaker (0.16.0-0) unstable; urgency=low * New upstream release. * Modified rootmenu.c to get OPEN_MENU to work. * Modified "our" wmaker script. It doesn't copy the global files now. WindowMaker will happly read the global ones. -- Marcelo E. Magallon Fri, 3 Jul 1998 13:04:19 -0600 wmaker (0.15.1-0) unstable; urgency=low * New upstream version. Version 0.15.0-0 was not uploaded to master. * Fixed bug from version 0.15.0-0: a typo in /usr/X11R6/bin/wmaker prevented WindowMaker from starting. * First attempt to ease upgrade from version 0.14.1-6. It still doesn't upgrade smoothly. * Applied several patches from the WindowMaker list. Most important: a memory leak problem/bogus requests handling patch by Pete Bentley (pete@sorted.org), that incidentally allows cgoban to run (closes #00000); a patch by Jim Knoble (jmknoble@pobox.com) that fixes handling of WorkspaceBack = none (allows running xearth, for example) -- Marcelo E. Magallon Sat, 13 Jun 1998 17:25:55 -0600 wmaker (0.15.0-0) unstable; urgency=low * New upstream version available. New features: The Fiend is gone. The Clip is here. Theme support improved. Better dithering, performs better on low end systems. Workspaces are more independent of each other. * Rearranged directory layout. Should support themes better. Is not really FSSTND complaint, because the FSSTND doesn't really say anything about /usr/share, but it goes better with the FHS. * Removed asclock from the package * Tried to clean debian/rules a bit * Patch from 0.14.1-2 incorporated upstream * Patches applied in 0.14.1-6 incorporated upstream * Patch from wmaker list applied. It looks like it crashed under certain conditions involving autofocus and attract icons. * Patched to get wmaker in line with FSSTND... again. Sent upstream... again. Menus and GNUstep/Defaults are configuration files, damm it! * This package doesn't make a smooth transition from 0.14.1-6 (in hamm) to this version, hence the release number. This package is expected to be buggy. I need feedback! * Updated the manpages. -- Marcelo E. Magallon Sun, 31 May 1998 18:47:47 -0600 wmaker (0.14.1-6) frozen unstable; urgency=low * Added menu.prehook and menu.posthook to the default menu. The menu file still puts Exit, Exit Session and Restart under WindowManagers, but users can copy /usr/lib/menu/wmaker to /etc/menu/wmaker, edit it, and edit /etc/X11/WindowMaker/menu.posthook to "move" those items outside the WindowManagers menu. (closes: bug#20194) * Patched src/moveres.c to get rid of a bug that can make WindowMaker crash when using "outline" mode for moving and resizing windows. * Patched wrlib/context.c to include an improved dithering algorithm. It is now possible to start *most* of the WindowMaker applets at the same time. (closes: bug#19764) -- Marcelo E. Magallon Sun, 10 May 1998 15:31:23 -0600 wmaker (0.14.1-5) frozen unstable; urgency=low * Fixed README.Debian to give pointers to some real documentation. This should take care of some bugs (closes: bug#20483) -- Marcelo E. Magallon Mon, 27 Apr 1998 20:18:57 -0600 wmaker (0.14.1-4) frozen unstable; urgency=low * Fixed behaviour if /etc/X11/window-managers doesn't exist when postinst is run. It properly creates the file with more or less the same contents xbase creates it (comments explaining what the files does, plus entries for twm and wmaker). (closes: bug#21315) * 0.14.1-3 was stupidly uploaded ONLY to unstable. -- Marcelo E. Magallon Sun, 19 Apr 1998 14:49:21 -0600 wmaker (0.14.1-3) unstable; urgency=low * Fixed behaviour if /etc/X11/window-managers doesn't exist when postinst is run. It properly creates the file with more or less the same contents xbase creates it (comments explaining what the files does, plus entries for twm and wmaker. (closes: bug#21315) -- Marcelo E. Magallon Sat, 18 Apr 1998 14:23:18 -0600 wmaker (0.14.1-2) frozen unstable; urgency=low * Changed src/text.c to make WindowMaker display inverse text on input when MB support is on (Debian's package uses MB). Patch sent upstream. (closes: bug#20488) * Modifies rules to make config.guess and config.sub executable and allow debbuild to do its job (closes: bug#20962) -- Marcelo E. Magallon Sun, 12 Apr 1998 14:53:56 -0600 wmaker (0.14.1-1) frozen unstable; urgency=low * New upstream version. Fixes several bugs. Outstanding: bug that made fiend's rewind button to not work on PPC (doesn't mention which OS, I presume it's Linux); bug that caused crash in certain conditions when using Sloppy focus; small mem-leak when destroying a workspace; bug when loading missing domains that caused WindowMaker to crash; bug in attribute editor that incorrectly create the appicon for an application, and could make WindowMaker to crash in certain conditions. * Upstream's added features: complete theme support (spixmap and tpixmap now work); Fiend enhancements (the idle indicator now lights if Fiend's not collapsed) * Fixed several lintian warnings related to excecutable .la files. * /etc/menu-methods/* are excecutable files in the deb (lintian); it doesn't make sense to -x them * Wrote manpages for several utilities included with WindowMaker (getstyle, setstyle, savews, geticonset, seticons, wdwrite, wxcopy, wxpaste and wmsetbg) * Fixed a few update-wmstyle-menu glitches: non-sense actions when ran as root; doesn't update the root menu when run; looks for themes (*.theme). * moved convertstlye to /usr/doc/wmaker directory. It's a tcl script, and it's useful ONLY to people upgrading from 0.6.3 who want to convert the old styles to the new ones. It's not as useful as it sounds, because it's easier to start over. -- Marcelo E. Magallon Sun, 29 Mar 1998 20:59:41 -0600 wmaker (0.14.0-4) frozen unstable; urgency=low * Added "Suggests: menu" as per discussion on debian-bugs-dist. * Polished package descriptions. * Previous release (0.14.0-3) fixed a bug that prevented the package from installing on some systems, notably those where 0.6.3-1 has been used before, i.e., bo systems, and long ago installed hamm systems, but the fact wasn't noted on the changelog. (closes: bug#19585, bug#19836, bug#19560) -- Marcelo E. Magallon Mon, 23 Mar 1998 21:27:45 -0600 wmaker (0.14.0-3) frozen unstable; urgency=low * Applied patch to wrlib. Better dithering for low end systems; uses an smaller fraction of the colorspace. * Reworked preinst and postinst script to handle the existance of a diversion of asclock by wmaker 0.6.3-1, and upgrades from that version. -- Marcelo E. Magallon Sun, 22 Mar 1998 18:54:41 -0600 wmaker (0.14.0-2) unstable; urgency=low * Fixed postinst. It's "tempfile", not "tmpfile"! Removed extra whitespace. Rewrote some parts (closes: bug#19560, bug#19585) * Cleaned preinst * Added WindowMaker-happy version of asclock to the package, because asclock is not available as a package but instead it's packaged together with AfterStep. Added diversion of asclock to asclock.afterstep because it does NOT requiere WindowMaker. -- Marcelo E. Magallon Thu, 15 Mar 1998 8:51:00 -0600 wmaker (0.14.0-1) unstable; urgency=high * New upstream release, sporting an all new Fiend clone! * New maintainer, Marcelo E. Magallon . * The libtool patch that 0.13.1-0.1 depended on has been incorporated on the Debian package, but not upstream. One has to be careful as to ALWAYS run libtoolize --copy in order to get Debian's version instead of upstream's. * Previous version wasn't uploaded. It closed several lintian reported bugs and a nasty bug that wiped user modified files (closes: bug#17664) * Conffiles are absolute (closes: bug#18501) * Modified postinst. It will, hopefully, ask the user to modify /etc/X11/window-managers to make WindowMaker the default only if there's no previous WindowMaker entry there. It handles a rather curious syntax used by AfterStep's postinst which will deinstall WindowMaker's entry when AfterStep is deinstalled from the system (I think). * Changed a couple of file names in debian. * Wrote a manpage for wmaker. * Ran several files through ispell. Gosh! Hope I my grammar not as bad as my spelin is. -- Marcelo E. Magallon Thu, 8 Mar 1998 14:14:00 -0600 wmaker (0.13.1-0.1) unstable; urgency=high * New upstream release. * /etc/menu-methods/wmaker and /etc/menu-methods/wmstyle are configuration files. (closes: bug#17664) * /usr/X11R6/bin/wmaker is no longer a configuration file * Fixed a couple of bugs in postrm. (remove and purge were not working according to policy) * Updated to Standards 2.4.0.0 * Fixed FSF address (lintian) * Fixed undocumented manpage references, 1x -> 7 (lintian) * conffiles are absolute (lintian) * inter-library dependency information included, but depends on patch for libtool not in the main distribution (lintian) -- Marcelo E. Magallon Thu, 14 Feb 1998 10:54:00 -0600 wmaker (0.13.0-0.1) unstable; urgency=low * New upstream release. -- Marcelo E. Magallon Thu, 29 Jan 1998 16:35:00 -0600 wmaker (0.12.3-0.5) unstable; urgency=low * Fixed menu entry and handling of menu file. Many many thanks Joey! (fixes: bug#17014) * Fixes a stupid typo in libwmaker0 postinst (fixes: bug#16919, bug#17359, bug#17335, bug#17392) * libwmaker0-dev, which now replaces wmlib-dev, doesn't have a typo in depends (fixes: bug#16666) * Added wmaker-traditional, per user's request. This is yet another alternative; it doesn't have the newstyle look. * Changed Priorities to optional for all the packages. -- Marcelo E. Magallon Mon, 25 Jan 1998 22:00:00 -0600 wmaker (0.12.3-0.4) unstable; urgency=low * Cleaned debian/rules to include Section and Priority in the packages * Changed Priorities for wmaker-superfluous, libwmaker0, libwmaker0-dev and libwraster0-dev to extra. -- Marcelo E. Magallon Sun, 18 Jan 1998 17:24:21 -0600 wmaker (0.12.3-0.3) unstable; urgency=low * Added wmaker-superfluous package per user's request. * Appended Neil's changelog to this one. * Bugs closed in previous releases: focusing problem fixed (#14038); wxcopy and wxpaste are included (#14100); compiled using gnulibc 2 and g-libraries (closes #14799); postrm seems to be ok (closes #15651); preserves z-order during restarts (closes #11371) -- Marcelo E. Magallon Mon, 29 Dec 1997 21:21:31 -0600 wmaker (0.12.3-0.2) unstable; urgency=low * Fixed a serious mistake regarding wmaker.inst. Removed the script from the package and all references to it from the program. Added another script wmaker, and renamed the original wmaker to WindowMaker. * Fixed entries in wmaker's configuration, to get it in sync with whatever goes in the package, and not whatever is on my system. -- Marcelo E. Magallon Mon, 29 Dec 1997 09:53:18 -0600 wmaker (0.12.3-0.1) unstable; urgency=low * New upstream version * Converted to debhelper * First Public Release announced on debian-devel and wmaker@eosys.com * Upstream version drops patches from 0.12.0-0.1 :^( (according to Dan Pascu , he never got the patches, they will be hopefully incorporated again in the next release) so they are in the source package diffs again. * Some fine tuning to the libtool patches. It now compiles ok and wmaker uses wrlib!!! * Patched source code (sent upstream) to preserve z-order during restarts. (closes #11371) * Modifications to the menu file to incorporate Debian menu system. * Added --with-gnustepdir to configure.in (sent upstream); this allows to build WindowMaker in a FSSTND complaint fashion. * Modified PixmapPath (again?!?) to make it Debian friendly. * Moved .so symlinks from base packages to development packages (debian policy) -- Marcelo E. Magallon Sun, 28 Dec 1997 10:24:25 -0600 wmaker (0.12.2-0.1) unstable; urgency=low * New upstream version * Upstream version incorporates patches from 0.12.0-0.1 * New patches to configure.in to support libPropList (available as a Debian package, libproplist0 and libproplist0-dev) * Used libtool to produce shared and static versions of wrasterlib and wmlib, but wmaker doesn't use them -- Marcelo E. Magallon Tue, 16 Dec 1997 20:45:04 -0600 wmaker (0.12.1-0.1) unstable; urgency=low * New upstream version -- Marcelo E. Magallon Sat, 13 Dec 1997 16:23:54 -0600 wmaker (0.12.0-0.1) unstable; urgency=low * New upstream version * Non maintainer release. Changed debian version to make it policy complaint * Modified configure.in to add --with-pixmapdir. Patch sent to upstream maintainer. * Yet another try at pixmaps. This one seems to be the definite one; it mimicks what gnome is using, I assume that's the Right Thing ;-) * Upstream version seems to have corrected focusing problem (closes #14038) * wxcopy and wxpaste included (closes #14100) * Compiled using gnulibc 2 and g-libraries (closes #14799) * post-remove script created using deb-make (closes #15651) -- Marcelo E. Magallon Sun, 7 Dec 1997 22:32:53 -0600 wmaker (0.11.1-0.1) unstable; urgency=low * New upstream version * Patches from 0.6.3-0.1 incorporated to upstream * Changed priority to optional * Support for internationalization compiled in * New paths for configuration and default pixmaps (yet another try!) -- Marcelo E. Magallon Sun, 23 Nov 1997 14:05:07 -0600 wmaker (0.6.3-0.1) unstable; urgency=low * Initial Release. * Added support for Debian menu system. * Changed paths to make it conform FSSTD. * Compiled using gnulibc, aka libc6 * Improved runtime configuration (from the sysadmin point of view) adding some patches to CPP invocation. -- Marcelo E. Magallon Sat, 1 Nov 1997 15:31:28 -0600 wmaker (0.6.3-1) unstable; urgency=low * Added Requires: cpp. (Fixes Bug#11866) * Added support for Debian menu system. (Thanks to Oliver Schoenherr for his config file examples. Thanks also to others who have made suggestions.) (Fixes Bug#10677) * Added wmlib-dev binary package with libWMaker and libwraster libraries and header files. A package with shared libraries may follow once the interfaces settle down a bit. * Small change to package description. * Now builds asclock (patched to work with the Dock) and installs it, diverting the version from afterstep (if installed) in the process. * Added debian/X11/window-managers file so that wmaker gets added to /etc/X11/window-managers. * New upstream release. * Switched to CVS control. -- Neil A. Rubin Sun, 31 Aug 1997 17:24:43 -0400 wmaker (0.6.0-1) unstable; urgency=low * Added info documentation to info system. * Added html documentation to dwww menu. * Fixed wconfig.h.in so that it correctly looks at /etc/X11/wmaker/ for config files. I don't know how that slipped past. (Fixes Bug#11045 and Bug#11357) * Built against libc6. * New upstream release. (Fixes Bug#11352) -- Neil A. Rubin Fri, 25 Jul 1997 12:14:20 -0400 wmaker (0.5.0-1) unstable; urgency=low * New upstream release. -- Neil A. Rubin Tue, 17 Jun 1997 22:08:26 -0400 wmaker (0.4.3-1) unstable; urgency=low * Changed things so that the package doesn't use /lib/ld-linux.so.2 from libc6. * New upstream release. -- Neil A. Rubin Tue, 27 May 1997 22:06:42 -0400 wmaker (0.4.2-1) unstable; urgency=low * Added dockapp script missing in upstream tarball. * New upstream release. -- Neil A. Rubin Tue, 27 May 1997 11:13:00 -0400 wmaker (0.4.1-1) unstable; urgency=low * Added Debian control files and changed configuration file locations. * Initial Experimental Release. There are many known problems with this release, but it does work. Please read /usr/doc/wmaker/README.debian. -- Neil A. Rubin Sun, 18 May 1997 18:02:24 -0400 debian/libwraster3-dev.install0000664000000000000000000000013312261137770013600 0ustar usr/include/wraster.h usr/lib/libwraster.so usr/lib/libwraster.a usr/bin/get-wraster-flags debian/libwraster3-dev.docs0000664000000000000000000000004312261137770013062 0ustar wrlib/NEWS wrlib/README wrlib/TODO debian/wmaker-common.lintian-overrides0000664000000000000000000000024212261137770015330 0ustar # The Window Maker Appereance menu don't needs the menu.h # because the Window Maker menu is not Debian standard wmaker-common: menu-method-should-include-menu-h debian/compat0000664000000000000000000000000212261137770010374 0ustar 9 debian/wmaker-dbg.changelog-upstream0000664000000000000000000000001212261137770014716 0ustar ChangeLog debian/wmaker-common.postrm0000664000000000000000000000127712261137770013227 0ustar #!/bin/sh set -e inst="/etc/menu-methods/wmaker /etc/menu-methods/wmappearance" case "$1" in remove) for file in $inst ; do if [ -f $file ] ; then chmod a-x $file fi done ;; purge) if [ -x /usr/bin/update-menus ] ; then update-menus rm -f /etc/GNUstep/Defaults/menu.hook /etc/GNUstep/Defaults/appearance.menu fi ;; upgrade|abort-install|disappear) # nothing to do ;; failed-upgrade) # this is an upgrade, and it has failed. What can fail? exit 1 ;; abort-upgrade) # preinst failed, leave things like they were ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/libwutil3.changelog-upstream0000664000000000000000000000001212261137770014614 0ustar ChangeLog debian/libwings-dev.manpages0000664000000000000000000000005412261137770013304 0ustar doc/get-wings-flags.1 doc/get-wutil-flags.1 debian/wmaker-common.links0000664000000000000000000000006412261137770013014 0ustar etc/GNUstep/Defaults usr/share/WindowMaker/Defaults debian/wmaker-common.install0000664000000000000000000001337212261137770013350 0ustar usr/share/WindowMaker/autostart.sh usr/share/WindowMaker/exitscript.sh usr/share/locale/it/LC_MESSAGES/WPrefs.mo usr/share/locale/it/LC_MESSAGES/WindowMaker.mo usr/share/locale/da/LC_MESSAGES/WindowMaker.mo usr/share/locale/de/LC_MESSAGES/WPrefs.mo usr/share/locale/de/LC_MESSAGES/WindowMaker.mo usr/share/locale/de/LC_MESSAGES/wmgenmenu.mo usr/share/locale/de/LC_MESSAGES/WINGs.mo usr/share/locale/ro/LC_MESSAGES/WindowMaker.mo usr/share/locale/hy/LC_MESSAGES/WindowMaker.mo usr/share/locale/bg/LC_MESSAGES/WPrefs.mo usr/share/locale/bg/LC_MESSAGES/WindowMaker.mo usr/share/locale/bg/LC_MESSAGES/WINGs.mo usr/share/locale/nl/LC_MESSAGES/WindowMaker.mo usr/share/locale/ja/LC_MESSAGES/WPrefs.mo usr/share/locale/ja/LC_MESSAGES/WindowMaker.mo usr/share/locale/pt/LC_MESSAGES/WPrefs.mo usr/share/locale/pt/LC_MESSAGES/WindowMaker.mo usr/share/locale/ru/LC_MESSAGES/WPrefs.mo usr/share/locale/ru/LC_MESSAGES/WindowMaker.mo usr/share/locale/no/LC_MESSAGES/WindowMaker.mo usr/share/locale/zh_CN/LC_MESSAGES/WPrefs.mo usr/share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo usr/share/locale/be/LC_MESSAGES/WindowMaker.mo usr/share/locale/sk/LC_MESSAGES/WPrefs.mo usr/share/locale/sk/LC_MESSAGES/WindowMaker.mo usr/share/locale/sk/LC_MESSAGES/WINGs.mo usr/share/locale/ko/LC_MESSAGES/WPrefs.mo usr/share/locale/ko/LC_MESSAGES/WindowMaker.mo usr/share/locale/cs/LC_MESSAGES/WPrefs.mo usr/share/locale/cs/LC_MESSAGES/WindowMaker.mo usr/share/locale/cs/LC_MESSAGES/WINGs.mo usr/share/locale/hr/LC_MESSAGES/WPrefs.mo usr/share/locale/hr/LC_MESSAGES/WindowMaker.mo usr/share/locale/gl/LC_MESSAGES/WindowMaker.mo usr/share/locale/hu/LC_MESSAGES/WPrefs.mo usr/share/locale/hu/LC_MESSAGES/WindowMaker.mo usr/share/locale/fr/LC_MESSAGES/WPrefs.mo usr/share/locale/fr/LC_MESSAGES/WindowMaker.mo usr/share/locale/fr/LC_MESSAGES/wmgenmenu.mo usr/share/locale/fr/LC_MESSAGES/WINGs.mo usr/share/locale/sv/LC_MESSAGES/WindowMaker.mo usr/share/locale/el/LC_MESSAGES/WindowMaker.mo usr/share/locale/fi/LC_MESSAGES/WPrefs.mo usr/share/locale/fi/LC_MESSAGES/WindowMaker.mo usr/share/locale/zh_TW/LC_MESSAGES/WPrefs.mo usr/share/locale/zh_TW/LC_MESSAGES/WindowMaker.mo usr/share/locale/tr/LC_MESSAGES/WindowMaker.mo usr/share/locale/es/LC_MESSAGES/WPrefs.mo usr/share/locale/es/LC_MESSAGES/WindowMaker.mo usr/share/locale/es/LC_MESSAGES/wmgenmenu.mo usr/share/locale/ca/LC_MESSAGES/WPrefs.mo usr/share/locale/ca/LC_MESSAGES/WindowMaker.mo usr/share/locale/ca/LC_MESSAGES/WINGs.mo usr/share/locale/pl/LC_MESSAGES/WindowMaker.mo usr/share/locale/et/LC_MESSAGES/WPrefs.mo usr/share/locale/et/LC_MESSAGES/WindowMaker.mo usr/share/locale/ms/LC_MESSAGES/WindowMaker.mo usr/share/locale/bs/LC_MESSAGES/WindowMaker.mo usr/share/WindowMaker/menu.pt usr/share/WindowMaker/plmenu.ko usr/share/WindowMaker/menu.sk usr/share/WindowMaker/plmenu.de usr/share/WindowMaker/plmenu.bg usr/share/WindowMaker/plmenu.pl usr/share/WindowMaker/menu.ru usr/share/WindowMaker/Icons/*.png usr/share/WindowMaker/Icons/*.tiff usr/share/WindowMaker/Icons/*.xpm usr/share/WindowMaker/Icons/README usr/share/WindowMaker/plmenu usr/share/WindowMaker/menu.es usr/share/WindowMaker/wmmacros usr/share/WindowMaker/menu.hu usr/share/WindowMaker/menu.he usr/share/WindowMaker/menu.sl usr/share/WindowMaker/menu usr/share/WindowMaker/Backgrounds/BlueImage.jpeg usr/share/WindowMaker/menu.nl usr/share/WindowMaker/plmenu.ja usr/share/WindowMaker/Styles/*.style usr/share/WindowMaker/menu.ro usr/share/WindowMaker/menu.bg usr/share/WindowMaker/menu.se usr/share/WindowMaker/background.menu usr/share/WindowMaker/menu.ca usr/share/WindowMaker/menu.hr usr/share/WindowMaker/menu.fr usr/share/WindowMaker/menu.cz usr/share/WindowMaker/menu.da usr/share/WindowMaker/menu.ko usr/share/WindowMaker/plmenu.sk usr/share/WindowMaker/plmenu.fi usr/share/WindowMaker/plmenu.it usr/share/WindowMaker/menu.ja usr/share/WindowMaker/menu.fi usr/share/WindowMaker/Themes/*.style usr/share/WindowMaker/plmenu.da usr/share/WindowMaker/plmenu.ro usr/share/WindowMaker/README.themes usr/share/WindowMaker/menu.de usr/share/WindowMaker/plmenu.es usr/share/WindowMaker/README usr/share/WindowMaker/plmenu.fr usr/share/WindowMaker/menu.no usr/share/WindowMaker/menu.it usr/share/WindowMaker/plmenu.hr usr/share/WindowMaker/IconSets/Default.iconset usr/share/WindowMaker/menu.pl usr/share/WindowMaker/menu.el usr/share/WindowMaker/menu.zh_TW usr/share/WindowMaker/plmenu.zh_CN usr/share/WindowMaker/plmenu.zh_TW usr/share/WindowMaker/menu.gl usr/share/WindowMaker/menu.tr usr/share/WindowMaker/menu.zh_CN usr/share/WindowMaker/Pixmaps/*.xpm usr/share/WindowMaker/Pixmaps/*.png usr/share/WINGs/defaultIcon.xpm usr/share/WINGs/defaultIcon.tiff usr/share/WINGs/Images.xpm usr/share/WINGs/Images.tiff usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.xpm usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff usr/share/lib/GNUstep/System/Applications/WPrefs.app/tiff/*.tiff # Scripts debian/debianfiles/wmaker usr/bin debian/debianfiles/upgrade-windowmaker-defaults usr/sbin # Theme debian/debianfiles/Theme/Debian usr/share/WindowMaker/Themes debian/debianfiles/Theme/debian.tiff usr/share/WindowMaker/Backgrounds # Unity Greeter icon debian/debianfiles/custom_wmaker-common_badge.png usr/share/unity-greeter # Configuration etc/WindowMaker/WMGLOBAL etc/GNUstep/Defaults etc/WindowMaker/WMState etc/GNUstep/Defaults debian/debianfiles/conf/WMWindowAttributes etc/GNUstep/Defaults debian/debianfiles/conf/WMRootMenu etc/GNUstep/Defaults debian/debianfiles/conf/WindowMaker etc/GNUstep/Defaults debian/debianfiles/wmaker-common.desktop usr/share/xsessions # Menu debian/debianfiles/menu/wmappearance etc/menu-methods # READMES, from the temporal path (see README section in debian/rules) README.po usr/share/doc/wmaker README.definable-cursor usr/share/doc/wmaker README.WPrefs usr/share/doc/wmaker README.WPrefs.po usr/share/doc/wmaker debian/wmaker.manpages0000664000000000000000000000031012261137770012173 0ustar doc/wmgenmenu.1 doc/wdread.1 doc/wmmenugen.1 doc/geticonset.1x doc/getstyle.1x doc/seticons.1x doc/setstyle.1x doc/wdwrite.1x doc/wmagnify.1x doc/wmsetbg.1x doc/WPrefs.1x doc/wxcopy.1x doc/wxpaste.1x debian/libwraster3.docs0000664000000000000000000000001512261137770012305 0ustar wrlib/README debian/copyright0000664000000000000000000001522112261137770011132 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174 Upstream-Name: wmaker Upstream-Contact: Window Maker developers mailing list Source: http://repo.or.cz/w/wmaker-crm.git Files: * Copyright: 1997, Alfredo Kengi Kojima 2011, Carlos R. Mafra License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: wrlib/* Copyright: 2000-2003, Alfredo Kengi Kojima 2011, Carlos R. Mafra License: LGPL-2 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: debian/* Copyright: 1997, Neil A. Rubin 1997, Marcelo E. Magallon 2011, Rodolfo García Peñas (kix) License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: WindowMaker/Icons/BitchX.tiff WindowMaker/Icons/defaultAppIcon.tiff WindowMaker/Icons/GNUterm.tiff WindowMaker/Icons/defaultterm.tiff WindowMaker/Icons/draw.tiff WindowMaker/Icons/linuxterm.tiff WindowMaker/Icons/mixer.tiff WindowMaker/Icons/notepad.tiff WindowMaker/Icons/pdf.tiff WindowMaker/Icons/ps.tiff WindowMaker/Icons/real.tiff WindowMaker/Icons/sgiterm.tiff WindowMaker/Icons/sound.tiff WindowMaker/Icons/staroffice2.tiff WindowMaker/Icons/timer.tiff WindowMaker/Icons/wilber.tiff WindowMaker/Icons/write.tiff WindowMaker/Icons/xdvi.tiff WindowMaker/Icons/xv.tiff Copyright: 1997, Marco van Hylckama Vlieg License: attribution They may be distributed freely and/or modified as long as the original Author is mentioned! Files: WindowMaker/Icons/GNUstepGlow.tiff WindowMaker/Icons/GNUstepGlow.xpm WindowMaker/Icons/Magnify.tiff WindowMaker/Icons/Magnify.xpm WindowMaker/Icons/Terminal.tiff WindowMaker/Icons/Terminal.xpm WindowMaker/Icons/TerminalGNUstep.tiff WindowMaker/Icons/TerminalGNUstep.xpm WindowMaker/Icons/TerminalLinux.tiff WindowMaker/Icons/TerminalLinux.xpm WindowMaker/Icons/Ear.png WindowMaker/Icons/Ftp.png WindowMaker/Icons/ICQ.png WindowMaker/Icons/Jabber.png WindowMaker/Icons/Mozilla.png WindowMaker/Icons/Pen.png WindowMaker/Icons/Pencil.png WindowMaker/Icons/Shell.png WindowMaker/Icons/Speaker.png WPrefs.app/tiff/msty1.tiff WPrefs.app/tiff/msty2.tiff WPrefs.app/tiff/msty3.tiff WPrefs.app/xpm/msty1.xpm WPrefs.app/xpm/msty2.xpm WPrefs.app/xpm/msty3.xpm WPrefs.app/WPrefs.tiff WPrefs.app/WPrefs.xpm WPrefs.app/tiff/tdel.tiff WPrefs.app/tiff/tedit.tiff WPrefs.app/tiff/textr.tiff WPrefs.app/tiff/tnew.tiff WPrefs.app/xpm/tdel.xpm WPrefs.app/xpm/tedit.xpm WPrefs.app/xpm/textr.xpm WPrefs.app/xpm/tnew.xpm WINGs/Resources/defaultIcon.tiff WINGs/Resources/Images.tiff WINGs/Resources/Images.xpm WINGs/Resources/defaultIcon.xpm WINGs/Resources/Images.xcf WindowMaker/Icons/XChat.png Copyright: 2000, Banlu Kemiyatorn License: WTFPL-1 do What The Fuck you want to Public License . Version 1.0, March 2000 Copyright (C) 2000 Banlu Kemiyatorn (]d). 136 Nives 7 Jangwattana 14 Laksi Bangkok Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. . Ok, the purpose of this license is simple and you just . DO WHAT THE FUCK YOU WANT TO. Files: debian/debianfiles/custom_wmaker-common_badge.png Copyright: 2012, Doug Torrance License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/source/0000775000000000000000000000000012261140222010460 5ustar debian/source/format0000664000000000000000000000001412261137770011704 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000044112261137770012113 0ustar # Don't store changes on autogenerated files extend-diff-ignore = "(^|/)(compile|config\.sub|config\.guess|Makefile|configure|Makefile\.in|aclocal.m4|config.h.in|depcomp|INSTALL|install-sh|ltmain.sh|missing||libtool.m4|lt~obsolete.m4|ltoptions.m4|ltsugar.m4|ltversion.m4|.Po|WMRootMenu)$" debian/source/include-binaries0000664000000000000000000000013012261137770013630 0ustar debian/debianfiles/Theme/debian.tiff debian/debianfiles/custom_wmaker-common_badge.png debian/wmaker-common.changelog-upstream0000664000000000000000000000001212261137770015452 0ustar ChangeLog debian/wmaker.links0000664000000000000000000000015012261137770011522 0ustar usr/bin/wmaker usr/bin/WindowMaker usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs usr/bin/WPrefs debian/libwings-dev.changelog-upstream0000664000000000000000000000001212261137770015270 0ustar ChangeLog debian/README.Debian0000664000000000000000000002173712261137770011251 0ustar Window Maker for DEBIAN ======================= This is Debian GNU/Linux's prepackaged version of Window Maker, yet another window manager, written mostly from scratch by Alfredo Kojima in an attempt to provide as much of the useful OpenStep functionality as possible under X11. It is the natural step after AfterStep. There are some changes in the paths, added support for Debian menu system, improved user configuration (from the sysadmin point of view). To run Window Maker put this at the end of ~/.xsession: exec /usr/bin/wmaker and remove other exec lines if present. I have done my best to overcome certain glitches and gotchas regarding Window Maker installation. /usr/bin/wmaker is a shell script that tries to make sure things are properly set up. Take a look at it to see what's going on. Please read wmaker(1x). Other sources for documentation ------------------------------- * The Window Maker web site http://www.windowmaker.org/ You can find all sorts of information here. It's kept very up to date. * The Window Maker manual written by Alfredo Kojima ftp://ftp.windowmaker.org/pub/wmaker/docs/ Please note the manual documents version 0.10.x of Window Maker, and many features/changes have occured since then. To find out what has changed, please read file:/usr/share/doc/wmaker/NEWS.gz and file:/usr/share/doc/wmaker/changelog.gz. A new version of this manual is being developed. If you want to contribute to the manual please contact wm-user@windowmaker.info * The Window Maker mailing list http://www.windowmaker.org/lists.php There's a Window Maker mailing list. There you can ask questions about Window Maker and *related* applications (s/n is _way_ low nowadays due to unrelated discussions). Please read the archives before asking! * The Window Maker FAQ http://www.dpo.uab.edu/~grapeape/wmfaq.html This is NOT file:/usr/share/doc/wmaker/FAQ.gz, but another document. It contains information about several aspects of Window Maker that are not covered on the FAQ included alongside with this Readme. * The Window Maker Configuration documents ftp://ftp.windowmaker.info/pub/wmaker/docs/WindowMaker-*-Config.txt.gz This documents the files found on ~/GNUstep/Defaults/. It's kept as up to date as possible. As a sidenote, I can't package these files with wmaker because they don't have a copyright statement that permits redistribution. IF YOU ARE UPGRADING FROM 0.6.3 or earlier ------------------------------------------ * The directory name has changed form gnustep to GNUstep * The format of the style files and Window Maker file has changed. IF YOU ARE UPGRADING FROM 0.14.1 or earlier (but newer than 0.6.3) ------------------------------------------------------------------ * The Fiend has been renamed to Clip (in order to avoid hurting certain people's feelings... does that ring a bell or what?!?). Look up "Fiend" in the dictionary... therefore, every keyword on Defaults/WindowMaker that says "Fiend" has to be replaced by "Clip". The installation package tries to fix this globally, i.e, both in the system wide files and the user's files. * The ~/GNUstep/Library/WindowMaker/Style directory is no longer called that, but "Styles" instead. Update accordingly. The wrapper script tries to be smart about this... IF YOU ARE UPGRADING FROM 0.15.0 or earlier ------------------------------------------- * WindowPlaceOrigin syntax changed. The old was: WindowPlaceOrigin = "64, 64" The new one is: WindowPlaceOrigin = (64, 64) The installation package also fixes this. IF YOU ARE UPGRADING FROM 0.17.3 or earlier ------------------------------------------- * Please note there's a new Icons directory under ~/GNUstep/Library, and a new key IconPath. Read the section on paths. IF YOU ARE UPGRADING FROM 0.17.5 or earlier ------------------------------------------- * Pandora's Box has been opened: Beware that some features of recent releases may not be compatible with those of 0.17.5; PLEASE read the NEWS file and the ChangeLog. If you don't have problems upgrading, consider it a gift from the gods. PLEASE NOTE: WPrefs is a work in progress. SAVE YOUR CONFIGURATION. READ THE READMEs. * Please note that WPrefs' Menu Guru REQUIERES a menu in "Property List" format to work properly. It's very likely that you have an old format menu. There's a script called wm-oldmenu2new alongside this file that converts your menu to the new format. It's a hack, it won't be installed anywhere else. Debian specific notes --------------------- Debian prepackaged version of Window Maker will search ~/GNUstep/Library/WindowMaker and /usr/share/WindowMaker (in that order) for its configuration files. It will read defaults from files in ~/GNUstep/Defaults and /etc/GNUstep/Defaults. The files in the WindowMaker directories have cpp-like format and are preprocessed by WindowMaker. It will read both WindowMaker directories searching for #included files. WindowMaker makes a (little) difference between Pixmaps and Icons, and there are two configurable options for setting the paths Window Maker would search Pixmaps and Icons in, namely, PixmapPath and IconPath. The compiled in defaults are: PixmapPath = ( "~/GNUstep/Library/WindowMaker/Pixmaps", "~/GNUstep/Library/WindowMaker/Backgrounds", "/usr/local/share/WindowMaker/Pixmaps", "/usr/local/share/WindowMaker/Backgrounds", "/usr/share/WindowMaker/Backgrounds", "/usr/share/WindowMaker/Pixmaps", "/usr/local/share/pixmaps", "/usr/share/pixmaps", ); IconPath = ( "~/GNUstep/Library/Icons", "/usr/local/share/WindowMaker/Icons", "/usr/share/WindowMaker/Icons", "/usr/local/share/icons", "/usr/share/icons", ); Please note that the internal default doesn't include the "Pixmaps" paths anymore, but you are free to modify your Window Maker file in any way you see fit. Other Window Maker packages should put pixmaps in /usr/share/WindowMaker/Pixmaps and icons in /usr/share/WindowMaker/Icons, ONLY. The structure Window Maker tries to use is like this: GNUstep +.AppInfo +Defaults +Library +WindowMaker + Backgrounds [*] + IconSets [*] + Pixmaps + Sounds + Styles [*] + Themes [*] +Icons Please note Icons are not considered Window Maker-only resources. [*] these directories are OPEN_MENU'ed WITH the right application. That means you can put the *file* "Great Debian Theme" on Themes, it will show up in the menu, and will be opened using setstyle, which installs it, i.e., sets that theme as the current theme. If you don't like the arrangement of the Appearance menu, you can put a file "appearance.menu" in ~/GNUstep/Library/WindowMaker, and it will override the default one. Look at /etc/GNUstep/Defaults/appearance.menu for an example. Shortcuts --------- Thanks to a suggestion, there's support for Shortcuts. If you want to have Shift F1 launch an XTerm, you can: $ cp /usr/lib/menu/xterm /etc/menu $ sensible-editor /etc/menu/xterm add: shortcut=Shift+F1 and run update-menus. Sound Support ------------- This version of Window Maker is compiled with sound support. The sound server is available as a separate package, but may not be in sync with the current release. Changing the menus (or "WPrefs segfaults when I click the cute menu icon") -------------------------------------------------------------------------- First of all, I have this urge to say that it doesn't segfault for me. It gives me a nice warning about being unable to use my current menu. The problem is that wmaker now is capable of using a new type of menu, namely a PropList menu. It looks something like this: ( Applications, (Debian, OPEN_MENU, menu.hook), ( WorkSpace, (Appearance, OPEN_MENU, appearance.menu), (Workspaces, WORKSPACE_MENU), ("Arrange Icons", ARRANGE_ICONS), ("Hide Others", HIDE_OTHERS), ("Show All Windows", SHOW_ALL), ("Clear Session", CLEAR_SESSION), ("Save Session", EXEC, "") ), (About..., INFO_PANEL), (Exit, SHUTDOWN) ) That cute looking menu button (let's call it by its name: the Menu Guru) in WPrefs expects to find a menu in this format. I considered changing the menu-method to something that spits out a menu in this format (it's quite easy) but there's a little tiny problem: see that line that reads "OPEN_MENU" in the example above... well, it happens that appearance.menu has to be in the old format. That means that if I make the menu method produce a new style menu, that menu has to be the root menu. And that is not a good idea (the reason is left as an exercise to the reader, take into account the people that aren't using menu.hook as the root menu in the first place). Still want to use WPrefs to edit you menu? Cut and paste the example above into ~/GNUstep/Defaults/WMRootMenu, start WPrefs, click the Menu Guru (the 9th icon, left to right). Now go read the docs. That's the reason they are there. Marcelo E. Magallon , Thr, 1 Apr 1999 18:47:30 -0600 debian/libwings2.symbols0000664000000000000000000005134512261137770012520 0ustar libWINGs.so.2 libwings2 #MINVER# WINGsConfiguration@Base 0.95.0 WMAddBoxSubview@Base 0.95.0 WMAddBoxSubviewAtEnd@Base 0.95.0 WMAddBrowserColumn@Base 0.95.0 WMAddItemInTabView@Base 0.95.0 WMAddPopUpButtonItem@Base 0.95.0 WMAddSplitViewSubview@Base 0.95.0 WMAddTabViewItemWithView@Base 0.95.0 WMAdjustSplitViewSubviews@Base 0.95.0 WMAppendTextBlock@Base 0.95.0 WMAppendTextStream@Base 0.95.0 WMBlackColor@Base 0.95.0 WMBlueComponentOfColor@Base 0.95.0 WMBoldSystemFontOfSize@Base 0.95.0 WMBreakModalLoop@Base 0.95.0 WMBrowserAllowsEmptySelection@Base 0.95.0 WMBrowserAllowsMultipleSelection@Base 0.95.0 WMChangePanelOwner@Base 0.95.0 WMClearList@Base 0.95.0 WMCloseColorPanel@Base 0.95.0 WMCloseWindow@Base 0.95.0 WMColorGC@Base 0.95.0 WMColorPanelColorChangedNotification@Base 0.95.0 WMColorPixel@Base 0.95.0 WMColorWellDidChangeNotification@Base 0.95.0 WMCopyFontWithStyle@Base 0.95.0 WMCreateAlertPanel@Base 0.95.0 WMCreateApplicationIconBlendedPixmap@Base 0.95.0 WMCreateBlendedPixmapFromFile@Base 0.95.0 WMCreateBlendedPixmapFromRImage@Base 0.95.0 WMCreateBox@Base 0.95.0 WMCreateBrowser@Base 0.95.0 WMCreateButton@Base 0.95.0 WMCreateColorWell@Base 0.95.0 WMCreateCustomButton@Base 0.95.0 WMCreateDragHandler@Base 0.95.0 WMCreateDragOperationArray@Base 0.95.0 WMCreateDragOperationItem@Base 0.95.0 WMCreateEventHandler@Base 0.95.0 WMCreateFont@Base 0.95.0 WMCreateFrame@Base 0.95.0 WMCreateGenericPanel@Base 0.95.0 WMCreateInputPanel@Base 0.95.0 WMCreateLabel@Base 0.95.0 WMCreateList@Base 0.95.0 WMCreateMenuItem@Base 0.95.0 WMCreateNamedColor@Base 0.95.0 WMCreatePanelForWindow@Base 0.95.0 WMCreatePanelWithStyleForWindow@Base 0.95.0 WMCreatePixmap@Base 0.95.0 WMCreatePixmapFromFile@Base 0.95.0 WMCreatePixmapFromRImage@Base 0.95.0 WMCreatePixmapFromXPMData@Base 0.95.0 WMCreatePixmapFromXPixmaps@Base 0.95.0 WMCreatePopUpButton@Base 0.95.0 WMCreateProgressIndicator@Base 0.95.0 WMCreateRGBAColor@Base 0.95.0 WMCreateRGBColor@Base 0.95.0 WMCreateRuler@Base 0.95.0 WMCreateScreen@Base 0.95.0 WMCreateScreenWithRContext@Base 0.95.0 WMCreateScrollView@Base 0.95.0 WMCreateScroller@Base 0.95.0 WMCreateSelectionHandler@Base 0.95.0 WMCreateSimpleApplicationScreen@Base 0.95.0 WMCreateSlider@Base 0.95.0 WMCreateSplitView@Base 0.95.0 WMCreateTabView@Base 0.95.0 WMCreateTabViewItem@Base 0.95.0 WMCreateTabViewItemWithIdentifier@Base 0.95.0 WMCreateTextBlockWithObject@Base 0.95.0 WMCreateTextBlockWithPixmap@Base 0.95.0 WMCreateTextBlockWithText@Base 0.95.0 WMCreateTextField@Base 0.95.0 WMCreateTextForDocumentType@Base 0.95.0 WMCreateWindow@Base 0.95.0 WMCreateWindowWithStyle@Base 0.95.0 WMDarkGrayColor@Base 0.95.0 WMDefaultBoldSystemFont@Base 0.95.0 WMDefaultSystemFont@Base 0.95.0 WMDeleteDragHandler@Base 0.95.0 WMDeleteEventHandler@Base 0.95.0 #MISSING: 0.95.5-1# WMDeleteSelectionCallback@Base 0.95.0 WMDeleteSelectionHandler@Base 0.95.0 WMDeleteTextFieldRange@Base 0.95.0 WMDestroyAlertPanel@Base 0.95.0 WMDestroyGenericPanel@Base 0.95.0 WMDestroyInputPanel@Base 0.95.0 WMDestroyMenuItem@Base 0.95.0 WMDestroyTabViewItem@Base 0.95.0 WMDestroyTextBlock@Base 0.95.0 WMDestroyWidget@Base 0.95.0 WMDragImageFromView@Base 0.95.0 WMDrawImageString@Base 0.95.0 WMDrawPixmap@Base 0.95.0 WMDrawString@Base 0.95.0 WMFindInTextStream@Base 0.95.0 WMFindRowOfListItemWithTitle@Base 0.95.0 WMFontHeight@Base 0.95.0 WMFontPanelFontChangedNotification@Base 0.95.0 WMFreeColorPanel@Base 0.95.0 WMFreeFilePanel@Base 0.95.0 WMFreeFontPanel@Base 0.95.0 WMFreezeText@Base 0.95.0 WMGetApplicationIconImage@Base 0.95.0 WMGetApplicationIconPixmap@Base 0.95.0 WMGetBrowserFirstVisibleColumn@Base 0.95.0 WMGetBrowserListInColumn@Base 0.95.0 WMGetBrowserMaxVisibleColumns@Base 0.95.0 WMGetBrowserNumberOfColumns@Base 0.95.0 WMGetBrowserPath@Base 0.95.0 WMGetBrowserPathToColumn@Base 0.95.0 WMGetBrowserPaths@Base 0.95.0 WMGetBrowserSelectedColumn@Base 0.95.0 WMGetBrowserSelectedItemInColumn@Base 0.95.0 WMGetBrowserSelectedRowInColumn@Base 0.95.0 WMGetButtonEnabled@Base 0.95.0 WMGetButtonSelected@Base 0.95.0 WMGetColorAlpha@Base 0.95.0 WMGetColorPanel@Base 0.95.0 WMGetColorPanelColor@Base 0.95.0 WMGetColorRGBDescription@Base 0.95.0 WMGetColorWellColor@Base 0.95.0 WMGetDragOperationItemText@Base 0.95.0 WMGetDragOperationItemType@Base 0.95.0 WMGetFilePanelAccessoryView@Base 0.95.0 WMGetFilePanelFileName@Base 0.95.0 WMGetFontName@Base 0.95.0 WMGetFontPanel@Base 0.95.0 WMGetFontPanelFont@Base 0.95.0 WMGetGrabbedRulerMargin@Base 0.95.0 WMGetHangedData@Base 0.95.0 WMGetLabelFont@Base 0.95.0 WMGetLabelImage@Base 0.95.0 WMGetLabelText@Base 0.95.0 WMGetListItem@Base 0.95.0 WMGetListItemHeight@Base 0.95.0 WMGetListItems@Base 0.95.0 WMGetListNumberOfRows@Base 0.95.0 WMGetListPosition@Base 0.95.0 WMGetListSelectedItem@Base 0.95.0 WMGetListSelectedItemRow@Base 0.95.0 WMGetListSelectedItems@Base 0.95.0 WMGetMenuItemAction@Base 0.95.0 WMGetMenuItemData@Base 0.95.0 WMGetMenuItemEnabled@Base 0.95.0 WMGetMenuItemMixedStatePixmap@Base 0.95.0 WMGetMenuItemOffStatePixmap@Base 0.95.0 WMGetMenuItemOnStatePixmap@Base 0.95.0 WMGetMenuItemPixmap@Base 0.95.0 WMGetMenuItemRepresentedObject@Base 0.95.0 WMGetMenuItemShortcut@Base 0.95.0 WMGetMenuItemShortcutModifierMask@Base 0.95.0 WMGetMenuItemState@Base 0.95.0 WMGetMenuItemTitle@Base 0.95.0 WMGetOpenPanel@Base 0.95.0 WMGetPixmapMaskXID@Base 0.95.0 WMGetPixmapSize@Base 0.95.0 WMGetPixmapXID@Base 0.95.0 WMGetPopUpButtonEnabled@Base 0.95.0 WMGetPopUpButtonItem@Base 0.95.0 WMGetPopUpButtonItemEnabled@Base 0.95.0 WMGetPopUpButtonMenuItem@Base 0.95.0 WMGetPopUpButtonNumberOfItems@Base 0.95.0 WMGetPopUpButtonSelectedItem@Base 0.95.0 WMGetProgressIndicatorMaxValue@Base 0.95.0 WMGetProgressIndicatorMinValue@Base 0.95.0 WMGetProgressIndicatorValue@Base 0.95.0 WMGetRColorFromColor@Base 0.95.0 WMGetReleasedRulerMargin@Base 0.95.0 WMGetRulerMargins@Base 0.95.0 WMGetRulerOffset@Base 0.95.0 WMGetSavePanel@Base 0.95.0 WMGetScrollViewHorizontalScroller@Base 0.95.0 WMGetScrollViewVerticalScroller@Base 0.95.0 WMGetScrollViewVisibleRect@Base 0.95.0 WMGetScrollerHitPart@Base 0.95.0 WMGetScrollerKnobProportion@Base 0.95.0 WMGetScrollerValue@Base 0.95.0 WMGetSelectedTabViewItem@Base 0.95.0 WMGetSeparatorMenuItem@Base 0.95.0 WMGetSliderMaxValue@Base 0.95.0 WMGetSliderMinValue@Base 0.95.0 WMGetSliderValue@Base 0.95.0 WMGetSplitViewDividerThickness@Base 0.95.0 WMGetSplitViewSubviewAt@Base 0.95.0 WMGetSplitViewSubviewsCount@Base 0.95.0 WMGetSplitViewVertical@Base 0.95.0 WMGetSystemPixmap@Base 0.95.0 WMGetTabViewItemIdentifier@Base 0.95.0 WMGetTabViewItemLabel@Base 0.95.0 WMGetTabViewItemView@Base 0.95.0 WMGetTextBlockProperties@Base 0.95.0 WMGetTextDefaultColor@Base 0.95.0 WMGetTextDefaultFont@Base 0.95.0 WMGetTextEditable@Base 0.95.0 WMGetTextFieldCursorPosition@Base 0.95.0 WMGetTextFieldDelegate@Base 0.95.0 WMGetTextFieldEditable@Base 0.95.0 WMGetTextFieldFont@Base 0.95.0 WMGetTextFieldText@Base 0.95.0 WMGetTextIgnoresNewline@Base 0.95.0 WMGetTextInsertType@Base 0.95.0 WMGetTextObjects@Base 0.95.0 WMGetTextRulerShown@Base 0.95.0 WMGetTextSelectedObjects@Base 0.95.0 WMGetTextSelectedStream@Base 0.95.0 WMGetTextSelectionColor@Base 0.95.0 WMGetTextSelectionFont@Base 0.95.0 WMGetTextSelectionUnderlined@Base 0.95.0 WMGetTextStream@Base 0.95.0 WMGetTextUsesMonoFont@Base 0.95.0 WMGetViewPosition@Base 0.95.0 WMGetViewScreenPosition@Base 0.95.0 WMGetViewSize@Base 0.95.0 WMGetWidgetBackgroundColor@Base 0.95.0 WMGrayColor@Base 0.95.0 WMGreenComponentOfColor@Base 0.95.0 WMGroupButtons@Base 0.95.0 WMHandleEvent@Base 0.95.0 WMHangData@Base 0.95.0 WMHideFontPanel@Base 0.95.0 WMHookEventHandler@Base 0.95.0 WMInsertBrowserItem@Base 0.95.0 WMInsertItemInTabView@Base 0.95.0 WMInsertListItem@Base 0.95.0 WMInsertPopUpButtonItem@Base 0.95.0 WMInsertTextFieldText@Base 0.95.0 WMIsAntialiasingEnabled@Base 0.95.0 WMIsDoubleClick@Base 0.95.0 WMIsDraggingFromView@Base 0.95.0 WMIsMarginEqualToMargin@Base 0.95.0 WMListAllowsEmptySelection@Base 0.95.0 WMListAllowsMultipleSelection@Base 0.95.0 WMListDidScrollNotification@Base 0.95.0 WMListSelectionDidChangeNotification@Base 0.95.0 WMLoadBrowserColumnZero@Base 0.95.0 WMLowerWidget@Base 0.95.0 WMMapSubwidgets@Base 0.95.0 WMMapWidget@Base 0.95.0 WMMaskEvent@Base 0.95.0 WMMenuItemIsSeparator@Base 0.95.0 WMMoveWidget@Base 0.95.0 WMNextEvent@Base 0.95.0 WMOpenScreen@Base 0.95.0 WMPageText@Base 0.95.0 WMPaintColorSwatch@Base 0.95.0 WMPerformButtonClick@Base 0.95.0 WMPrependTextBlock@Base 0.95.0 WMPrependTextStream@Base 0.95.0 WMRaiseWidget@Base 0.95.0 WMRealizeWidget@Base 0.95.0 WMRedComponentOfColor@Base 0.95.0 WMRedisplayWidget@Base 0.95.0 WMRegisterViewForDraggedTypes@Base 0.95.0 WMRelayToNextResponder@Base 0.95.0 WMReleaseColor@Base 0.95.0 WMReleaseFont@Base 0.95.0 WMReleasePixmap@Base 0.95.0 WMReleaseViewDragImage@Base 0.95.0 WMRemoveBoxSubview@Base 0.95.0 WMRemoveBrowserItem@Base 0.95.0 WMRemoveListItem@Base 0.95.0 WMRemovePopUpButtonItem@Base 0.95.0 WMRemoveSplitViewSubview@Base 0.95.0 WMRemoveSplitViewSubviewAt@Base 0.95.0 WMRemoveTabViewItem@Base 0.95.0 WMRemoveTextBlock@Base 0.95.0 WMReparentWidget@Base 0.95.0 WMReplaceTextSelection@Base 0.95.0 WMRequestSelection@Base 0.95.0 WMResizeScrollViewContent@Base 0.95.0 WMResizeWidget@Base 0.95.0 WMRetainColor@Base 0.95.0 WMRetainFont@Base 0.95.0 WMRetainPixmap@Base 0.95.0 WMRunAlertPanel@Base 0.95.0 WMRunInputPanel@Base 0.95.0 WMRunModalFilePanelForDirectory@Base 0.95.0 WMRunModalLoop@Base 0.95.0 WMScreenDepth@Base 0.95.0 WMScreenDisplay@Base 0.95.0 WMScreenHeight@Base 0.95.0 WMScreenMainLoop@Base 0.95.0 WMScreenPending@Base 0.95.0 WMScreenRContext@Base 0.95.0 WMScreenWidth@Base 0.95.0 WMScrollText@Base 0.95.0 WMScrollViewScrollPoint@Base 0.95.0 WMScrollerDidScrollNotification@Base 0.95.0 WMSelectAllListItems@Base 0.95.0 WMSelectFirstTabViewItem@Base 0.95.0 WMSelectLastTabViewItem@Base 0.95.0 WMSelectListItem@Base 0.95.0 WMSelectListItemsInRange@Base 0.95.0 WMSelectNextTabViewItem@Base 0.95.0 WMSelectPreviousTabViewItem@Base 0.95.0 WMSelectTabViewItem@Base 0.95.0 WMSelectTabViewItemAtIndex@Base 0.95.0 WMSelectTextFieldRange@Base 0.95.0 WMSelectionOwnerDidChangeNotification@Base 0.95.0 WMSetApplicationHasAppIcon@Base 0.95.0 WMSetApplicationIconImage@Base 0.95.0 WMSetApplicationIconPixmap@Base 0.95.0 WMSetApplicationIconWindow@Base 0.95.0 WMSetBalloonDelay@Base 0.95.0 WMSetBalloonEnabled@Base 0.95.0 WMSetBalloonFont@Base 0.95.0 WMSetBalloonTextAlignment@Base 0.95.0 WMSetBalloonTextColor@Base 0.95.0 WMSetBalloonTextForView@Base 0.95.0 WMSetBoxBorderWidth@Base 0.95.0 WMSetBoxHorizontal@Base 0.95.0 WMSetBrowserAction@Base 0.95.0 WMSetBrowserAllowEmptySelection@Base 0.95.0 WMSetBrowserAllowMultipleSelection@Base 0.95.0 WMSetBrowserColumnTitle@Base 0.95.0 WMSetBrowserDelegate@Base 0.95.0 WMSetBrowserDoubleAction@Base 0.95.0 WMSetBrowserHasScroller@Base 0.95.0 WMSetBrowserMaxVisibleColumns@Base 0.95.0 WMSetBrowserPath@Base 0.95.0 WMSetBrowserPathSeparator@Base 0.95.0 WMSetBrowserTitled@Base 0.95.0 WMSetButtonAction@Base 0.95.0 WMSetButtonAltImage@Base 0.95.0 WMSetButtonAltText@Base 0.95.0 WMSetButtonAltTextColor@Base 0.95.0 WMSetButtonBordered@Base 0.95.0 WMSetButtonContinuous@Base 0.95.0 WMSetButtonDisabledTextColor@Base 0.95.0 WMSetButtonEnabled@Base 0.95.0 WMSetButtonFont@Base 0.95.0 WMSetButtonImage@Base 0.95.0 WMSetButtonImageDefault@Base 0.95.0 WMSetButtonImageDimsWhenDisabled@Base 0.95.0 WMSetButtonImagePosition@Base 0.95.0 WMSetButtonPeriodicDelay@Base 0.95.0 WMSetButtonSelected@Base 0.95.0 WMSetButtonTag@Base 0.95.0 WMSetButtonText@Base 0.95.0 WMSetButtonTextAlignment@Base 0.95.0 WMSetButtonTextColor@Base 0.95.0 WMSetColorAlpha@Base 0.95.0 WMSetColorInGC@Base 0.95.0 WMSetColorPanelAction@Base 0.95.0 WMSetColorPanelColor@Base 0.95.0 WMSetColorPanelPickerMode@Base 0.95.0 WMSetColorWellColor@Base 0.95.0 WMSetFilePanelAccessoryView@Base 0.95.0 WMSetFilePanelAutoCompletion@Base 0.95.0 WMSetFilePanelCanChooseDirectories@Base 0.95.0 WMSetFilePanelCanChooseFiles@Base 0.95.0 WMSetFilePanelDirectory@Base 0.95.0 WMSetFocusToWidget@Base 0.95.0 WMSetFontPanelAction@Base 0.95.0 WMSetFontPanelFont@Base 0.95.0 WMSetFrameRelief@Base 0.95.0 WMSetFrameTitle@Base 0.95.0 WMSetFrameTitlePosition@Base 0.95.0 WMSetLabelFont@Base 0.95.0 WMSetLabelImage@Base 0.95.0 WMSetLabelImagePosition@Base 0.95.0 WMSetLabelRelief@Base 0.95.0 WMSetLabelText@Base 0.95.0 WMSetLabelTextAlignment@Base 0.95.0 WMSetLabelTextColor@Base 0.95.0 WMSetLabelWraps@Base 0.95.0 WMSetListAction@Base 0.95.0 WMSetListAllowEmptySelection@Base 0.95.0 WMSetListAllowMultipleSelection@Base 0.95.0 WMSetListBottomPosition@Base 0.95.0 WMSetListDoubleAction@Base 0.95.0 WMSetListPosition@Base 0.95.0 WMSetListSelectionToRange@Base 0.95.0 WMSetListUserDrawItemHeight@Base 0.95.0 WMSetListUserDrawProc@Base 0.95.0 WMSetMenuItemAction@Base 0.95.0 WMSetMenuItemEnabled@Base 0.95.0 WMSetMenuItemMixedStatePixmap@Base 0.95.0 WMSetMenuItemOffStatePixmap@Base 0.95.0 WMSetMenuItemOnStatePixmap@Base 0.95.0 WMSetMenuItemPixmap@Base 0.95.0 WMSetMenuItemRepresentedObject@Base 0.95.0 WMSetMenuItemShortcut@Base 0.95.0 WMSetMenuItemShortcutModifierMask@Base 0.95.0 WMSetMenuItemState@Base 0.95.0 WMSetMenuItemTitle@Base 0.95.0 WMSetPopUpButtonAction@Base 0.95.0 WMSetPopUpButtonEnabled@Base 0.95.0 WMSetPopUpButtonItemEnabled@Base 0.95.0 WMSetPopUpButtonPullsDown@Base 0.95.0 WMSetPopUpButtonSelectedItem@Base 0.95.0 WMSetPopUpButtonText@Base 0.95.0 WMSetProgressIndicatorMaxValue@Base 0.95.0 WMSetProgressIndicatorMinValue@Base 0.95.0 WMSetProgressIndicatorValue@Base 0.95.0 WMSetRulerMargins@Base 0.95.0 WMSetRulerMoveAction@Base 0.95.0 WMSetRulerOffset@Base 0.95.0 WMSetRulerReleaseAction@Base 0.95.0 WMSetScrollViewContentView@Base 0.95.0 WMSetScrollViewHasHorizontalScroller@Base 0.95.0 WMSetScrollViewHasVerticalScroller@Base 0.95.0 WMSetScrollViewLineScroll@Base 0.95.0 WMSetScrollViewPageScroll@Base 0.95.0 WMSetScrollViewRelief@Base 0.95.0 WMSetScrollerAction@Base 0.95.0 WMSetScrollerArrowsPosition@Base 0.95.0 WMSetScrollerParameters@Base 0.95.0 WMSetSliderAction@Base 0.95.0 WMSetSliderContinuous@Base 0.95.0 WMSetSliderImage@Base 0.95.0 WMSetSliderKnobThickness@Base 0.95.0 WMSetSliderMaxValue@Base 0.95.0 WMSetSliderMinValue@Base 0.95.0 WMSetSliderValue@Base 0.95.0 WMSetSplitViewConstrainProc@Base 0.95.0 WMSetSplitViewVertical@Base 0.95.0 WMSetTabViewDelegate@Base 0.95.0 WMSetTabViewEnabled@Base 0.95.0 WMSetTabViewFont@Base 0.95.0 WMSetTabViewItemEnabled@Base 0.95.0 WMSetTabViewItemLabel@Base 0.95.0 WMSetTabViewItemView@Base 0.95.0 WMSetTabViewType@Base 0.95.0 WMSetTextAlignment@Base 0.95.0 WMSetTextBackgroundColor@Base 0.95.0 WMSetTextBackgroundPixmap@Base 0.95.0 WMSetTextBlockProperties@Base 0.95.0 WMSetTextDefaultColor@Base 0.95.0 WMSetTextDefaultFont@Base 0.95.0 WMSetTextDelegate@Base 0.95.0 WMSetTextEditable@Base 0.95.0 WMSetTextFieldAlignment@Base 0.95.0 WMSetTextFieldBeveled@Base 0.95.0 WMSetTextFieldBordered@Base 0.95.0 WMSetTextFieldCursorPosition@Base 0.95.0 WMSetTextFieldDelegate@Base 0.95.0 WMSetTextFieldEditable@Base 0.95.0 WMSetTextFieldFont@Base 0.95.0 WMSetTextFieldNextTextField@Base 0.95.0 WMSetTextFieldPrevTextField@Base 0.95.0 WMSetTextFieldSecure@Base 0.95.0 WMSetTextFieldText@Base 0.95.0 WMSetTextForegroundColor@Base 0.95.0 WMSetTextHasHorizontalScroller@Base 0.95.0 WMSetTextHasRuler@Base 0.95.0 WMSetTextHasVerticalScroller@Base 0.95.0 WMSetTextIgnoresNewline@Base 0.95.0 WMSetTextIndentNewLines@Base 0.95.0 WMSetTextRelief@Base 0.95.0 WMSetTextSelectionColor@Base 0.95.0 WMSetTextSelectionFont@Base 0.95.0 WMSetTextSelectionUnderlined@Base 0.95.0 WMSetTextUsesMonoFont@Base 0.95.0 WMSetViewDragDestinationProcs@Base 0.95.0 WMSetViewDragImage@Base 0.95.0 WMSetViewDragSourceProcs@Base 0.95.0 WMSetViewDraggable@Base 0.95.0 WMSetViewExpandsToParent@Base 0.95.0 WMSetViewNextResponder@Base 0.95.0 WMSetViewNotifySizeChanges@Base 0.95.0 WMSetWidgetBackgroundColor@Base 0.95.0 WMSetWidgetDefaultBoldFont@Base 0.95.0 WMSetWidgetDefaultFont@Base 0.95.0 WMSetWindowAspectRatio@Base 0.95.0 WMSetWindowBaseSize@Base 0.95.0 WMSetWindowCloseAction@Base 0.95.0 WMSetWindowDocumentEdited@Base 0.95.0 WMSetWindowInitialPosition@Base 0.95.0 WMSetWindowLevel@Base 0.95.0 WMSetWindowMaxSize@Base 0.95.0 WMSetWindowMinSize@Base 0.95.0 WMSetWindowMiniwindowImage@Base 0.95.0 WMSetWindowMiniwindowPixmap@Base 0.95.0 WMSetWindowMiniwindowTitle@Base 0.95.0 WMSetWindowResizeIncrements@Base 0.95.0 WMSetWindowTitle@Base 0.95.0 WMSetWindowUserPosition@Base 0.95.0 WMShowColorPanel@Base 0.95.0 WMShowFontPanel@Base 0.95.0 WMShowTextRuler@Base 0.95.0 WMSortBrowserColumn@Base 0.95.0 WMSortBrowserColumnWithComparer@Base 0.95.0 WMSortListItems@Base 0.95.0 WMSortListItemsWithComparer@Base 0.95.0 WMSystemFontOfSize@Base 0.95.0 WMTabViewItemAtPoint@Base 0.95.0 WMTextDidBeginEditingNotification@Base 0.95.0 WMTextDidChangeNotification@Base 0.95.0 WMTextDidEndEditingNotification@Base 0.95.0 WMThawText@Base 0.95.0 WMUnmapSubwidgets@Base 0.95.0 WMUnmapWidget@Base 0.95.0 WMUnregisterViewDraggedTypes@Base 0.95.0 WMUnselectAllListItems@Base 0.95.0 WMUnselectListItem@Base 0.95.0 WMUnsetViewDraggable@Base 0.95.0 WMViewFocusDidChangeNotification@Base 0.95.0 WMViewRealizedNotification@Base 0.95.0 WMViewSizeDidChangeNotification@Base 0.95.0 WMViewXID@Base 0.95.0 WMWhiteColor@Base 0.95.0 WMWidgetHeight@Base 0.95.0 WMWidgetIsMapped@Base 0.95.0 WMWidgetOfView@Base 0.95.0 WMWidgetScreen@Base 0.95.0 WMWidgetWidth@Base 0.95.0 WMWidgetXID@Base 0.95.0 WMWidthOfString@Base 0.95.0 WSetColorWellBordered@Base 0.95.0 W_ActionToOperation@Base 0.95.0 W_BalloonHandleEnterView@Base 0.95.0 W_BalloonHandleLeaveView@Base 0.95.0 W_BroadcastMessage@Base 0.95.0 W_CallDestroyHandlers@Base 0.95.0 W_CreateBalloon@Base 0.95.0 W_CreateIC@Base 0.95.0 W_CreateRootView@Base 0.95.0 W_CreateTopView@Base 0.95.0 W_CreateUnmanagedTopView@Base 0.95.0 W_CreateView@Base 0.95.0 W_DestroyIC@Base 0.95.0 W_DestroyView@Base 0.95.0 W_DispatchMessage@Base 0.95.0 W_DragDestinationCancelDropOnEnter@Base 0.95.0 W_DragDestinationInfoClear@Base 0.95.0 W_DragDestinationStartTimer@Base 0.95.0 W_DragDestinationStateHandler@Base 0.95.0 W_DragDestinationStopTimer@Base 0.95.0 W_DragDestinationStoreEnterMsgInfo@Base 0.95.0 W_DragDestinationStorePositionMsgInfo@Base 0.95.0 W_DragSourceStartTimer@Base 0.95.0 W_DragSourceStateHandler@Base 0.95.0 W_DragSourceStopTimer@Base 0.95.0 #MISSING: 0.95.3-1# W_DraggingInfo@Base 0.95.0 W_DrawRelief@Base 0.95.0 W_DrawReliefWithGC@Base 0.95.0 W_FocusIC@Base 0.95.0 W_FocusedViewOfToplevel@Base 0.95.0 W_FreeViewXdndPart@Base 0.95.0 W_GetTextHeight@Base 0.95.0 W_GetViewForXWindow@Base 0.95.0 W_HandleDNDClientMessage@Base 0.95.0 W_HandleSelectionEvent@Base 0.95.0 W_InitApplication@Base 0.95.0 W_InitIM@Base 0.95.0 W_LookupString@Base 0.95.0 W_LowerView@Base 0.95.0 W_MapSubviews@Base 0.95.0 W_MapView@Base 0.95.0 W_MoveView@Base 0.95.0 W_OperationToAction@Base 0.95.0 W_PaintText@Base 0.95.0 W_PaintTextAndImage@Base 0.95.0 W_RaiseView@Base 0.95.0 W_ReadConfigurations@Base 0.95.0 W_RealizeView@Base 0.95.0 W_RedisplayView@Base 0.95.0 W_RegisterUserWidget@Base 0.95.0 W_ReleaseView@Base 0.95.0 W_ReparentView@Base 0.95.0 W_ResizeView@Base 0.95.0 W_RetainView@Base 0.95.0 W_SendDnDClientMessage@Base 0.95.0 W_SetFocusOfTopLevel@Base 0.95.0 W_SetPreeditPositon@Base 0.95.0 W_SetViewBackgroundColor@Base 0.95.0 W_SetViewCursor@Base 0.95.0 #MISSING: 0.95.5-1# W_SetXdndAwareProperty@Base 0.95.0 W_TopLevelOfView@Base 0.95.0 W_UnFocusIC@Base 0.95.0 W_UnmapSubviews@Base 0.95.0 W_UnmapView@Base 0.95.0 W_getconf_mouseWheelDown@Base 0.95.5 W_getconf_mouseWheelUp@Base 0.95.5 W_setconf_doubleClickDelay@Base 0.95.5 _BrowserViewDelegate@Base 0.95.0 _ColorWellViewDelegate@Base 0.95.0 _ListViewDelegate@Base 0.95.0 _ProgressIndicatorDelegate@Base 0.95.0 _RulerViewDelegate@Base 0.95.0 _ScrollViewViewDelegate@Base 0.95.0 _ScrollerViewDelegate@Base 0.95.0 _SliderViewDelegate@Base 0.95.0 _TextFieldViewDelegate@Base 0.95.0 _TextViewDelegate@Base 0.95.0 _WindowViewDelegate@Base 0.95.0 colorListMenuItem@Base 0.95.0 #MISSING: 0.95.5-1# convertCPColor@Base 0.95.0 customPaletteMenuItem@Base 0.95.0 #MISSING: 0.95.5-1# generateNewFilename@Base 0.95.0 #MISSING: 0.95.5-1# getNextRequestedDataType@Base 0.95.0 #MISSING: 0.95.5-1# getShift@Base 0.95.0 #MISSING: 0.95.5-1# getStream@Base 0.95.0 #MISSING: 0.95.5-1# getStreamObjects@Base 0.95.0 #MISSING: 0.95.5-1# makeMenuPixmap@Base 0.95.0 #MISSING: 0.95.5-1# requestDropData@Base 0.95.0 #MISSING: 0.95.5-1# requestDropDataInSelection@Base 0.95.0 #MISSING: 0.95.5-1# requestHandler@Base 0.95.0 rgbColors@Base 0.95.0 #MISSING: 0.95.5-1# sourceOperationList@Base 0.95.0 #MISSING: 0.95.5-1# storeRequiredTypeList@Base 0.95.0 #MISSING: 0.95.5-1# ulongToRColor@Base 0.95.0 wmkpoint@Base 0.95.0 wmkrect@Base 0.95.0 wmksize@Base 0.95.0 debian/libwutil3.symbols0000664000000000000000000001702512261137770012533 0ustar libWUtil.so.3 libwutil3 #MINVER# WHandleEvents@Base 0.95.5 WMAddIdleHandler@Base 0.95.5 WMAddInputHandler@Base 0.95.5 WMAddNotificationObserver@Base 0.95.5 WMAddPersistentTimerHandler@Base 0.95.5 WMAddTimerHandler@Base 0.95.5 WMAddToArray@Base 0.95.5 WMAddToPLArray@Base 0.95.5 WMAppendArray@Base 0.95.5 WMAppendBag@Base 0.95.5 WMAppendData@Base 0.95.5 WMAppendDataBytes@Base 0.95.5 WMApplication@Base 0.95.5 WMArrayFirst@Base 0.95.5 WMArrayLast@Base 0.95.5 WMArrayNext@Base 0.95.5 WMArrayPrevious@Base 0.95.5 WMBagFirst@Base 0.95.5 WMBagIndexForIterator@Base 0.95.5 WMBagIteratorAtIndex@Base 0.95.5 WMBagLast@Base 0.95.5 WMBagNext@Base 0.95.5 WMBagPrevious@Base 0.95.5 WMCountHashTable@Base 0.95.5 WMCountInArray@Base 0.95.5 WMCountInBag@Base 0.95.5 WMCreateArray@Base 0.95.5 WMCreateArrayWithArray@Base 0.95.5 WMCreateArrayWithDestructor@Base 0.95.5 WMCreateDataWithBytes@Base 0.95.5 WMCreateDataWithBytesNoCopy@Base 0.95.5 WMCreateDataWithCapacity@Base 0.95.5 WMCreateDataWithData@Base 0.95.5 WMCreateDataWithLength@Base 0.95.5 WMCreateHashTable@Base 0.95.5 WMCreateNotification@Base 0.95.5 WMCreateNotificationQueue@Base 0.95.5 WMCreatePLArray@Base 0.95.5 WMCreatePLData@Base 0.95.5 WMCreatePLDataWithBytes@Base 0.95.5 WMCreatePLDataWithBytesNoCopy@Base 0.95.5 WMCreatePLDictionary@Base 0.95.5 WMCreatePLString@Base 0.95.5 WMCreatePropListFromDescription@Base 0.95.5 WMCreateTreeBag@Base 0.95.5 WMCreateTreeBagWithDestructor@Base 0.95.5 WMCreateTreeNode@Base 0.95.5 WMCreateTreeNodeWithDestructor@Base 0.95.5 WMDataBytes@Base 0.95.5 WMDeepCopyPropList@Base 0.95.5 WMDeleteFromArray@Base 0.95.5 WMDeleteFromBag@Base 0.95.5 WMDeleteFromPLArray@Base 0.95.5 WMDeleteIdleHandler@Base 0.95.5 WMDeleteInputHandler@Base 0.95.5 WMDeleteLeafForTreeNode@Base 0.95.5 WMDeleteTimerHandler@Base 0.95.5 WMDeleteTimerWithClientData@Base 0.95.5 WMDequeueNotificationMatching@Base 0.95.5 WMDestroyTreeNode@Base 0.95.5 WMEmptyArray@Base 0.95.5 WMEmptyBag@Base 0.95.5 WMEnableUDPeriodicSynchronization@Base 0.95.5 WMEnqueueCoalesceNotification@Base 0.95.5 WMEnqueueNotification@Base 0.95.5 WMEnumerateHashTable@Base 0.95.5 WMEraseFromBag@Base 0.95.5 WMFindInArray@Base 0.95.5 WMFindInBag@Base 0.95.5 WMFindInTree@Base 0.95.5 WMFindInTreeWithDepthLimit@Base 0.95.5 WMFreeArray@Base 0.95.5 WMFreeBag@Base 0.95.5 WMFreeHashTable@Base 0.95.5 WMGetApplicationName@Base 0.95.5 WMGetArrayItemCount@Base 0.95.5 WMGetBagItemCount@Base 0.95.5 WMGetDataBytes@Base 0.95.5 WMGetDataBytesWithLength@Base 0.95.5 WMGetDataBytesWithRange@Base 0.95.5 WMGetDataForTreeNode@Base 0.95.5 WMGetDataFormat@Base 0.95.5 WMGetDataLength@Base 0.95.5 WMGetDefaultNotificationQueue@Base 0.95.5 WMGetDefaultsFromPath@Base 0.95.5 WMGetFirstInBag@Base 0.95.5 WMGetFromArray@Base 0.95.5 WMGetFromBag@Base 0.95.5 WMGetFromPLArray@Base 0.95.5 WMGetFromPLData@Base 0.95.5 WMGetFromPLDictionary@Base 0.95.5 WMGetFromPLString@Base 0.95.5 WMGetNotificationClientData@Base 0.95.5 WMGetNotificationName@Base 0.95.5 WMGetNotificationObject@Base 0.95.5 WMGetPLDataBytes@Base 0.95.5 WMGetPLDataLength@Base 0.95.5 WMGetPLDictionaryKeys@Base 0.95.5 WMGetParentForTreeNode@Base 0.95.5 WMGetPropListDescription@Base 0.95.5 WMGetPropListItemCount@Base 0.95.5 WMGetStandardUserDefaults@Base 0.95.5 WMGetSubarrayWithRange@Base 0.95.5 WMGetSubdataWithRange@Base 0.95.5 WMGetTreeNodeDepth@Base 0.95.5 WMGetUDBoolForKey@Base 0.95.5 WMGetUDFloatForKey@Base 0.95.5 WMGetUDIntegerForKey@Base 0.95.5 WMGetUDKeys@Base 0.95.5 WMGetUDObjectForKey@Base 0.95.5 WMGetUDSearchList@Base 0.95.5 WMGetUDStringForKey@Base 0.95.5 WMHashGet@Base 0.95.5 WMHashGetItemAndKey@Base 0.95.5 WMHashInsert@Base 0.95.5 WMHashRemove@Base 0.95.5 WMIncreaseDataLengthBy@Base 0.95.5 WMInitializeApplication@Base 0.95.5 WMInsertInArray@Base 0.95.5 WMInsertInBag@Base 0.95.5 WMInsertInPLArray@Base 0.95.5 WMInsertItemInTree@Base 0.95.5 WMInsertNodeInTree@Base 0.95.5 WMIntHashCallbacks@Base 0.95.5 WMIsDataEqualToData@Base 0.95.5 WMIsPLArray@Base 0.95.5 WMIsPLData@Base 0.95.5 WMIsPLDictionary@Base 0.95.5 WMIsPLString@Base 0.95.5 WMIsPropListEqualTo@Base 0.95.5 WMMapArray@Base 0.95.5 WMMapBag@Base 0.95.5 WMMergePLDictionaries@Base 0.95.5 WMNextHashEnumeratorItem@Base 0.95.5 WMNextHashEnumeratorItemAndKey@Base 0.95.5 WMNextHashEnumeratorKey@Base 0.95.5 WMPLSetCaseSensitive@Base 0.95.5 WMPathForResourceOfType@Base 0.95.5 WMPopFromArray@Base 0.95.5 WMPostNotification@Base 0.95.5 WMPostNotificationName@Base 0.95.5 WMPutInBag@Base 0.95.5 WMPutInPLDictionary@Base 0.95.5 WMReadPropListFromFile@Base 0.95.5 WMReadPropListFromPipe@Base 0.95.5 WMReleaseData@Base 0.95.5 WMReleaseNotification@Base 0.95.5 WMReleasePropList@Base 0.95.5 WMRemoveFromArrayMatching@Base 0.95.5 WMRemoveFromBag@Base 0.95.5 WMRemoveFromPLArray@Base 0.95.5 WMRemoveFromPLDictionary@Base 0.95.5 WMRemoveLeafForTreeNode@Base 0.95.5 WMRemoveNotificationObserver@Base 0.95.5 WMRemoveNotificationObserverWithName@Base 0.95.5 WMRemoveUDObjectForKey@Base 0.95.5 WMReplaceDataBytesInRange@Base 0.95.5 WMReplaceDataForTreeNode@Base 0.95.5 WMReplaceInArray@Base 0.95.5 WMReplaceInBag@Base 0.95.5 WMResetDataBytesInRange@Base 0.95.5 WMResetHashTable@Base 0.95.5 WMRetainData@Base 0.95.5 WMRetainNotification@Base 0.95.5 WMRetainPropList@Base 0.95.5 WMSaveUserDefaults@Base 0.95.5 WMSetData@Base 0.95.5 WMSetDataCapacity@Base 0.95.5 WMSetDataFormat@Base 0.95.5 WMSetDataLength@Base 0.95.5 WMSetResourcePath@Base 0.95.5 WMSetUDBoolForKey@Base 0.95.5 WMSetUDFloatForKey@Base 0.95.5 WMSetUDIntegerForKey@Base 0.95.5 WMSetUDObjectForKey@Base 0.95.5 WMSetUDSearchList@Base 0.95.5 WMSetUDStringForKey@Base 0.95.5 WMShallowCopyPropList@Base 0.95.5 WMSortArray@Base 0.95.5 WMSortBag@Base 0.95.5 WMSortLeavesForTreeNode@Base 0.95.5 WMSortTree@Base 0.95.5 WMStringHashCallbacks@Base 0.95.5 WMStringPointerHashCallbacks@Base 0.95.5 WMSubtractPLDictionaries@Base 0.95.5 WMSynchronizeUserDefaults@Base 0.95.5 WMTreeWalk@Base 0.95.5 WMUserDefaultsDidChangeNotification@Base 0.95.5 WMWritePropListToFile@Base 0.95.5 WMenuParserCreate@Base 0.95.5 WMenuParserDelete@Base 0.95.5 WMenuParserError@Base 0.95.5 WMenuParserGetFilename@Base 0.95.5 WMenuParserGetLine@Base 0.95.5 WMenuParserRegisterSimpleMacro@Base 0.95.5 W_ApplicationInitialized@Base 0.95.5 W_CheckIdleHandlers@Base 0.95.5 W_CheckTimerHandlers@Base 0.95.5 W_FlushASAPNotificationQueue@Base 0.95.5 W_FlushIdleNotificationQueue@Base 0.95.5 W_HandleInputEvents@Base 0.95.5 W_InitNotificationCenter@Base 0.95.5 _WINGS_progname@Base 0.95.5 __wmessage@Base 0.95.5 isnamechr@Base 0.95.5 menu_parser_define_macro@Base 0.95.5 menu_parser_expand_macro@Base 0.95.5 menu_parser_find_macro@Base 0.95.5 menu_parser_free_macros@Base 0.95.5 menu_parser_register_preset_macros@Base 0.95.5 menu_parser_skip_spaces_and_comments@Base 0.95.5 wcopy_file@Base 0.95.5 wdefaultspathfordomain@Base 0.95.5 wexpandpath@Base 0.95.5 wfindfile@Base 0.95.5 wfindfileinarray@Base 0.95.5 wfindfileinlist@Base 0.95.5 wfree@Base 0.95.5 wgethomedir@Base 0.95.5 wglobaldefaultspathfordomain@Base 0.95.5 wmalloc@Base 0.95.5 wmkdirhier@Base 0.95.5 wmkrange@Base 0.95.5 wrealloc@Base 0.95.5 wrelease@Base 0.95.5 wretain@Base 0.95.5 wrmdirhier@Base 0.95.5 wsetabort@Base 0.95.5 wshellquote@Base 0.95.5 wstrappend@Base 0.95.5 wstrconcat@Base 0.95.5 wstrdup@Base 0.95.5 wstrlcat@Base 0.95.5 wstrlcpy@Base 0.95.5 wstrndup@Base 0.95.5 wtokenfree@Base 0.95.5 wtokenjoin@Base 0.95.5 wtokennext@Base 0.95.5 wtokensplit@Base 0.95.5 wtrimspace@Base 0.95.5 wusergnusteppath@Base 0.95.5 wusleep@Base 0.95.5 debian/wmaker.install0000664000000000000000000000244412261137770012060 0ustar usr/bin/wxcopy usr/bin/wmagnify usr/bin/wmmenugen usr/bin/wmgenmenu usr/bin/wmsetbg usr/bin/wdread usr/bin/wdwrite usr/bin/getstyle usr/bin/seticons usr/bin/geticonset usr/bin/setstyle usr/bin/wxpaste usr/bin/wmaker usr/lib/WindowMaker usr/bin/convertfonts usr/lib/WindowMaker usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs usr/lib/GNUstep/System/Applications/WPrefs.app # Manpages - Locale specific usr/share/man/ru/man1/wxpaste.1x usr/share/man/ru/man1/geticonset.1x usr/share/man/ru/man1/seticons.1x usr/share/man/ru/man1/setstyle.1x usr/share/man/ru/man1/getstyle.1x usr/share/man/ru/man1/wdwrite.1x usr/share/man/ru/man1/wxcopy.1x usr/share/man/ru/man1/wmaker.1x usr/share/man/ru/man1/wmsetbg.1x usr/share/man/sk/man1/wxpaste.1x usr/share/man/sk/man1/geticonset.1x usr/share/man/sk/man1/seticons.1x usr/share/man/sk/man1/setstyle.1x usr/share/man/sk/man1/getstyle.1x usr/share/man/sk/man1/wdwrite.1x usr/share/man/sk/man1/wxcopy.1x usr/share/man/sk/man1/wmaker.1x usr/share/man/sk/man1/wmsetbg.1x usr/share/man/cs/man1/wxpaste.1x usr/share/man/cs/man1/geticonset.1x usr/share/man/cs/man1/seticons.1x usr/share/man/cs/man1/setstyle.1x usr/share/man/cs/man1/getstyle.1x usr/share/man/cs/man1/wdwrite.1x usr/share/man/cs/man1/wxcopy.1x usr/share/man/cs/man1/wmaker.1x usr/share/man/cs/man1/wmsetbg.1x debian/wmaker.menu-method0000664000000000000000000000241712261137770012634 0ustar #!/usr/bin/install-menu # # Generates Window Maker menus for all registered applications. !include menu.h compat="menu-1"; outputencoding="UTF-8" outputlanguage="C" genmenu="menu.hook" rootprefix="/etc/GNUstep/Defaults" userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker/" treewalk="(M)" rootsection="/Debian" function mytitle()=replacewith(title(),"\"","'") function exec($action,$com)= \ " \"" translate(,mytitle()) "\" " ifnempty($shortcut, "SHORTCUT " $shortcut " ") $action " " esc($com,"*") "\n" supported x11= exec("SHEXEC",$command) wm= exec("RESTART",$command) text= exec("SHEXEC",term()) wmaker= exec("",$command ifnempty($arg," " $arg)) endsupported preoutput= "/* Automatically generated file. Do not edit (see /usr/share/doc/menu/menu.txt.gz) */\n\n#include \"wmmacros\"\n" mainmenutitle="" submenutitle= "" startmenu= "\n" \ ifelse( \ title(), \ ifneq(mytitle(), "Applications", "\"" translate(,mytitle()) "\" MENU"), \ "Debian MENU\n\n" \ ) \ "\n" endmenu= ifelse( \ title(), \ ifneq(mytitle(), "Applications", "\"" translate(,mytitle()) "\" END"), \ "\n\nDebian END" \ ) \ "\n" debian/wmaker.changelog-upstream0000664000000000000000000000001212261137770014164 0ustar ChangeLog debian/libwings2.install0000664000000000000000000000002612261137770012464 0ustar usr/lib/libWINGs.so.* debian/libwraster3.install0000664000000000000000000000003012261137770013020 0ustar usr/lib/libwraster.so.* debian/libwraster3-dev.changelog-upstream0000664000000000000000000000001212261137770015713 0ustar ChangeLog debian/libwings2.changelog-upstream0000664000000000000000000000001212261137770014576 0ustar ChangeLog debian/wmaker-common.dirs0000664000000000000000000000017412261137770012637 0ustar etc/menu-methods etc/GNUstep/Defaults usr/bin usr/sbin usr/share/doc/wmaker usr/share/xsessions usr/share/doc/wmaker-common debian/wmaker.postrm0000664000000000000000000000070312261137770011732 0ustar #!/bin/sh set -e case "$1" in remove) if [ -x /usr/bin/update-menus ] ; then update-menus fi ;; purge|upgrade|abort-install|disappear) # nothing to do ;; failed-upgrade) # this is an upgrade, and it has failed. What can fail? exit 1 ;; abort-upgrade) # preinst failed, leave things like they were ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/debianfiles/0000775000000000000000000000000012261140222011425 5ustar debian/debianfiles/upgrade-windowmaker-defaults0000664000000000000000000000743512261137770017160 0ustar #! /bin/sh # (c) 1998 Marcelo Magallon # this script is distributed under the terms and conditions of the GPL. # # TODO: # # * Fix that ugly hack with fix* # Is there something in the shell like Perl's hashes? It could be nice to # do something like "foreach $var (keys %fixes)" to associate fixes with # file names so I don't have to track things all over the place # # * Fix also the code that iterates over user directories to include system # directories in one run # # upgrade-windowmaker-defaults (0.3) # # * Handles upgrade to Window Maker 0.19.0 # Logo.Clip -> Tile.Clip (crashing) # # upgrade-windowmaker-defaults (0.2) # # * Handles keyname changes between 0.16.1 and 0.17.2 # # Tue Jul 21 08:05:00 CST 1998 # # upgrade-windowmaker-defaults (0.1) # # * Initial release # * Handles WindowPlaceOrigin syntax change # * Handles name change Fiend -> Clip # # Sat Jun 13 16:18:36 CST 1998 # Fixes (these are not-optional changes) # this one changes WindowPlaceOrigin = "..." to WindowPlaceOrigin = (...) fix1='s/\(.*WindowPlaceOrigin = \)"\(.*\)";/\1(\2);/' # and this one substitutes Fiend with Clip fix2='s/\(.*\)Fiend\(.*\)=/\1Clip\2=/' # this one applies to WMState fix3='s/\( *\)Fiend\( *\)=/\1Clip\2=/' fix4='s/\(.*\)Logo\.\(WMFiend\|WMClip\)\(.*\)=/\1Tile.WMClip\3=/' # this one applies to Window Maker fix5='s/\(.*\)NoSound\(.*\)=/\1DisableSound\2=/' fix6='s/\(.*\)NoAutoWarp\(.*\)=/\1DontLinkWorspaces\2=/' # this one is for WMWindowAttributes # try to screen system accounts in the /etc/passwd file. If somebody # has a better method for doing this, I'm open to suggestions. Please # note that Debian Policy states accounts 0-99 are reserved for the # Project, and 100 onwards *could* be used by the local sysadmin, but # the default is 1000 and up users='^[[:alnum:]]*:[[:alnum:]]*:[[:digit:]]\{4,\}:' ask_n () { echo -n $*'? [yN] ' read yn test -n "$yn" || yn=n case "$yn" in [yY]*) return 1 ;; *) return 0 ;; esac } apply_fix () { file_to_fix=$1; shift if [ -e $file_to_fix ] ; then echo -n "Fixing $file_to_fix... " while [ $# -gt 0 ] ; do sed -e "$1" $file_to_fix > $tempfile cat $tempfile > $file_to_fix shift done echo done. fi } ask_permission () { cat < Tile.Clip (crashing) NOT fixing this could prevent Window Maker from starting. Please read /usr/doc/wmaker/NEWS.gz and /usr/doc/wmaker/changelog.gz I will fix *both* the system defaults and each user's files. EOF if ! ask_n "Do you want to proceed with the changes" ; then return 0 else return 1 fi } set -e gs_dir=GNUstep [ $GNUSTEP_USER_ROOT ] && gs_dir=$GNUSTEP_USER_ROOT gs_defaults=$gs_dir/Defaults gs_system_defaults=/etc/GNUstep/Defaults if [ "$1" = "--non-interactive" ] || ask_permission ; then tempfile=`tempfile` # fix users' files for dir in `cut -d : -f 6 /etc/passwd | sort -u` ; do apply_fix $dir/$gs_defaults/WindowMaker "$fix1" "$fix2" "$fix5" "$fix6" apply_fix $dir/$gs_defaults/WMState "$fix3" apply_fix $dir/$gs_defaults/WMWindowAttributes "$fix4" done # fix system files apply_fix $gs_system_defaults/WindowMaker "$fix1" "$fix2" "$fix5" "$fix6" apply_fix $gs_system_defaults/WMState "$fix3" apply_fix $gs_system_defaults/WMWindowAttributes "$fix4" rm $tempfile cat <ț4~_*Ԟ/oBn1 FQ.p8[6$Fe-6.z_Gɣ9\$U|N:I9-u'IENDB`debian/debianfiles/wmaker0000664000000000000000000000373612261137770012665 0ustar #!/bin/sh set -e [ -n "$GNUSTEP_USER_ROOT" ] || export GNUSTEP_USER_ROOT="$HOME/GNUstep" gs_base="$GNUSTEP_USER_ROOT" gs_defaults="$gs_base/Defaults" gs_system_defaults=/etc/GNUstep/Defaults wm_base="$gs_base/Library/WindowMaker" wm_backgrounds="$wm_base/Backgrounds" wm_iconsets="$wm_base/IconSets" wm_pixmaps="$wm_base/Pixmaps" gs_icons="$gs_base/Library/Icons" wm_style="$wm_base/Style" wm_styles="$wm_base/Styles" wm_themes="$wm_base/Themes" WindowMaker=/usr/lib/WindowMaker/wmaker convertfonts=/usr/lib/WindowMaker/convertfonts make_dir_if_needed () { if [ ! -d "$1" ] ; then install -m 0755 -d "$1" fi } rename_dir_if_possible () { if [ ! -d "$2" ] ; then if [ -d "$1" ] ; then mv "$1" "$2" fi fi } copy_defaults_if_needed () { file="$gs_defaults/$1" system_file="$gs_system_defaults/$1" if [ ! -f "$file" ] ; then install -m 0644 "$system_file" "$file" fi } make_dir_if_needed "$gs_defaults" make_dir_if_needed "$wm_base" make_dir_if_needed "$wm_backgrounds" make_dir_if_needed "$wm_iconsets" make_dir_if_needed "$wm_pixmaps" make_dir_if_needed "$gs_icons" rename_dir_if_possible "$wm_style" "$wm_styles" make_dir_if_needed "$wm_styles" make_dir_if_needed "$wm_themes" copy_defaults_if_needed WindowMaker copy_defaults_if_needed WMRootMenu copy_defaults_if_needed WMState #copy_defaults_if_needed WMWindowAttributes if [ -x $convertfonts -a ! -e "$wm_base/.fonts_converted" ] ; then # --keep-xlfd is used in order to preserve the original information $convertfonts --keep-xlfd "$gs_defaults/WindowMaker" if [ -f "$gs_defaults/WMGLOBAL" ] ; then $convertfonts --keep-xlfd "$gs_defaults/WMGLOBAL" fi find "$wm_styles" -mindepth 1 -maxdepth 1 -type f -print0 | xargs -0 -r -n 1 $convertfonts --keep-xlfd touch "$wm_base/.fonts_converted" fi if [ -n "$1" -a -x "$WindowMaker$1" ] ; then WindowMaker="$WindowMaker$1" shift fi exec "$WindowMaker" "$@" debian/debianfiles/conf/0000775000000000000000000000000012261140222012352 5ustar debian/debianfiles/conf/WMRootMenu0000664000000000000000000000001412261137770014322 0ustar "menu.hook" debian/debianfiles/conf/WMWindowAttributes0000664000000000000000000000415612261137770016103 0ustar { Logo.WMDock = {Icon = GNUstep.tiff;}; Logo.WMPanel = {Icon = GNUstep.tiff;}; Tile.WMClip = {Icon = clip.tiff;}; WPrefs = {Icon = "/usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff";}; Dockit = {Icon = GNUstep.tiff;}; WMSoundServer = {Icon = Sound.tiff;}; "*" = {Icon = defaultAppIcon.tiff;}; Rxvt = {Icon = GNUterm.tiff;}; KTerm = {Icon = GNUterm.tiff;}; NXTerm = {Icon = GNUterm.tiff;}; XTerm = {Icon = GNUterm.tiff;}; Netscape = {Icon = "wmaker-netscape.tif";}; "Mozilla-bin" = {Icon = "wmaker-nav.tif";}; emacs = {Icon = "wmaker-emacs.tif";}; Gimp = {AlwaysUserIcon = Yes;Icon = "wmaker-gimp2.tif";}; toolbox.Gimp = {NoAppIcon = Yes;Icon = "wmaker-gimp2.tif";}; gimp_startup.Gimp = { Icon = "wmaker-gimp2.tif"; AlwaysUserIcon = Yes; NoTitlebar = Yes; NoResizebar = Yes; NotClosable = Yes; NotMiniaturizable = Yes; }; tip_of_the_day.Gimp = { Icon = "wmaker-gimp2.tif"; AlwaysUserIcon = Yes; NoResizebar = Yes; NoCloseButton = Yes; NoMiniaturizeButton = Yes; KeepOnTop = Yes; }; image_window.Gimp = {Icon = "wmaker-gimp-work.tif";AlwaysUserIcon = Yes;}; brushselection.Gimp = {Icon = "wmaker-gimp-brushes.tif";AlwaysUserIcon = Yes;}; patternselection.Gimp = {Icon = "wmaker-gimp-patterns.tif";AlwaysUserIcon = Yes;}; color_palette.Gimp = { Icon = "wmaker-gimp-palette.tif"; AlwaysUserIcon = Yes; NoResizebar = Yes; }; gradient_editor.Gimp = {Icon = "wmaker-gimp-gradient.tif";AlwaysUserIcon = Yes;}; tool_options.Gimp = {Icon = "wmaker-gimp-tooloption.tif";AlwaysUserIcon = Yes;}; layers_and_channels.Gimp = {Icon = "wmaker-gimp-layers.tif";AlwaysUserIcon = Yes;}; indexed_color_palette.Gimp = { Icon = "wmaker-gimp-palette.tif"; AlwaysUserIcon = Yes; NoResizebar = Yes; }; "Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";}; "script-fu.Script-fu" = {Icon = "wmaker-gimp-script-fu.tif";}; preferences.Gimp = {Icon = "wmaker-gimp-prefs.tif";AlwaysUserIcon = Yes;}; panel = {NoAppIcon = Yes;}; gmc = {NoAppIcon = Yes;Omnipresent = Yes;SkipWindowList = Yes;}; Logo.WMClip = {Icon = clip.tiff;}; } debian/debianfiles/conf/WindowMaker0000664000000000000000000001011612261137770014541 0ustar { LargeDisplayFont = "-*-helvetica-bold-r-normal-*-24-*-*-*-*-*-*-*"; MultiByteText = AUTO; KbdModeLock = NO; SmoothWorkspaceBack = NO; WindozeCycling = NO; PopupSwitchMenu = NO; DisableMiniwindows = NO; OpenTransientOnOwnerWorkspace = NO; EdgeResistance = 30; IconificationStyle = Zoom; IconPath = ( "~/GNUstep/Library/Icons", "~/GNUstep/Library/WindowMaker/Pixmaps", "~/GNUstep/Library/WindowMaker/CachedPixmaps", "/usr/share/WindowMaker/Icons", "/usr/share/WindowMaker/Pixmaps", "/usr/share/icons", "/usr/local/share/WindowMaker/Icons", "/usr/local/share/WindowMaker/Pixmaps", "/usr/local/share/icons" ); PixmapPath = ( "~/GNUstep/Library/WindowMaker/Pixmaps", "~/GNUstep/Library/WindowMaker/Backgrounds", "~/GNUstep/Library/WindowMaker/CachedPixmaps", "/usr/share/WindowMaker/Backgrounds", "/usr/share/WindowMaker/Pixmaps", "/usr/share/pixmaps", "/usr/local/share/WindowMaker/Pixmaps", "/usr/local/share/WindowMaker/Backgrounds", "/usr/local/share/pixmaps" ); WindowTitleBalloons = YES; IconSize = 64; FocusMode = manual; DisableWSMouseActions = NO; MouseLeftButtonAction = SelectWindows; MouseMiddleButtonAction = OpenWindowListMenu; MouseRightButtonAction = OpenApplicationsMenu; MouseWheelAction = None; ColormapSize = 4; DisableDithering = NO; ModifierKey = Mod1; NewStyle = "new"; DisableDock = NO; DisableClip = NO; Superfluous = NO; StickyIcons = NO; SaveSessionOnExit = NO; ColormapMode = auto; RaiseDelay = 0; AutoFocus = YES; WindowPlacement = auto; WindowPlaceOrigin = (64, 64); UseSaveUnders = NO; DisableSound = NO; DisableAnimations = NO; DontLinkWorkspaces = YES; AutoArrangeIcons = NO; AdvanceToNewWorkspace = NO; CycleWorkspaces = NO; ResizeDisplay = line; MoveDisplay = floating; OpaqueMove = YES; IconPosition = "blh"; WrapMenus = NO; ScrollableMenus = YES; MenuScrollSpeed = fast; IconSlideSpeed = fast; ShadeSpeed = fast; DoubleClickTime = 250; AlignSubmenus = NO; NoWindowOverIcons = NO; IgnoreFocusClick = NO; CloseKey = None; MaximizeKey = None; VMaximizeKey = None; RaiseLowerKey = None; DontConfirmKill = NO; ShadeKey = None; NextWorkspaceKey = "Mod1+Control+Right"; PrevWorkspaceKey = "Mod1+Control+Left"; RootMenuKey = F12; WindowListKey = F11; WindowMenuKey = "Control+Escape"; RaiseKey = "Mod1+Up"; LowerKey = "Mod1+Down"; FocusNextKey = "Mod1+Tab"; FocusPrevKey = "Mod1+Shift+Tab"; Workspace1Key = "Mod1+1"; Workspace2Key = "Mod1+2"; Workspace3Key = "Mod1+3"; Workspace4Key = "Mod1+4"; Workspace5Key = "Mod1+5"; Workspace6Key = "Mod1+6"; Workspace7Key = "Mod1+7"; Workspace8Key = "Mod1+8"; Workspace9Key = "Mod1+9"; Workspace10Key = "Mod1+0"; HideKey = "Mod1+H"; SelectKey = None; MiniaturizeKey = "Mod1+M"; NextWorkspaceLayerKey = None; PrevWorkspaceLayerKey = None; ClipLowerKey = None; ClipRaiseKey = None; ConstrainWindowSize = NO; ClipRaiseLowerKey = None; TitleJustify = center; WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; MenuTextFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; IconTitleFont = "-*-helvetica-bold-r-normal-*-9-*-*-*-*-*-*-*"; ClipTitleFont = "Verdana:bold:pixelsize=10"; DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; HighlightColor = white; HighlightTextColor = black; ClipTitleColor = black; CClipTitleColor = gray20; FTitleColor = white; PTitleColor = white; UTitleColor = black; FTitleBack = (solid, black); PTitleBack = (solid, gray40); UTitleBack = (solid, "rgb:aa/aa/aa"); MenuTitleColor = white; MenuTextColor = black; MenuDisabledColor = gray40; MenuTitleBack = (solid, black); MenuTextBack = (solid, "rgb:aa/aa/aa"); WorkspaceBack = ( spixmap, "/usr/share/WindowMaker/Backgrounds/debian.tiff", gray20 ); IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); IconTitleColor = white; IconTitleBack = black; ResizebarBack = (solid, "rgb:aa/aa/aa"); MenuStyle = normal; } debian/debianfiles/wmaker-common.desktop0000664000000000000000000000030212261137770015605 0ustar [Desktop Entry] Encoding=UTF-8 Name=Window maker Comment=This session logs you into Window Maker Exec=/usr/bin/wmaker # no icon yet, only the top three are currently used Icon= Type=Application debian/debianfiles/menu/0000775000000000000000000000000012261140222012371 5ustar debian/debianfiles/menu/wmappearance0000664000000000000000000000117112261137770014775 0ustar #!/usr/bin/install-menu # # Generates the Window Maker Appereance menu compat="menu-1" #!include menu.h genmenu="appearance.menu" rootprefix="/etc/GNUstep/Defaults" userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker" treewalk=(M) supported wmappearance = " \"" $title "\" " $command "\n" endsupported # Please note that items should specify "section=Appearance" preoutput="/* Automatically generated file. Do not edit. */\n\n#include \"wmmacros\"\n\n" postoutput="\n" mainmenutitle="" submenutitle= "" startmenu= ifnempty ($title, $title " MENU \n") endmenu= ifnempty ($title, $title " END \n") debian/debianfiles/Theme/0000775000000000000000000000000012261140222012467 5ustar debian/debianfiles/Theme/Debian.theme.txt0000664000000000000000000000106012261137770015526 0ustar Begin3 Title: Debian Version: 1.0 Entered-date: June 5, 1999 Description: Debian swirl theme for WindowMaker This theme was inspired by the new Debian logo. The background art is derived from copyright-free stock artwork. GIMP was used for the imaging. Keywords: Wmaker, theme, debian, swirl Author: gfburke@earthlink.net (Gary Burke) Maintained-by: gfburke@earthlink.net (Gary Burke) Primary-site: wm.themes.org Debian.tar.gz 186123 Backgrounds/Debian 1117 Themes/Debian Platforms: WindowMaker, XFree86 window manager Copying-policy: GPL End debian/debianfiles/Theme/Debian0000664000000000000000000000214212261137770013611 0ustar { TitleJustify = left; WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*"; DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; HighlightColor = white; HighlightTextColor = black; ClipTitleColor = black; CClipTitleColor = "rgb:61/61/61"; FTitleColor = white; PTitleColor = white; UTitleColor = black; FTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e"); PTitleBack = (hgradient, "rgb:51/50/55", "rgb:80/80/80"); UTitleBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85"); MenuTitleColor = white; MenuTextColor = black; MenuDisabledColor = gray40; MenuTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e"); MenuTextBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85"); WorkspaceBack = (spixmap, debian.tiff, "rgb:8c/81/65"); IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); } debian/debianfiles/Theme/debian.tiff0000664000000000000000000076311612261137770014617 0ustar II*xqVg l۴MɖLQ | QDʲ(yzg{z2ySg[eFč͌dpڰ[O0T ;&D̮)fk 9**s&rgWhF QeR51_2tm̀N}|Ȳo jQEDQSTQ^]SPo;8= M@L|)a9sJPG%ęvjڈU0^r=MŚ}p{#@a1 /$zP(8w=512w XػeV}}C~˥&$bp)ە9;FUCsZ5=B:\eg h6T8Zs $,DMIZpw)ނ Bw%B1' 6""r8Q mAO j^~gt'q%MĊN+~hM&S S]rI$1- 3xń[qS[%vr Rk~jCĕ44K5O~'`50X\j~K s<$6&ǵgz(9>ɴ66Y=uRm)An+IdIX혅i$uRn(P(7s2vp(D>xωWd3oP+}>E}PCXN•0YhﮦYvr+0;i0g;{h9LlcL(V* _\yݡ}.$МJeW ?pBkj^@bc͑7HqKն3<ԶOQ&U^%L}p s8`ws lmbG9<R֫f#jl7*C{rlqX# $|9>mx ;L>§*(q py7(VAҧZ Oq 4C~jZeV$Wmp[ }J: Jᰮ!Gb‘~ GTO y(^i_ 7w,U JdMC*8sIpQ3 9yvN "bo#?Ђ}vHa,eʺZ`@yr<j#?l`ܜC ;-e=NMZR,P`sF߼;{#9tU;  9 &뼏"eΜP.p( V]+!PR j Qܾ ߱Sw'HJl95}ǀ({,MױEU dw*QyDAu"^E{Xvq&¡Z{j*nF2OˀVW>{U;db-ZC㭢ȇ wh{>#8TG ʘ"CijGsx}ID^MfZG^'c(7]x/ e{0ٗ?w U0[`fCXgY6S3C$p( vAu|Q%&$=Fqݤ̉-gyzk<jȬ <򙡩?,A{jk~r;I- [e- o[UOZyʮV`av!w_Zj1B}qMF(%V2N3Qd;q&m(u/vY Ȓ"6$&PS|nUE;C%'%N-4D֞.a ^\ZoJ|l"刴3$k:,NuTXz<Whq&2D 5ɀv{߫$ sexj`vJ*/BN#2A~roXq3$2 DxIb #q'F^ƛ?ʠoX{VXS;~+P.Cl~(iHl^$@?H 8$hj@% i/cęH " $obw=s"lmWq&Z eA"nATw,4]M}8ߍr`ˁh4/!C -0jKH)Bg܂^3QVHd0XPߩWp.DA%b#ZE \T^.Lxe;YNMwsʉ<dž{,0CB{ƶY\ ďu#~ l^ @֚$4 V,$-;1nře«(9&W,OY2cO|ؗ溩mvunFt^g; 2;>ݻѱ1ZTLxKr۝LԴ %̷*eW(]כ8ji'$Jbnřrpc[P| v&C w상ckGGOi\uK-6׭ am[}w.#LIX\WlI$vX$Qܬg901YvFl^$fDԝ|p(R"MPtQ1ꔷ^v^GeflOh/)IZnřr0f*w̒]l@xsMrJ)^r3>ptyFNZgٜ.ZK˂;KZ&Զ$}C{qo2A; ; f^\fYP7?ݿTIVPPNOq&CF֓2ĭ3Qc{%+;(.Ow q TW<3VI} D"8Df\x^t.;ĵjjkm2'/&Bڮf;٧My<\8Xe;O:F'ibdPJlWi=5#L-^w"l#0(. ZB;+߈X6R a<-9uWH4v2<'kEso *)=}|6U+`w"u?j/y(6O -V3""#@%`$^oND1 Qtx h9F kwK8u v.6VlGyAsN2VNM1b-1 F%St>O |bzX]x;Em̓e[cR(kUAB^ٻqFrns)۩ ![=sR9kF\$RzTs<|ZTG޸~wRTamxr=pˏ}mR<&S[16d?PhwxE R9,5_fQJ!H(֎Op.s.]lF Cf}}-LPyRn{)zY=W [O卑5ɺ]'E;yrrY‡m,ӧ~ey dGWƜxMW/|(8@o$L~Lde?gj2+F' 9>.`L5AY;Ba[E |˝}d9]M!Sg`&IZŐIs=!!ߋ|g|oe?I0cwI];'WW!oQA2ɼę(lv {J KN%} Zk"1>j< ^ƸW 1X-+۶O;.&8ݹUlz&m?ƐW/D0Aqݦ+twd rf[2ZUQ<k/睾y3g#:4A[חEwtwWlFd?&)hH( ĎD 2q/O^LVDk~ֳΣ:?"f@ۡWN @S0T=jfp)vīP؏k +:3N(QY3[ tU͝8o WQy>_Ps Hac}? pHo|dsтs 69 '^T BYfȉשy *v|T㗿$U\}j}oW3AE(5U^wa럃Ogek``!Ӯ&4<`cVi~RGQj|>WorHDQ- {$QZs^5!x6XM2f0d=RBgk.>ݙ\kz` yc\}7t?c {`"1[FD zRyDS6q§Cp%FLs>!|fNcS:ds7 cuDY@מ|A> 2XPHm-}mxTҥ 6ędCĐ1ˆ3QKn6Q H>wz!_5Oʭ􎟹Xh;R#GI^ؒ,gm)v|~2o{pe>^vpY\t@ >}'n^= $<%bs լdu6ԋ()P,,P2(d;>?R(۹L<HC@a)~ӧ cH%|A8 TuGL-o;|НbTrHhwQęж)VZ 5F@6ѾCI*9$t5v2+l)nV0?бAp""0tn)O3 D\S/d%lf I Z~D$CVZ=@{m;[{ۗ<,kyT9?αxOWyvI() |#!x YQGP6FϰA'AM?;sAcyL?g-87ͅ«aW.B x}͟O Ў1UrBydg\EˇxJN.m-D(&<Ǭu琰g<8o4#Gͅj«\'.2(i-Xۻy|: YcCL̉{޳ʟś&/ *ylb5ts%,iJ愩 i;y7SU^%HjBd-8f}aX/L~WHo3# <o @(]hnPY p"}c'lz˘'P>C9BmE|bfTg"M f!}8x:U&zP#WD99W#w0 𮒎 {Ѩ}>X?o~8>N!vMɺ5lٷSД.cpf5p[F|ϔ(P>&|'ێ AÿʶF]O7*7Kwݻ8y hN>?ylg~[tE+ sU 29"!7D!zC)䣘#Py)2nF#|H4*)2s^|c7??< )/ל#8A0^řT/w}mI_o94paڛTrq9@[F]yWӡ4!7B`I/=7z9yj6ĕ,e6~s΃5.~]tLUAavȚUMNwn( 幣6З-ب&gQ*$ [tkaSeyd;50ת9B?wM|GF)ݚ<1d{ku 3";kymf`˧=ߘUzAݾyѧΏd;,Yצ`(NIZ ju%3fv13ذF jvbA\`A]5BEJ!˽y"Py3ig. p 6xLg1s'W-h#m%$%%lktN&&eEACZd|dP{Ykڳ-nwEfܸ9a̭ 0j9 el=^^kS<66{[cU1j^j-Z1/pBoA(w:!6ϭA8>ϬXɝqCќ F1\+Q2uzmi c>}Us\Mgsu aP1$<ݎױ*9e0Zi$kX1 as~ {#k~GV#yVp)EjF||?Q($B ך`eϟECrFs ֟UFX(jv٪?_OO־@[\XKjEI,4r75O #XD yע 2n(txf#΃-V0T c1]쳚(ߵ϶-«\j5%}|Mikw w^ yiLw&|1_?RR@ڌOnXw-No<,.Ke|_Z:~nU r>+Y lǪy 9bw4O y5ĺ#P |48h;wڊqE ϿxmWO(mwh6V㯴L]~NQ+;6e^a;C ˍ""cX,D8̂U<7^řH @Pf y3'ֺ1m5VgLS:\mr;3[~293 ޒz@d_IƷkkVe3Akiw7CÆ9 t{zܟEZ*旵 eꯙG(FG[M^dd:{!9_qf:zty3Ylj4ܑ{H$.1y~.Y.yWGdBF|a`Yqdz&b!n#+Yv2Z9 }G;RփZw|| tvgsf4R$pw@]GcuϾ;Eȭ*sy0ޕWVb<cD,"vnᰌRCQڄt6o?֘npg3~ŒCkB{W{Z@ͷ;p(~ Zj*DKRçwmpdFnj*0yl 䡃\&z u1ު~S(Kn-d9g¡zw6ή,e&Ǵl5BBLz]Hׅgȉymj,>8=-#l#^U"7/0 a50xcgojWϗ;/ ލ~W~Q위u0b<"}~-An+cmLd4TSAdiaS` Ō-?!I.<'>~gVCc_Tײ& +8szJ^o4QԦ;rpW`FU#d8-BL$dVv եwl,ߑ"0 3px~fmOT >(.!~/ 40am^mտ_J<\<1-Dv~2;q&C2+$[~"4a~\4ЀÔ5]ຩ9OZ)B#)Y80n@Bxz!| ̑f k݅T%Ϝϖr}!Vq>!dkKr;D "\B;g(z7k)Linۺ{تy~|0׏-;pwXXOY9v_3Il;q&5EnDMLyߝv 2/ȼS~2儓9u0?G!ših>ߺg4L0u<3$S^.RR^y !y@x`C& x B,+`8lfi::qB4yTZc[gJBj5cPLԊ9YUp) j5+F{2Lw)ru)8~%[сvC-!n/X€i>?^"{@3n0wH I:bmBm9yp},wR^.59l'm~tg㥯!n8d$`cA2p>d}GLtS]kD`%|gd:ȱO蹭nwNVqZCc|79d#td+La[[eQeagX"zl6JwL Iqlش9œnј$} 9k=aRkM$'/k8b!dUۻEV1EcBWe8eٱ}Hr&}y/rVL:>&J0Avʨ+8fxkiRd9!瘁ךU^FkuAiCcoL[lW'P,,\y݅~w/fuJ*e&Ī8LHoz,AiyoҿиxkQi 1")p_k }mL8~#P< q&jNm >}͜z;P$)I1>c9Q8#f:4X~%:Lm ڕ}WG8b2^[;eL9e*ř &iB&-[//4Ң;"08獕;9h5;x`g!y(y),Yn_ }go ӹ<.~5TmUcw[:nC6kσmV47V- =1c8UKP}m-& ݮ60j9*K% ˳JodƦSn4H!WrK - C#vJ-|X0sNF519[t0,Ш «*=·3=qSwٻ!JIU,Wo%H ձZxGG1whY%7GŅQd 4g !jv;Q%O=y'e5nE5Y[Հךwr ,1o<.L9'}:|Z3/bqY!Q$P](dVᎱƀXz Wu$8y#EM|GB7iZ~r?SkJwʼn`q(kx#:0HM 6>_ylwt[O%g(l 5q+@BXy k!Z;sH)j1:i4ym&tu|!@QN)qU|},T\GUr_]CIbQv38`6Wq&yXyH{ҳGqB':X4"=?N}x9Eo֡ԹVX/·y7`p>롎EwƝޟ;-paΫ.i9Z1rUSAM5*v!+.dFcHo$NwHs7Ӡ`3K2qax1cwܡ|ڤ#}N Oa-]|) 0}\JUC lWW0`>=, H,qN2]љo9>0R2dNSWscs8xmXj7ݻ5q5p1.WZtAjqǂ?~y:otn+v=̜Ϫ{Jv<|qsWjZ}m^>K?%;xL0/a?W Dʵ">d՝Z;ֺ#qɟ18f^[Zq-wf0ӝC5َ,[Nj<?#ͪ*MPmXat>@!2yrDby )$DN9dKڌ#s$sO]yȥsG FG]ȰGQ[˥&t%v$&<ƅ##嫲埙h:.[o}N}@:3s|eq~} \j|}\$~qyϥ.I@۹& .3yٸ_WU޳0bǾ$CZoQO@Zt|X_gPRap ?>?_,{ҽ ]nώS";X>c>]8y76sq5]8>@>?qf$3{!H-4Br>7a6y蜇̹kp(] igAB]^^0 FwwYK݄ ~:\[]l߷>?cV$7]|g?oDg5J$3Z!`Dj[[䃿^9c'>6O~weNrEcTzW8?5fiye}ΥIx˫8\p#òϿslJPn>?%Jye<~>!I2٧C6Ybա;{%/td d5 m|@>v%'x,xTtm1cܹVϭ_G_Yg^@=,َۜ!5Tg%l''3 d=IƒAxjpɛX|/Y|A;U nmMC5)VZ٥h "?ml6Dzwo_{f qrѶe;֎2Lu~$%F2Df&Β%!ZX| |dB|ջ/\ /Fto'{Ęoe !Rr?-\˳c(!j2}kÜ|NcYX\q&XdXxYrHh/ω}N(@IpA|QWNA 21"UWg{q{ZH qtm=^ A 7Mw!!_ecI@4lyuqV8 ,Qmk%NBwdžQր)탵^uovܞcoGFh}ƜFFW@f_}#[[(}Uuܵ CƎl]ax/2&x.w9Bc$Nexa8q^AS- MVDN&0t_ziq}@Vx@/2;^Yq\S8`*,2ާ҄ZW xLO ka󈹟c~=Yu&΄(z?)2ce=nSUh[K? =EqYkzAi'HO綖JG&XV`~]o& X鴥ZunͿyrA=Ub:yhK0Î*t`EN9L*bCI=lkIe҂" ,=^d' @ȶݹpm.Zyp=\Q`ƺCx Q+8>c<PM[GZ'3#Ʌ#֟ ʣi ew<|WHr[Uf3%Y[zDx*B+2_ XƢM2RɲmONWƧQ eڸDe =ף1 Ź1a[|c >:x]v

\-.pk2yWk)1qEwf=}iKNě01:Ou3aӟ훫Xhk8m֚؎e:.8~Fv cݺ/=_9ęHxmm7&e_9o@ t8 ߮C$H( Gg({<;2a΋^J,Td)>?abyðxռ>h+ @řH܊^YPRHXc0Ҭ|Gg'| c$11X`C#{㑄¨p0V_:}*E< F0F7Lƣҥ*hx_HMͰΑ Z8޳v9_ΘXQ|G#cL!H ?Q@w)Z wu0j6F Ϟ]7[XTOtƵ?7_mGZ޳6Yw;411̅!ej{K?tfʆ@6a|cf8 ;R0j(Qq&k;<<}0*b8ٯDzQmt3*nhӦ|8 ,zt8|^/} "N5ZV>u;\K5o{;|s5qwpOS(\<G|m`|,52ֿo˥H"ϛ)W1gA ,G")2?M _wQ.bxk7F~ayzҞVw(%òS !ᵺa`;w7_WEgVyu]prH(!@"*orY3wmm?D`s#Or8E_1!X܏)V28M(|x5h:e}s<''bV$fak'9P(c= HqHX`>:ǵsl M$@-K.c'`S{a(>ucV7y<; \hzA d̹y;o=Ђǩ"ׄV"g.v'i=" ?~آgF0w, p&(EN!,WxE ]iV;@~W1n[a,Br|d` yW0#,vnaȳmz/$-8N[+[-ss/s۟ I'GEL NJ"S>NwaogOeɇZ^M"tTX*ϬlAψ4={Tg"%Wt/wT_^򬢼&fA/ik`*~| LUu||#ڏ+AGZkaZv%57u  r/uu?#Gܞ+8RXg"9lds>I~WӴ61x蔐7 wN-2qR;> sFȧfXOJ M_bAqQ:!lAﭘQYoiwX9}akkxh3/nr |7,<۩M910ea2[pU(9NM8^.TSAM~ǻe;~Ɔwm)V oG¸@x!'<^ksdlp+Lrಳ&9~Gdp%XˠA9A=ю?07獮9}~8lrJ{_Nmy~gr/w=!#ޟ7 koZ;fH=jD>KL"AY;k$~3?>a%;Pd93)7e;wvZϞydv3; [s;r;,L$*t{sioYwft+}˻(P#Ј>wtmeZ?q}&bW./as.F~-Ϝ1@>jMMxw\,ZݛvKr)y֞ԤpЄXԽ*?jQqR`Ce<5a0«BMHP|0wxhOzl'㥵|O/3sO?I K=jn~u }:/ S+u%eOƹOVWa^>UrXdjK]O>{s>7`˹_ȧcu=כ3X;7<3?mV>aڕLir{N|ǹ-MX>Z3Jc^ގ [JbO9t~2ba ];'xݘzYC6x/նu>So3uծ8#a`Êwxs:zZ@dh3 @OsdžEf˵ ]Z=[I 4û_|&q20ްx?az!^6Z1׮jT8 ѕMƧU67:Vn~yOsb ާi2pYfI+=o;O1D-^V%[@ڜF=1A&0+}Γ9w颯`;q<0$oc4owXtxxw?h8'0 ȇ_byߩŅ0t ~6$p}gfΤS/]Dqm9M؜3/9> ὌyCf !x僥28(s*' >&1Hy0[ Vqϵ4c,WViWR锌p[7}=g2g;PM-u*[%eCzC=S戅^]+ })rqЊs7LS(? }o{tWlb˴Ё]cyS7 ||~]!LF&6F? #V#1WtǍ^>?$E+܄|Mpڒ[F/N仉yϢ~owJ3Qd;q&Lcs "6 olAn1vNlXXo&28knLX8xtLk~C㬚 A ՇAgor ద;>Ŷ qhy³JFk<j '`En%RQ  csb+.qp2||9 sީw8ݽ7oQE"`Y9孑e<SFD9N\qAv?K[e^>7.^΍(1y𡟿[BnMV ę)cPDs)Q~<u jxZES 8Ӣ;q}v(0./@WZ0rw^7+k2N`8wq# 95r>aUgFĚhlr9#ًӗ8W/a}}w5. 7|ol9Sʹ۷@)D[H x8a'\B|GopilOfbke0l!O͍k߄qL{]5V3QSQ|gWgyvSc>:>T_~K_|vŋOxߜsR9s]WgW?g^ ?Q/(/ci\_0=axd?ɉwؒFOFke#!T^u U.o"dq>ӞreCv˥X{o~{U=w-sHjXy|j8Ϝř8s~Q:sEq7u|gYP+͛vzs 0Ya񑨌H61d NR\[?EJ0r ']xs#?;7_N|\#<\OT3ftիקקo'?xwsg,+?/wα|̩Lb>0w[}6EG^Y>M}gNg?vIthV[Й#kߵ)2tD꺴dfnJy>/ykL(Iɜ>hfm.9sTQ ~O=e>_/}V>y_ϓP!'?^ݾ~ys<^3y˷|f";_~~ϭ<+y51=Abj%EY -ÏaR>}wxy w.U0Mc,T\MHcFvR◟8}N_x186 sc딟y;hx<3'ysK{6WG;=wȞ/_~ρ1;@3c~#fsGkXiz8|jYi8\ȿ;rp"c}\oq4{OgT_9yrVAK۪;Tg"y {HYq|Ujlw R%ι>/+=wVGgxs@&4q'hd5q\X:Ǎ\52"jy;uPA >|**puny7hrȖ9fęh^_3Lr>\7nͅ'8#ojѿ̹fE>/_{q{ y^8{Ww} ?<ϳ޿9yw{iϿ[#:5?^pGxG2^ܤ?`!1玕 ߧm_E͝|9d"-Ǹ~ns `QOo?P<ݦe,_6@+$*8yP5> ]kK8] ;s\Gz3q49Lnַ>3bǛ޾|1\Hzj1x;[VwsiLxTGkbx~Wv՛71}y-6?3q{<,”(|EgJ50rˇwr4rF1=$KS6pϠqÊrZ~彐b^*ekeMfN=`/|sku_E`[C;;ļ?ۑ7R7>O)H>+4Lʩ:d[[/oΣg~P; ~N~}_~8~x-Z4Q%pUUIh ks^lHYx|Mv/NQegX8?)5{{͡h3HKxpD  )|h~4)>{^}&_duČAWyj-ᵂmK3b Nw!D#+c^JW`J2q*L>sP^Q,*nYg V;ltgZ,A1fXlxYk7z`m\!wxSN΃k->´$3AN֋;0"ͿĈOC.^'By n>qCQ_.Y{W㫙o@$( ZyNp<,9~owCn{X#|AlZ:6< r7pSǍe+ʨա:&?:ߘ<6;$8I!z]-Z裐Gɰ/.gwqw`)PAsDV9cho]˗^Ž_Fg0i316 AԳ F:3j6q7!F31e9xG*\Hd$*ᐙ`=ώT9H!qʽh ɎObyKx0F֕s'0:uCwc|68&hva 6mNYpekx)y,[fle5nєj0ȣ B 3˷~8#1 P#ƞh\wxuf\ po޹Mo>-X>;>wX z ߝkQ8Brەr1,W??ytE sy0(m+IZxdv?qo6`, 9\>udL︎v: t',.A>7﹏yjƥUS\Ǚ;>x ; <M`P_ =bι`$h< =G{ƻstB,$楛m;Ib+ Ǝ` #"~3*gf*!QR+DXdR}>Y֜=w\ǝW *9kx~6FkiF=$e4V&gUѕ/FӬS֬{o`3ϏdNSkG!!KyՆ%]s cȽvP[s: ;Vht?>s/_W7c? o?1C2:V/2 }}*9jp籈9INqe;3gX3Ϸ <ɾ2rJ w%\~Q(@r AWAC'1*DKږx ӽ%``;O]GaeF"u{`NQ^߿x}8;?o:n)yȹ^Y@OD!gpVwǺ0/%s=\cC1G 2VXբ~6jY>ew:ęH`"S2_Z `G xrXhd,^$|xHsnim|%ԾzC?}n_~W/BZo%+Qg >QHn׫g}{cmyRp!+ֽmkx=F՞HN!zj`ޖ헓g k. ! d:}'\|ygl˒j߽3޹3 3 Ȁ0G@a 'WF6%WJFd\٧Z.LFƛ E97\q!wv0|Vң<4ͧ뉰䓥̻ 샨B~T< ?jH>W&HpHJ)UN{;FhxAmd#RP8T͢яמy|.urz&7߽媓w͗KY+T}f%I(E`xcΏ@n]K`1rU˝>xuS׃F~}%I^FA12k\U6?pn R#f0Nx<M9!Ew6,imK5^cM8:y iSJ:1*fR'\°Ք'zq̒Z!͚ʎ1yF?Z'xq[ck^wd![pB`w|_ 0=;cz~;^KhDUw5EX^̥"1eT V;ڷڟhGjM@muUvAǀT^b!/qSv<*44犙 Kt,DrE4,Ti p̵juvGv '@Ġy\OfzKƌS}VlxB l]LN\b_+yT̤Nw2Z XQcU~s(1k j(m ςpfL=W@f?Ws@%ngvڹόGs?2~>76a(nP A+qY}6qQ!5}GǴyx ~1y-Z#z ظ,r SKJxr?Pn1J::kY`Zz@xe GQ[H{X{|PVu k v:3_4w:j-" Зԝ!kxGm&s2*zl ;wnƜzjN+ $5ރxNj%%mBˍwĵC19S.&SԻ;Oܩnt]SRsM#p``ɡ9;ϔv}k#֖Sd>ڣe/K0MGk' _ͷ=LTR1:::c)۲Ro?i_T6ID ;`JPH%і>F͉h5'"s;H̪Akdb*$aX&fxb\ Ly84ΐX''h@dӵdyF%Kzr].k6E^vPλN7^)~EWj;!S&!:FGbg]z4[Cs=]9x?xp?P!~%3k^"ޡGɵFX="u- ; ]>m^l[j2}VmǡFm/7|Wc/j!&/URvtܖJGRvt?zPJKw#-"6ɦeB;"2ɅyskMη3|X@){E/0u5w|0ݞ/w7ha2_rR9XaT#s8g鼭8#bcfx,7(K!+ 9-e58\v KM\ÇG2(x,.$Vh=и%w1]&wS|+fRg[p(mͻX뽗!~ۢA {7wМ;8fK|@ܠW3vxw;=w\LkRhMk\N灲|ktmՃye5DTr{8f8恲b,z}kXB^ZMPKw,/h2R]> 9 C.}<'1І]}Wv6PEhj=ոR|?p34#uUûIND/mY!sdaŝї&@4 !7'|<4׫;< > yKpṂ4F>b&useRg%'>"=!Ч&B3Z[;;:hkwsIFJ 5o x*zm0=sz4 4V|,אvNePﰊ[">ƯΏwzb&q!]JxMQԘCeT{[ZP#oZh7%(c4cSگ!V£gBL:;8-:_史 1D0 Tr=]|}e&BOQW/guΏc!;aQb>e^}@1]/\Nۘ1v΅:0lw@y #W^26cmeDMՠ<*Ƨ4mb ~ce# ѾU`I|h_pBC=wxU٫OjgadܽaCw|2ߜܘ9w̜p>]y bFwha#.cDcHlg3(ǴiK?<8Aq;` 4TP ?|SRf,xpU]}uNi+*ɏc GRxG_xGc@*1R@+*Si|vO&yF+v Hu?4Ef1.1޴yo͛$+.{ (z`C/Ц5Ufbnsu=h;"tF xG뽾M A;Xo`E }{KE@Xs|O!hTC_xYD<,~kG]sJ*w;zy|~W=7Ι4 4e嗀^u87'w?sV}}\!SQ|q/tzcFu=7ͺ>3xG.J# J]s%e-6y9ט% *g  4PÊϏ=#x(G]l<,uwgw޿z}sJ*wNVZT  n#E#YFdy{vdƃ2EqPbA>Ck^e.'ɋ|5J1sE %[' E`y+cS[yix+7C•c,I֧ҮʝjVdQ"*VOIKJq󓶎j~/4b 5O+B%Χf}ϗlk8Rf&; X#IQ;Z} a֖±RLJiTP0l!oGʃCsL*혏ݥ<%/Nmk!)F)MOPeY0ECt;7S}0@0KH$\;}sKZ-;nJ6_rH§mCYo|*P-_o"0=cV̤N`9W̤Nmg0zygD;p~iO.~c3ʰ&I׊Q mP$#|rszb _x3 jp7ܕl[.<->$%-)/L̗GYtS%D22cx){5GљRw;0߹ϰ5/Wt>C;2Cssm^_}ujSqYhZ:N5_ogv*C{^s2ŜK[32Gl%μ9~;9swBUSb1cK<,hҖ>;tؽ㉮-#g=!HQmṲNgYb CC(P?O3TD<̻ I;mn⋅mxjKk 98]NW&Eף{wPl&y6 yLWbaelszGdH<a[{X{B#vVsnf&]!yA.E@.} "W{|06ΏDm0.(I3(?6la?m1LJߛ}չ?&n_ss#4-pOu2bҘnZ~pKeܗ~WP<>ϣOGʦ@1 R*[X~M-"VqWյqs70AU.(X|Z#uؒס_ qSh6Wucַi6Nzَwrs6E.G֟9&!Щ4̃Uxh#\c`:w_V]]LLʿU"G`ucxBBpLyur$ Kmsya.albEˑs_ ]A?GQklƶyn,cG9:M?/,q D29{N"D8.,m"lÆJ*$A!~FO-S9E/|ԧa4Ur Z譵ȶϹ#-14kwľ :??OсqjA7%^},k6$tLyҔlX%ń4eE8:e7Ss5J/Ap^˪!M}\CTG>m *kK7Vcem!0—ަWJNR >X/sg0t[b&|XyV}Iy%| W^ > 6ޑzzy{vlNm;Aliәd/Ռ紼 3KUHbF#s4nAyJFY }PWi}'u\@>JO(&)Ɵ66ƅ=?t6 (O*/WY 1thpsóm+V~E;}k]d!亭^8 FǮ;?68Qop̛\Off:۸l=jrX j{5s^<.`d2'^$ 6g ˺~{'Ƈ%;-n<`%~]OԁfKKap%a_2`V\G'~ϋO{aX gVyT̤>3(ʝ#tɵZ#xo'>8AMEh'<1;cw 2Uo*3\ iŵw0na `Y.Cɼ0͏ד9⤗P61yBstE։VXdmZ .c IH8Eڗ x ;ՏyԼ,/5/W}qu՛. 2gO\%awQ:"_n\݁3n鰎/ד6Uv DOÎt K ̓9N?)n3~Xn;qBCJ).e.;c'񎇹[Sbt9/#۲,%4+gq4KD% #q>%ȧ6jQ}b&uC)3kA㾞 'w,OqiׅɕogSk|!w͏$s|p`b@uEopq.b# Ғbb,u'Y*xC0 S|"tM[\ƊqJiyRcB>|4zȂ=(yt~|W v3T̍Ls'S<ȡ(1\??NZ6(0 WȪ4ݽ¯sy;U1BBbyic{sN4Yf=;VOotP+dbzɜI%")Ćg`볹b֊>C.ڟk{z91n?%gK֧7.`*M#+?UT~|XfX A7Paz.{%z!GѰt dZrQ%X0 ӔpN`$ޟ}}]ۗi+%ђcBdM@kj<"uLfgK:jg: ʵp(!#Rmq <%%@O0% }d3She5Ṳk8ӦQ] D<`(N&-ayD<:-̧9%|D}[uؗݝU}=ORUWɴ;7DM>X 7薜)_he6Cx-xowVh6V[yxm f -1&mn%(aS1!Ӯ%_+V?\(=`q dC往A=;6gG5@.ϴh k>50|48#oOx0j1-~V9M鬕]I}veO:MzUdxlL.C^m~Ph1!&x~} 2&+l(Lw\d.a=t:;6nۋL1A ZSޥT̤>W+ |^/藫aU~js|8.*^SP]qEƙw0#>Fbx7q=;|^=kxxA3C`'K ַ5x.A-Ept\sݶ/<ՖV>sb)vB r.HA&6#t86DO(#8ṲnPIʇڊ/, ܱbDP`pqI έL)xNۡU!.o祯At.8?:h?Gۻs\t_n&j/{[y%Ү!we$sǔAlU[OzR݉wd%LǠ(%cIDIV3t+NT~SX;|C;J7XPCs|sqbFM:”T }v677>xOY_e)O]F]xO38>0Gz9.om{AsYZ@'rC~ZiqX+ gu9D=r1:$ XUcbLnxg4zptӥ]K* ?M&;w|8?/֥OҙpBWv~Pw+OrwFGcaLJh<g~u3Rbz=R$y=%5a58I<\ZUBHȹcO55yl-!R╼`6fz"cpƼ:9j-'4RLj .dցI#O\jtVzU@fjA Uahͬ4Ƕ>L8\:Re3(_Ro^\wCN HݗV`@#ʕA_#6q 񎗣v:Q:Ṃ3@SI%ݐhW1ʯyuds?Gpv˯Whp˛#: ٢8s3[] (2L2$%cֲr5^nAvnk]}~=P̰ds|ƒT. q ~Ksm>C{abR#=nHz2 ^0AG7$Cሱ[īDOHIk]z~ ( JZc_Z>w/鱿a4 wڟ1yp+ NC1<$U;BmɡuBCGCt}ꋒ֢,#Z/^"3Ӡt٥Ҳ"8N(_dW;eJ bn2kf}Rd_UTCEjΕv{B:k+إSD!VD q_Ôw/ׄUyszDN;= {t>7~zp ]qt5y(fH>9 (5rh6>?:4gc}|K?^ݚټ 5CYQoY%w cپz3}Y9OY c_ZѨ }xЮG\ۭ+eY`=Y#F,ƹ(/#Kn=qQ}OoP;< 2l&,NqȺTl"]`MHҮ@ç2 Pm(ћӊ-K6UTc(OLT$dʯzuz|U~OmGޗoqZ9 \s3#ΞƧIQc#3# <,\Wm @|OaOŕ 6^gac{pcJ;CS2R̀m>.x/)o!-ߖ+wlhEyl'oa4^(;FϿw_[c+rmu*zuƤAb`xcs֠]`w\VxG SC/BjKLŀ|| 0uZpz7hʷb1׎Fm|(autҀ͝d!`]ڃOPl:~W㭮̧0jq kyTp>-[d>w$k:烲Btgp;=DH_O>C.LpJ %K CpOēQ|ya|@MbAFy[f Q~nSFS6,mӊ%c@e9$4ߗ~.Pe ?\<K $ss_m/)H['SO+]v\7 Ȇ}E1*8 x{I]FL곟ӎy9}Л_?}P4t֊2Qrq0nAvk{9z=CӼ:OK :m~|0"M Ԗ' s%9g}^Awpi_Llw6gWD}&8^V6au1V5sM@RkM7yTVyܥ_Hn+|(j-:"Q1 vEZCb <Q,<|;PXq9hOؗ~ly%|ݑAɘ({Gf;+M$(>~hk _1Jr25_ob=Dyt"|l7'.^Y\%k!AMt\G Ly5?9e"q(9WvvG,m3.b*33C;PH#0lB6Ts)MT zK@(\cjۘPFխ !jc@>!eo&sתTsV^=aeԈl[|wVoȷS hwg_0!sU']T*fRw LHCa2OED#[O=?O3yl}{^xcMηGRsݻصwqn|mqwp5}\omutG=st9>18(P*9~:ؼW(_,m 3a9% *Q[sItiԼ\%=Ҷ}LJ@|i!,2\<=gO_<f܊ϡNu;K9X@YûTh*u#[@Cw)^] `yw\}"öl͖+}Wt1YSZbw8#$mx[nmx/7Qc 2!Ԙﲡbldz=ֶÓA޵fQF9ہֺ;T|}Ohy v$p/!_3hye e.ẄUL.عHPIWnuN+L BCy /h0?}sr%疳DǾڑˊ~& 4?dwl}.m?0kČew.u(Dd(G@v{Ց&Frл'B; LKƶr습/M&^HKG)H2 5D=UU*LkyC1 {YhtG;'p$<%1w6덹TDBAEBs>a|%*o*>Ko՚`<!Mr@rr.B.Geww󀨬!0T6x3 2zݓ`ѵ/rh{ vx1 .y$k ;睡çb&rxxR=8 2kD⾜O曋񇾐ԢZݗDb:'cE;aZ{oΎ8_i92hjzkֻ~wjx@O68e>ϹlW C"G4v L>CUUH8ϯ? ˶gN#7F#c^_Oe3}⁹;|X' }i~ rd^]>ݫ󵹝eO=LEH?%{[~{:;}m dMDbBoм%klm# _ ,&̃R/"ir߆e) XyttĊ˼V]9;Fޛ1}AL/OL***$wXue(Wv( ;1!`@+_$`/YG(mMw2[ O߽=s;lI\3ic>YC*3)MjNJ@Vd@6=BI<߻0Ӷz[BB,&wliN:kyo%ty&ƍ>"X*Q<θa.pL=N(%ZiJ̡j/H"4ѯ_ 53s8nK]|~7-4Nȼ0ޡ-xo tpk~41(TX|r\;%yNhRcXeEY<<<зo;6VԮy [ +ȣ25ެlm|WS*7ae<0}LT1:ʃCu@HvxG}^ޑGs>zpe͗:wؼ9=4_ԓxqs OS6o~c/rܡvbz=/Ύ[=!/|̧߽ 1/49xisVWwO 紅 7(K3&Ե =GA#Nдl/mfK q溭yꌥw|gܺCq<cuU;B*8``@Y`9קGɡh@*~V\\o>_w|oq9]>i{q]gک ^cuuGjǾխCy9(2H "ȅqm4Jefp_ !|WiLvH=mT3 'Ͻ:^yvXQ'uޑoG<;&r[Udг1$rk65R9HD ]N'/Q_ϣ ؖ>J6ޡ3O/|\Mm}㳣{\/?]-/S&x%o!x_^@8D?;3TP=M5|>/SK.v(U !oF*)[ !GXH\lHvş;ghxl NJRӍGޑſݍy슿sӰrTWg\/RN&~8 ' f,rLD}wJ|G@w6;9o^$ׂhԃ^^+Z`{O(s|N95t"sAon^fj =̐!su'ޞHS͵b }5_n&F2mP &Az U(>\q]+#G=ycnpaug}LUg>xSFԵa毸w_q_ȓz,pFF7\,ENokeVYoX^oЉmUG Qry56"U?<ó6XS SB_5pb<4]lyDZb͒㨴csKr<(zT`(HOͻˋi¼כIJEAm@ !zpחU!t-)ȥ뭳V~dy(q87PG==]$=~#9V~GCnҚY2ޱRmՙyLZ:eF 2g%?HaN64s[Ud3+QE)w3 )/YMnB2`YkrU]$Ymwi wt/'cw7/fUJ\WUB;N{\)"|Ύ#5Calz.'3cJs;qWy_:m{E7eyEX=9gPw'H{UCP#hƺ^8Np\ q = )A/۟HU|RvA9KrAu4CY KPk d'u]GI>O3{6}}{*f//Iwt!Lws2,+$ϡϹL(. "Y*H{ kԣ^[tCm#^Y*&Sz4x;9hAgqg l=Dq{W1TpWu#/H&Qh 0hkLkގ*c^޶6Q@ǏQw*Bh';gxo|81#]B6FDs3e7S@rvwl`A1bó,eOUo_b2<'!ˬߎ/'=8a{vm\mr/e nJ%by 2͢b&]K*V~A-8:{gm+æOyr%b6>W/|V:JD:.GB+>Bu=K;X"ʒi|8?%oM.f:krv&ǚ{! +yxxmoIΏqC,8bko<2higm;mc zE e?ގyb&riW1ʃ_ד0&@u.QHuw/$G8Jy}zhޞ'Ė֛.7z20 Cj~%׀DL_R+}ۄFPHzm&k@mhR6C3Vh2h j.{1Gc$,eyuaz PFXml701S)7Ṳ!BsE!~Լq5=-i"Bp@Z^ gHw_tYw/0o{$ܻcK;t,0) ,׽4:B(yRd6o&d H2Ί:TJxi ?oOJ<:\'ȧ`&zP.Y>2=2xGi1Cx*fR)W*f" TN %zF.1OO}Ώ̇5 Z ._Z:&̱$ɠqϱ&8ű9hN{wqw卹i|džTu{GH`Uu;ȣ˘Xjmv.,#@5V}WdedF~̮e]w؁yN~ OU)'*vZf(`K ہPf#Pu.Lx{~u%@y[flTy:(:T'Ԙ.7?VM}<>AYsS70cʸiښ ;m b6_o\]]%$Ud#Όc"e~T2l$w0yIi[!T~2ܛ)1rx+eo$'@=.^t"R!lw,<*f2Y l]J ) Hgc'C s!Q|N RǧcWRn^|.o9_P+fgݗ}rq9ϙ$ާw =G>2.?:>wgGm\fjb&ӤF!9nokF3#nA=eެ&ɠR8ouEct K'fw֤=1F/ ^M2hU)#0zaav+?P9c~]JP ?3Ub2Ey"͙9" #XXksQA< _w2(W2Cx\=sW\b3~+֊uȏG@.@Ȩ6wl"e߶m,3^}!p/ mlrLL@`:ߋۊ!ۨ5`=Xp=X޲;rj*TRnrTFlP7ׅKb v=3=~Itq3~Muctd; m[{PsH g;"`؊2n'Y/_zbNEȯ!_}oAC𙶄<@ɀBRicmHn8}f,ZCg2ߏP3cnOp6IZa?ge+GQ!*fRWi7\ʱ&&/TU$~Te[N8ISt@:ޱSi[HbJ3B#tV U@d)}w|;u(xGHw.o>_@Be(ZCo)ݘwX5 G[ɓn&89dכA~|)a!׹h(gs1~' n UsCنyh)멘ɐiC)H;qŭA>h'HD4QWŻ 1s&.|0|mnsuBs;dFCbX@XPhJd rr86o=j{ !ZzZcVHo}~=hdJ#!g Mr57ђ1kI_TTO)xvXoVаgS**f2\%V a Oɐ;s&%:ɽ9=1u6t0|efw?S̏)s}A ֞n#.qvM^z{vbX@޻ǴY̳ ĜwWͷbGʉqC6}atRR+4Mxs!y#cUg-V4_"%ǚ~Aq-}M7G{Qէ Ṳ]>uK(3 R폿3&b#~%?ۧ7ͧ6 {z1gܸvݛл4gGUs "(4_'sj戙q~W3}Gi \z@IoqczO(C;Ⓚ"6XRRY"]+ ƕ P Z=:pg^v.>~A:ޡO<*fR2hWEGg^!ݯ8bS;B<ih/~qSevjrmNWy'hF^'mБsir}P]ɵassߟG 1{8o\ <7w@sЖgб۾"XeIe}~JIRl> X\6rVؚGr t'dV3q嶪w듟v+UTRutJ c Sf#ڗ]?@YrQc~ͽt8n￴]ΗZleW b3e0hhS}E'WN{}z%Xf~9uԚ [ګg@q3hA9ǾiZB `m>hSڀb=sK<|SznkyGXs^A dRJ L8cb8wߝx?^ |4=+rJ{}dh}Z=Q3W:SφQ@ζ:>Vn>\F,xĉp2ވaTc߂%BA|O"ϣHX݅WB0>lm勽b2)oa]ۖKElYݜ~nwv3>ɴv=?;8v9hBq~сy}?9o.N]h}-ٷ_dQgseNPdsI=.ceݞՉ~O}|dʏ}="LQ|xiSG;R+IĞay(=;`KMK+Y  #b&ÝNѮb&u%ˑ_GM.w4gV^+^&oƠ#5~'\_}jJ\9x=zUр<xӏb_zxG2z?ǕˣVn@ε&Rr Q5PQaI>Ȑ^,v(jjx90oVvϢ_#ldcG)vDn45犙T-xK귲w,-!OJ mw5O_N^89lkyh'xz}H^cby(xG(3ecN7cC_i۳csz8f2#cß./Ib2OC(vC5eM9uGЮzh/ߨ)p*"]wCr#B˗ƏZb]-?nMaLC\8SԜ+fR6|ܖw𜏟< r5J|ҙζ3.W.o/pEz/7כ:IHkNiv B5e}ڵS`h |D8qx|gC1wƦ9._:z1zBs8vahL~X_쨳I9@c<5k$I;Z&w~#msJ=WDå<8k׃+l˷mxGȤ+۹&f*Ů!(r23nELޡ&aЖX5gx'= |MVoYgoW! 6D9C@hʘnY!ıaL6HdY_PS_yv6gVmJ*{rwւZ/˿](?{sfN򒸻|en3ߒՉ9;:TwX !ʣhiV_1#! -9%(~vz`4:oOvzPAIPĸ5pA;OK1OW x3;mDc|e+2uG(whf!/6֏W"CyJyb&U: eP񸖑<:kv43 +2W> Zfg`;ƃw0C?Tc8g̥b&uU)?zC~rD_X/9LXOGz}xۗh"\\xpr;h$ޑH ﻆ:ԑ ]'gb!^oNN}mmd67y}kxܔ/ }W~kua@ҲRj(xǽ>K͖&PweKTReo/MHc%@g+*^Cq5pqb~骻j@b|AxM#y>Rxi"V*,aRs]wjuҗ@ɶf>^ݚ'ݸG=n5 }z |y>>*8KZ"!we㏗;=`[̌ hϫO<7Ήw, IG\/kv(&Z*e>۶0,8z_]vu[)uۻUC÷Qr;3ԩT+^.a΁ZSug<Ĩm|tgDSokH,|; x4dh=aUf?:w ҁPwLPxh뙟gaį>]wޜy .r=1ϏC&SOAIN㻃y{iYJhQMǰvc@1@y~|r,CK5)}?b4}roҿ,>Xjg$k9r+ZthwLC?R}GURc Kܗ˕^$A\F t[9o%xҏl='s7[OEB|}޻/M}b=FM'0]-W=Z c۝z\ba~ؐ*LOwS(ޑ?6C/wAɊc_X$nBsѢnە,i "Cy_1!Z G]r)٧u;~<`f{V;tIG=>Яb&C4AʄĘRkzbO@@es~Zؿ'|ͺ0e09m5G*xp8ܻ})'芠Ne012u CѨe1~cS]G6?-~%q?qC^(81ggo*Wsh= z#y&mdžTvXAx~Ba_mĶۄya_詘@d=y>ZʤeܙL \s-]]#y Gk$7 טfh9ݝHB(+/9:@^2 ۃAbp1R'H|}hxGakplޝS(\~jc<Wɻ]~~ Ϗb, 0! '/ט +N~cһe;JY~S-ǻ!G/sQo"Sh;R[xPZ_Lwl-X;S"uWSGë^B?3=wѾ/M DF$-% EZ7}aFwm~PSR32a˱3e>mw(gVMXYkwyuY~ƣ>5p>]> |X!M;: I;̘Iqw\R)*/< %`:z^$yd":7I̜i&3 H4H1!D]SdߏF60\tjt7w,V|,"$͖'mwp|e`LE_16lD"f({[2?'Q}*fRcU~UYG]OI~,A[xGׅ{q9ΎI4f<]?2,~>M['V,A jx>.]e߿^F<@`)ngG(Ǥ/^yme}2/clU1ք֒E`ZX{ XamC:t:(D&Yz=y8ImO[Mw$̦٪}e>ɾeZ!fɾʬ_1&&f?ϐЮc(7\ՃQc~"#tvqq/d6OM9W2ψHϐy(@t +M&~ñyv\&qa+cX։AfR- 4pct U\ jj&f}. ]Xsr{.Rh1ya@m&R ƿpM]-xE Rh0jt/MjںC;WJ>,N]1RˤXƑ0V_㓍}x0{רH1e#<ΣAcp>]Xb+F$Wkl~sZ(rV̮[FDZ q><ޑ#],1iwwdH XSsѾ{Ι}iʩ\ ^.q1ႲAS|[+%⌶QtnLxkΥ1SKa2i99*w{5e^e `v ò2XdsS?>Xb} Ͼ wG2+R1Bba-mR>Ah7 4ƙ w3 [A0(cQ`"? -ZoR&+rB7m= ,|xzm>]MP` )VC\>=f;@?˿Ou'I3?O_ڍ\>b1ΒMb=?bP ="J@ZE|++'&Lt.cYX1X9RezڼVXpt)DG=luT;V.cK;OZ|_#An|-50ү4#h/Q;H Ugs_e,py:d{w~.qO_,<wFn @?) Drz/z+9]ڀ(lݶXa

\<_omNEgyy2ޠ"Wsh^%hISʧp37aC| otdzxyK`d~rq}[}tm#wWȜٸ9r+vY(1Lrtaͼxa7Oh.XZ~ogFR{p.+cM]Bl6t>CFsv|M~!,[o~a*f2iTe}\Ps{P ort. )ǯb;tG&ڵELߤwk Mp|7~6ŒGWgpEH?y{vlw% 2 rw(T Vn|q>kXxѸ{wgq07CYKnaP(~k`ȫy+>r1]GF.wgko%_Lv0Ud Ax aog .~97kw8{~4E:ug=?^\.QNLE홸68;&1Z&xE~E`2y.];k`緒;(Fb̗i>Xޱ%+ݸZ$+WaxGv5/ CVUb|r[O"OLL˞IJ7^5䂝@? wlZxC ܜdNoRoD ;##Ɩ]'f)PKdJ;ƴ7g8z9VN|i\קfqV^KCr=1k5^y2XX>_,O4!kl[Qg6$_ʛ3[*$$*P;zc{ů&,Gj#OYxGج|y'ϙ9Wd%H?W ѷ^y2An ~]yw.&&&3/nh8@GRhUKn~!nyi1/|Ο?ywy^>ڌ}9/Z_t>;f;hǰmB(ɼ}t0Rmb[7 ήns<8d @z<4Azk0{,Xm\~@ov4ܠ{v!eeepG?`?\k<ɚʈX11S1 v"w؏]҃gk 8-]woA6Y>_Z|Cq1HyDAbuJ~B̂Wp|0j}ήfאCN"g1Wggɥ `w8۾~]D jՇZ1\[iU}߽! ژ_S^%XWcacsi|7 b`ܰ>7PC\O| )x_B+K>v=^}X~oGIz>]senWMDpȘpY]굤P=c241\ۢiWc>Mw,8eLv*{/Ek{V$;G-1n:>AimK z237w^$ Oi͙ GKm+֣gKYΤP~y ^fg?jjӖPoئi1qyfӻ a@WYL%2ў މ4AmSSĒwjlt6QBho:p%*ς({н/-΁wh͒ksɫSEOӕz;UYPvLI~L<^.x=Cœq8pDm_tsZ禘-(0k33j_Y_p_j{ ~hk}~ zF OW gu5n].< !pyCkCb UA MQ 24ݿq~|`sԮB3<q!Y=48Q0d7" pq;І jw̝O>ƩEȚBSx _͗m@xN9wls*u'vG:nՈx@ -c^gYKw,D51>^E,xdžaZvnOLL;%œ v|>/kC׵M{|fԹԪE^tMnYkwJ1cӰg!J|5rlmcv8\u}s|gwMV޿L|aePvհUX;oV|?5X|8VA2'@vZӧS12~#puYߴ1< \ a'[>Ht׳ Y:fYƣ: ٰ+2b{IHnK!b )w+qsN3q%] TW1*~]/x;DE_Rې!u|0[~Tʉ9B!ޡ)ϺXsIC %T޸ד55e1>>\B=gGm=saW.m]eywvߊɩf sf<*/sO-GcZWqnGcq|b rqc/|c!ƋN\(&wls6%h-c|[0nA^ӣ8PCrﰏٜw 0Mt옰oz8볖WF]lI1n1#Xz ° 4XQS*!m<|<(7O|/tVGr%w,jO!Ym[[co9 x*fRiWWiSA~q\*><e&9˕SG<.߭jbrӁt~׮ "`(~]t8N[NQvf҃"#vQoߞOwzcn` 9u/?]콉$I&bwVUVuuWw,3;1p. ,>,r, O},03=]u馄G[*fa֝zȏ%s57 Q`ygoEuwT5οDXw-=rQjHwD4 szЌyp;$<>8tY t:9`R}m|x竭e>d0M=y<16HMPIX0S R}9G.AU'wžMw/rG\6#rJÝFw撞 6\7y:XQ8Uqm;`#ށ}uw.EPwu5ȍu*rBV<1am ܌~s>r- 캒 w=z`MS!y}KY>S{ 3y3yWޅx$;qĔ j@Ȇ@1M=yd Avp!n\,OoYX>DH,o?9_I۽j^l绽#siE]%2)N;>bܒ3_Gx>8>',I`PL% ⏆ʼ?:.dwxrdK4;_S[ qӵ>.zJ0LgW`ू܆חBX+J,^|2oH2ax51y,d B+Cyr{2`&>H>E%eO};/-Y[1_? .'[ɸa=!@ie|ęM P=tX-|>PX]gD suw|nSH-2O^#/Ʊ}8sqN߯ѤR?!Av273cܣ[ļawz2|~elCςwn i_R#fNCkC6FEosxյF*?mcVߋ<@ At*d7 wp'm=0fwtи]H?d8wO.w}*ufO|]ʆnC{>֔s4&羱jvW _nsOw*3EN7UG7.Ϳ/8ZÑ&TJO/2S*wVJ"x}e&ARF?o9Vۘayh#K?;;f"livֵIi %X.C5hC+-I:c2';ڳDxͮf8c]A|AdʞtO@AY!cB$9M^Vqy^\²88ԉm d'՘o>6BG*ST1G:ȓ+<ˣw.;F࿯McuyTRf\M\s7L^ ;=Itkz [֫0muv1*G߽2{'s"O/ rReTxLKZ%n~N9 h_"JpD|9c}e)ɢJ6- ^ OT,)q0l.*zm]IA,m_E`& v2"~uwļ({)N7'g߰vO6j ;W-itG#hkhKxG:s9nO/&8罳)՝(وX3?Dõϛ*7O^HWmCV@ \#pνz$("x}spUL#bcWԌ̿݋:0}\ѾY۠ƙ1nwG^;9C8xAXwgG|h[>xXGQx 6N,;hml<:'}V]㇧Nk|4K/T.tfS*GwRm~mIyjx@(9vQ$j^o=p8~6^K"߅׃ե6}U2;:B<+P:jyV]ڊyw|^`!rLv;Ʈw+|TU2r '`6^Tq 4 _VwH^6tVӞCEL˳6H. #Hl71Ṃ/xG]!cN! ZڟwxsLfs1̀ )ot"Na]WuՓI؈:_>7riʸI?78|й s]E;Ҟs,yn΋iktl1'HW,FYY1kYxM3|g~A6.sg1nR^;8.qn9AlT%*W5wLz(H\.r;9ي`U8J`nu-m3&Ed*xV>sZYՆZ' #g2YDuX#P;!jS ?-xݷ!,q +f/R;_=2}ձϊB KaW2VTq!LAuzD&s]J=Nbٿlhb: K+"lᗚݗ;<+a= =V,>G T9]G %=,cw=ڬu7{,>wgRMs!cXJ?.G:h|}h?9/||+q7wNC?XNUNy>E*1T|']3%χssr~YXY컽cn,Dgt{AloF_sg,xFwwRrcݙoHus7`N#jHjT_hp4Iq-J߳fUo`C F80 njWV<2) id]DNB??맮p̒=:6/G5BhDiFn3yspUz{^yÑB$l}u&;muU>:.ԥL6({w}l̕~sE)^MQim:[[^Jϔ>GE,/w7R c,^ڇu|YP̽і )rQ;0<_ Aն< I0 Ak RJҼeWZ0xG^;Jy@,t$ xjuՓ;$|&]cȽ9Sy= [pQs(uiH p/nˏ}?{wȩTEgRga`I@!ZSΩΆX][[>k:IrHu@30|l.ϝ9r%rE#ve쬭$}yWFM=fOb:fKKɸ΅4x;lc_K;%_wW/ z`}π xt#zw; 'RI7R實xCj>˫݁2`=0#6O4w ?TSƃק~wxZ7݃}BZܟ>=ZQf9v ={/V~)]gzyܛNs;`&-| qi:?nۊu0IKtO}>bTC- ԫ>#8Wkg?̧n%x/rԜ];ᒌRѿgֻI? >qsMo~d Ǒx~gӜob@T9\Omg7e$ߧS"X3{^H9N<!wd5scV <{FT * Ӌ䞁 ab<ۀJTWTy QyV r3`&,Csq9#f;zdvл+ɶy{xrO9`:Ctk2pCl ֚]_Dap?Jz⫝۾<*ܣ,+p;oqy,F/ќ?Z/t~q_\YHϤ+CNe4SIv׿q~'PF׮Z p`yR|}`Z)㒣9 ֹ[dpߢy<ƧSC'n ɠsH{HQg>S@Q}wҶo m?HUdy|QA*JsAwsPǹSﻒ"^ 9\U%.b 3þfe9+dTuWR:[,8õ桶i9:( g61j1ڄ:yyu@$}I߇qT.Nե[eFJC`7ٲO]^(x+GޭjgGhOtrg5fҙ%'OO\e ~.xo.嘗Uk5~b5ㆺ*U(+IqC^~>M < Xe"\5\`WcNB]nrmN1؋N~>8;/\Ir3^b|/w7ʽ#0&|RGLTxȽvxG1}6ߜ&lһ7O^:yx}m#O}uX-'U:2(U2mNqo~gyy7) a:0=(=oh H>}(ů]+/V{f7:1϶fm?wAxHy,BiԚɃC߅1iӔw<>*ڌs ]@xkvϟ&5l04=vu[!nBm߰&|0+? bl?|YUN.(AӽU]v5,suyu'ǐѸy7K|4mG CAJ0Ym8bɩS3a&y`}R99nF>qix7ռa1"ytGd dG[x}h{Kwؘᜉutsm!օU_+uwiƠc|@dr˝G;NsY>r?A&RG+wd.B@ { d6\<榚K}MeM!J;8΍),1+CčPځ߫S/`WxDoŒ{˖w8*NYo l Jg!vDΖBcI'3>zD$ /d0PS(njyxπ $ׅw:< mYzHOǵVE?O]1b b"BvƤM?Z]6/v6utpTX'RĀr4yg3:zKdm`֌yl~og%sxvpGOyR#>VpW,(>aWf@9 waկd׃yLջH&f<'^ms]Rk$-rvqT$4WZ։]m`X_(ћsX^f b$?3 ΅`?CTa/(Kah%'=?>/큈gW>ZkW2>xU˃CՎm^ocW!\#vE6$2R+xmyԈ/i87\hy|r~G\sAcr2A6A(} 6O Wm986Gw~RHJ:hj'نrQ);X+=PA?iWcѫ~Szmr M̉RIGmxL|>9r{yGռV@wb p9{9;&;/^@]0Nf3}GdQt ' u!򜥎 z ?^};bm}]W̏n}]@YSf[ r % ޗn3o;RWT[(0Er産۹*f<΋qF{}y 0GzL/##UNr`6ܑu7gw}&]c8zvܕ<* 䅙qQZ Ō$m㌨?x yBQ19 uAtxRf̴}:9ӆprntϓ|,*/b< wGy[=8E]BZ}A֖̫ǛzqueW;`D.DiOj輛bX<?GSq?~SJ?:љF䨿͞-\w-'9Qi7{rq,X9uȃ; 6Oq6wT?f*ͷ{'>4LzIO|b6`Am>(}2A`SzpQBY֮ rƮ9mG`C9(ȁj+\x✅b6ʲd}Q)tݵAKB|(es艱iq«LM'As P9WidPׇ+<ꠙ8_\-ߋ/몣A4))>r, UdkPM?>2Al^=ƪ)&JQvP ~a6V|ǝ񎫚7> '6y^j#e2Hs}|F/8!56'3} mѥ!Q., C̣3E(]ݗ;~7 ?XҭO$c'OKC^3 ݁dPWy6pg"cJ#zOBrމxѓ4Cs~5VOlԙW;'wYwH:<6gc5)])I" e*r/&WØH) LAw0͉5ޑlyVEw1W<}Ln؄O~hT<gsⶒ&*wFK6) ֖wo@e+.|拱u:'Kdw7yspbu9oaiy2T#C|VO8rSMc8_bFH.SDճwq8|˒I9 4HA\[9+D1 N]Z hoEs;n=_3ln믤{[[yMcbsI$ff8glBRTڧw֏;mh7y ŀVW $ewmטDѳy8\ }mtH(6]FۼӟNj/k>ƣThn@bϨ?ĔE&;̣N/eLXvɦg.bx]_}pd$U_|{UyU~;n6~bx앶@Y&1yz?8gk11rCHS06XhS,\$BgYX}W??:8/f2]r{H?|9~1`n.D"w"ȱg~|z ,-ށrJB;n zwl.OmO rM꯺ikuqA}0 ¼ %+Slx慘(a=$ثZMy#b>K ]wY۞π`zFYIED};'Ϧuyhz܋eL[:JU +̣cn [Kh9Ӓ(?+.V_;0gqO%$w sDז ('琾h\S}|_KOq}*i~1o_~{'gOy;`=_F g9 sTSL-Sd5oQ:](RcY1D)|u Mգwxt$SXk>w:ҁycYcϼ@U|&hBPx]ͦ=w?Xy<<퐗k^d7`&}kG)\uR& 9D?dI. ϗOʒ%˫`]Q0)(q/? ;XSN+x~8,گ޷{O q|:⾸G;{wH#<;;Z'>oQ`"^zf%#Pl9nGt{G-gLqyTudr] umX̣W{xd\dA_a~s4%<΅` 듲ZdЮOy"ꖲG4U ˂}Dle,9CmP7Ag;mL'7=Yֿ%K+OJ@` 'ɹvWsLK⡍wU>Xm74w!o%P-v^"I2PwHerw#'9eb,(si'|c[q)ghVDTD894?$;bMrvw3'n#ޡKnC#8xGT)i)( ![LQu{\p{Da iJϙ2ʸ [d3DZHj'j<ERABlT&|27rT?6xtw }1~Gc;fyZhyX Ձ{ O=W:rW{٫7qPnXwHyRHwx|~9ᣢx};"m>H4cxGWBr7m ߵFɫ¿ Fxf1MwV 1}6_x.umqW;pz [q}t{ɀ,I?:<>wu@̓y}#m3^Пs^N>cSH#Go"m0dwW`=xf>%7"o#ط`|6 橺<ﱏz\%̑y,bS{ZT  HNT9 &Shڸm3lVQ?)ows/K)`ѲzL'~OxGǣ$dǧX] xɢuo@{g~F hY?ɗO*ag}żz׍Un~v?Hށ9{^Q/n߶8#d3 ;P9iKsq5n Jl^yqfC5jy0sܬ./9;XY _qxB51םuQid\M_V!揞ṇ U )S ɉ p{5/W&mn;sZ_ ,"O2vRo[3#)ߜ ECSc|5P\].Cݭ͍>_;CɍˣM{0isK#.< ^m%jzxHxG܈n*xs w]CTW/'x(4s,^e6)dl/&vs_:;p ȅwt}6f wH'e`@)ѓ`CBM\+_{=w@ xw*JI8V'wqq=F]6Lmiłw|j\[!1վu珷(@iLj11]6@Miug9c ܧs< Nr_l;vRJ Q+Pl}6 u蔭7E6|B|#Gvw4&F2W)SۮxJx?9e-D~Xl9rCcZpA1RNd@1u#8hly?|u@)c}1o (nO!yѻuuP/1Gx1qaBF!ԙn!m:^o%=Vx8~%\&; 6Cc 02~|Z.}MOq)Ϝ<΅:W(llyZwxǶьXfXL-ھksJ}k0Gd|puB'}PGC3 յy"iʟDy<@/Mzɂ-x"8wڹ;cOGC;)3>ki콼LՋ^ x\:r!xHV,]'و9y'}X2SSQxviUW-E(" cyUMѦcxGSxF@] T@<."&}hs2rî)~ `uB+E<KuT;'1 +o|gx>*xX!QxQn鷽G}0+ cwzg>O#:a,V wf5w.~)-1^3"!C8X6˗̻iWG^"\D˾<;دPWz2sLHEQ'f[x0y8N; hN,/^љҶpP@ZgJ{9jf2oS:we0g@~r+@:֦ϟjA3Yd ɽb|[eJ5fޑ @~D}<[0#O@7j^]4J3%{OII⒕籟M˝Ʒ>s\IƋڹw58YˁX QZ>450s]+[#r9:I2"#UR.,o6YΧ7yh.<=~demGl~2ِA\x晏v+ҵstw@Dtl.Un~4>, E bn?_=q戮{g@ `Fʛ&4`;\v~3 85,.&C;_Z&j^+:k#RORX(];$cܕwg] Fu/@U.ddvx~(hgl?s{slxGL\1]f> tP}!ڄv[k\^pA @ȃ]$>-ޑ g+TUϖ>{iv7V6ŕaZ5lFR`wչ(X>wV{?/ѻx}}W%sP0Qt#Q)˄<=^[RZB}^co Ϥ c;qoĦ^M¸f7y`s?dzM3 1[%yRX%|ީ:nq#dPQK {#3Y`-Vcș],KRD#hSvF,d>$1ϧ6ͣKK^GmK=vCq=qN9U-r+OM 17`1xSWG~Й_d\;fHLGţBkNvAऻ}0ľ廽"9\GV>5d.q$x ɶY[yu|vi?@ClWu|3q%ռN*A32T>M:͇Csqڸ,16YGt*Пʦs+0C*c\dxfaWmWތIUb_0#¶~?;}wp hExG;|?< Y\&o%ކNFh_43s"6J7:&T귾~`N.XNgRE/)>enXY̗vkgj6G@[|c)xS*x׊ c$1b4iԗ;fݲo>ŋ0 oNw%ԩNJqs;:X]~KzR&J H.3zxf LT!!~n$3p +};DzqwxG=kKw˷|^s6n (,ky wYqL.haH7M0;k}`ܺ% ?w=cKuNgLYvK`d(J|ꈳ1wl;vL>jQԍ FyjCz\RE/!-E,'8ISBP3@C:̎-n5+ Y =4+ɕ!dLx`F澅t)<֜uSܗH`}};ʯ2Cma7Y۲W%xq p-hhPC/Hi|Zlkom5`& \&,1>g"TG L ށ:PlRNEǵQ!ƙ0ZA׺FoOzmaw 8 @gw}8]?w( 1ay>wVGGpů]19זX|8>T)6ң/l\'"Dz{x}A]Gg11kol_ }tO?H '!qPqyZ|P>bB _I wI/Rft5|de7`&ـg"IVW9HZXixJ/G.8>]'7'er3`d0=ӦW֗O7f] _9嬪a|b^=4[kq W2NWj"#9dP]+~z78ͣaPh=(ʧmR~]gLYvfr/xQ,B>߹Ck#u< '3귤Z*/U9GZO$6.c6|~~b,U6;ixϿۆay_l>9/HRqנxGg^_07CcYt e,\e|t۬._j<y~sTv}ε_c ۃ\znlc^G`#I2xlc/gc͇N٢,G[>w]xt@) Iyvi+vP¢.]SM`Ms~E -YQ$;;ډtts]1S޴`%;mCP`(gyYC|_c4m?"a2Vl~,}FN~ 1=ӆ^~& q N}{)g/o,ҁu|jw]zZw|\Gkn+bQdh*An2AHZу.?x??<}LXLt_]|$lO=P ܰDwܠcɓLa}(# djtğ"~{ znT}O.|3W P18G+NuY,'k8coBpx3K/suid~tӳEX|wlN=0}iMغo'Hw bE6-Q?[Wt4d>$9P{I:7bQ;T2wyZ+ yoCq$!><>?YQ+$w_ P9 {P)jm!t}</Q^ϯysucsxvw n4l>^Ϡ["'&C>_=)%6bO=`[dr=cmZBUjr>~ʚFYnxP]Z6w(rkCC +0 YXyebltBJdokm}~`€,$l=[|Hx"~L<>mSРnF·m̃H"ʿ:_(ڠ})Һx?;+ݍќ/߸Uֿ%Dj:,32ށٛk+ qz+K-rebm}0Yػ{gfeitمa$B"e`[&ށQ*{Ծ>?iɚwSewQ6?:lI<2vwdjc]S,I.pircg=^c@3zG<f2ndG LIw.!VF MDUx1}9xs쮯[_ssc5Bi:τsxc5I'WGILp<'#. V$5lмA!?'W*sLX>@= 2􀮻Iٵ<>{|K<|́QudbI$jk*"$#澝=&-s2/[rfy|8!yzK9FHVXcb<| m\] In?p BP/Lg.At{稗뗀Rj>{7={sޢ%slLn ]ߠOڊSԟ d`1)0( 7ǔ~XN}vɜqwnm{鬻P3%w{c[A)%ۿzkl¼;:5{v <_! *B/ N0L~W䈼3rD*: >O;`cJ|B.||0\q?cO g[n6̃6A^Jq}@hTߧLoRo&=*\SռV}; {2YFrW|亶MT-AUAr؏Ȧϸ\v*ƹx_caRI߾?2gSMcokH%#|?ߣ,X_s3/9Ʀ s@iHF 4?2c'{%ӭHt|}pRąq 37Hʁ%t r1mߓqܷU;<+%@_"J8z"S3|sP@o :UwKi$?'Eo?ֶޚy9o?9oxwsr*#XxGȘcQIbw#NxGSlU45ѩ&aMP9$8M7 *rRdN.)摃opq'?42GYʲ;r3ᒏE2ġG=G|mH2AKqi1u :|5&;?%ܣeLT7;!ڄa:/Px)7hKwH&é>/#(qjhǂW!T҈~/P> mw>y~_z{5rDڜ|&}XԋqEXuhs\^E+89|̫G/yafvgo߈yPXSxl׈Wd$摒bF}m-u}u\Cֆ djzJ_N7B Z Hw4 {֣< y~V;թ桹3`&,&=?͗ $_2OEwxx(> Gd;jU B4 Uy8;xϾ=H_$L RKKj{.'񳗏p~_`ca.?tçNz];ş;|X]6oOS|؜b8{|aYށ(7y(SL;02`y}mSnwNE,C&ERt@lleC.*wWCx??ySw'vhDIkz;2'y9sD^-dլc<ɉʠy!J %åcȗ1ضxixGئrsۚŹOaZAIt-}CoLryw[QB`xa3p<m[ׄL.iʘ ~Zy4L~_ txdt͵NQ)y weˎe/(PD$MwHھhrad`VXo|Zcv|8:/AńJr J cB3O> -mCǸֵE;RKZxop|Vc {u?:7z;ʲV>;mdT)r!>xv&k̀97uH0 &Dg:i'H"np3& hr[=83DB)!;zw Ȑ?n͛}M"Oџ;Bp:}4J8ywx{jmç;ıo.ϟnM0ε}}PODno<6%™KЏDod2j?2O |Wzugp\887lGyNM~9$0pئq=Z^wi+K-qV摴R1j1[&_)f-i6ytw #sN/}7q=g2D Br&>sߏUr~ٙa9˵ R:mz2#*gZ#%4âhmwx98G[3j_^^0s2W2D@x\Cl0Y}'(5x,ւ.ٯ.ͬW{C<^_tA My xG]n:Ye/8lˎxD>.$=ȯ.2r Y%t뫫>"A '(,GP8/3`&u Rpd dSv^N* ކ-esJn |=CxŶ/3$ 3E󧝭7\٥WߗF O/$ءui5晏[9>'W`д"+xh wob]򓏭6[%~|smz֯pHwn>@*o'u=Bg亲|G78Nmvlh0e2n_C~bL3o[[⍭χFLLvO?3 cW<ۏw֊ē{@tO~웋flճ?v",,Q ?B(=s.z*n%#ͽؠYcx$s6A+DZ=ms\M5g[kG6ПzM{qOAW;V?G"}[ks9,o]o1es|~)mSg 3a{h̑x;Lk^+IH!2< l7EcݷIr\€n[Ղ;wq!MH#$#_ k ?}x"9Hgx_3c|knF 9kiTCf(3ʈT(CdQS/xf=A>y^uwuJ;W:^Wj "Y`ǒ$i[Y_IPԕKd2߬;nXw)w-ՍyZ5!#*ž@7w2XGQC{<&Zy-{Oݝe 6G9đxqʐj`g Avg>\]o5 U5+i Y-*F!~ =ށ~BMCyߞ3y@³vK.r{oA?CS<ԧwL,>dy,/S_O2K0tťB+Iw :wSN֟G';Q19xݰ9`};PnxGOy(ЌH1Gu<&q_7x㱨Qq4,oJgxG;QP]wڠt+vmR'auiT`!KKPyɱFCL:Wdl8=|1μ&O< /¡-K CE9vch| n-/Mk.pݍQ i{x@@%6|hW1W۽۹yD֖j~񻌏ᧉcl ٞbSڹN ËNA Hnb_R_$4"HIBV蛦:d!id#z\ږsDH[G|]VVq0&Mmw!bpId]{x16S+51ۯdb@ӗۀ]ABMڊ{e;d[>1>eTCVMyZ}$oyQ/, ^+.=㼩Mc;JwHe Pxp{iLYvϓS\Tş~pp8!iwԗո%x`}h]<2yyi!FDՔ&[X\q. 5HKn <i|_SO rOx{ce.LX_T.C=JGSpj~Q;|_{GD֗9P{11{o;u18<|x:HBB"[ `Vu_ټsI;Pk. 9 mU37y { 0|80fO[ !!=x<d2neg.n0&_*JQR"/'[|:2SgdbTćVc4<$EAZ%Cm} #/r9\(WϚ0u?_=H2w2P &;D|瘔q%'jJ_x0&:lk<\˷sdw㆟%ϟl>pл_eB eR>ak!'q ;Bm9RJWl(>, z|Ǽn[R8:* ;  n} bkx|i]b C ^aSc|{\ewU!|tmei,-".< \ܗu_;0}N\C|NÌ#:6,g=17Skv8~ -ǁ>4?Sz2}>Gʐ1 :5N}Dl?|#,m魼 v5/ؚ6twH;X]3#y /9fFӈ6BTO2S'u?g;|"Cw+,]WgmL֝@y@}^s hmR%(B˥?3U|]O}rޚ:#B"/ zY|4'ڼD~l91^k$ٙHK3Ә@c%H\䃐|.w|TX >#[UuwJ3"<1,<"f*9&oYi_[H]]? 84AI-eFa.}H9H{XFf#C)n*A1d;wF>2&Si֙ClhV%}zo]F mi rY#cyETl3>(I> _dWr,~ Q<ˇw8"/ȼ][oNYqzLfJ=3!}{|i=eAVL ZUGnA1֛|E Ȁӭ B{-rXP)]u#rLkk;E}rRC.Z5IwŵLrN/tl*}zb&=g17x' =?3w0dh%;X` XMX戽(y8FWrʠFx8}Ct(Un1.C6ѥ&Abn() `d XH2e4"/@h~ߪ_7SZQ(NX>HחY.UhiMj\b`yϪ3lvz8=/`섐A.o u4a~},Qd wd6%eNUC̏]%#NsMK5yF޶}7Uov _wq;:<6JEʨ<("98IO]YCo-/YJWX5v5qRx 2sen'[+bm [5.DYdkb GƘG}NϾOG|Y;o+N/S?9̍c _r#yxɺٛOi`tw;,@Z}"#KV0<'Jq|:&斋yvtcuVÙseI@i+ qOrQ4AYؘGጥ3>O@^)UAUjJ+]"{Su99*OړvH ySk<(r,7Ab<}{]Ą; оڡxU9 | m&[_Wa2wr!}wh4^rn`N zxw60}|L7l%^!u0+ ?Vh Uwt%.?=*e;>y0]ev#cpʗ})8ޑS)缑1cHGJ;BUcP9w|-/SYch$ɪv1@g 6">?1: f=qJTgCMm_%1C#@Bs6GGށY;#tz{0qty>ec\Eo,gp nӑ{n{ɡ Dw u^C1Ȇlثw`u>;i'ǃlgG>1XEasi>˔dxw<{_˸Mb[Lƚݔˏȓ>KkcxNH=$ERQ 0 Js ɏ !A/.UnE~|8b B{݊`Q;4ށL Yuq :(J@VHQrE;/3F.ɠׄ% @v{kKby)|YE.;[u>๐59|x{u<.GdCTyu%Z_#}WZ+N|Ř,OM|yCo} M %;>ݔڊ6+wy;(ѹZA)&iSV]̓ŪFUNvY"k;JH;L[ћ #,냓1~^:٠ݚ&/tW <!kY&Ua`G.sLuAx,iwx ۫6$$dDnIu(;qOi(wWH2fw/EEf_JeU4jprſ;eqm(ka)PNqUuxKQbMQv(ylReyc[՘wyuS k ³.5ށ~[G|0x΀έXM#?vOw/x<`D*s9Ϳ[b_oCs>>WžDX<ŵB߅+%|3>gsy^98қZ~:ᾣɌycyu7ɶ>r4жTX+f*X}BcFd|%}ӌ_PU1i??Pp.;SOw@֐x?mv1Ef"ϟ=gAu,!Aū14yY Zxɱ3 kNpJwwtc5ZƎi]"gky^Zzw2ܯl*YzG||~YXj&ure ygCO*xSozIAy8:PL<峎w(w*r~B0 6ru[b} }?I QƓ|8Lu|:]nXrKZOƟl@/Ky nYkbki^=g}wc:dp[2>M*QX%FK?~0-v]}5#SN5w^)yi}/Dس}%|pՈP`ɕ*U:sU HcgȧAS`1[ wD̍CY|jdν'Q QGdjrv^E!ˀܑg0xK' dx([3܀aѿI43>OgeǬ]?0BFF;SsYY5]Iz} QֹּKQnͥyqwmAI>_s g^_k_kPnmgy%v /FƳ?] <])9%yS^i}1Q,#lxA'CsNsXL+SQIl+qۅy8 KA` N!yC,ǵ#4'i21/be$Sw7|[y'9Gww"ңz97VQ$7{rһ+=ψ ~VҶ7s-E`#,}PBtfr:%8cCG27HD0%s+iw\(5ZپEl۴*i3Xdq5]8Ol, | sPT)bhLbuô5; b}r@7%$T2#y5CGCiv-swش)O>?ekRG !3IY2e^U*v? 19e%'n?MYqL-px#aY=T TbnصCc(@&Si̬l!S"!0Jayx^k :.^$1:VU};PSTr;L^zџG̵33_Zs`UlCj D*-_tUuMv ۑ lb=]Q]F{+zuykNKvǢ5[#ߎJ^u]6bcuHGy4Mn-kh> IyDoI{rCɂS]:"<; RW1bJ]\CqK>(qmWMGYW.xD35?bDQ/Yyc͋t0㘾9xg|G Q5ށxJu·h5#x8GH,_sƫp} 5xYue䠿Hŷr:WLb,C~fi>GqLT@3k{FRAp}rGDE.1W4~Sn@ZTWݮut>aj'` K\C-j$Do?>aC;kd/,*{-jQ\mto%EF|?)Mz:cX͉Je> "aP w@YTb%f/ޑ5ϣLɖBƱ9 )u#߹:ihxykXfFȄ;8x}=m3 w*ߢY$qk'*4@8'wЗ[˗#k8}d,n6%1jj>< Y}A۫b0Pa*w]v82n zhYN.w /n:kwyϭ(rY|HgNeBE~l4~Pcq㘅L*uG w̋Rřb7|4gұ*y#t"jd{KW8>#4r:xk <;?[ϲw;qk/'ϟހpK=>w"!.osD] r1soutfJ"4gDZ+ [onɗau-9xe 4+mpcxx%Gd7/B >2IH|TR(T畀Of;dø0iP_ M;ΫIlyCSyx>+6< F15r@rHc6*_B>;PeJ+/Ϧ띦}P< 7ȏ9:uk75u/Ğ` ;z-B~ P2.r{A!kPl+'}?tm*[YovS+f\ ; lvRo.9N];AY J`Y{VL>kI×SV9Oa{^~nEx9}V^nǕ@fS*ga@ h)Di%ykS:0O7W,bgΐ ^cU?rئj|Ups=֘}F`;RFyJSW#\/;]&\ [ ʇ""~u̷q|I}78?3>d\,\Al.猅jF5ǻa3KHq-Y^/XGfS(*~ $-Y'g[Hsos>8;NyJ )G6;bۈ}Sxk{5AHۏQ$$7Ct>crtML̎1)4CN@Ijigt' + c4ށnm6akɘGUW 3!6S娹g)Ay;rwA&iǙu:x*8c,G瓿LyPtm$; >HJ\ùh@24Ao];(x#SI\뛼n&ҵL wz0`+f'e ޑI7տ!`!97w1;5QNts㳝nb峎w1DTUu}-cEN=66ޞL/ـ'2$\8> &Plt/E>Ԝ-Hy'o^2R{.8'QPr^PVZ|x7V(|~){w=[> &qNB\I$qy`$tʢ\ m&yFO8E)ŵ^xG l4&V{10ޑ-iR J6OIǬ*W.xiÒ~jf˫Uu|qt3Rhssx˲Q0w*|^HlDR8Ļ^"sz|-tеxy !V~S JF=DzNz$n,ׅoX9:Uۓ8EaV|;t h(ȅ8ޱ84(S",ڡH@3sLߏh1Ŀ)>K }frpJah(;2rM. GzҠ0N}uQQR,d6?A`d՘G@2Ror䚰e帉i+wT;4s:QM w'>Jn?QZ(FU+v{-.g#,a 󭆣0aW#$}-/({6]t,sD+$N]3-`~/Y_nww=˭.5^ 'E!,xYۀ]Y @*'NYGvvsQ# p i;%7<(AV;ܰ`j^q51<?7GuL1g!M><ށ` llxJ`j u8qX_:QA#bt?4 88ݞH>ף֡QZ4-x;_:/-;:(wV9<_nf}@\d-&[} !r2ػ:ѰBb ΅H >uT:sɜ=u'Sg4>ܳ 6)ϣd;=( 5(eҿ p~wMJ2xRc 0+v6SFv1|o:axGy暳|8<>~0~]ƍ^ApvI|Y!z4 ,eW t['eaKuOCAVrclze:;,;a:hl,Ήkc4i!x4UW|fw ^qNR0 }WXCd+%u0Gee;GH2λc[2%>5}[q҅ʶ>۵_2X\, |28k9(U@$%;Ocj&:[cY:A5gY*wm/HxgjcvkQ 墚SwG"a>H yЉd4dS+aJ?x 'EXCrۚ#H)p::N":_}>זp:;O·&|e}qnoxw >;N/%o}w d*R\&#rM}TPʼA"Q(c'6_ߕ@~Ӡ,XB!rjs""vrل1X.A7M|Hǂ9t{2JRS&{/_Ӊ pT?̓n`8ށA fR|=.zOs|=&M r״Z.H4sM bиɹA]_g b#A L8;cm}֊Ɛ)|.5K&C}Mq;AY2 l;DYQim6=3e (H?͈W^}(1^fAO*k$Dy_O1zVvSv~61xkJCp⼙kyT(fjs\v |U;L@_oQ;? wcSy@ =b#Ǒl}r_ 7h;ٚyxGl1H#Em8ȌQ[l`nj{_ǻ1cGLǦٓa KV]v ;ѿ.E:la9ӊge']i;L/oj fo2׽kEobՌ k;(ea)鼂9›1Yi tFOUpޑEJSJ+k<[Ə2EIfP,l% (ĔWy08W|խPxx}514栻YT'?1 d`,B4ށnF:8xGGy~*7FW+lgovxGtlƄ,ϷEwOV.i=v'1^v~$p) JdΚy{uΡ~[8F}EUijHv987ƲkBC1 K|5`dJLvANfU vӘCdy?$*#UcOX&ͳ,)ͳ^?h4xSlaϾ>!֐5טDŽ d2eG0w0nIYCE!Eەw(B`ʡ#6>y*<ØSTh[\_i<Ɍg1טG(pK˴9nxKKq'ato2?>N wLD13<*3f;bel0:'߼`oSwL@M}-%流|!)wI?_c/ ͥޚԂa ų*F=vgC.}k[DĝSoEuӚx,2|B,9-t^ȖtX4JjQhDFY$C}. *wQxG\:V$Ϊ3*3feeG~;"-ڟ+,5!xwu6nj́I}m==JX<}B p .ޡ׃`XOx08f٪m<<hH GH9CTV$^S-g~[yX( h4OxG^_f&xG2՘0 F~ܪKQs)H NL|%]u{0ͺ?N9NẔRx2hn"@HUgG0c[gF.ְQYqpT 杴?`ʇ"0ޑѨwu"80%wpxK}NGm ;LX5a~>i;Qot\t6B-#&ӷ;$Noޑ9[:u(/wő?u{<7N󓴫(W{"'❶ 2X8mMN?dMz(K4D:1Y6xs-d\W+iexLȭ`W)k(Pڦzh#=/W%XdcRxG\^+@?V\C 'A}^ʚ 0PG!l]SQI?~Vcڛ7Quhar wY@/y:Xx䪨ڇC]Ȼ#2ʙ'VB,cm&mh:Ȏhi/ym"aoy]w\.Qt<ɉ1!M ?྿9;F4S:qKF5V ܤZU"JiwsH*(Uef7xGb!؄ۮ:xGwu>ŨL҅$[&< wP1194ӽ/@Pwi;83 xRtj \(}ΎƯg>H9~">bkׯhwOv[0I4i!҉ޥF~cSe:X!KG#>"tww}s|6$Jsmٯқy6Vy8N%^2ܑ5^)(O:Tw|y0qH1(ׁSҬs@v%ǀ3FݒLbh)ܰR/(:_6?*UGWDY>CpȖSeӬ9z}R SD>YNUJ6ckіeͿxn^|)j7]c@8EIS^||k}wr.9̺\-KAԙA; )[ @FNHs$֥mCط0rl"ޑf#/f5 Qʮ݆A}xƉ e/wCjDcPUl;(5$h ; ( @~;]I1/!F^T@T^V*4Gg1kq:UK&mY>x/;סLkc2xQE?<|y6渾8'~mrl񫗻,wX' 9)3![ x@gĸo+s-/2bX=3 YX2L[W"X2ؕ0t1˾?e{JN-%4g;dw0>9Ӂ95>Z<gWAu*g9Z 1B#t}\Yhoj7/ǹ=[^%La-д$+}WN\wHnF蠴@4gcr&xkn$ȿ$u~PjT6Krϑ=xfOޤ sTSM,`pqW5iq\Bezgŀ4)?_zl zXf yT7bS1B3uQsQsJ<8.Q!+<}s( r8K cWe#l/$sJ}p{U.ųk#LJ2u~N`-:/d4&鼙޸fLn%Hǂ wPZ_2j" !ÎN,AdI'luP&<|p@Zdzo_'4xg; u:rZiᷧ/ShY)< uJ]<ݱ{t(рTe.$G,gσl7qxz9_:MK QY>xA'x3$\_ǛwO>}h TeGWϢR:?ꃄKF4hi,皚O}Q |o53Lq Df]e˥B9QYWƒT\W'BȻ2mw%Q^p/ ,/O΋tW oZ*e430x4K˲}<@)9Y̢|3ڧ1XB '/02ޡx@LyA{qsj.+Q:Ms,f:f brxjL7 :?:{n~[ϟrиS9VS#p?n.ho4`ڿKʼw2 =F1BY8&C}x߭;鼕2d, OVL*(|5uдͥyqgu.qxv Ub g;Yr;12$y~SCsVV }wf@{{/ wVhKe4Ӝ s2q;L8<.$*O9AՊ>̃:PsiRhg }Î5T~Tٽp +w}7FvPs n~-4X'F3-|]SY>-Vzcpwk'sw7/we#l{b<3dkByΡ?=)야=, Vl߅hk#tyw9;k~2ystO:k}džF<G(IKCP;'OOwkA50I`E4GzwNdVRh?m\x]TϵBŚ2>h/a;aG它ӌyP, sשNҤ9֍ w*C 74ʠ#CbؗÇl:a2NRP*on޹%SSSYf$c12iO3wn109+6H/iʟd!H8}..(Cp:hz&%?*ieϻ$L'koOSzn{.tdsAxɒu\dѐc1 >6+yU p>fR/V!PG~5(|NyFf]˾` b~M _y<ܤ,e74mGE^'_I4]W">;PSKw(>J-,?tcޭ`:W⛃Sf``w.kzƏo G1o~]"9Κx Mm<#1,&k;qw}(B*w Sb e?\ɍxwt.^x;|<(6ykkAuϘ}W厇Y(?CɀH8vlr-TJ#0#<A8[Oe7z<\2p*/2b' \g!mc#"_'~1UM@'kcxGM^ƧJ:8xǤtx10_<osڍ;;/[?a!]z?0#uZM,w Hs`d~}_ar:(Y]:G'+õ#=%/U'K5@:hYvqC`?1@Lrڛƺ@w'- K ۽9`|lyvP!Ua#KA)}bܽ(۪Fs*7y(LTdP> joæ±תbh._iHS9M/YTa0 <@^wP?~r˻NpF~>SPLοOV1-qwuQ֣v5W/vs婨kmrQ8oBG$q>DȦˉـm6:(]tpxL{yvlΥ݄Y&u./r[# 45Jeŵry]h#Ef$BPVL؊F:I|ىbijL@{gkCg\bKwj.cWqKTS`bs\C4pLjҨ Q^0EN5yn\5a8;|ɡ.qyØT n<^@gxO<=/;9:XQ:8OG[+bywt&}wdؿ>w.gy=m@ጇ9?{|fߙO2>iQEu]!{ ?B[wDjwX Z_ns|H(z8c4W^12< ݄\wX֧o\e%]fn{ʒLͫvӯ|~t~;xA: B)2vhyS(+ށmױwis*`gWq;\uiΙ;&g+ wp?I|CwExX9˽ ٳ-.ۑ&cg<`ݬɓC>˜g m,!Ubd~.tן8}XeHGǻbVŝ`r!ċ#!+ű##`8f+L(>iS6c,>޿))\ 9`GAcD6sR4 i#P PWx^(&)`T`Cujt3`U~c 1FH@D$+ K}uY;:ț9@ٛaٸ,.͵ſxo&8<懲pkWo.Q.:}܃.-TګDOzN[T)&:|s(.;o5w W`0ͥ[`Q;[)Ut_a@QucFT81&z)}*l] 4U(ڐxO2kMҵ9IPVot^,Ah|a_qpz1v6S9<!]|obf n&ޡgNjq)жV]bu{64WmP/jXuЬA(/vӷQL<%ήtVag|xgU/S|UQd5M8&T(dx}{u^;}Ww!~dڒZܓ#>I7%W]sݲy`W Sj<`6Ƙ^|*/ =1nXsM3pҧŹ-}{Xf?Wp3`:/qO83FBQ_C2y/5q09xhhx7i,(G>M#;;3adCe>F]d:*(XvU5g(8Zv?F-5P'+ yP*8ȧ3|}N{xpä !Ħ_ `Y> bsy^>wٛ:_UӴ(ߧ758Ţv2m|C/`\Ů뀾Cq;O> rpR ,7LX_ӱsxca\ #:41}W:?3+<'7H=LKǵJ̜4ޡCŴ4 %P.zeɔn }c*d4!Ν<:`;q_˹)6g*x<49Ů݋ϯDT'Խ7,@w,hj!@kY;(QccLN0cxrM._UfcXplfX?|{BǻFWhH;oO1Ytsɰ ڽ%-~m-l,ݹc`*=]:֤]wHyz[$Q%㺦Ƞ&Z D`Sy((֍񎲼Xk*j4 {%-1, V*&|pxdM6]3Kfy\]TT:avuH#߹xG8Ug'3ӈwL'>{DOko=ޕUﮋ;+ 'vSd&ewK+?9߽;*e$*%MbL;|@\9s#,!+*N_L,tJ1=o>D&[]Ulvo2`r(';G.)>6hCaJ!dz|=Bbhޞqюp0Aj>:2u&Hf/y8誾0`wl cupG,'ODzY,ut}֪~'#7ҷ{?GwA8H}%{|x{u$:.%dqAu0>_]St;fy[;2GC<.ICN*xoťIFd0>W#-S❮7 Q_2Ua:2c.K' Z2a6 e>D;ըAjS+w1 (4qA3湨S[XV2dkrqN,?jk;?:;(hQ6x~rO?;?3wudX)íWo5N$ŽG李+K͑N#'M8:#QZC;lS~cZ=;6~ jqtv)f"YҾH"R; $z diQN#JxU$ (M]5rndU2uAIQ4?si6X@L@.ҡ:nxLjDeBɋJ11Uˍöمs^ZDžӘ5;Au5|uSsO3䫏U;hf P:.߰$0%6Q'[+-$Jd~w|o~&9Va?~|kh=9N.>guA||g}=>7 ٣5\S|xkM/Y)T;תV0]Ӥ:L>!=ZG#\(6-'p>N3|5Ufqi <ﲹ}\f@o`αVdƆxxnAǀFmL_e1, 5G>~p>,xC~w<|;x:;(A3 a'5yK;͇5D  lr}3J9]Na]1e?wʥEFZco%:xU©Ha ΤwŽJˊ}6XuL}b*kY}t6_~r,>b5aaGʣy{M ?nGM&Pb|Q֗ćvAv 赇ډ!Wz.Qtx^"Nd%xsE۵d?DҼ;X\tz{ǕUWnUĹB,GesqcVh>@LKYSW"8gyV#%#<zWgp6@q>m7|^dޡȬ|чmlWT8\& Yc^twgZִ:iv -hb翐1x<4e}6e<iAO ж2E9d*u,l?z%V{'/嶛b\9c\i2|2u㍺Bt{ /k54Ҋ"ٿ?Dғ"8ҍd}rZW򈭙fwXW4Ќڤ}HXHq jGC7C$){ $aV*٘A5h+bit<>&˭i:ncHicbȒ+1q 0lX-e;mVc6d"1xI8ҥ/nt8V\̣שNkhp[ٝ yTdĽ614X>_ai;Lꔁetj1A~p]z)/_?4P^^&іo^튷;b]s}wxʹHEm__߻ߜƉ|Fڍ>Ae|T^kzQ1Jqo}6Ac7n$^cgm\$~_QA}/|dfd"Pi}RZ{&|6;*k[5]`|3aVc}$#ar¨tl0 nM}#݇~u.x1tUy5Cq:/d>ԼvG"='#M8aC~=8E#E2a|.̏t<8\GVL'0,9E}RkhkVoLBi.]U WVDxQ8Tcu{7~S5жVN'Yk P R]M1_rpqg``o~VGSlzO#a"U}Nvķ;eh ]9xU9UȡB9q̏2R<@:!Ŵř_Rϑ浬1:,mk : 5|ܑ>A3wt;I9Z{v-ҵ:8u0V.̟H&SxbHC|w4٘P\3ؒnGқ{":Rz&ReоLN_~G e|*R R -]5K,qL<.5F;'ޡufP +Ҵ܎[~hL&^V#_&`s J) )`>tF{oYy5Q:!{ܴrDsT?"$}6 +pY;`s\14֛,s͆I7wGӥSLFYwWśSA8={{2֊X[Ӹq:sLv 6??n5x4 L8W8 ԟ "f.!Q[<$+b_R춻ͻ߼ycIUGǜ8r^yȓ-e!8X[rnL+5oc,bAvP#-kYySWICcwP{.Jt=M5Q:!nZ/)975^e$38^铳ܶ8a0`:SHAE}7nmwye)}-4`1+D!U\HNI)5dە pSNWU^.~.K]ZxN 9BnSl\C&}#ԈnstM51峎wL,>{%n̳F߼O3Yw9φ o^wgǏt _x7hcɩd 45F=wLJ)C##=OH~,|$2ِe&ߪWK1b JoN"t^*e @y# J׊"g3R 0ۮƊ\[Dx](R&Bgns5nfI&;K(AeB1ilu]h{ wR?8Ew&{Tr8aDduQ$AΉk}wT\+,ubR^`ECb^F6s7/BՑk:vkh7G;tq䖲sL~:vQhAʳ0'.Vᶆ䂆S,Glyww!``3dQ;(b ~Bn@^3>!{*V{==w5VNl( Wa`yڂ~ #0ɫP8@qy9:nUaO A y:ݔ4xYB)wo],}$1ő)x{x".,·Y׹eݍڍ8>X<= Ծ+*JX}.y{;t?s:WdıHy$])b@1 "E3bLT^Xlʼ:^ch#G0I":ưW hh ~wU T? EdKI#@H{_Ԩ_rhäUm X%#qB7x\k]8=h2MZ_WZk&k5{'VC|pKo ]Ws Pt|?J6~?Neb:Hs89[h~qiyVFx;ȷ"=3 x&d|{nϾtH_8nZ4fvۗ+1QtS6ӳv~y2s~Z󜴚8qJ5Hun[ݿx^fҘK]||_U j̣NuBWf0#5-aP3믄gwL31:8xǍAK}$>)ON{y:zėL6o])'?7D'l __仐0?޺!A}C~ QCܫ' ]?:dWZXkCoӼ+UFF?><ݠ83@"Mzghm,?kHȜhe%@/Q\Qps+\)j(ޑ3 t A@''*,W")<]g_ӋNTcu֪,M>8\OpR*|:f;P2͝m>8g&} w02sN?xcYѝ{bgᱺ?1zK"ķn?}|?8/bBr8{4'tgqpfӘVzw"]onacL̑&tw0}WZ< 2l%-Xoy\VEl}_(a߸BX#nѠ1rHS9/3E=I؇?.5qrqy]ܺN4K=avf4;h>ȷ#}n vm Dz"ȫ) p>Jv;<׊ -嘇5px/ 7i1I2H0wb6,|8e+>13A)^= ˑ,ON'iV8U[ /u훑lT2|UNu%_5A߻O ěD0)`sE`f%,=wąA>YrX|sEH:c t<I&{vs;&Fq ji?&sYx9)w2 ܀~c cIoHՁu /HspUΗE-}<ʚ2\lLR#ɜNUy-bH3?.>HY~n%B<A>Ԅs$|9B|($1_*1NL`t#aFSk90ށJc5gyt(YO*aOXU4;fGƲ.ޙ9 ({_W&Mpe;^ y 2O' tq$ %Lql |Tǭ %p'śӑ0v:/D8a}7Ly)/I1jrƄ1J!?hX&Nci1hc\Rx14i̫W`_u<+N.x@Z]cT.¿d=90/GWa@wPqQ:U.b?/F_7nޛDx6?5@<`ky^hLt򕗘V51U;DxAg ޽T=lKƍC[U|3BvQɿS;GO1uOC^;]TF!cD+}Bo)x6߉!.>o rV} v>ڙE>L`7VL۴ի |%l(?*6Ϭ3s΀ӯ;L`!VL_\vk41;Wuq%.Rg9{@9\̃r՘G.bTt,)} lwaruu^ff2ItYdO֍iUWowzR`':DHH80x&̒|xv)( TW1ufWr}Pܞkږ%ǩ1)FרFIEu=E0%}6 9c6)+@ 3~·%qTY7_^yf`s8+x4'* EYe{|>xY0$/#Jj19',8 WAtx@51w'wĉnPa׈_ҹ#x>Ez],ϻl#G4cRF!(SwssxwTEˑezV }0}ﰑQ@탆*Q׊e\2Eb6Ed_05*J07nsBP_.AxEG@$q;Пi1$rs֘G&yE2fyԪ|ɡ>:1xG%u0?c;.zg`2Wu,lBhd%[+9ӿ=Zl7ŏ߲)1Ax]2?&x{t9' :苳<ǹg_F#>kHm 42ǖRL(kG+s[ܸj{fC)Rΐy~/sY>]KGG9Hfm﷩JYDIWp6 ̇n{ !1mk4hD(̣l첮p!j=N>%2!s}Fjb;#NSJT+hua^Mw^r21_sk9a z(8t烙w>CwCuW?}cMs𤷮{|F8F>;WzVlC3]ABy;9N#1aq!>6g}pYxG5Ft:5"A;:N+O#튈-ev c 1ttۜgEЯڧD X,8Z,*q:*Uw`wU #~Jv(16(εR~\N47iu E0)ނM>]o%"k@Memil7}}3> .wY/9ɼ>/nݒ5}`y&kTqXi74>wM|xxGvQ-UsR^f+Fޡ_:tw~ޱNQ{:?,w1+A}sm,uL`xvXhxGGd<.~-~yoIw I;`}FmÍ+1wn|O0"K9Yk';P>Ȭ,}}gSjٟ{"~>$޿}: 9=_4'oVg@R} :.t74α'\.:;jBpe~X<~utf /sYt3H{_*?-;t(9aW 85~ASZ}m]xȡ|3,X!~.[_<ZwxNFI(y`nh;j.KՋi,K͓WΕ,_?4#ns`O\+Yb]T`} bT~ 5x~xR_4`3Q;Hm3nrI.~ :sm)7T1ھwwf^M!ʭ0b+ymxGsJa^R&3AdʚRdQÚq,];`y=s%su!S_uQ(אA%of9庉w`nc,wy_?{ո)}_>;^K\~^|U꼃]]۩λ\ </z=I+ȕ]XS󎮺e,"uNjR<;Z1\;uAR2u;z>SH~Qu3;n>ޡӞ8ӃF\kxPn zOC[*BY42Se<6}T kT>u >s;,w4}K`w(Oz~D<{} \'V̜WME?}I_c5Ռq\7מfy gBvQ,uߵϵHZxPڃ̣AE<iWS7 *_ l׼v{MD3}겄jdAy&7Sl1/q 5yG&Y9}}PUq]xu\{}̼4| 㕐IwP/OskEI#Pt8hՙbsOS u\_|]Fe7@JCaLgUmEz3L+3lSyکw;y$|ЃfywJu]>{\|:3+17]N4`i=zyXZU5 SQB. 2}F|d֡czx}^fAW015%h 5˛,76{< 8P8y񖎇Ͻ4ͫAj󰸡"qM 0##°>Mqf}>xG&Л<3lbu7WKwyyߢG>Цڧm_ۚY;}neSMzܸ$n]>@/uE~ao.w;/Ǘ5FqsϽ׆7R>D,I9\۽7:Ctt]/K"}{< G}Qށ7KaVX^}H52zaƦu(H3{fɲDZ:w@}jC[f٦`q uShZM:cyo>?'vsf>xF\%8}Cdϼv,޹~I\(͓frf+w w+MEՈAϵ;I]z|4Ѽ$ApUv0% Ag#=mܧ }x"&;njh=ьcuNU)NNVsJMy,Om#[ꖼfy;>B,C~uqEƸKwy<>"T5M\ybw#/NğZK/Ύfb_>]߉X z?Tg1gQv i9Stk;|; qog 2B nށwxLw4a^瞋wz1kONiLJQ7TUߣnqRqN%/o3y)mydKْuSښA'FV'un;h= Yδ :K|RT!T}9}Y\R[)$wߺSc ]egNVpcjW`""r"8֞*\Dq>BwX{B c=#urnށ)mZydKռ%`9[#udy8U' GotM]j]ovGSPdqWw킸{92 ~xq>q{~P^S,i, ڰޫO)|psx59[ICs F<_x (]?jA;VY]>}zJK{IGop則wh#[^2Eq\\a kD8_wDI``}[7K}~rĿ|}pGy}ws?ӨA}^ΊŋչWN.jwRw ^w8u>E2ִ|ʢwHwݴ6Kn|,, Sj̦mױwP"໑Xj-z\MeIp|gZHte-E -֊RI^rԼt;vjCޡMI?wa7gfALvi3޸/\>wGB/?-?{aϴ}\i=;o}9K/Ҭ RGh~F̃wp͵1{GԌ=.An5rk';P>;`]1|WG N ~.έY:s@ܾ|P4f/WG.fm<};A>%Is`美 w@h;ϵ\{[ U cͪۙV 陚BSt4"lxе$b1@m=ލ3QvSeзr;|SXHzydKɒ,Ow@{b;PKܼeA샑>zv^x(lMQ<?{5^&s{ w8 丫\W{?>뵆8R 8ϭ]YΈNKz0EޡmyPj1\wv9|켃ycZ1giPc>_.e*-c˲zmBT% c[pXj2ȖeޑfySy8#޾qI|p*\TE{}qxRsxTM]\F>ƨY:hGp{c^g<~#m\ :7̃Zc=<Y^C^2N ;JfsJS\φ{Gv:ydK%.9[#udvj#Dr6;˻͑fI=E?t 5`nǸ+3}]7.k3p+{+Q &YnNgaĎ;aZ">Z"jaL>*= Xtu@ /i3nޱJ<9R[< y' Fϵ2_+(Kqf@pmeټ9+3\mydKK&;K+f9ָ;p>+v{Xst?K8Z,šB8 S,w=i} " w9et:EA >o\88^fֶx?<;>wGΐN/Z(3/3vV4w}:  [&[z̃[\)?2Om#[6uށ)LÍr-r%k{y S5'wuKȄw4ė^xy~ximߙ+qiǺ}xl0E,D{ 2x{";H;} }g}4f L w{f*Œ@$DF}n\XDz eypXf)ЖG-fdn)c,Ow|[K#E!m.2Q۷O_?}!2+,Ow`yq`:f %;:NoTYPwz,KgrAY qmƵ.f!zOJD}P -!GGY޴lx@C2gZA`@Zvz쬖/B 7{A5˃5[7ĭK>hC<=;Bw}.\T\ݱ |u|"<O^'hڔ>vSڊUw6EҾ2{ v7o }"pqNpK>Lc>yD uN?v1zbu-n̼&:+'rC>wG {k; d-6Kw;P5qށ)c꼃}2K(>m|٬34ˡ_:}0q7b<Ώfw&v8gPQ6֚ zE{y..3Mr# ⊫G1yPtf<זykt6 [' h]ֽǃFCNw`ε‡Xʸ *I܌+ô|gMyV\C[fbk;qua}I{yf7jq]ܽz<B5q_:Z8y~w,%yqWXbViLh֟sLf+]ky=L]wĸ|D?urnᣏ`mܵt'z׀w8_]p3mY* } {$̨yD=ؘCm*¼5mK}v6zGM5;|S`>\;Uhggybr{.ZM'P=z~l}0v؎Ae[j|X3߼c(4\TC!Ci;1 U~Lt;2y,Oʠ3%Y80]7';^|0tNwh#~g fZZ<.{͚L6N9x\y|ܝQq_. ׸ iZMwh3Q>u1$v{|JC9>6To]=qhtOY0wϔcZk;e-dKwP[; Q15S>|޽-.kiG >L;ËNw惫bJ۾>XJ}]5L+m6zUJuᨎJl&u<|]"[Q>δRYT@gGiW)l癪aW_SoB,2R :3l2gKwP]q dy80G`8>x$q#tt ~)1n̚sl$0tϚh;LVͿtԷ,}ECyۤ8 1͵v:#ӭshp 1uIXexW"6*qcmPHNhnokӶQ9~qf9á3fy⼣2ELpwYǬY:#5)|Pg>WݳW`.^2O<;b-]s ,D XȐV5eQkF`{UjxV&!r a?/yVtWꬩ\ne.K+3U–8Vp4ۖG-X+f~6;wED̼K]]Rwqפd.& Y-c|$Ma2Rv=*dkA%Mrg~9*s1ULz;|S 8!w%O9xP~>FAW:xH<@V<~>h:<($|isSt\PŤ7u)h ګrXq*QY4i_{<ƘGh-3l!Yuu :{J*7|cYr%xGZd(]2}Tǣa)>;l|􆊽|fy>=3/yo?mܭdg}w{gHss}f(WvCۼGƁ;xXk=r0ju×wh!C$;/9 듪e<2!Y#[%.9Tkqs\8Yd/#Anށ']lagZ$Njj'1}8?qrポ#Ar烛䊁>Ϥ^[[}9 ɹ|~O_78KRb|e4<~Θi9g k\Ө5g0]@PiUcHTtƊ2O dvސL+n/}<`Q%\wQM5S>yG,%w\k $qī7Uqxʳ5rZQHݘ5S>StC}j.a!>־{;VeD9ֹV 7;*N~: |a֧(65ʪ}_gyiFU<闓w4;#,uAA샐eͷMw`(Sp#;Mt:ܓ]h޸ Yμc|wGy`c{:'o\bMm{yt".2q׃χY:1`#dĔO{e`}>T>+3^`փJ۾zwmk}.Ř> )7)b]:FԶ~F}U_Xgy;j1V&V3|]~r}kyG}/nށ3}۪,=urnѼgf|ZzܼFμ#}y`ļ+-:dKh{ut"v^/VlwcKvܼ|ϼ}=;8ǥShRLjs[r˹5˹ֻ3d~ȵZA݇t]a}}uw,oLm굋y(ZQakGiZ_޼z c:Wg@HzxZ5q7uA=R^y1m#裔ms`MRyI![0GCf?@]Jc@cNJ_3nhv~$8mzvxG_ZUoQ͠nR} >%NiU獯G̼tx<;,OwօZq/>8q;ya>総篫_|pMҘoOÓ2?Әc>y88q=Xt\9Z3G*݊~\kԟ7S9b!w7g;̵-xh %Ŕs)k9Cc'QP$`S4ohŢ C2,Ow ~ydyѺr~zSF8YD:>]h#|e7. S\;go^\]٪wc!q~>ک`Q7B-sҺO{I=#D4XɊ*.?.OBecӨy.l3+F/![Wؾ_z%S*\P3(yGUgic2;e摍ۦYw%G5_μãf7wnŷB:|ڮ]?{M̪s9 wзOhѐfy\;eQ]7B-sO{Cc\l8b"Z}Nk__szp]Ysmf/3WhLwZ{5 $sy]}Cn7,=D{y:35i-r@}XԎix->E;{<61ɳ"?y0S|r9)qS(#I3<ϊ+BwvrIYl]/_W$7|?@ͿiF|]W('uQk7zeNOϿ :  EWJݷb`a_ Gh yM(;tʼC[fٸ,X+fks]kQ';P>ȭꥏF|\;Qmz^ܼ/?ԑҍ켃}28g>N9;%s whSO_67E}5ާ]vgi;~h1lkg8Q8KK H e{K(7F}r \ǣ܍C>74FqBD6ViP ش PT'{:w?D2^a>(\ <5g}fK,wx߽u3ȸP_>=ƨY:i͵2qSyJG@siw+R}a;]}*i1l߆yZ.6-V˻@z^y(x2_ne[ܺ{;VG6< Z7QSbvj#.zﶸT\~PSK1`88qჲE,< )d>ճ"ޡm\Cq]ii/}"#PhОiE;-}Z*I"h1&v}>ϘRiE)sDt<2/q yZź{ F>w| sd &^ >w-8#&w܍wwc,OwkXc܅\;r 1>ϗ}zyi߹Vv%7ۙCG6W^rnک/qb`c>fy輣?J{s\۷V+>LX/]ZYyG`1h}|$y!AW\{<5w?EyG>s;7.n]0[O_|,"#wY;`uK5z]ojE)0a3=$1k_uUsc̣+TWN[ޡofdO2*iQ2]fJ} (,EwPE.P`L#M#%}?f9w,V+y-s*q2I`>+?wssck3+|S>y8E)`brE׬y~_eR,oӧЌ!δ}0}ށ)׬zع"@>_8yG]h}I|zVuZ}~*ޡM޹xu:Sչ~Pvj` $0M N;j5. fwrɮ0Ow`kޡ-3l$`q y庉z˽#k;yD|>;%k_z}z-Οəw?CA/5c uC[:9AWMk\;JY:CNC?3b6j<*lvWy(I(%l>xGu_ Jd>;0ccydکr}0Y.,wwٙ%=x~(cy]|#YyG-ݏy: }?3ɖypk;Ϭ#9.ATk';P>8#AE\bwowh{yt"~ nh!k;Bw9}p C_惑mM׻#nʚj8eI;Gc\D0Wz|cT+8\C.)LZFx:0A<ρ>wZ7wIw`(wKGܼ䃩kA˸n_o{=}>L|%39gra㠗q^:yGEge ]ү>/U .F_zG˃wh+-X,*P!iTZˣS'*m=;~WIy9yG~yd33%`>awAkZ.^|p#HLwAfG!Y}ZAxu<;]q0v yXYx$yzwR@5z=%y5 xtxymXfq 5Xh{D3 K%ܼCyDޮ\'^*;ψny_(]󨨴[fj",Owh#՜;֊p Ms 1CkoG յױ13䧩_N;/ҷEPS%>D孾_Yw' A A/1:A_flq uOdA+0rD>w!SAy =zy(~cgqw꼃3 Ck䃲#xyyt2מ{<|'cP}K8׆m=|~9f {<3X5` X3Pa!S1-#e<-n;G6A:H3p>YW%k;| ݟύ6=MO^E=ƨY:i͵ґF;wap^xf}#ff8;kFGb>CiZ 迸d|Nz y}[0(R_P4CTg8y_fٸ|!Mc2A|h:>).!A $kcIݻzAuVD5x}rͼ]qpôeOSry@:G̼=)iwg}~wC[_+a1C=J4z]r,<L)P mѶf,5jm䑂fym]{Rt`{<AS뗃F4QG,xǪie<]YyCwY.V_fliLS3HwDI`Ě߼/l}|a8u ݢ׶^اP4d|LJܧ~1OW&yԚ02̓sAG}2jc J/qrX+YW$BzjA v r|_9x;U8q9fyfA:&;Iw#H{ m-P3̚Xޡmh"}\ҽahT{=z~eYVPA fX^ǘ%]h|о|&;e6b7_[Qc|]yyfAA|9W.3Y'>};həw=,Ǵ;UfA<@:kqfy_ޛ;k./(اffB%6zI7cuRR=c[.W46y"-%bj@$wCrF 2bLd^2{QF/ZYz qHlԅݹۛ<;jsQyqpy"DA:A3ֿOwhcjoקwn"}jxw GcRi|E )&6yԗ { ;$>cڪs Pb{C8; ^W>ϝ'yyٓt `Nx(b%3;MU}+ux<;0s\n 7T/9fy꼃3s̼uZo^(~p*Ϝ|>x.z"q׃χY:1R^y;]eH`N|PnjGuHELc͵_jP5a}Hs8I3%|a'Aa+Ct cU|yPi:Wgr2Ŭ;@s;,Ow|0qF;yG}mqqo휁|_p댫4CwS,.\;4z>1hց fE! 2^M<xG.{hsmllyo=KvyC]Ҿ_sˊw|CXAyK9zE\>(" ˗P];-WKVs񀴏9+z[>Rq!w^j}<Ne9/Ƙur<0*4ޡmyY2Ж4-5S2;yG>:Ⴡ>wMܹrͼpvыwP||.8\;$6>{u-V4A4.ĨYގ PcZ\&OdݿhZ}HHY3t965$0[}ws@%U&;0.#Ж,yetR}"NMwdݓ9Ggs|&~ G7/xXWΝ=;BA/5}̵CAmyGW0n2cZy| ql'sm&Q Z|/'cWwHlhxIײ?@TP#O Q;[g[wP}*3Yzq\\"u5r}05!]ڞ<&F# s L4y8y\7ޏ@1Ow?O]7֧a:3b9׊c-\Y6=TX+@Ϫt+(L/Vܚmi}X! 2G?;U0x$5id1 }MDþ ZCAnaL.5d>;}m?~㺸} 79{*?C!wCkAI2qW0x3W( ^k5׆GOkwT^PŻbS_C?:P=Fց=If)fy3yǦ},C?W@A1h2<",OwtGf}%';^|03yG>:ფBKzܼxζkv׏_lfܱVjϼL3 k;BwK u?3UwR`w`^!7tUh[ky 哂5<ǒ`WVЎiN8Veyeݜh>pz4>?2ۙwD;e摶%; MZ1edj L;5uޑ}S\Bq۸q޼vQN_I#&$'Krϼ]q0/>h#UNF<Ҿ&>?MεQ|,VguV~<)p0*B*P hYZZ_gҪ>rQm85&O1n?a>Ol5ۖGcfy#uY(Wv }^_sks#xi;|̵ 8rۥ/ zt3m-gdC[^y*؞Œ&mRՁxW]vyeOTTC_(HT"M_w߫5Ro5im#] M/93[璴>3wDI`Ě>)L|7EQp<Kiv=hfywt F"rҙ<]sڜاNp_ޑ_JQH˼ByG>8Q۽g\=/~C,Ow qj u9JW>(wk;<]pu71yuxٟͺL;χ= B茘,U9ySG޶qC f|oKabx&C#=mL]EUL.5d>;}ޤ]~ qž qן?/N2k;ݨyµJn{wt]:Z˃r^*զOukf95бA}@(C3u,ɿDǰ}@[Jwh3,p(EAƫq]TOP~k-*mx|F͏;%羽2a4aƱVeYF)|&,`ޙyGGmyc<52fZ%:>+6r](+^%- .oxXyQr̼88a!|#uQIr`c;nyGA9PeۧZŨY.֧.y2h;b;?_IDXtE>CbYP>P BAcz?>Oܼgy3<0k4S|A'qz9=6X;5XO߼!_YW_^~c`,gw}[ĥY.9}P"ʗyGҩLҞӧ(y*\8lhVB;p<,crMA>4fMf޴|{OwO_ߑ}#YyfyCrD {BAQo,|A9PEЧ?f97i pќRnVCm}CJQ][ڵ)l y#xF@דW=.}ޔyYЖGkݔ:Z7>c>yVn]>?w2Oҙ.Rb2|>4yG>!Ae|P2/ߤs}Ϡ|f$\+n1XF f}{<8xZ.d{9m|+Թag#[M_(YR|hbx&`fq[z~lK]X״"Ry}h샡]R,Ow?~㺸ui0Oҹ>zy(ct MdA줱A^w|޽ >^ 7qMw^yqw꼃zy3yu3͔yPNwy4A;8/aAZ%}EIlrTعR46_oGa|гf9_0;6138-5S2;yG>:Y||7/틟q>ޡdك+Y:@>\%!̚]y}0ҩ= K@*4r1T^.ޡMV}(xӑQ`T $ +OAڦD:6U+xVj9myG_zygȜ-/&qX;5uޑ}wOw؞k;j5qW!wO,1vY.C"dyEI>إaLS&E:4zy*ɣ6sL4BvhGǏWK.Py99Ӫx&M:=6}y,o[fYzq\\"u|9>yGܼ#Z̼\|؝$ H]_J4k>CasmC:nct$xasɣ/`z7:o(y*DewWyZrg6v5iH#6 _)xlX>HVOCP򎕏HgٜIF.i;eMw`;'q5S&Lw%D>f]'~ Ft;鳭~qX:3ĬY:#.C;0;]!A|q&`3M!+\{y; wh[w&\~dY0ﯡm'\<F+Y|{a##nf>L.3x,fluiErkz`ļ#HLwUqFt;j{~x,~CT'fy#qW/ጻ燒p)ypZc¬̵r\(k_]8\mMP/m{GHxG#!,곐3Kacʨm}~̱%drރG3yG}p2E>2{!f}sPָc!}0Ĺv.|2>;ڒ{>ojyP <\|WCwxtgP!:hU(VC} PcMRbQ̸f.xm O>/=AwP<·5}#L\/=(#V+sŋNw郩>h׸ݟ_'~ t?~$>f;yGsyV3}ntM-Tx.;kj׆whk~?|͙+1oǘwtZ 5(bӪq,}FjrnM"nށ<¶ydΖy[9J>w?wk|;TyGm?}UqyʘKs&;0><·8`sm>*{AƸ~+̵tL򙦠hw1U:l_ϵ*GsGw֑:&桔2' T<$qIlZYJWu<L%uA> eXY:uDY_1kGwD}73 }&on9<Z}[ L9#͆W7/egno_6V>5c2BKVҸD&oqb`c>fyÇχZoߴv;j3|]ZYyG[0ܼ JJSO3ҳx\<(_e}cJk<  6 g>Pޱ)2# n˲]4yĦMǘyy}\myiZ1syUdA;>ByG>8A\޿}$-8?W'>ϯA.:&icys~]~fy̼CC?+$4oƥZQͅYUVPy>JmՕg@^bڔQfu/ >J;)X%S)9Mۇf=swP+q;eI/ns\=̉Zb% ZCA/Zb>;k}wP<,߇[ 2?>:Y_@ AgZ|q76!7 9J7}4D;l|P:A; =snrNRݗcg`Ě(Y>e3:: X.3G3M+hgypk;ئGXfy#uSQyUʼ3x@<>h^>n/޹). 2~ӷO }0q7uA=``syGo>\[:w$)_\fܼA6.ޡm˅4Mcn@E"Ӳ`\RCi-%/L)/#,ﻏ&2ǒD&ySF.EG|x#`>;q NA߿sZs?={E4fyLwHcYq$DmCÄwT1klkf9%qR_!VyHpi4:˧ a Ĭ`}t;zM+Pe3FeTC/HGw7j3# Mxu0"wfGLH^|pk(%e}Yy4yAJoY>_{X!'ZAڎmyP"> ܛLoq.>oBOR;N"v/Wʺ:y΅' KA9S,ogf-X+f䙭Y/9jAnlygyfAL6wuqҾ]dm?{-So܍wDtB$%,w6#-wεu\z@ͅY^g{Cy H}*L:G*ܼ0VO3>xurnѬ(|sm|ьkfy/ޡMY2xM5^Ұ}J\ubxGWQM(iTU̲׋ ` X.xPC,o_uv¬iضpط(5`dvj#]\sfy-߻_"r06nۧ'9}&^kK/>wDy7;@n-YM-Jk=#ޡd|f?c;ﺝ"10gdR"F![0ei,|AD쟊wE]bޡ-3>Y/93[3H_fǸ+|gܭϵ+v1x&3Ft;x,oWi=Fx js>{<$C@S%w՗.J;ù2=\+:? MM;S_`cN3ౘy(;,Ow,S,OwP<3޾| ~t2x_<|^~woo_=~:CkgA; fG^_EzSں7h@x6fEZhC+cxuJdT1la6:3I!Xq<iQ,! MiS3L+ޡ-3^2\_Kf ȮwA`Ç!Ld~n+kU#Jg?|X}c\T4WןO=$ޡM(/V{< /ٜS$ ڇwm2ޟ7`PPVT'9HT] d:q̼s$[:8CE_>^,ꠙc`s?D;z)әSȼ]>H5+h5x.{*^̼#]nAG ~-.>C  滞kϵr(nIR4FDr;]绳l|V{<>}kTw4::U,NMIjM = A(L]nNy2 -֊yfkzɩ=3 [cA`⼃]ܹr >s UHnޡx!~Ń`5S]iey"0yG]ƕv9;ax`;ڱyʗ @z{ux.x,V+a5d*ܼLyS`};7/.;jͣ;h}0v3-Ii[2A2 H4\fgZq< )=2i6ш?F|SKZwFE~ItI:3Jޡm\ e^2uk\;]6͵o"O]>йV0׮ϵJM|;6K(߅^rZ;K57fwh==ax;3yy4΋v?vΕO?/i(dTitzXrY lU! F:~ ϏOy-Vܼ ЖC\q %;B]7XO<">c`yG׏߸._Ƿ˸5=`,w)㞷;`v1ke1J@ɗfM\hwW7cuf:'uuyGX=z,nxP߱L2ERiai̚myP̓kx..A3?Ϛ˚<"`>zHǥօÿ}rzoGOC,ϼ#=7K#t}4$y7x師?Pj<>#U:aj7oxy]G Q|K-LGw O(HS2-gHүb,o[fs9ngfyպ}R>yG>y39qb}߽uS\ wk郁ZyxwknK }TD5זNڧ]s] 35SU:mHO !((0ξ%IT!`]my(IOweҸ <=BX(5EUdS.;jӚ?ߙݏg4KwI}0wr#ZޱY{wpdw;ϵ"9^4{x(9=Bb{;j紾{XVz}q;"g[4t䃂aBA=o˵ z%itOn&ڧ)2*4˵;CF*GC>*>ug~9y( 3'%XE*= 5y] OrH}ea:fK0:qd'^Zfy0q`qSn2.=b vgo4q'/gAqwxܼzܥ/wo",7AS;|=yU`C{r6{lfyJwvyWwyG=w_>/Nq~ҋ3;Zy/G;׆)ϴsZoa|w#"O/n[C.x4˧}P| b6̃* e= Q:OpMvxYS]'~*Ͼ4i豂hG|CakUi!)ߨ68P ^goa; WNO)xZ];hs;e恝: ֬5Z7QOsOGS6q >fy#q .^ n `C2 ]y&g%=;:츤]Y_^[ QH3zˬDalMUag]Աֲʓ@6g>׆UxA綳qW3惙wclb̼\<0 w ctY[cw:a>S}qMvdi$ƥ˲ԊP ^wPQX霢$lLG;V <(laPzw$Y:'YY#>Kk}%K:sw眓`#d q mcYG;  y@$qqfI: ǃw/6wke{^׹3FtGS45{#j݄LSko>5';||,wC5q>[N>{L|Cw}06J>|6S7x$ޕ,ϴ\+bk7G̼cb|cmo>cc4V)Z1,x(5﨓u3^.K[jщOQ0=D>LNwh#,4ށMDǑک"Kh/>.t>y39u1o߻&_w{H?q;Z,(fy3 v{G?O/=A a 6MBiyXl}ByG>8Aqw.?y=8yGֳ_?Z'Y:=Jy{=Hw@}0󎮴qW_6/$m8-Cܿ3meܼicg`{C{Ճ]僧͓|0Z pm2@::s}[b.2Rk;`y4S`+&ֵcLUAڅy`(C]U8rP\8SQSd}*3q 5X;>B,wwI3y=ݫ}'0?}Dtk4>fy;Vwhۙ[VxsKH|Abӧ] T}.e&>}lL']S,o_Ǹj݄c2AyUdAH%AnZkSZ?sUܾ|wh[wOΏ>])bwG'*so|`c05]I?oH|r]CйV"?$;߅AUbӗ(xhD0Hi:6}%&>EKv T3ޡ-3q 5yG&k0ɼ_G^#{\"q̼y.oݺ"޸va:xP,ʒ}d.FY>ytܕq>ynkE5*ι\+nryxy΋}($8;IS5%WLgT%+,y }V]!>:LG3`^;0sy8H`}0B1 X(E}Ä `߹VgչVOAYfGHC|6;::I`RF m$Z|VD jrs w@'u3/֊yfkKwPhijϼ#r̼^=3k:{%yP:yU}Z/,aR_$~D vkE=V,}je4Yܼ+ٙz?ǃ}w|[ 8ʴ}LUl<ʧ :xRi4hOKw!y>5Qۭ;WW?iֲb~wP]Q)i0FyJDxG׹VVZ*Jm.ϴufs:)i> [IS:a6V)#YZ̃8^2 y!:0}yʼL+C۔G𺉴Lw ɭ{vIr<{qHJ&EQ'[$$ۏDsh 9ӳ]]u3 yo܊90OMueF"> |E9;ȠA<&s{޵kݫpO,w뗯?\ݏ[`#w\9!5X<4*ǽ6n@[ֳ|,QDf)ޜVͧyԏv`U/3)yl1 ?P",׏2jp$6?T;$6`]ytѾgyCRGmށjY-lwN;8EkݳW>c_|~wyyeQD&5cUdi5ip[maOyGH}r[D5?γy#!fc r tZliy{;S`м77V#b7Vy 0Юݳ36|GdY7AԳx{\g0XtQ.Ӡ6(P?*,owơ;cx/]dzw$-1~ݳ;Pk0{J}& Fh>^"_?uMYsҠDŖϦ8c<ҚU+;.eXadFysɺϠy0~.{̣ԙB\B;`ȝw`ݳYyG҃[{YWzƴY^b5k0{Jkų|5ϻށaV)Km_xGHWuг|9x7$i~>~הԓ~#ܼGI<_PޱZپ=3;$Ì6; w:UX$Y^BFy6@ɝw`d~$<]L},k.yeh0]O ;yhdg /՚[C2ip#0;,owH헬w)lw`5<)}cUO{~2ϑ{]Kvd]oY|L/;W7'KG,ii_+k{'F PT>~٬/mHSe ~A1yyʨk?;8;Bjy4;uޡ܄Ϋ{`,?<(Yn]λ5X ˟}>?C/s[ֽ=}c5+Ӡʼ-EʼU߷ Ɖƣ&ޱ5qsOxnOomw<#G>!fSy dwyY:RF nw#?j۳љGqY\BB yGA vQ6Vw@yL@|~Gk~;W5B5X_\>`y7=˧ywZ w,3AkO=sZ!!اyY>M'n&c{-S^x̃}=gbZwn8G!+nS4;` hwh0/g<_CzOЍ;OkbyG ͷ^?T@qYѧor_|c.T z% jy)yGH'-=jS?8ޥ u-3ת6Z!}Mh]C53X˃Oy;;LkBP ~43_ 2^gyM#VX䞭%k3r" j{jbaRq:`2z_|^<~_(y0ݰzdZ\o_LJGawpBV[exGW vO Z$p8,og8EC2yd!Pfky%}{;ԟ׫uaYڱVX\b j]ϐ-jPw5ݣi~aos>Ww>ʽ|uVKivN Z45/<}˚gH|yм>5c/+q6e-q_+mޱUyxyGH/no.e7=QSkyc#5Qwiͳ|ewkL\¦yhwYςO?z1A~ 믾w[,ow֜x8=ay 1f9 tv^ڼ>w1e'A|vscGqQ(:ֺWP;ﰩA o c5ߗwtk^bwtwn"EbyG.<;xaɱ@Z{^0N{A_,bv=R `޺]E; ''fm}rk<4 q9@qY,-ckj_;-$:a=6|k0GQʳ|5gh8 <:p=$vuWòxckP;"}lQ-zwaKa_G#77_5:8[`ż~]w}P'=?e9)]8ϰզׇQ0Owx킧ؼ~>ޱum(_~:kCyGHyXYZpQ̣F!ڼCjfn]KV;E9;ȠA<&s{޵;,λo'緀|HϿS,lR%sxb>wr'byNى'v?7m{ڬ_)XxCك|;Bzu7@j~\9f;0y*A#p\wAṚ=[:jTtrp\u YdSڼS=}S|Cpۛ~>{EUI ?a=ؚjwL2RQ{mw}8ϻyeyhkS*7yY;a"$;BznrXsKŲ2!1M@z*c]. f8y4Y^#VCܥurg0XtQ.Ӡ6(P?*,owơ;cY89/?yg8Gqn%s}kU֠wwH*Q^g9Zݜ{Z]o/,Ybe6χ G:~'}͟V?y2&Rgy ;X){vBo\̚Y3ۛy#ܼ#Gظ,.QI~g; jY,%gwHڥ?g/ɓw5Ǵ1_/> ɢ3=,O'̻gy2uxG0fOgY6wC0TLg0;ƲQbh^$׳RmMRGmށj;巼q;klv-ykyǘ^ް=>r/~uhBށ`ͼ5J*rT\>~=Gr{mb[qb=˭NSyGh]ܫ0wL?k]ac0,nK4~ẒFrm!9g*y여;XRwY8iqQ+&58kyךgyݰʟ#QӶ7/_}ݫ7׃yy71 9gy}|]yM<uq)wwadwL)n]7Eֱ3j?8[, %A<@w;crͼc}~%^sL/ݷ?6"󼳩AAmݯ:X?WIR^oO^^e!=C:}3Ӊq߄dw9b^l.1+ *{x\S pZCR$mjoqytѾgyCRGuVeQD&5:(?kPyLS5yuvoo_#ѻZi|EޱUqGv!܄n}Ld>5I<,r(k>&/ʤ(- ~2;JڞZc{/no6OkJ$C~ԗg!0<Y&ʦAʤCz|<^$3Ӕ!YfGԱ;q =[`Ş&5ظgyCe hޚgE1fO?>h9+95Cw]I;ϻڼ#$^v.QJsU !-0#5A|}!y؄q=cr4H#;8!D4H4H rC4H4x>w4 y>ey%}b% YDzocXq5h[ڼy} =Z] cL7'}~;⾕~+š3:nnN-hgԠyWR=sVS=)Xc{5{˻xƣf1>9mԧ/">? )'/;u87%]I5 вWY:,Am)Z{7;$T/qދG n|̯ݿŧ{Kj"xvw} Z{;iLgxip|]hL١owu Kx}r%y0Mq96+l@[<_fyGYy<%4;M{K+hw5yMh\w@yLn_?ܟ#[&2j05Ҽc G/'x#7~:_Niy~64/ėRߣxc}kg iC~OmkN(!ab$1D8 WcyXJ[\;} 5yXwd5y4γ˚ynFt3|g3Kf-1G_JVyGdw;X+Beʃ/1/.'zy9x_oNyDT?m. mE91;yy !Adm>Qb8YO_CrN-RiЎTj- T;,kPwkP;»mkvԠEO;,5wݟчW˫Ek=ݏ)7?}{W^Pu$S}yǼ 1-s恌} "`-yrg;A0˫3 ܗX^uaq޶}a-ߗw,P&]|rZ!BYn>IORzqs꿚c <`k<;asY>=t-YL|2X;GͼuJ1;,owHXī՘gy뼣kT\¦yhwYw@V4P?*,owơ;ci Vvɇ?}lPg3z|Z窖yAY;&T;ϻ>On~wsm'nwsok@ ޅ政$+ ;kOڈ5#;E^K IxS<N&w hޚgy#E;>} ^wo6(AA˞O7n*AuޱsPya嚼c/ʊgc9y(v&hw\Z]ak/y)y1d<=z,O <=e`Vޱ{y,0˪;>7z +ob R+D Cwr4G{;$ulwyI ;Jh{v;|y7K/= E yp/g.Z^C5J׬A$?Owx<.yHxbOxҾV5n9e疟n2L[kA2BD#j=W#̣y8sSd سu5X*.<~TY:Cvye  ̻wݍ?'ka_yҼC>wjWA}󎥾h~C^{?ϛP,gvq>{<|1;- o{p;z( >ĶϔyT;Y>OGp]dq"ky;켣jmQ;ɭ+ 0Gc ?˾W'ӯ'I9z+_Rn.skPyM}C)ޜ| ,ߋ?e꼃!wpow8oͼ=׹<>GÎ{<<˗{К^|b!]MC%㾬^"ikkr2I;CmkBq VYnR{k hޚgy뼣޸_~ɇ<=GA1}~Ǣn. Zy22Tۿ'yWwp9ת61ʒg|o~6tc}ѯ5x;T_問yТ 8w4gWQF R6 jb1&w S.Q_r 7k3r" *%"}B V;Ljqށנ}EC?ky8;5eϫ|.T}}ӧ4sW1|ty=,r܅.Faͳ<$L|{kk`=2#yhq2jicN`c2,yjLF̣yKVZ·ڼä[%4htM *iʱV;/?zw}k\o~x_]Ҡ68Bw_9s4ߧ;B yg@dwYyJ5< eGcJ!|s,DWA>'V,gCw 4^=%xqry!aw -ڇSA~ čix'\#$(мc:(̯u5yG{Zij5ytLnw4;xܻnқ'A!.Y Jڞ"ԧbx~ 5f4^;c{ ʮ$詡?[s^p>䗼vlLaRޱMҫX<laoifL[̣{!i1yީw;`سuQBׯd cZ v`x^\/]SC_vc1ǒGZb Z;RY[Owl'ޕcwLC~X/mjz׊Y7&0\cMw x,qy}_1Vy[-1R#51_^ʦArxFAS48PzF=˷Ja{7;,>75;lwW` vށ`<@_uϻݳ sLgg>y;%-{k<A$gs<{2O cS$e<˷~a[bڼc~%Qw{4+Med,|`R,hwD˘_rCR"^owt KԠ6=˛ jʱ"þ?u/noiz}7_/ybKҠ60;Bw5(׾0! `R㾮ik~w.7E?>;w??(kÝwՠ}9n2{mȍ1軴Bޱٳ\;bx/y^~$ί%a)[byGHwA_2s<35H<#fYoew02lw6<:]dqA5yG,wo~yIYڼ;j<χ,H1M/_/^~|]L'3p95+Ӡn)ZW%qډ8A^˳<2w\.%'uꃚҦk:&xUJu<=ˑk<eRmރjL`ԯ^Ra-*pSJ.{;К̱;fY:^o >{/@o[8> g7RqYAoܻyX NqTguytѾgyCRyG w`뼣gi;] kGwpM {w}ʽ4</jƭ?:Ἳwʽ-wOI8۱Խ_Z2E2T\i>y_=9mRU?.(|@i0^3&|C(Sz>K}tiyx;gyVI ;u5X*.<~TY:Cvye YhQ>u?>{`~&1OW X[mooNC۳\l?y,䗼<xǼx &uk\R?_#rak󎭱cywH;PyG8OI;pq5ظgvLϻ4oͳuQ+||74 ٽ|}w~{պg9T;u!S)=)0NϬVJc︔b^ڳm߻ ^S?o c-oI#w,@*ɠ_T\V}̏;d?1y=" j{jbaR+,ow;S8~ֽvsx7e":(Aq}^vŞw9k<~s)O4'@c4٧yrZ'-_ƊYA(f$|o <./6_Nqaѓ}$'ƒ)<~?@iE̐|Gͼ{swb% Zk3d}wnò-kۛ{ϻo?9]ޟEtVNw?v߾7^Ɗ{Wɟt;b5Vs x{qr81ke2Q4'_yXK@x%qkyyzYd=˯ˑSqkk<5<8kXỴzdYn0"Wk ƃ{klwР65<);%c>=77.۩cx țwx/եur ҸCw^#P<|eIc~azԃ/YuyPr1X?ط2 {)93Q/ѾXuvλS<`>7!JG:;PywK4Yn~<˛j] k[S!\/rjE/0o__ OxֽḥȻ> }jG{M!濜8d )V)$ 1=w, yPRlK?ibޱ^&oiȃHXn ȹ_bANE95w\₎Zv.;B ZUrXzVn659;-?B`ͼäx ]uuށ-|Evѻ;iPi\*u!#h=7Nq.@Ծg9#ѻQ"w|,w*A7wk<ر(X~XH=ʀ< r(ʹ;$yWr?q s+)0jYEZݱ5w>CAmށgxu%.8}ZJwt{/ٹAb:*< $;29y#LX4 ni7ڧrqW0GؠQgy뼃7uށMk{ϻG,ϡAzyG *)n>wao6X= 8q#ygw1MyZ0ТF/95MS=b$97г6w%}n*1;8oݳ\;r VY:(W_r kwtQkY5hPO8_EqO)R;BZZ_YR23:g7̣$vZ-Iw\to;_R{aȩ5i2Q56ގw?8`;'3XҞZ&d;КC;fY:^V4 ͻѠ7AAQ3̻[3ܞ|bq.c9o*=˅Xcu'ij{/r<8;b فs@`Fk$\{PQ;ɬ,/cڅ;m]7DXcy[HF84eHH1=;Fy^~qA[E4xpaRwtyh785h^[w֠70:gLMwwxAak%1?GJlzJwuA=W?;6W`gMG{ڇcz>J<BexGH#;;_֚gy;j:iyfyG{s4 jPi\Ѡ=Z)k<{!Q^iJ۳=ĉX #e^oO'w{'sO8 y ̃ݛBA|#5wL{rif}R;{Z /'y;$ڼ7\=[&lwoݳuaz-yk5X!ﰬ\Q%ddw0C"k6<Ei%JnX }c"dw {8CG䞭wY8iP۫HPlw5wKg`/YCڼ>wޡ~}T ;w5ԧb5t¼+exHN%MߝC  ,O-k՘ߞXc WO[4wi}_o1K9AZq֣xP~ FHͷY~cyGI-{`5Xk-jqmwX֠{;`;rk0n iiCwp\go[u!8)-PѐU5\Z^>įA]7vn,mOAx"MQ̣qrmޱvH*hwowHZ·ڼä[%4htM *iʱV;Gf>| [֠Ҹk<*HCG)Iwq*F|Qq1ɀINx yGHozc-,}x#wl <4.s;$3i1?r48.0qymށwS0;@M{I[[;qmwrwy.\﵏A{=952ICSH ga20-Ixyߜ6zc$,E񎵱UV扭zo)Y/?'Lc"48g^Ŗ hޚgiyY:_VNu]Y~ ݸ;ɭu"јgy뼣ĽyGyWz}@1]9yGH5ڼC{;͍W{5iCy8y $3.Mxa_ObO(4>S۳|ʨD!ظ Ҭ}RGCA|c/nop{Ps$cgdڼ493OFifCk뛌Iw4g>&lm/Y;{nW.Gw`Aܼ;@q; wkw87:e#y\J:Bo-+ck< Ab vOJ#s=o{V1%ӊR߽ g5Oʜ/9qޝM(OG^صDQ ]d$s\jϔ5ߺg9~S ʯ=[>)ꎭAm!}lQڼy-zwѾgy=v;Lh+iPO4(e%si/^ڥ:$^s_,UIw/1 sqv^9k<eXk x}> V) +/;R4/a؁3yd|o'aw/3W+xp;hbYnwH 4v:λ2+\}_44ʾG͞xGH5=,7xdZC۳ў5!M5Ґw'XŊfKNaAһd |YxLNC̣UyFawD-'V,R«՘wj뼣kPwм:swddyG wԠոgURw,\'g^4X*C~41<`ͷ\w:;eo5~13ɘgyc?;:%05{;xMm{k]=[%4zjKVv<;輣 &43kPO5G5xZ~w )vG,]2σOyڰ˭;VʟaGM Q& 3&S N3ϩ;$Tw3/YHUlFyZwt`1{tyGwLyA/ȯBd T:|o[e8#%xTY}UxxGHߞn 洍] Tڿ>5Dt͇ eX]AcӔMc>AZD%3@zw &`V5=.!krԠEO;,ow]AyyG )w̯R9>@i;Ʋ]Νw1bLZ zvs^S޹)k麟5nc*֚0Ǧ)I?nykG+[=&YZ5y-?lAP;k(wZ-λYy-񎐦CSDxǎHR=CAޚt Ff4Tw <İyVl[@<[kBaY9yZ5E 8ԘyP 2?Ęw웋N~Nq_<`;Xu;B^9 >67!2JE 9yl֝wJ)xlk<y:(1vxdqvY>O#@7gk{7;DlwTyI 6;{ޭ/ڼ>wޡ~5(WSSޞg{m 3k̜?mb/q_<`[̽9tZ}r%?eZyI\Ɣ~*ɮ9E8ODZzSX+%h~Lw-zX QZ?v($`.?D0b.;ʼ#jMSʼ#GZaR`Z%}T;R$Y^BFy6@ɝw`dwX`y[ڼ}`R'}{mhw] Yˌy=<7rJĚ9TZ?اܲOqO5rs4ػnɼ }Nݏ<0\$J D(sGd]Ar]5^_.x|+g.:{*]8uq ;JhTӔchwEygK&M:xzv^({O+2Y,G>gλ=J%箟yN S59;˾ϻ4X92cQxui[Ƕ=KN\Re7;B ohw,޻mYV5ks {L!=g5(;xry u R x0/*ELy#zm!W*S<_-D;X>kxq7`)k2gy kwށ!͙GظQG{tr+{ޭ/Y[]ot-y;}ʚgyw0[,M efƃYHݳ&qx4a<0=dybř<}BFNdܯ]ڹyh2GchF,\d1Þ>x_UY>OSѺgyVI %Zy;yG [Q;lwyI ]Ч`5kx(kxVoY;ݟ2],iyx@zYUѻ<_Z5gm3tvs.٧)3$w,]>%Gq>#m-Y">gF89ws.w4X9`1l9W<5Xg!4(w[4ЧJkRݚyGHkk<1`Hb/ÖBѷܚg%I7W Ygq%>O=w-%pgDI$k$︌.Nqc$bǘÐG[:r{@oMY9A/QCҷ=]eHG7\;} yG` v-ϻG,kP `Ce ̻{{"ڱ퓋wRURV;b+;},PAF{ft]^G5kyy5_ҹ-fzX)I{*x$$Y[=[sywdhީ`yXw5hduϻbyy ܳܤ#N^wf\3*xowcKk<%<dHVp[Oz<)H_;8!aѼ#y祿c$# G,߿.b̃b9}F,Ts=[wԱWk,Wt wN;Pqϻ5%֠<;hä]J 6(#?aoN\1+H.<{Z=s˟x:u!mr 2h4LcyxcOQDWǿpĻ=c2 r/7%js`ޱ 59{!1kZ>7xO<> ٛB=6<~TY:Cwd,2ܳcbܷjYK)̣%y;l R,;٥.$<<"~?G;XC+y0RYs Z ;8pG5HޱX׊2]bGf=Z:_{{:}A;ƫK~j!Z#FK@@ ֧@5ॴG)Qfe_?z`;4y\GKk䞭/jށznBOCrNwu.>yVwdn[,owT ye j{p96;4x'A#)<4yGH=l BnfQwlO Zr-uZ.,wQS>85%u<:}-C mY^w4e5zkQ;kS[]ޅV?*Ku,׎Z`y很揭Aht6F3`1qUea^{阹o9*v[g.eDz:g60})O)c[]f r_*2twN Q<(oޏSb1p@'P1csG$b9;c/y<wޑ}gyK,7;Jh{ޭ/Y[]ot-y;Jͻ[yzޭwyu{kTg9_'l\ϻxZYsM<{,iպgy Iƃzsc$ QB_J=\VAIg?%N^s;l =7T;=[%4zjKVv<;輣 f̣z=98Xgƣqpq1C(55ڼ>F<˧/gSӲs$@kߟJ.hT1dܛǏyW=.yT;Pq;޷]w5y|L<ݳ\wA.T}{<˯y6(1ﺚﵹeBձMyZ犻[;Bzd <yGH#F Ʈk=Ʋ2n(?4|Æ՘(^1~<LnS*DU?LrSi\O`B hܳ\; T;$}T=R«[q5h[-zwѾgy=V;j`żä]cCi5-s3摃w~@bjwp=kEUHhtсy/jԧkJ ':õw\Ƥc ؞kNJȔ .5k=&<1xvJRi0Rc=Cyxޱ\汨7cƔs"yy.ܐg;X|Ew;B0yY<=3}:(qiPwKh{;xP1,s,1ܳcyU|Z\c߆Ib5ɾVн5㲯o,weUڳAoƌѿ'GP7$\ܐ睆C󎽽)$f9!Od)"K{nL^gy뼃S;`,wqݳ\gy"Tx 輣; }^#Zu8gw];c~`1f>KuAiE1)&^`Tx>?"ɱtYGQI"?ɞNhzrx`qyWw%ѵxP7fށznBOCrNwu.>yVwdn[,owT ye jyg_AMiN'v#v㣙D]l<<Ŀ_.ӪurY6=y,͵V{#O2vwiq&^}|́̃}$b Y_:NegByY{-Qgy뼃̠\y9uQ+&58k.]k~=MkP{/0VyI 6;TX}aϝ[1RBw?˾V k3$k]uK h>ɐF AKq)M{<:H[!1yGsSgyީ`e;`iP=6Fyv5&wށ;="5Xdw֠6g[Gﵓ+|ܼ}o\aw^!nĨ"F9!86˿<ד :2v bO" vww\L"X };vO Ac)Wk|^yY:=3(q!ySj-G+`żäx bڅWKw; %wXw$s>Q`ո_cEyʾVH mk[nγVDj{DK2=Omm>f&)Gy obƴ 0cˬ~0ip, {MWy|@c8rXq3dTK5A\J̻xyrԞK̻U2ȶ6Aea^U&_g9r8X׊],04]T{5CpRT\oBWn޿4yeq{sr'/jG*^֧tCM䐼ߐlD cσQwj~yh{v>=XT;=[%4zjKVv<;輣 ,ԣJ vj)nl[GR8@lzc,Sn>:$IcDױ&1=y$"!fz03S=Nh~1yiyF=ܐqAxKu5X*6hSq,q4X~GK.1:y}Ϡ;LjXO4;lj0~>'_:~zs;γ.4yp.gBWZ,j*MOS1 i>3FJ9WY<8{Zc?H4q{5@͇?j<|ngrg͞wtޑEAbyo=&`,Ww}9vazmwDϻ>zUx==do$vwj8By׊7;~/[ 76fxFd=!iGwSԅwݯ0C{>MZyGHSpC?Yk~F玻hd*}`k{jc~prĸ<:8gyCZVyI 6;Ĵ ;\5w`y5yGvSZ~'s.(wYb<˧yZk<ՙwiRߞ1 c"@#ki@=<>@hpy<<~4/klHk;J43;PcykJJA*Jô Eb= >U5}jZw[5Xdw֠yWڷ|eﵵ+8̣{mw<9_)[j%ru!8i ùk桽#Q;vyPo=ozSR W;L5yǕFow$e%]uTjUqlwРոI *iʱV;0l9K:ثIw]iλsw4jxhT,jˌ_Vck^gyb ̃fyּnw)7r$(a! E\c c~YAz4Y>OSqt!c>wk̻Ѝk{M3Gy נ15XتIXgyռ#S1kV %8Oޯ=VGzI⼱enoN$`lmú`ڼCr$CŚ 8F;?7z<. eOkwFa/sFu"AŸ <Σwiݳ\wT;crCAys/{wk%ݘk`]y(v7EmH%xxvWJ韔W!cAJ, ~L-%͙GC| (9 Tk6s 3Kly䚦q_+>Vs"_o1jʼn}j0yh>ڼcM;ijuq~EG$k^qyṆ:<\rӢ ˶5STsRIb۶&ByI߁ y2.{;$\c.\>&CJw;lϻP ;^By_nR{;?]1p ǣk;гw(;@ϻ^]K#ww}x<xǣ|5#W?nX}t)<R14OPNWIok;m36ȵ3Q[ >M;x A x~CrZ#{/a;uX ǏSgqhlU],]4q{F|Rm!]P}kcv&Ŵ[;>NHwp਻_*<y4,cab Xowp]koMށn.y,ޱ<˻&wʚ_5ivZyy;òyju 4-WLY>,AE-/ћw\w={wy:x*5o(ޱ_o4~VzƑӠϵyǷ9uTTWN1q\gO 3D HJ)qo_wͻ9a- kQ ]b=q!58gy} .9jqޝwX`y޽yA>{2;8(Yקȍ]=!xLJ_>ްԶ|uڊw|{Xx!wЗwsne='d˳ca-K0wc|?_k mg{g~1&m$Jʇ#<)wETՑyB!1_20=myoݴxTzr .g2 λ]1y|wiPww[{ \ۼJc|Jch,~ky͗9xqή01PGz)yJ f'%Hw@[6e3QK 6{J+Xc~ށ^,ށ =g=4?{RͿgwԠ6@QXgyyI<޵cʫ46-B,Y63=-~_ҷ0#WnGAY~N/<u|#cѳ αc(rAK[<-2;,wH5800y^va:{E9&wGeww_w(w}y5N2)=-_>vޢE؍X[眺϶?#X^ ̣9pMck;r!QY{P9awvy:3kVXWdXdժwqwHא3jr\bvށj;:jp}tH ;bu{jpra}uckxXE?cڼcY+?U#nGINӨXϷ1Ƙl{BxDTA6RM{cF(FOi4H1$wǼJcx\q i\"ݡ}))oCFЎFwh A\:&/ށ2GT,r[scy;k=˵.&S5.5T oddu?hgϳ|;РQށhﰯA\F: Zxx\]h#˹V=xǞ=Vo2Z}4.UW<1;a|2q,hq^-x~0Q}2}$ 0eIAwDؒxg(cRc=gg.ޱxG .g/;ϻP ;D]üݖgq ]W30mqGk.)Ipn3}XwaCT?;rQRw5&>|'owڠyM kLpj(h)\fyC<|=0#ICiŘ켃fPCժGu.>*=q>#&L<竔yXN[dTdg3_w5x^F6#08;,k<^[3pN_^|ڼjg0ޱͷ,{s>so5u: 8sQqmOv2 ypc8׏{6l@i0KpF{yY(gbD$qߩT2޼E6ឧWb;$eպ<ˇY>=ĕoDpsr<$v`o.;粄ε;8ew|lgK>h0ύ1Djzxumx4eZg9"u~;^y׹~ ݳ|v!^Ҹg:VxG\=G5Zq6Pv`t y*<;Q`]b=qk={hp`A`ab#Z-λ2ϻ֠6@7Рo^;,kn?n/eO1@76u4rvY>;\+"MZ%9汵Sm gm⯜щx_qR Q > Y6 8? G"WQPy/ʕ/ybv?y2~ݓ _k#o#Dj4CU"#'<~3>;w|]5,O=;X;"$8Swb]S;Rb1;k=g&wא#jP=K6X>AY;65̻nwmy׵w}w^#޹L#ԹV-xG|=GswfyB_o~yYnS{;r{;Z{xˆ]xv.,eܕHvCNzHylܒj>U;vO>yʬا_Y~}D !(_G ޑ[{!FRO(۶u|+az_˷3=g5ʈqIީqrD ]~7_YxSh(Ԡ:w8Zgk1Mf<3h;>Heܳ;rZaKI>;Z_?cy xǹJyGJ'V`b\@ɳhv y`M扑PZ5мhGXagu|n!ywt1zVKw`yytwy;z̻nwmyi̻^]G|s~re.(KHH_wHfis\Owp;[0r=,:q[JS:&(eQH5SJw0 t(D@͋Tﵤi2='uXV͸QY-<AwY>;@ϻ^]K#[wҳ|Fޱ'+owb׳̓Lԩ6Z8w=ٙ]^Mt>g9%GA*ǵmZCQqK+Ҷ"F˳xy!(w ._;4qxywva^/Y>;@7hk6 0<:yӗiT9/b3IFzxhTsyuLh~s%}wum(aV9(3ط">5IzQqﻯCIs؜8e >mW:ޖ<].^˳\u͇:m CPm#.a9MkP{W]4ä'R B w{;N7,R rZ2Opڕ}l 9ˣEr">RϚt<*t0 o͠yd6;@kprށ ]3_2y|_;ww_ݳ9 Wcvaz1B;bm,??yP9g=~Ix2xG BzD}14n=sbYWQ Q?֋;@AAHEkLAݼybϟC]C+1gj<h~C<51=4h4.;Pc1ٴ5ewAmށ~o=ڼv kwKn*>.}3 6@O=AϗOkTyϬo1;.͔uz 8sGO8CNhyr} 5Ԡh|D-7=/)0wԽZ.5$:⼃>wL?kPyLS5xx785h/y1;Ynwzݣw䘇Y2P O<  &,;I{HI;Xk;k0ߞG ޑ+'y6i!ercmybW;B?Yއw|Y6Z|IA7 :;1}f=4<˭kP|c5eqrEy$Oڼ;z[QxhmO:w|om&[_w(h g;<. 3clytV!g*aqg|yGy@W˶jzY~}yY>;୛@Um1ɳu.јg>ϻ4؅9*ϻZ;;@ϻw]#GͺS<ؾ=|^d'EۼOc~C?82F0/#<,ăI3 f0(~a5@l=s|^8򾁠c8c7gC҄rD ]~:h=˵ywX֠6@K΍Ayu#k+ϻڞI G㨇ּ#GC9jv9yPI꫄w4?K5~+w% caЋm!> ;0y^vay~~ɋ9.ޑ.tݮ#h6qN0>:(FH0؈V>7{ |ʼCRD^Z=-<˓z6;/Azr8yP=J΁oA|J2cL._l=A;@W#A`h3k5946(Zaq b҇g,w5A`,w5xT|>:gy|=ڼ{K-ߵ};\xXGB%iHo_VO'TIh;BFRw{~PE_iz Q`MAؘd5$?;1 دٳ|vYkpy.X]z#X,_C߳|vE87F][y5;@(ܵ1'ﭼ9kGo:JHE|=-:CyHbk]\rG9xI?1+yZ>qm+gAO 95yf><ϳdq;wMuCLo.p{;$eީ4oͳ|v15;PsjPw0nZCھZ:yH[yZmmWҧ8Sܼ zUy|q%.c$|%su-c>yT[2/`N@lk HTTߟϳ1q/. rlO<ηMۧ411gCwg589k./Yw58g;5]75=]lk#=(I\({q3mrikޱ_Rѓw4qRR-yFyH>̱1#NނwHȵE,?:Ռ{%cv!{;*+<ɡBw@gu f(v| KhԘxvL^`y޽ya {wX,;royVu qq xyZ>x!Ey~_ޚw|C6|yw&8+ST]} sdO=u{X8%sdL%xېYO|a$:S(<*irOש}so9Ǐ4(mR "E!D]GRyw\ޑ)ЎF{;`m lyG͏Y>;Cs{kZ-k<律_[Iy+wY҇<>`g 8<{<9I/`EG2hԑ\7Œ\]2Pue,;զ]K:u ` =Mjprytм5ywX֠6@ͻ΍TZQu#k+ϻڞEھ[X>4nx(`CwTޣ ;QwpyKvˏs]ޱU 2U;BY TdWS;bd@{ 6qy}ug˳v꣨ժwq//y1;0xGyuwd/M?/e{<~j|ʼCRcntfǧ#4f"o4i3!weG(h`3⥚e>>{O`SxyIw ;j'a*2`UFw` cqrB ZK 0ykZ9eݳ|vށwg,wtyo0T>ywm Ґwuvw2v?nA9>ݔyC HS{.Iʣ䯏y5D;rv<JP(t9c>Zs^]a<->3=˥߁pǐC0pkޚ1v>{Z{hp\ž4X+ZwK.]9W ݑyGywqyw (UQyǑyeoFY)~QY~o7@|{q. ғKxGY xGoruV .s1xP]^<p-nNb n`}!QyɸwoU?|0o9ɞ Hh&<-8G[;xuށ^,ށ س|vCoddu?hgϳ|;,ϻeFHywPʼ]>K:=yG\ǸPȇ7j>InegZG\saex׆wavf5#˪wI#u$ yǻY94/[Azinjc# L[fP^S@ky}bzqX^;c2<4.T&e0 .w=@nSw!y|y8꼃 1޹'aRޱY\>e!i^Ї/-MCyQx~{(zzxYLC>.crA5P~H?@Us.c#l @41QyTҳ?M.^qx<AwY>;@ϻCQ5800;ހ╾q78%rnJgRAz|f|L>栭=EV튵>@BcH!guZ-V-kpX+zޅk=Mjprrq5;)\gUx!|6LcCwH5? دo(qeyQqB=0e[#4O}l>Cλ>&="󨟗9cFޱ_WūYV\C1mjPwK:@k~Ddu!Ѡ<;hyI N;h(ﰩAlxvmKzδ?2xG|s _Gy|n q6[">߂y<K RA߳4O>z\ceޑ; 3+eΙҳ3^Fwh1z gk;`\:&/ށMkpyλ_9.tޭf;gőVo)_o=˯}-mxnxgӵ;8;K#g_/yOiŮ}Ǐ;TGzp +-C@+ḅInZ3#jnDy;K<߳|v%v<˛]%/?5;=g]4skr;SOޑ*k Tݍ;򶽞iEř~^ܘ:33GV#~^ATj>lGHFE4B[q50R}4ط杣f1mr;@yBۋ],,wH8;@ɋw؞ww,w0nZCA>ss<ܿXwvyV->ӊxѐCR!)c|$w0XҧjВ0_oog𝟉`1D4x\;I"V9v}8嫛R5*RѼ6J5;1lmqܺ3!='uXV͸Y>;0yH d여;/ٴy>5&5ߵ]yv֛*oK?ku`~ S}[#Uˣw<-5_Cw4<=˳W]w0hYt齚{oy5̣vL2'/wRݝԅ8J:ˇ`[ռj5۳R'/-_/ޱ_9g?;qYc .rӎ5xx785h/yipykͻxM bgwi>p;wƉ{S._Ewڧ,_ӈ]u.#{;x㐮gVԎZw4k]\{r{;y)_yA2?jl<4ztc?^'C 6ڦ{v#^yH S~$ޱ_1x. cX .g2 4?/yywwe.Yʯ5G;\;$TZEyh{#yGN;o:yrY>2#lZCЉw'!+axHA&F*Ǎ-WX{Xp ǃDh|P߁|\qS,betl^bvrܳ\|2zmY>;^y׹q5;7-!(ڧyQsV/ߨIyL1"4ejGu}ʋ-4X`|vHB$ P%qk=\yOFiԭ%Cݳ|r!Y{j]=yI N;Ĵ ;<4wtK^qyKy3wpZȷ6`ߠg>3gZkewH;8e?}*јw\Ian-}ޑ1ED xQUi&{13p[˔0>%e0;Ѡw N<8> y"cG+cx]ϸ;ֳ'yGlVxwWyYxMbAݸȞ8xzL6Y>ᄎgx]߰Ou}׮oDrm!YۗƦGA[GϵF@ҷyk KHz)1&L ~o~IwHKDm4a㚆d\'@JUف0yTWY6gy:P_3x~]ȼn۳|v%v1g켣g/~=y/ޱxT5XG}>eY;by#xǵL-Su<(4xͿ޷~ [;QB#LKLx;~|yzT)c#z w$&YHޚwe8@~a%{ù>[<"iQȲ!nyH~f{;$^b7gCRyjL^ %48gI "yWڼʻC]z13y'Hޱ_&}f(+ɳo!ϴB{/C5ђw7mq~~ǯ>WO(&#dXGzquv6}=q,M9&cy8gyln@#WqXIE2GB1瞷 tݒc-<}@¾%i!S6߁$ۙY?xdL0yo^8hpy.%kkw~yAc~ڼägyyWwX 灷yG泼#QPGU'p}n?J7:{|s켃$9눛xøZ6}\vKpb$=HQ:zVߣqvieׅ|\y}_2Y~MC%/ށKX5]u.#{;x1٪c]Zh^xG>:k;u}=ڞL=8y1;dݞ2 jͳnvaGcy/ Qszޟ TAYa4p_(˻p\o<}Zt>ʼy:d|Xjp4cVAAc~ɳ<`<:7}ԃu73"ϴR[syy<L!vqb=Q};N1y\y05{s.<{Z.gҳv $h<8ZGZۖhG|5:W<8w.}/1uV o8ഏ44X+ZwK%/xy;,jPZF5y,ށ]KB L=<{y,r~$+OK Tҧ~oho4vs-7Hޒ1ݶqT8,=yx.B(M(*lkN{#ibڱV;{;$u:g_i;,λp Z. N;$y%#'z?yum3w\;dGsx~Z-!%yyyZX% 0љx>+vUyGπ{}^R._9pFߵcݾc[,gw6.#c%3Zy2VAO}}z7ER, V#6>yG |+CGs$xVޑZqG{zˌRw|kۆm͟jG,^g1_CLmށj;3gvALZ~C^=λ2;Lϻ=X}iZJ*]\;-/wL X,i"nӯ,w엄yW=;YB{ wϵB2Ǎ6aQq7w[N}&sA扂ck1v 9LjV:L=ëU384;КGjТ'{;,_cx 6^I̱09yX5kc_~ awcrZm{޽.^y*%y>{yr}|*1 S飩y04sD9A|(Uk>|o 4 LrmxGٸ!v5gˁ&^wժ;xkpĜ_ܼS;hp`A1M9ʼCR3kИ5w7y͏YcbC۳\ZwLCrի{#xy\%{nni;e3xٓ}o''i$gH(~翑̩T5X!1 T [KmjkTlgα}=g:9.r{udu!伣_w伣Ռ; Ã;ڴ;>2v6[{P0>,]q};Xm|~w0G7@HGՙx}G۟|ߒbL@ϣxsa"YzĀ\;3>z>׬ zP{{1;hC^ȳ5f0 .!Ԡn^w,Ww_ݳ]=}ylH5h].HrΦ@'Vo.eyGpl N}~7¤g̳*1xEG~'Ty;FhACr?k[w璽o[FZ~Qq]<嫋ʇ5^tM*6; ěCZYAr-sOڧ>|wy('i{x\>C9ud @+Hy:úxj]=r yR=gKp 藬;Wȼäx]t]i{sfu#—>XXO#YG6lfl5$0~jEW12kuzyC˳t^/ٴ-λp K&589Ax;2;r)ڜw}ޜܴRgZU>≱s^wp+ce0_\{_fwpmu4ybrqAYQ#8^)j :r6&l.?E}rf&%`{ԍY>;CwdԎZwk]\{#k+hۛwҷ;D G͒==gZ} /㎍s Ve?C̣<*_yۏ=灙>?i|[kZ! y=yHuq.wT\Nq?l gd|^Ce^ĩy;8_>V=BWQ@qT@:q?yhf{k3:2`ippWr|w n;@q;_<g&5nѸIZy~WpXy;R8sNr>(jhC/Yw_ >?R ;>rںEb~fw{<}QqkCT>l(<)Hدs0({jAz.x{O;К 0jc,[V2ϻ֠6@7,f][w|782"FXӲg&. c6 טw|iש34xǸ%I=se \>}ηb2 ϵj1>T?/2;P;@vUAZ#%/nǼ5?gOa8yYKvfySqgUwKi8A/=GڀNzHށn@:j?ߊbR,xj0 ǣsL<71CO-@y0(8:ߩ)h^ǣF%{{;q=I8s?o%a=Co;FϵyB{]}CzOi4so '=b;k;íg5o1w켃Pm.q ŸqThl,Q.|qaR.@GҊwndo\|} YV)0>gSY~~>5`< y;ި| ޟ`|'H幔9k*IWɥ<A%4uzl=gqhl9<5ڇ佀G di8٥]k>&b{;zh~여y/ޱx4;5xWxCڱyhy&sY[Yb^3>y'1/W|h>Qo5cH z;.:ڳ<6?~<S;*̃B *~gc{+R6.ľyHǏZd˳y,ށ,ޱx#z;$eTȞ58 u5yGyt\hzzIpSv5PL܅w_ZY,߯m+bpGAQQwj/wHa]Z5.wHאN}&dY>;kp@dmށwG&5hh@cn޵}a3q q<>ZV3;hGδ=y]yտ|dI$*Tkqm=|\2bRAߧε;oi(O< 2~0{۰5luVycvIOwrDS[}\yVOgVh0pEcdy,ޡs|5؅zlP72g켃7-ށjP;jqޅkZuip.OY֠28޵=OM;Du/7WZscugẒ)Y;%{1:/7Sy'scI8D c=<sF}yI-s_ i;ukwY>;Xf.w;$=gy- Z5hxtywD qVyF|Od#.Fi>;y?եb#zk3XMY>;Y>;^y׹q5;7-!W;utP\܅`l}Yx]>yi;M5!)6@h'y(z~<4}ǾߣVsZx̣f}`yRz{4Qmڱw 6bkccD!Y;Px}0AL gzd`[k^(k~ra}}u.`ZӠQjzGھOt~PޜW=[6r@e7^}GVUy'bwJ$̣Fx|'UC?}F?nּZ?pqR[@ &:S yl'flBpk<ߋʘ1:Z"د3N^u(]N,pVU;x],[V2ϻ֠6@7,<6;hPw>I9gyY K3 ; %S6wA,,ARn;n;2G "2)y >p*64Oq}9e3oCru!IaZSJ4#.Ў֐8ȋN,Ѡ}=A1M9֊tf]ygK&]$ny_ky7qn0xǹ. |VJ|]GiuG2߬ğ>hys5aЙW)߮iVİ/j;"w5KeL)o;NjYF}xowVT5fڲ)xNzMh/h|s3y,1gCRڼY.Ԡn%kZ-kPwXwk]wH;Xk#_&##7 .(qyO1g7H1gZ >e!)J#B״^M4_>i 8}@#;wY>;P;@vUAZ#%/nQyuʚڳBBɣS_1y<Ɂcx?!;8JxG\+8Ay.[X #{H]8M;( z;~KYyi0w&w|{δ1.Yрw}|&r ޑ7{56GMiy7;$0uVY>;`7wX+^va:P;*s\h7S1;h^w֡t(yU탙g_b%~ğ{|*V2gu3A4&?8ʼn@OY$dqyPaǣEO==ȡ H n@bp{A=9=-y~zlժwqw`;КGjТ'{;,wtyoA<|̱gyj޵=O xc]Y<)ޕruj>3yVX$=1/ϴwW\+ql.!5I}0lwIT.CwZ ( XxGx {'5/rTէruK9سod/5\Cc=g:wFw`gwtwtѠqTҳ\ǭSFts: xOwԟiRi,A˩]"VM[q^=phJx

w׆wS&@杛.KgC2ީqyG^=;BFyǰwР%ޱ_7Q?v9@ۦݹrT^? iyY~y䙋w,!}Iy(n4g6Ձ65yGy5ּA(ͻ7a}8!?hI@I쒒im![2jN]@4f/;Ϝwe6/smr>hϭ8+eVxGoY o۴Kl9 <(0{oTXڼcawHa]Z5.w֐pD!ѽM8{jP{Skp`aR#5828שorq1; kVxQOyGL+m~oЌ!b%;Hl,xL]mT>qn2G_.?y}ecƒlkyKbxGxG]9Av`PCay9DG'$k$N۳\ΐcw]` ؠnedyoZ=&[ՠv;ͻw;,λNQy囍5YKy!yGAyyHpϯ7*Rؕ^[o5-Og D1u;JGwD&{|e׾/vjh4ŰxGxw˧:j6p9'}z*F#v?wgלiuuޱ_)1g켣KbyۍY>;KkwYT580AW, #wBY7&Mϴzx$ڼ㰒 yBipok!~|cqNWz#UxL&ww<Ԡg1yBۋ],,wHʈy`g,w ye jԼܸSԼww\zd KƲvy ;.?w3cKl'/qX6!Z9awHk7[9ђ6ͻ{`yHc̃RuH|!S;r Bz{b.R3 r=~Qw=k~ڱV0/m9N;$ywǎ;j4 9dz#S${<˷:o}ږgZ!yw&~*Tt6Tݲmmy34s6:`{;.Կ;kiy~˳ۼ;,sTwkzN#=gE;.hx _63jXg?G+Xr/E*MTA.(eTg^?oǃ伋|o8NLTݫU;y;X j-֊ ]i-y5?90=0=G[dw yxF%nṛ5︶#S$hw/]gcxc^ڼU_x~g9gLE4(e$~ՏxFL_(xs<Z RQZ~`8 꽨"5eX\B7ݸ d9gCA`,w5xT|>:gyisx-{n Ȧ8J.$Cݳ''|TP3feyGj\EWjk;׏Ák  ` s}{>K6ڳVR!{j4Ob!xM-cPcvrmYCYku}|~kr .%꼃Ldug#؊n=mQOgna;>0\ p(Bw6o3} ;8uVj;bCIgrǫV\B5CRThl,Qʼ>#i5;0y$Oݞ屟;P/=]uD!Z_U/}G̣|L7G)q-!/=G1 (3ym;r}Uq\?nmșVxю]ű0T_{fiqnNAB!(V>7q0?}F;l4wlB7DH8~ j_]!k˃cwL$.<46 {KyGu7|ךxkWeyM zF˜w{xڧRsZscW,_G-;9ňS}P|w1ȫۉG {8!ӧgg^?;&fuŹ&dN.abޑi6v؅fEjrvC,VM2,i>o>5gEg!h0!GnGc9N;w;R(=3p Xw`'i9ōz,>0yuw4G-`3?[a=!zoωM?q0ށ;sZ;rM\c!XBFk!y'qck崺48,=9[y='q֣H[)s<2>H7Ȉxs~u ~CIZ7%C^=uUO4ȿ,eϘyVe%L!CONށyG>1p郃j[{qn4/ڀڷA G O_{-W,[nџ┱ͳ5yǙA5 Gc}Q(rnߕcw9Keޱ Y~'e-39桝 NH?oc:ڗOށ;3Akeg0*&5]u7X;dgr }>8z6:<6gC8òVQ}\My癵xwlsmmqjb*xU!xDA=+|s.j\L2x~'~-HCޱ^R15,oHhwAō&zCzּ8p郃&>c؟2s>4ݠ㩝-y8E\Τ"}g<έZ;6-Yޖw-j>L5>\ށA~=h\i|yP7Q gCMm9` e gg%ogj^-Q?{cP.ژG&Y7f5ϷGY>yf輣g>1?yGuwtށZwC[|gI|k_t>sMٹo+ xohC_/߱bXx ޱ=;Lb'hyX.yKmskAI<-cSrGl.f 閜)P,?q押#U9z+~ }B?jɘdNFY S5˃_NU>stik;>l;>ء^k(?v>88'jcNoV{c>4رf~o ۾"<0iE +GGa<@]7 jl;PsqJc{zv5ca>Yw|'@2v,"`߉A?͑Ǚ~NcqB)|w w|޳vkּź0yGy+kGMEfqXOxC3":!{-:Q3Z"3h;`>?yGuw{EǚRJ<;;w\EP8g<,wG-ޱ^ZwH}5Ǜn|+~Aq;D1ߺ{(7(' ;| cM̺ɩǂ?F?`Ͻ>ǖw\տyL!ܓwa;`3ysmXA>?>أ^,ov]} Y%>6M\63uiF6'wsCLio틀}%;M-cḲw( ̑׾s-lYp#p6J>pd>;򜃤 vAN +rsG(c0w  sr2xo8c;$٣X\825˽m57yG>!ּЯM-yGy];*|>&ʃ>ƦrBydd}>` HJO&WA~8yg|&?omYjYH@<ygnoY ]>䁪^DdJ]t>EGuajw 4G&pqa5>0yuW8yu;HFIu7DzJ}>J3j*gN+0EE"}(?hyL!A\1TuBQUV@1*~YQ>5wB;w[>b՘s|0;9Rn߿؜re$+̵sΉT8#v.T;syKUzxi/_ q=m@;]tY>:'@Wds=O|;YzAo_wM1DjjwGuU8xUKy35x@ ܯiu@;X|(1WCW0Vf㧅V75= eCY=? ="j_zeڗ}%g<$;ɬyǏPuWOʜ)+:ќwFz>0yuw4G-ݞx5ˍ];f9wpOG0ǤbIyƣ Fr zZX\3GwK1><*|bcy,yU?Y6*`:<м#WGKΧ}:#YYD/d >$1#UwQ5GV˸KG!KdKY>:Xw>881'm'Q]*u{Hn"<ڕ11|Q1پXt G+/f藛kt;xuJ߱g4pp)2bˍ5Seo1njjxq\cP f@]9ypηÖ;RmEj;yjt#Oyڶ:ʩ64G^n>w׽iz׎qAW,CJ;r}LsS,|w}>}󘼣ooǼcn\?[m{rG9>eL;K @O6Tg X315˥Zg).Z]Pq;3yGC4KM|yKw4Ag<Gj F(g->81V;+1fGcطI',?QxG*U AOAyc ,fG J?8DN-ij?ּc-sH&&@c̛ߣ=y󮘇f^_Ssƃ#VF U`x/Y~c=Eǚ^dxKnM|{yG4 }cށ;_<$u>i^+f91XvT9ӂG:x X|x+Xq[uc2mSzC/0ls|.nx n!e9AY(7r kcGᬇd|r &L$X\t_H4*5r/lF8SQp yNUw}XẉVe%,wʛzd]/ٚw}Cd>h.kxwyMϰD{Q9.XwQX\_#Q ^yz}|hkm:@7L< AQ1.H8C39wb%4ˏeo;/syckѐyT:oⱑhn֚SmchOǚw4Agfyuךwh>oQ\~Gsctޑ(m_i%i)oEg<"6>KOf s?jyYX+iQ7%XXA/lxglE(fr>Cn`hy x<5ƺ};L>\Iz??IiP?3Ɠi]KY+yLr)cq5GXfV>hk;&#Y1zByO>po\6Έy.1>19>wGg1yxXrc~S䃀5Se=vRꃌy4% rw8Ay|}GYl9! Z>91"8>ˡp跌OT75[9d:eu+!B䴒GжήMˣInB*58+<&hwuvg)AF| ]38{uwO0-Ne#*i^8ZsZ1ydwqY1. 7yG>!ּЯM=dxvdXQ"Zpo,yyc94ըcXDy㡵yz홇+!ݸ(' (Q勛7ޱ6g1O]/λs,]꺵 3mϺ/@.+;ehށXCUxG^-CdAR\:i;XM1.k%w;x}`k;Z˲gX9Y;<Z\1T8NQ,2W5g|ciyY>"څfy"(ӊ}PF$9|^+~ƅJYą@ϋWy, oNJ9[fRI3@Yws^GϚd<8%yqO:i-5h:h˜w}&s;8>];r VƤi_^XৡKԎOdužYN+1H>Zӂy, %װy)97FVyCPhG<}͚w졆bJ 1L!nu>>{4^[@}9ܠKoIuwWT^+5xh8r3ZXޑ/QÄKjmY~csZYLm-*A#<5˛=n05G;bd{;`5/ ;GFDݙMǮyg|ΎQתG!yk+fpy,ߗw<|nW2^[@y3yHе@u7x@xǮ6G >+U~G3yd6:%wb%w'3h⃓w`}p>85]#ihaDjxt\}u/y\D]+a1 I1VNPKy`um)#}c˜Dzn)`,!Kjy^|/4|1#OHnk;~D|CR|ˡ*>X<8c ޑsc6aՊKfwAUϼUֱVbƅ]Kwx,wXwGCr܎yGQX~\18Z#Q9>_rUf+cYyG,o; ʈwp& ykrkށKL\J=-rZm0m>5G% }"m=w ̣Ve%Lp#%F񙼣NށyG>1p郃FG,8q&w*UC<5fhܸ%$^.ndK5@Ͼ[͎y%ۥOx5>339O:|pq|FY2AxϺxF> [.x2'K/DI?z588hNyOĶ(؜VK2>FE~;C<#{,wyT2Mik7q9}\! ;M<{X'pN< ʻ%%OXޱ]w` x( Z]^yDZZ1yG؅yl6ҳf較 9YY>y"mtpށ^wwڡ19(ajjxA5q1HuYtx]Yn3cH!;|pq%5?zx Ϯ1LbbO)gI@ Vxd5;˂yL1y=j;$mwp9y5]/\p߇; ;qn%g<)WCJ8F\qQÚw|P|/#kڮ"~|l sY,ZVZ:H1Wlxf~`jݴgfq݄sX)Ð?oTq)LTe;=-sdIV,gW8sd) [}V̏%clMށq X+q0y=`V>hkm:@7L9| vY3%ߚFE܅镠1@hRw$M;[y<߁b"ey#yXXO6-Y-xj%>bxFk1UC-yݐ\&VX#I;QWqx eun /fy}R3&0>֚Su^^/[#jtfyuךwAl>ca܅w4H>%<g<-;MƱO|,,w4w]wy|ҧ_w"9g_k:`g!fwC{;̞w0lx{9R<k_#WN y(<{~o'Hߺ&;b(ײef^2^4ˏeD& Jv!Gﯙ/lwlSFon12DL"V_1= 9C;/)C~+{vg s+|ŹW.󰎻HaX\825˱e>IvjY>:;}КwAsiv}]jCG>;*FVż¸k`NY.qQz'0Z5G0wD>9Hy{|B Il(،հY[C%G=qaS ps6:-},gQQ7>pwQ94Ju˶AJO;?/Ywh|r;rc;2@~YjFi?^1&>5d9ѳfk;$q kA`4>=ZY>;zAkb}uށ~o#@sZduכf9ggwpǹ`-I+NLXh;rR2r9 Ƹ'g_z}gZ>-a)3&0>NS[%w}~zɞ;'N;:q_썹mTb}q;ȫiu0yB˧,gܘ1M==/yტ3T^|`3,DCARm߫%fƼ紊M|}pp!5`5G?s,aּ;>YC$#Sйވw䵒 vy\̫Ik1cb|DGjUZw潓2G/>}]T]IOIb|V3e”_{~( )|X?iE:V{/9կ=   (1:=Rdebian-wallpaper1600x1200.tiffHHImageMagick 6.2.4 09/11/06 Q16 http://www.imagemagick.orgdebian/libwings-dev.docs0000664000000000000000000000001512261137770012436 0ustar WINGs/README debian/wmaker-common.manpages0000664000000000000000000000010412261137770013462 0ustar doc/upgrade-windowmaker-defaults.8 doc/wmaker.1x doc/WindowMaker.1x debian/libwutil3.install0000664000000000000000000000002612261137770012502 0ustar usr/lib/libWUtil.so.* debian/libwraster3.changelog-upstream0000664000000000000000000000001212261137770015137 0ustar ChangeLog debian/wmaker.postinst0000664000000000000000000000165612261137770012301 0ustar #!/bin/sh set -e # Window Maker postinst. # # Marcelo Magallon # Rodolfo "kix" García x_wm_link=/etc/alternatives/x-window-manager x_wm_man_link=/usr/share/man/man1/x-window-manager.1.gz inst="/etc/menu-methods/wmaker" case "$1" in configure) for file in $inst ; do if [ -f $file ] ; then chmod a+x $file fi done update-alternatives --install /usr/bin/x-window-manager \ x-window-manager /usr/bin/wmaker 50 \ --slave /usr/share/man/man1/x-window-manager.1.gz \ x-window-manager.1.gz /usr/share/man/man1/wmaker.1x.gz if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then update-menus fi ;; abort-upgrade|abort-deconfigure|abort-remove) # how did we got here? Force a non-zero exit code exit 1 ;; *) echo "postinst called with unkown argument: \$1" >&2 ;; esac #DEBHELPER# exit 0 debian/wmaker.prerm0000664000000000000000000000057412261137770011541 0ustar #!/bin/sh set -e case "$1" in failed-upgrade|abort-upgrade|deconfigure) update-alternatives --remove x-window-manager /usr/bin/wmaker ;; remove) update-alternatives --remove x-window-manager /usr/bin/wmaker ;; upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/wmaker.lintian-overrides0000664000000000000000000000115412261137770014045 0ustar # wmaker (WindowMaker) has a different menu system, # non debian-standard. # # wmaker has menus for Appearance, Workspaces,... # These menus are created as new root sections. wmaker: menu-item-creates-new-root-section # wmaker has commands like SHUTDOWN, EXEC, OPEN_MENU,... # that are not system/package/binary commands (hooks?) wmaker: menu-command-not-in-package # arg is used to pass an argument to the hook command # eg: command="OPEN_MENU" arg="appearance.menu" wmaker: menu-item-contains-unknown-tag # needs has the tag "wmaker" # eg: ?package(wmaker):needs="wmaker" wmaker: menu-item-needs-tag-has-unknown-value debian/control0000664000000000000000000001264312261140205010572 0ustar Source: wmaker Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Rodolfo García Peñas (kix) Standards-Version: 3.9.5 Build-Depends: debhelper (>= 9), automake (>= 1:1.11), gettext, libfontconfig1-dev, libjpeg-dev, libpng-dev, libsm-dev, libtiff5-dev, libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev, libxrandr-dev, dctrl-tools, autotools-dev Homepage: http://windowmaker.org/ Package: wmaker Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, wmaker-common (>= 0.95.0+20111028-3) Provides: x-window-manager Suggests: wmaker-data, menu, x11-apps, x-terminal-emulator, desktop-base Description: NeXTSTEP-like window manager for X Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look very closely, and it is now an official GNU project. Window Maker (originally named WindowMaker) is not overloaded with features, and it is easier to configure than most other window managers. Its final goal is to produce a window manager that doesn't require editing of configuration files. Window Maker is fast and doesn't require tons of memory to run. Package: wmaker-common Architecture: all Depends: ${misc:Depends} Suggests: wmaker Replaces: wmaker (<< 0.95.0+20111028-3) Breaks: wmaker (<< 0.95.0+20111028-3) Description: Window Maker - Architecture independent files Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look very closely, and it is now an official GNU project. Window Maker (originally named WindowMaker) is not overloaded with features, and it is easier to configure than most other window managers. Its final goal is to produce a window manager that doesn't require editing of configuration files. Window Maker is fast and doesn't require tons of memory to run. . This package contains the architecture independent files. Package: libwraster3-dev Architecture: any Section: libdevel Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng-dev, libgif-dev, libtiff5-dev, ${misc:Depends} Provides: libwraster-dev Description: Static libraries and headers of Window Maker rasterizer This library is used to manipulate images and convert them to a format that can be displayed through the X window system. Read the wraster.h header for an idea of what is available . Contains libwraster and header files, for manipulating and rasterizing images. Package: libwraster3 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: Shared libraries of Window Maker rasterizer This library is used to manipulate images and convert them to a format that can be displayed through the X window system. Read the wraster.h header for an idea of what is available Package: libwings-dev Architecture: any Section: libdevel Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev, libfontconfig1-dev, libwutil3 (= ${binary:Version}), libwings2 (= ${binary:Version}), ${misc:Depends} Description: Window Maker's own widget set WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP look and feel. Its API is inspired in OpenSTEP and its implementation borrows some ideas from Tk. It has a reasonable set of widgets, sufficient for building small applications like a CDPlayer or hacking something like rxvt. It is used for basic widgets in the WindowMaker window manager. Package: libwutil3 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: Window Maker's own widget set - utility library WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP look and feel. Its API is inspired in OpenSTEP and its implementation borrows some ideas from Tk. It has a reasonable set of widgets, sufficient for building small applications like a CDPlayer or hacking something like rxvt. It is used for basic widgets in the WindowMaker window manager. . This package contains the libWUtils runtime library. Package: libwings2 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: Window Maker's own widget set - runtime library WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP look and feel. Its API is inspired in OpenSTEP and its implementation borrows some ideas from Tk. It has a reasonable set of widgets, sufficient for building small applications like a CDPlayer or hacking something like rxvt. It is used for basic widgets in the WindowMaker window manager. . This package contains the libWINGs runtime library. Package: wmaker-dbg Architecture: any Section: debug Priority: extra Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) | libwutil3 (= ${binary:Version}) | wmaker (= ${binary:Version}), ${misc:Depends} Description: Debugging symbols for WindowMaker packages Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look very closely, and it is now an official GNU project. Window Maker is not overloaded with features, and it is easier to configure than most other window managers. Its final goal is to produce a window manager that doesn't require editing of configuration files. Window Maker is fast and doesn't require tons of memory to run. . This package contains debugging symbols for Window Maker and its core libraries (libWINGs, libWutils, libwraster). debian/libwraster3.symbols0000664000000000000000000000365612261137770013063 0ustar libwraster.so.3 libwraster3 #MINVER# LIBWRASTER3@LIBWRASTER3 0.95.0 RBevelImage@LIBWRASTER3 0.95.0 RBlurImage@LIBWRASTER3 0.95.0 RClearImage@LIBWRASTER3 0.95.0 RCloneImage@LIBWRASTER3 0.95.0 RCombineArea@LIBWRASTER3 0.95.0 RCombineAreaWithOpaqueness@LIBWRASTER3 0.95.0 RCombineImageWithColor@LIBWRASTER3 0.95.0 RCombineImages@LIBWRASTER3 0.95.0 RCombineImagesWithOpaqueness@LIBWRASTER3 0.95.0 RConvertImage@LIBWRASTER3 0.95.0 RConvertImageMask@LIBWRASTER3 0.95.0 RCopyArea@LIBWRASTER3 0.95.0 RCreateContext@LIBWRASTER3 0.95.0 RCreateImage@LIBWRASTER3 0.95.0 RCreateImageFromDrawable@LIBWRASTER3 0.95.0 RCreateImageFromXImage@LIBWRASTER3 0.95.0 RCreateXImage@LIBWRASTER3 0.95.0 RDestroyXImage@LIBWRASTER3 0.95.0 RDrawLine@LIBWRASTER3 0.95.0 RDrawLines@LIBWRASTER3 0.95.0 RDrawSegments@LIBWRASTER3 0.95.0 RErrorCode@LIBWRASTER3 0.95.0 RFillImage@LIBWRASTER3 0.95.0 RGetClosestXColor@LIBWRASTER3 0.95.0 RGetImageFileFormat@LIBWRASTER3 0.95.0 RGetImageFromXPMData@LIBWRASTER3 0.95.0 RGetPixel@LIBWRASTER3 0.95.0 RGetSubImage@LIBWRASTER3 0.95.0 RGetXImage@LIBWRASTER3 0.95.0 RHSVtoRGB@LIBWRASTER3 0.95.0 RLightImage@LIBWRASTER3 0.95.0 RLoadImage@LIBWRASTER3 0.95.0 RMakeCenteredImage@LIBWRASTER3 0.95.0 RMakeTiledImage@LIBWRASTER3 0.95.0 RMessageForError@LIBWRASTER3 0.95.0 ROperateLine@LIBWRASTER3 0.95.0 ROperateLines@LIBWRASTER3 0.95.0 ROperatePixel@LIBWRASTER3 0.95.0 ROperatePixels@LIBWRASTER3 0.95.0 ROperateSegments@LIBWRASTER3 0.95.0 RPutPixel@LIBWRASTER3 0.95.0 RPutPixels@LIBWRASTER3 0.95.0 RPutXImage@LIBWRASTER3 0.95.0 RRGBtoHSV@LIBWRASTER3 0.95.0 RReleaseImage@LIBWRASTER3 0.95.0 RRenderGradient@LIBWRASTER3 0.95.0 RRenderInterwovenGradient@LIBWRASTER3 0.95.0 RRenderMultiGradient@LIBWRASTER3 0.95.0 RRetainImage@LIBWRASTER3 0.95.0 RRotateImage@LIBWRASTER3 0.95.0 RSaveImage@LIBWRASTER3 0.95.0 RScaleImage@LIBWRASTER3 0.95.0 RSmoothScaleImage@LIBWRASTER3 0.95.0 RSupportedFileFormats@LIBWRASTER3 0.95.0 debian/patches/0000775000000000000000000000000012261140222010607 5ustar debian/patches/53_Debian_WMState.diff0000664000000000000000000000127112261137770014555 0ustar Description: XTerm and WMPrefs debian configuration. Based on Marcelo E. Magallon diff patch. Author: Rodolfo García Peñas (kix) Last-Update: 2012-01-09 --- a/WindowMaker/Defaults/WMState.in +++ b/WindowMaker/Defaults/WMState.in @@ -2,7 +2,7 @@ Dock = { Applications = ( { - Command = "#wprefs#"; + Command = "/usr/bin/WPrefs"; Name = Logo.WMDock; AutoLaunch = No; Forced = No; @@ -10,8 +10,8 @@ Lock = Yes; }, { - Command = xterm; - Name = xterm.XTerm; + Command = "x-terminal-emulator"; + Name = "x-terminal-emulator.XTerm"; AutoLaunch = No; Forced = No; Position = "0,1"; debian/patches/series0000664000000000000000000000017612261140036012033 0ustar 50_def_config_paths.diff 51_wmaker_man.diff 53_Debian_WMState.diff 54_Debian_wmmacros.diff 55_typo.diff 56_ungif_problem.diff debian/patches/.keepme0000664000000000000000000000003412261137770012071 0ustar Don't remove this directory debian/patches/55_typo.diff0000664000000000000000000000074712261137770012773 0ustar Description: Small typo for the word attempts in src/dock.h. Author: Rodolfo García Peñas (kix) Forwarded: http://lists.windowmaker.org/dev/msg05381.html Last-Update: 2013-09-09 --- a/src/dock.c +++ b/src/dock.c @@ -4284,7 +4284,7 @@ } if (i == UNIQUE_NAME_WATCHDOG) - wwarning("Couldn't find a unique name for drawer in %d attemps.", i); + wwarning("Couldn't find a unique name for drawer in %d attempts.", i); #undef UNIQUE_NAME_WATCHDOG return buffer; debian/patches/50_def_config_paths.diff0000664000000000000000000000101412261137770015241 0ustar Description: This patch changes the default config paths Author: Andreas Metzler Last-Update: 2010-08-07 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -125,7 +125,7 @@ */ /* list of paths to look for the config files, searched in order of appearance */ -#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR +#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/GNUstep/Defaults:"PKGDATADIR #define DEF_MENU_FILE "menu" /* name of the script to execute at startup */ debian/patches/51_wmaker_man.diff0000664000000000000000000000227312261137770014111 0ustar Description: This patch includes the debian paths Author: Rodolfo García Peñas (kix) Last-Update: 2011-08-16 --- a/doc/wmaker.1x +++ b/doc/wmaker.1x @@ -9,6 +9,9 @@ Window Maker is a X11 window manager with a NEXTSTEP look. It tries to emulate NeXT's look as much as possible, but it deviates from it as necessary. +.PP +\fIPlease note this manpage has been modified to reflect changes in the +Debian installation of Window Maker.\fP .SH "OPTIONS" .TP .B \-display host:display.screen @@ -78,7 +81,7 @@ Attributes) instead of modifying this file directly. There are just a few options not available using the Attributes Editor. .TP -.B /usr/share/WindowMaker/Defaults/ +.B /etc/GNUstep/Defaults/ All the above-mentioned files are READ from here if not found except for WMState, which is COPIED from here. No matter where they are read from, if it's necessary to write configuration changes back into this @@ -106,6 +109,9 @@ .B ~/GNUstep/Library/WindowMaker/Pixmaps/ Window Maker looks for \fBpixmaps\fP here .TP +.B ~/GNUstep/Library/Icons/ +Window Maker looks for \fBicons\fP here +.TP .B ~/GNUstep/Library/WindowMaker/Backgrounds/ Window Maker looks for backgrounds here .TP debian/patches/56_ungif_problem.diff0000664000000000000000000000122312261140036014604 0ustar Description: Remove include ungif library (will use gif library) Author: Rodolfo García Peñas (kix) Last-Update: 2013-12-31 --- a/configure.ac +++ b/configure.ac @@ -710,13 +710,6 @@ if test "$gif" = yes; then my_libname="" - WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS]) - if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then - my_libname=-lungif - fi -dnl -dnl libungif is the same thing as libgif for all practical purposes. -dnl if test "x$my_libname" = x; then WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS]) if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then debian/patches/54_Debian_wmmacros.diff0000664000000000000000000000226512261137770015066 0ustar Description: Macros for user paths. Based on Marcelo E. Magallon diff patch. Author: Rodolfo García Peñas (kix) Last-Update: 2012-01-09 --- a/WindowMaker/wmmacros +++ b/WindowMaker/wmmacros @@ -22,7 +22,7 @@ /* * SETSTYLE FILE - loads a style file */ -#define SETSTYLE EXEC cd $HOME/GNUstep/Library/WindowMaker/Styles; setstyle +#define SETSTYLE EXEC cd $GNUSTEP_USER_ROOT/Library/WindowMaker/Styles; setstyle /* @@ -60,6 +60,14 @@ #define STYLES_DIR #wmdatadir#/Styles #define ICON_SETS_DIR #wmdatadir#/IconSets #define BACKGROUNDS_DIR #wmdatadir#/Backgrounds +#define LOCAL_THEMES_DIR /usr/local/share/WindowMaker/Themes +#define LOCAL_STYLES_DIR /usr/local/share/WindowMaker/Styles +#define LOCAL_ICON_SETS_DIR /usr/local/share/WindowMaker/IconSets +#define LOCAL_BACKGROUNDS_DIR /usr/local/share/WindowMaker/Backgrounds +#define USER_THEMES_DIR $GNUSTEP_USER_ROOT/Library/WindowMaker/Themes +#define USER_STYLES_DIR $GNUSTEP_USER_ROOT/Library/WindowMaker/Styles +#define USER_ICON_SETS_DIR $GNUSTEP_USER_ROOT/Library/WindowMaker/IconSets +#define USER_BACKGROUNDS_DIR $GNUSTEP_USER_ROOT/Library/WindowMaker/Backgrounds #define StaticGray 0 debian/wmaker.menu0000664000000000000000000000544412261137770011361 0ustar ?package(wmaker):needs="wm" \ section="Window Managers" title="Window Maker" \ command="/usr/bin/wmaker" ?package(wmaker):needs="wmaker" \ section="/" title="Run..." \ command="SHEXEC \"%A(Run,Type Command:)\"" ?package(wmaker):needs="wmaker" \ section="/" title="Exit" sort="ZZ" \ command="EXIT" ?package(wmaker):needs="wmaker" \ section="/" title="Exit session" sort="ZZ" \ command="SHUTDOWN" ?package(wmaker):needs="wmaker" \ section="Window Maker" title="Restart" \ command="RESTART" ?package(wmaker):needs="wmaker" \ section="Window Maker" title="Info Panel ..." \ command="INFO_PANEL" ?package(wmaker):needs="wmaker" \ section="Window Maker" title="Legal Panel ..." \ command="LEGAL_PANEL" ?package(wmaker):needs="wmaker" \ section="Window Maker" title="Preferences" \ command="EXEC" arg="WPrefs" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Workspaces" \ command="WORKSPACE_MENU" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Hide Others" \ command="HIDE_OTHERS" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Show All" \ command="SHOW_ALL" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Arrange Icons" \ command="ARRANGE_ICONS" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Save Session" \ command="SAVE_SESSION" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Clear Session" \ command="CLEAR_SESSION" ?package(wmaker):needs="wmaker" \ section="Window Maker" title="Refresh screen" \ command="REFRESH" ?package(wmaker):needs="wmaker" \ section="WorkSpace" title="Appearance" \ command="OPEN_MENU" arg="appearance.menu" ?package(wmaker):needs="wmappearance" \ section="Appearance" title="Background"\ sort="$" \ command="OPEN_MENU background.menu" ?package(wmaker):needs="wmappearance" \ section="Appearance" title="Styles"\ sort="$" \ command="OPEN_MENU -noext LOCAL_STYLES_DIR STYLES_DIR USER_STYLES_DIR WITH setstyle" ?package(wmaker):needs="wmappearance" \ section="Appearance" title="Themes"\ sort="$" \ command="OPEN_MENU -noext LOCAL_THEMES_DIR THEMES_DIR USER_THEMES_DIR WITH setstyle" ?package(wmaker):needs="wmappearance" \ section="Appearance" title="Icon Sets"\ sort="ss" \ command="OPEN_MENU -noext LOCAL_ICON_SETS_DIR ICON_SETS_DIR USER_ICON_SETS_DIR WITH seticons" ?package(wmaker):needs="wmappearance" \ section="Appearance" title="Save IconSet"\ sort="zz" \ command="EXEC geticonset USER_ICON_SETS_DIR/\"%a(IconSet name)\"" ?package(wmaker):needs="wmappearance" \ section="Appearance" title="Save Theme"\ sort="zz" \ command="EXEC getstyle -t USER_THEMES_DIR/\"%a(Theme name)\"" debian/wmaker.dirs0000664000000000000000000000010312261137770011341 0ustar usr/lib/WindowMaker usr/lib/GNUstep/System/Applications/WPrefs.app debian/wmaker-common.postinst0000664000000000000000000000147312261137770013564 0ustar #!/bin/sh set -e # Window Maker postinst. # # Marcelo Magallon # Rodolfo "kix" García inst="/etc/menu-methods/wmappearance" case "$1" in configure) for file in $inst ; do if [ -f $file ] ; then chmod a+x $file fi done if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then # Remove the menu.hook from all the possible paths. rm -f /etc/X11/WindowMaker/menu.hook rm -f /usr/share/WindowMaker/menu.hook # Remove appearance.menu rm -f /usr/share/WindowMaker/appearance.menu update-menus fi ;; abort-upgrade|abort-deconfigure|abort-remove) # how did we got here? Force a non-zero exit code exit 1 ;; *) echo "postinst called with unkown argument: \$1" >&2 ;; esac #DEBHELPER# exit 0 debian/libwraster3-dev.manpages0000664000000000000000000000003012261137770013721 0ustar doc/get-wraster-flags.1