From f4078d62fee24a2fdffaf59b3f88294e06bff527 Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 20 Jan 2002 19:54:13 +0000 Subject: [PATCH] Update to 1.0.9-2. Submitted by new maintainer Andrey Smagin . --- x11/icewm/Makefile | 26 +- x11/icewm/distinfo | 3 + x11/icewm/files/md5 | 3 - x11/icewm/files/openbsd.xpm | 40 ++ x11/icewm/patches/patch-FAQ | 18 + x11/icewm/patches/patch-Makefile_in | 95 ++- x11/icewm/patches/patch-doc_icewm-7_html | 16 +- .../patches/patch-lib_icons_bomb_16x16_xpm | 44 ++ .../patches/patch-lib_icons_bomb_32x32_xpm | 84 +++ .../patches/patch-lib_icons_file_16x16_xpm | 49 ++ .../patches/patch-lib_icons_folder_16x16_xpm | 50 ++ .../patches/patch-lib_icons_vim_16x16_xpm | 60 ++ .../patches/patch-lib_icons_xterm_16x16_xpm | 57 ++ x11/icewm/patches/patch-lib_menu_in | 84 +++ .../patches/patch-lib_taskbar_windows_xpm | 59 ++ x11/icewm/patches/patch-src_Makefile | 38 +- x11/icewm/patches/patch-src_default_h | 43 ++ x11/icewm/patches/patch-src_wmtaskbar_cc | 24 +- x11/icewm/patches/patch-sysdep_in | 7 +- x11/icewm/pkg/PLIST | 554 +++++++++--------- 20 files changed, 1029 insertions(+), 325 deletions(-) create mode 100644 x11/icewm/distinfo delete mode 100644 x11/icewm/files/md5 create mode 100644 x11/icewm/files/openbsd.xpm create mode 100644 x11/icewm/patches/patch-FAQ create mode 100644 x11/icewm/patches/patch-lib_icons_bomb_16x16_xpm create mode 100644 x11/icewm/patches/patch-lib_icons_bomb_32x32_xpm create mode 100644 x11/icewm/patches/patch-lib_icons_file_16x16_xpm create mode 100644 x11/icewm/patches/patch-lib_icons_folder_16x16_xpm create mode 100644 x11/icewm/patches/patch-lib_icons_vim_16x16_xpm create mode 100644 x11/icewm/patches/patch-lib_icons_xterm_16x16_xpm create mode 100644 x11/icewm/patches/patch-lib_menu_in create mode 100644 x11/icewm/patches/patch-lib_taskbar_windows_xpm create mode 100644 x11/icewm/patches/patch-src_default_h diff --git a/x11/icewm/Makefile b/x11/icewm/Makefile index c59aa2c130c..ac128cb16fe 100644 --- a/x11/icewm/Makefile +++ b/x11/icewm/Makefile @@ -1,39 +1,41 @@ -# $OpenBSD: Makefile,v 1.9 2001/10/25 03:11:45 brad Exp $ +# $OpenBSD: Makefile,v 1.10 2002/01/20 19:54:13 naddy Exp $ -COMMENT= 'small, fast window manager' +COMMENT= "small, fast window manager" -DISTNAME= icewm-1.0.7-7 -PKGNAME= icewm-1.0.7.7 +DISTNAME= icewm-1.0.9-2 +PKGNAME= icewm-1.0.9.2 CATEGORIES= x11 -NEED_VERSION= 1.474 +NEED_VERSION= 1.500 HOMEPAGE= http://www.icewm.org/ -MAINTAINER= Pete Fritchman +MAINTAINER= Andrey Smagin +# LGPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://ftp1.sourceforge.net/icewm/ \ - http://www.maol.yi.org/icewm/download/stable/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= icewm -MODULES= gettext LIB_DEPENDS= Imlib.19::graphics/imlib USE_X11= Yes +NO_REGRESS= Yes USE_GMAKE= Yes CONFIGURE_STYLE= gnu dest CONFIGURE_ARGS= --with-imlib=${PREFIX}/bin \ --with-docdir=${PREFIX}/share/doc \ - --with-cfgdir=/etc/icewm + --with-libdir=${PREFIX}/share/icewm \ + --with-cfgdir=${SYSCONFDIR}/icewm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -WRKDIST= ${WRKDIR}/icewm-1.0.7 +WRKDIST= ${WRKDIR}/icewm-1.0.9 post-install: - ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar + ${INSTALL_DATA} ${FILESDIR}/openbsd.xpm ${PREFIX}/share/icewm/taskbar .include diff --git a/x11/icewm/distinfo b/x11/icewm/distinfo new file mode 100644 index 00000000000..f462f9d6e9f --- /dev/null +++ b/x11/icewm/distinfo @@ -0,0 +1,3 @@ +MD5 (icewm-1.0.9-2.tar.gz) = 076d02415b694518b61b569ddd12822c +RMD160 (icewm-1.0.9-2.tar.gz) = cb68ee90e879d2bcf8aa3a4d9bf5b1959c1fecde +SHA1 (icewm-1.0.9-2.tar.gz) = a875bda267309ec804e52d74504dbfc3379d194f diff --git a/x11/icewm/files/md5 b/x11/icewm/files/md5 deleted file mode 100644 index 21e054b3c4b..00000000000 --- a/x11/icewm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (icewm-1.0.7-7.tar.gz) = 0de17859bf73ad144c6c3ba99dcb6eda -RMD160 (icewm-1.0.7-7.tar.gz) = d5d513808198e592ac9661f956a4b28e3b32aa3e -SHA1 (icewm-1.0.7-7.tar.gz) = c4e167ea3217eec95dcddc97dcefff8bfeca8e5e diff --git a/x11/icewm/files/openbsd.xpm b/x11/icewm/files/openbsd.xpm new file mode 100644 index 00000000000..efdf6b102b9 --- /dev/null +++ b/x11/icewm/files/openbsd.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char * openbsd_xpm[] = { +"60 20 17 1", +" c None", +". c #050303", +"+ c #D10908", +"@ c #FEFA1F", +"# c #021EFE", +"$ c #EAE5E5", +"% c #950907", +"& c #C5C1C1", +"* c #9B9A89", +"= c #660606", +"- c #D59190", +"; c #867C47", +"> c #4B0C0C", +", c #BD6769", +"' c #727272", +") c #9D6243", +"! c #390706", +" @@@@ ++ ", +" ##### @ ;@@ +%! ", +" ## ## @@ @!%+%%+= ", +" ## # ## ### ### ## ### % @@ .>+++%++++! ", +" # # ### ## # ## ## ## %+ @*;>%%++%,$,+% ", +" # # ## ## ## ## # # !++ @@)%,;%++,$$+% ", +" # ## ## ## ####### # ## =++++%=)&$*+++$$$+ ", +" ## # ## # ## # ## =%+++==)&$$)%+&>'-+ ", +" #### ##### ##### ### ### !%%%%>='&&**=%)).',+ ", +" # !=%=>%'&'.*>!%++>-+%", +" ## ...... .... ...... !==>+'&>.*>!%++++++", +" #### .. ... .. .. ... .. !!=+'*>.*%!%%++++%", +" .. .. .. .. .. ... !=+%**'-=!>==+++%", +" .. .. ... .. .. !=++%,,+%=!!%+%+=", +" ...... ..... .. .. =%+%%%++++%%=++ ", +" .. .. .. .. .. !=%%===%%==%++= ", +" .. .. .. .. .. ... !>==!!!!=%+++% ", +" .. .. ... ... ... .. !%%+++++%%%% ", +" ...... ..... ...... !!!!====== ", +" !!!> "}; diff --git a/x11/icewm/patches/patch-FAQ b/x11/icewm/patches/patch-FAQ new file mode 100644 index 00000000000..5114d9ed3b8 --- /dev/null +++ b/x11/icewm/patches/patch-FAQ @@ -0,0 +1,18 @@ +$OpenBSD: patch-FAQ,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix the location of the configuration files in FAQ +--- FAQ.orig Sun Jan 13 03:21:32 2002 ++++ FAQ Sun Jan 13 03:27:35 2002 +@@ -345,11 +345,8 @@ + places - the location depends upon the method you used to install + IceWM. + +- In a plain vanilla source install, the global version of the files +- will be located in "/usr/local/lib/Xll/icewm/". If you installed the +- standard RPM, they will be in "/usr/X11R6/lib/X11/icewm/". The system +- wide configuration files for the Debian package seem to be in +- "/etc/X11/icewm/". ++ The global version of the files is in "/usr/local/share/icewm/". ++ The system wide configuration files are in "/etc/icewm/". + + However, if you wish to make a configuration of your own you should + not edit these global config files but create a subdirectory of your diff --git a/x11/icewm/patches/patch-Makefile_in b/x11/icewm/patches/patch-Makefile_in index 0f7474c1044..4f4a1600bd1 100644 --- a/x11/icewm/patches/patch-Makefile_in +++ b/x11/icewm/patches/patch-Makefile_in @@ -1,25 +1,98 @@ -$OpenBSD: patch-Makefile_in,v 1.1 2001/03/26 13:08:26 wilfried Exp $ ---- Makefile.in.orig Fri Mar 16 22:17:36 2001 -+++ Makefile.in Mon Mar 26 14:44:28 2001 -@@ -5,7 +5,7 @@ include ./VERSION +$OpenBSD: patch-Makefile_in,v 1.2 2002/01/20 19:54:13 naddy Exp $ +# 1. Don't install some doc files +# 2. Make sure that fake works correctly +--- Makefile.in.orig Tue Oct 9 09:54:02 2001 ++++ Makefile.in Sun Jan 13 19:41:37 2002 +@@ -11,7 +11,7 @@ include ./VERSION - BINFILES = src/icewm src/icewmhint src/icewmbg + BINFILES = $(foreach APP,$(APPLICATIONS),src/$(APP)) LIBFILES = lib/preferences lib/menu lib/toolbar lib/winoptions lib/keys --DOCFILES = README TODO CHANGES COPYING FAQ INSTALL VERSION icewm.lsm +-DOCFILES = README TODO CHANGES COPYING AUTHORS FAQ INSTALL VERSION icewm.lsm +DOCFILES = README COPYING FAQ - XPMDIRS = icons ledclock taskbar mailbox + XPMDIRS = icons ledclock taskbar mailbox cursors THEMES = nice motif win95 warp3 warp4 metal2 gtk2 Infadel2 SPEC = icewm.spec -@@ -101,9 +101,9 @@ install-base: base +@@ -75,66 +75,64 @@ install-base: base + @for app in $(BINFILES) ; do \ + $(INSTALLBIN) "$$app" $(BINDIR); \ + done +- @echo "Installing defaults, icons and themes in $(LIBDIR)" +- @$(INSTALLDIR) $(LIBDIR) +- @$(INSTALLDIR) $(CFGDIR) ++ @echo "Installing defaults, icons and themes in $(DESTDIR)$(LIBDIR)" ++ @$(INSTALLDIR) $(DESTDIR)$(LIBDIR) + @for lib in $(LIBFILES) ; do \ +- $(INSTALLLIB) "$$lib" $(LIBDIR); \ ++ $(INSTALLLIB) "$$lib" $(DESTDIR)$(LIBDIR); \ + done + @for xpmdir in $(XPMDIRS); do \ + if test -d lib/$$xpmdir; then \ +- $(INSTALLDIR) $(LIBDIR)/$$xpmdir; \ ++ $(INSTALLDIR) $(DESTDIR)$(LIBDIR)/$$xpmdir; \ + for pixmap in lib/$$xpmdir/*.xpm ; do \ +- $(INSTALLLIB) "$$pixmap" $(LIBDIR)/$$xpmdir; \ ++ $(INSTALLLIB) "$$pixmap" $(DESTDIR)$(LIBDIR)/$$xpmdir; \ + done; \ + fi; \ + done + @echo ------------------------------------------ + @for theme in $(THEMES) ; do \ + echo "Installing theme: $$theme"; \ +- $(INSTALLDIR) $(LIBDIR)/themes/$$theme; \ ++ $(INSTALLDIR) $(DESTDIR)$(LIBDIR)/themes/$$theme; \ + for pixmap in lib/themes/$$theme/*.xpm; do \ +- $(INSTALLLIB) "$$pixmap" $(LIBDIR)/themes/$$theme; \ ++ $(INSTALLLIB) "$$pixmap" $(DESTDIR)$(LIBDIR)/themes/$$theme; \ + done; \ + for subtheme in lib/themes/$$theme/*.theme; do \ +- $(INSTALLLIB) "$$subtheme" $(LIBDIR)/themes/$$theme; \ ++ $(INSTALLLIB) "$$subtheme" $(DESTDIR)$(LIBDIR)/themes/$$theme; \ + done; \ + if test -f lib/themes/$$theme/*.pcf; then \ + for fontfile in lib/themes/$$theme/*.pcf; do \ +- $(INSTALLLIB) "$$fontfile" $(LIBDIR)/themes/$$theme; \ ++ $(INSTALLLIB) "$$fontfile" $(DESTDIR)$(LIBDIR)/themes/$$theme; \ + done; \ + if test -x "$(MKFONTDIR)"; then \ +- cwd=$$PWD; cd "$(LIBDIR)/themes/$$theme"; \ ++ cwd=$$PWD; cd "$(DESTDIR)$(LIBDIR)/themes/$$theme"; \ + $(MKFONTDIR); \ + cd $$cwd; \ + else \ + echo "WARNING: A dummy file has been copied to"; \ +- echo " $(LIBDIR)/themes/$$theme/fonts.dir"; \ ++ echo " $(DESTDIR)$(LIBDIR)/themes/$$theme/fonts.dir"; \ + echo " You better setup your path to point to mkfontdir or use the"; \ + echo " --with-mkfontdir option of the configure script."; \ + $(INSTALLLIB) "lib/themes/$$theme/fonts.dir.default" \ +- "$(LIBDIR)/themes/$$theme/fonts.dir"; \ ++ "$(DESTDIR)$(LIBDIR)/themes/$$theme/fonts.dir"; \ + fi; \ + fi; \ + for xpmdir in $(XPMDIRS) ; do \ + if [ -d lib/themes/$$theme/$$xpmdir ] ; then \ +- $(INSTALLDIR) $(LIBDIR)/themes/$$theme/$$xpmdir; \ ++ $(INSTALLDIR) $(DESTDIR)$(LIBDIR)/themes/$$theme/$$xpmdir; \ + for f in lib/themes/$$theme/$$xpmdir/*.xpm ; do \ +- $(INSTALLLIB) "$$f" $(LIBDIR)/themes/$$theme/$$xpmdir; \ ++ $(INSTALLLIB) "$$f" $(DESTDIR)$(LIBDIR)/themes/$$theme/$$xpmdir; \ + done;\ + fi;\ + done;\ + done +- @#for a in $(ETCFILES) ; do $(INSTALLETC) "$$a" $(CFGDIR) ; done + @echo ------------------------------------------ install-docs: docs $(LSM) @echo ------------------------------------------ + @rm -fr $(DOCDIR)/icewm-$(VERSION) - @$(INSTALLDIR) $(DOCDIR)/icewm-$(VERSION) -- cp $(DOCFILES) $(DOCDIR)/icewm-$(VERSION) -- cp -r doc $(DOCDIR)/icewm-$(VERSION) + @$(INSTALLDIR) $(DESTDIR)$(DOCDIR)/icewm/doc + @echo Installing documentation in $(DOCDIR); \ +- cp $(DOCFILES) $(DOCDIR)/icewm-$(VERSION); \ +- cp -r doc/*.sgml doc/*.html $(DOCDIR)/icewm-$(VERSION) + ${BSD_INSTALL_DATA} $(DOCFILES) $(DESTDIR)$(DOCDIR)/icewm + ${BSD_INSTALL_DATA} doc/*.html $(DESTDIR)$(DOCDIR)/icewm/doc + @echo ------------------------------------------ install-nls: nls - @echo ------------------------------------------ diff --git a/x11/icewm/patches/patch-doc_icewm-7_html b/x11/icewm/patches/patch-doc_icewm-7_html index 9d0971d31a1..435d0e24a6a 100644 --- a/x11/icewm/patches/patch-doc_icewm-7_html +++ b/x11/icewm/patches/patch-doc_icewm-7_html @@ -1,12 +1,16 @@ -$OpenBSD: patch-doc_icewm-7_html,v 1.1 2001/03/26 13:08:27 wilfried Exp $ ---- doc/icewm-7.html.orig Fri Mar 16 22:17:48 2001 -+++ doc/icewm-7.html Mon Mar 26 13:52:01 2001 -@@ -20,7 +20,7 @@ directories: +$OpenBSD: patch-doc_icewm-7_html,v 1.2 2002/01/20 19:54:13 naddy Exp $ +# Fix the location of the configuration files in on-line help +--- doc/icewm-7.html.orig Tue Oct 9 09:54:34 2001 ++++ doc/icewm-7.html Sun Jan 13 03:19:37 2002 +@@ -20,9 +20,8 @@ directories:

$HOME/.icewm

user's personal customization -

/etc/X11/icewm

system-wide customized defaults +-

/usr/local/lib/X11/icewm

compiled-in default directory with default files +-(for .rpm packages the default is /usr/X11R6/lib/X11/icewm) +

/etc/icewm

system-wide customized defaults -

/usr/local/lib/X11/icewm

compiled-in default directory with default files - (for .rpm packages the default is /usr/X11R6/lib/X11/icewm) ++

/usr/local/share/icewm

compiled-in default directory with default files

+

The directories are searched in the above order, so any file located + in the system/install directory can be overridden by the user by creating diff --git a/x11/icewm/patches/patch-lib_icons_bomb_16x16_xpm b/x11/icewm/patches/patch-lib_icons_bomb_16x16_xpm new file mode 100644 index 00000000000..509c30ef185 --- /dev/null +++ b/x11/icewm/patches/patch-lib_icons_bomb_16x16_xpm @@ -0,0 +1,44 @@ +$OpenBSD: patch-lib_icons_bomb_16x16_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it can be displayed correctly on Sparc too +--- lib/icons/bomb_16x16.xpm.orig Sun Jan 13 20:34:29 2002 ++++ lib/icons/bomb_16x16.xpm Sun Jan 13 20:34:39 2002 +@@ -1,25 +1,25 @@ + /* XPM */ +-static char * mini-bomb_xpm[] = { ++static char * bomb_16x16_xpm[] = { + "16 16 6 1", +-" c None s None", +-". c black", +-"X c gray50", +-"o c gray85", +-"O c yellow", +-"# c white", ++" c None", ++". c #000000", ++"+ c #7F7F7F", ++"@ c #FFFFFF", ++"# c #D9D9D9", ++"$ c #FFFF00", + " ", + " ... ", + " . . ", + " . . ", + " ... . ", + " ..... . ", +-" .X#o... . ", +-" X.#X....X . ", +-" ..oX..... O O", +-" .......O. O OO ", +-" ......Xo. OOO ", +-" X.....X.X O ", ++" .+@#... . ", ++" +.@+....+ . ", ++" ..#+..... $ $", ++" .......$. $ $$ ", ++" ......+#. $$$ ", ++" +.....+.+ $ ", + " ....... ", +-" X...X ", ++" +...+ ", + " ", + " "}; diff --git a/x11/icewm/patches/patch-lib_icons_bomb_32x32_xpm b/x11/icewm/patches/patch-lib_icons_bomb_32x32_xpm new file mode 100644 index 00000000000..77f6e5d03b6 --- /dev/null +++ b/x11/icewm/patches/patch-lib_icons_bomb_32x32_xpm @@ -0,0 +1,84 @@ +$OpenBSD: patch-lib_icons_bomb_32x32_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it can be displayed correctly on Sparc too +--- lib/icons/bomb_32x32.xpm.orig Sun Jan 13 20:33:42 2002 ++++ lib/icons/bomb_32x32.xpm Sun Jan 13 20:33:56 2002 +@@ -1,18 +1,15 @@ + /* XPM */ +-static char * icl8_11432_xpm[] = { +-/* width height ncolors chars_per_pixel */ ++static char * bomb_32x32_xpm[] = { + "32 32 9 1", +-/* colors */ +-" s None c None", +-"o c #999999", +-"O c black", +-"+ c #333333", +-"@ c #111111", +-"# c #FF6666", +-"$ c #FEFE00", +-"% c #DDDDDD", +-"& c #BBBBBB", +-/* pixels */ ++" c None", ++". c #999999", ++"+ c #000000", ++"@ c #333333", ++"# c #111111", ++"$ c #FF6666", ++"% c #FEFE00", ++"& c #DDDDDD", ++"* c #BBBBBB", + " ", + " ", + " ", +@@ -21,27 +18,27 @@ static char * icl8_11432_xpm[] = { + " ", + " ", + " ", +-" oOoOo ", +-" O Oo ", +-" o O ", +-" O o ", +-" +++++ O ", +-" +@@@+ o ", +-" +@@O@@+ O ", +-" ++@OOO@O@++ o # $", +-" +@@OOOOOOO@@+ O $ # ", +-" +@OOOOOOOOOOO@+ o $ ", +-" +@OOOOOO%&oOO@+ O # $ ", +-" +@OOOOOOOO%&oOO@+ o ", +-" +@OOOOOOOOOOOOO@+ OoO # $ #", +-" +@OOOOOOOOO%&oO@+ ", +-" +@OOOOOOOOO%&oO@+ $ $ ", +-" +@OOOOOOOOO%&oO@+ # # ", +-" +@OOOOOOOO%&oOO@+ # ", +-" +@OOOOOOOO%&oOO@+ $ $ $", +-" +@OOOOOO%&oOO@+ ", +-" +@OOOOOOOOOOO@+ # ", +-" +@@OOOOOOO@@+ ", +-" ++@@@@@@@++ ", +-" +++++++ ", ++" .+.+. ", ++" + +. ", ++" . + ", ++" + . ", ++" @@@@@ + ", ++" @###@ . ", ++" @##+##@ + ", ++" @@#+++#+#@@ . $ %", ++" @##+++++++##@ + % $ ", ++" @#+++++++++++#@ . % ", ++" @#++++++&*.++#@ + $ % ", ++" @#++++++++&*.++#@ . ", ++" @#+++++++++++++#@ +.+ $ % $", ++" @#+++++++++&*.+#@ ", ++" @#+++++++++&*.+#@ % % ", ++" @#+++++++++&*.+#@ $ $ ", ++" @#++++++++&*.++#@ $ ", ++" @#++++++++&*.++#@ % % %", ++" @#++++++&*.++#@ ", ++" @#+++++++++++#@ $ ", ++" @##+++++++##@ ", ++" @@#######@@ ", ++" @@@@@@@ ", + " "}; diff --git a/x11/icewm/patches/patch-lib_icons_file_16x16_xpm b/x11/icewm/patches/patch-lib_icons_file_16x16_xpm new file mode 100644 index 00000000000..2b4f63b5ad1 --- /dev/null +++ b/x11/icewm/patches/patch-lib_icons_file_16x16_xpm @@ -0,0 +1,49 @@ +$OpenBSD: patch-lib_icons_file_16x16_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it can be displayed correctly on Sparc too +--- lib/icons/file_16x16.xpm.orig Tue Oct 9 09:54:03 2001 ++++ lib/icons/file_16x16.xpm Sun Jan 13 21:09:18 2002 +@@ -1,26 +1,23 @@ + /* XPM */ +-static char * folder_16x16_xpm[] = { +-/* width height num_colors chars_per_pixel */ ++static char * file_16x16_xpm[] = { + "16 16 4 1", +-/* colors */ +-" s None c none", +-". c white", +-"* c #C0C0C0", +-"# c black", +-/* pixels */ ++" c None", ++". c #000000", ++"+ c #FFFFFF", ++"@ c #C0C0C0", + " ", + " ", +-" ######## ", +-" #......## ", +-" #......#*# ", +-" #......#**# ", +-" #......##### ", +-" #..........# ", +-" #..........# ", +-" #..........# ", +-" #..........# ", +-" #..........# ", +-" #..........# ", +-" #..........# ", +-" ############ ", ++" ........ ", ++" .++++++.. ", ++" .++++++.@. ", ++" .++++++.@@. ", ++" .++++++..... ", ++" .++++++++++. ", ++" .++++++++++. ", ++" .++++++++++. ", ++" .++++++++++. ", ++" .++++++++++. ", ++" .++++++++++. ", ++" .++++++++++. ", ++" ............ ", + " "}; diff --git a/x11/icewm/patches/patch-lib_icons_folder_16x16_xpm b/x11/icewm/patches/patch-lib_icons_folder_16x16_xpm new file mode 100644 index 00000000000..fe4cdcf33d3 --- /dev/null +++ b/x11/icewm/patches/patch-lib_icons_folder_16x16_xpm @@ -0,0 +1,50 @@ +$OpenBSD: patch-lib_icons_folder_16x16_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it can be displayed correctly on Sparc too +--- lib/icons/folder_16x16.xpm.orig Tue Oct 9 09:54:03 2001 ++++ lib/icons/folder_16x16.xpm Sun Jan 13 20:56:37 2002 +@@ -1,28 +1,25 @@ + /* XPM */ + static char * folder_16x16_xpm[] = { +-/* width height num_colors chars_per_pixel */ + "16 16 6 1", +-/* colors */ +-" s None c none", ++" c None", + ". c #808080", +-"X c white", +-"o c #ffff80", +-"O c #808040", +-"+ c black", +-/* pixels */ ++"+ c #FFFFFF", ++"@ c #FFFF80", ++"# c #808040", ++"$ c #000000", + " ", + " ", + " ..... ", +-" .Xoooo. ", +-".XoooooO....... ", +-".XXXXXXXXXXXXXo+", +-".XooooooooooooO+", +-".XooooooooooooO+", +-".XooooooooooooO+", +-".XooooooooooooO+", +-".XooooooooooooO+", +-".XooooooooooooO+", +-".XooooooooooooO+", +-".oOOOOOOOOOOOOO+", +-" +++++++++++++++", ++" .+@@@@. ", ++".+@@@@@#....... ", ++".+++++++++++++@$", ++".+@@@@@@@@@@@@#$", ++".+@@@@@@@@@@@@#$", ++".+@@@@@@@@@@@@#$", ++".+@@@@@@@@@@@@#$", ++".+@@@@@@@@@@@@#$", ++".+@@@@@@@@@@@@#$", ++".+@@@@@@@@@@@@#$", ++".@#############$", ++" $$$$$$$$$$$$$$$", + " "}; diff --git a/x11/icewm/patches/patch-lib_icons_vim_16x16_xpm b/x11/icewm/patches/patch-lib_icons_vim_16x16_xpm new file mode 100644 index 00000000000..f844c9d8d14 --- /dev/null +++ b/x11/icewm/patches/patch-lib_icons_vim_16x16_xpm @@ -0,0 +1,60 @@ +$OpenBSD: patch-lib_icons_vim_16x16_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it can be displayed correctly on Sparc too +--- lib/icons/vim_16x16.xpm.orig Sun Jan 13 20:35:25 2002 ++++ lib/icons/vim_16x16.xpm Sun Jan 13 20:35:39 2002 +@@ -1,30 +1,27 @@ + /* XPM */ +-static char *magick[] = { +-/* columns rows colors chars-per-pixel */ ++static char * vim_16x16_xpm[] = { + "16 16 8 1", +-" c Gray0", +-". c #000080", +-"X c #008000", +-"o c Green", +-"O c #808080", +-"+ c #c0c0c0", +-"@ c Gray100", +-"# c None", +-/* pixels */ +-"## o # ##", +-"# @@@@@ X @@@@ #", +-"# +++++O ++++O ", +-"## +++O X @++O #", +-"## +++O @++O ##", +-"## +++O @++O ##", +-"#o +++O@++O XX #", +-"oX +++@++O XXXX ", +-" X +++++ XXXX.#", +-"# ++++ + X ##", +-"## ++++ ++ + #", +-"## +++ ++ +++++ ", +-"## ++O + + + + ", +-"## +O X + + + + ", +-"### # ++ + + + ", +-"####### # # # #" +-}; ++" c None", ++". c #000000", ++"+ c #00FF00", ++"@ c #FFFFFF", ++"# c #008000", ++"$ c #C0C0C0", ++"% c #808080", ++"& c #000080", ++" .....+. .... ", ++" .@@@@@.#.@@@@. ", ++" .$$$$$%..$$$$%.", ++" .$$$%.#.@$$%. ", ++" .$$$%..@$$%. ", ++" .$$$%.@$$%.. ", ++" +.$$$%@$$%.##. ", ++"+#.$$$@$$%.####.", ++".#.$$$$$..####& ", ++" ..$$$$.$...#. ", ++" .$$$$...$$.$. ", ++" .$$$.$$.$$$$$.", ++" .$$%..$.$.$.$.", ++" .$%.#.$.$.$.$.", ++" .. .$$.$.$.$.", ++" .. . . . "}; diff --git a/x11/icewm/patches/patch-lib_icons_xterm_16x16_xpm b/x11/icewm/patches/patch-lib_icons_xterm_16x16_xpm new file mode 100644 index 00000000000..d9502c9199b --- /dev/null +++ b/x11/icewm/patches/patch-lib_icons_xterm_16x16_xpm @@ -0,0 +1,57 @@ +$OpenBSD: patch-lib_icons_xterm_16x16_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it can be displayed correctly on Sparc too +--- lib/icons/xterm_16x16.xpm.orig Sun Jan 13 20:32:11 2002 ++++ lib/icons/xterm_16x16.xpm Sun Jan 13 20:32:33 2002 +@@ -1,29 +1,25 @@ + /* XPM */ +-static char *xterm_16x16[] = { +-/* width height num_colors chars_per_pixel */ +-" 16 16 6 1", +-/* colors */ +-" c None s None", +-". c Black", +-"# c gray50", +-"a c blue", +-"b c White", +-"c c gray85", +-/* pixels */ ++static char * xterm_16x16_xpm[] = { ++"16 16 6 1", ++" c None", ++". c #7F7F7F", ++"+ c #D9D9D9", ++"@ c #000000", ++"# c #FFFFFF", ++"$ c #0000FF", + " ", +-" ######### ", +-" #cccccccc#. ", +-" #bbbbbbbb##. ", +-" #b......b##. ", +-" #b.aaaaab##. ", +-" #b.aaaaab##. ", +-" #b.aaaaab##. ", +-" #bbbbbbbb#.##", +-" #.........#c.", +-" #bbbbbbbbb#c#.", +-" ##.#.#.#.#.##.", +-" #c.c.c.c.c.c.. ", +-"#bbbbbbbbbbbc. ", +-"............. ", +-" " +-}; ++" ......... ", ++" .++++++++.@ ", ++" .########..@ ", ++" .#@@@@@@#..@ ", ++" .#@$$$$$#..@ ", ++" .#@$$$$$#..@ ", ++" .#@$$$$$#..@ ", ++" .########.@..", ++" .@@@@@@@@@.+@", ++" .#########.+.@", ++" ..@.@.@.@.@..@", ++" .+@+@+@+@+@+@@ ", ++".###########+@ ", ++"@@@@@@@@@@@@@ ", ++" "}; diff --git a/x11/icewm/patches/patch-lib_menu_in b/x11/icewm/patches/patch-lib_menu_in new file mode 100644 index 00000000000..80b57b6e27c --- /dev/null +++ b/x11/icewm/patches/patch-lib_menu_in @@ -0,0 +1,84 @@ +$OpenBSD: patch-lib_menu_in,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Add some additional entries to start menu +# Only installed applications will be shown in the menu. +# +# If I can get permission to add more stuff here, then I can list +# almost every X app that is available for OpenBSD. +# I can create the appropriate icons too (made some of them already), +# but that will greatly increase number of files in this port. +# I will try to talk to IceWM developers about adding more applications +# from OpenBSD ports tree to the default menu. +# +--- lib/menu.in.orig Tue Oct 9 09:54:03 2001 ++++ lib/menu.in Sun Jan 13 20:02:35 2002 +@@ -5,6 +5,8 @@ + # (re)install icewm. + # + prog xterm xterm xterm ++prog Eterm Eterm Eterm ++prog aterm aterm aterm + prog rxvt xterm rxvt -bg black -cr green -fg white -C -fn 9x15 -sl 500 + prog fte fte fte + prog Netscape netscape netscape +@@ -12,6 +14,8 @@ prog Gimp gimp gimp + separator + menu Applications folder { + menu Editors folder { ++ prog vi vi xterm -e vi ++ prog mg mg xterm -e mg + prog fte fte fte + prog vim vim gvim + prog xemacs xemacs xemacs +@@ -21,15 +25,26 @@ menu Applications folder { + } + menu "WWW Browsers" folder { + prog Netscape netscape netscape ++ prog Konqueror konqueror konqueror ++ prog Amaya amaya amaya + prog Arena arena arena + prog Lynx lynx xterm -e lynx + } ++ menu "Mail and News" folder { ++ prog Sylpheed sylpheed sylpheed ++ prog TkRat tkrat tkrat ++ } + menu Graphics folder { + prog Gimp gimp gimp + prog XV xv xv + prog XPaint xpaint xpaint + prog XFig xfig xfig + } ++ menu Multimedia folder { ++ prog XPlayCD xplaycd xplaycd ++ prog XMixer xmixer xmixer ++ prog XMMS xmms xmms ++ } + menu Devel folder { + prog ddd ddd ddd + } +@@ -46,15 +61,12 @@ menu Games folder { + prog XDemineur xdemineur xdemineur + } + menu System folder { +- prog "Control Panel" redhat control-panel ++ prog top top xterm -e top + prog xload xload xload + prog xosview xosview xosview + } + menu Utilities folder { +- menu Multimedia folder { +- prog XPlayCD xplaycd xplaycd +- prog XMixer xmixer xmixer +- } ++ prog Xman xman xman + prog "Font Selector" xfontsel xfontsel + prog Clock xclock xclock + prog Magnify xmag xmag +@@ -73,4 +85,7 @@ menu "Window Managers" folder { + restart blackbox - blackbox + restart fvwm2 - fvwm2 + restart fvwm - fvwm ++ restart wm2 - wm2 ++ restart KDE - startkde ++ restart Golem - golem + } diff --git a/x11/icewm/patches/patch-lib_taskbar_windows_xpm b/x11/icewm/patches/patch-lib_taskbar_windows_xpm new file mode 100644 index 00000000000..f17ac7fb225 --- /dev/null +++ b/x11/icewm/patches/patch-lib_taskbar_windows_xpm @@ -0,0 +1,59 @@ +$OpenBSD: patch-lib_taskbar_windows_xpm,v 1.1 2002/01/20 19:54:13 naddy Exp $ +# Fix broken icon, so it looks better when used in other themes +--- lib/taskbar/windows.xpm.orig Sun Jan 13 21:13:39 2002 ++++ lib/taskbar/windows.xpm Sun Jan 13 21:13:44 2002 +@@ -1,29 +1,26 @@ + /* XPM */ +-static char *windows[] = { +-/* width height num_colors chars_per_pixel */ +-" 20 20 2 1", +-/* colors */ +-". c #c0c0c0", +-"# c #000000", +-/* pixels */ +-"....................", +-"....................", +-".##########.........", +-".##########.........", +-".#........#.........", +-".#........#.........", +-".#...##########.....", +-".#...##########.....", +-".#...#........#.....", +-".#...#........#.....", +-".#####...##########.", +-".....#...##########.", +-".....#...#........#.", +-".....#...#........#.", +-".....#####........#.", +-".........#........#.", +-".........#........#.", +-".........#........#." +-".........##########.", +-"....................", +-}; ++static char * windows_xpm[] = { ++"20 20 3 1", ++" c None", ++". c #000000", ++"+ c #C0C0C0", ++" ", ++" ", ++" .......... ", ++" .......... ", ++" .++++++++. ", ++" .++++++++. ", ++" .+++.......... ", ++" .+++.......... ", ++" .+++.++++++++. ", ++" .+++.++++++++. ", ++" .....+++.......... ", ++" .+++.......... ", ++" .+++.++++++++. ", ++" .+++.++++++++. ", ++" .....++++++++. ", ++" .++++++++. ", ++" .++++++++. ", ++" .++++++++. ", ++" .......... ", ++" "}; diff --git a/x11/icewm/patches/patch-src_Makefile b/x11/icewm/patches/patch-src_Makefile index 6da1f3616f2..2d2db367555 100644 --- a/x11/icewm/patches/patch-src_Makefile +++ b/x11/icewm/patches/patch-src_Makefile @@ -1,27 +1,39 @@ -$OpenBSD: patch-src_Makefile,v 1.1 2001/03/26 13:08:27 wilfried Exp $ ---- src/Makefile.orig Fri Mar 16 22:17:37 2001 -+++ src/Makefile Mon Mar 26 15:18:45 2001 -@@ -16,7 +16,7 @@ CXXFLAGS = \ +$OpenBSD: patch-src_Makefile,v 1.2 2002/01/20 19:54:13 naddy Exp $ +# 1. Install on-line help to /usr/local/share/doc/icewm/doc +# 2. LD - was in original icewm port, I left it as it was +# 3. CXX - was in original icewm port, I left it as it was +--- src/Makefile.orig Tue Oct 9 09:54:03 2001 ++++ src/Makefile Thu Jan 10 23:56:46 2002 +@@ -20,7 +20,7 @@ CXXFLAGS = \ -DEXEEXT='"$(EXEEXT)"' \ -DICEWMEXE='"icewm"EXEEXT' \ -DICEHELPEXE='"icehelp"EXEEXT' \ -- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/doc/icewm.html"' \ +- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"' \ + -DICEHELPIDX='"${DOCDIR}/icewm/doc/icewm.html"' \ $(SYS_CFLAGS) $(SYS_INCDIRS) LFLAGS = $(SYS_LIBDIRS) LIBS = $(SYS_LIBS) -@@ -107,12 +107,10 @@ depend.inc: Makefile - @{ for p in $(PROGRAMS); do echo $$p: "\$$($${p}_OBJS)"; done; } > $@ +@@ -124,8 +124,7 @@ clean: + ################################################################################ - %.o: %.cc -- @echo Compiling $@... -- @$(CXX) $(CXXFLAGS) -c $< -+ $(CXX) $(CXXFLAGS) -c $< - - $(PROGRAMS): + $(BINARIES): - @echo Linking $@... - @$(LD) -o $@ $($@_OBJS) $(LFLAGS) $($@_LFLAGS) $(LIBS) $($@_LIBS) + $(LD) -o $@ $($@_OBJS) $(LFLAGS) $($@_LFLAGS) $(LIBS) $($@_LIBS) libice.so: $(COREOBJS) -@rm -f $@ +@@ -142,11 +141,9 @@ wmabout.o: ../VERSION + ################################################################################ + + %.p: %.cc +- @echo Analysing dependencies for $^... +- @$(CXX) $(CXXFLAGS) -M -c $< > $@ ++ $(CXX) $(CXXFLAGS) -M -c $< > $@ + + %.o: %.cc +- @echo Compiling $@... +- @$(CXX) $(CXXFLAGS) -c $< ++ $(CXX) $(CXXFLAGS) -c $< + + ################################################################################ diff --git a/x11/icewm/patches/patch-src_default_h b/x11/icewm/patches/patch-src_default_h new file mode 100644 index 00000000000..eba14e00611 --- /dev/null +++ b/x11/icewm/patches/patch-src_default_h @@ -0,0 +1,43 @@ +$OpenBSD: patch-src_default_h,v 1.1 2002/01/20 19:54:13 naddy Exp $ +#1,2 Change the default theme to motif, reduce the borders just a bit +# reasons: icewm should still be useful on slower platforms with +# 256colors only (e.g. Sparc), plus motif uses OpenBSD branded +# start button :) +# 3. Replace pine with mail, so the mail can be checked even if +# there is no additional mail client installed +# +--- src/default.h.orig Tue Oct 9 09:54:03 2001 ++++ src/default.h Fri Jan 11 09:19:52 2002 +@@ -10,8 +10,8 @@ + #define BOLDTTFONT(pt) "-adobe-courier-bold-r-*-*-*-" #pt "-*-*-*-*-*-*" + #endif + +-#define CONFIG_DEFAULT_LOOK lookNice +-#define CONFIG_DEFAULT_THEME "Infadel2/default.theme" ++#define CONFIG_DEFAULT_LOOK lookMotif ++#define CONFIG_DEFAULT_THEME "motif/default.theme" + + #ifdef CFGDEF + #define XSV(t,a,b) t a(b); +@@ -261,8 +261,8 @@ XIV(bool, haveXft, true) + XIV(bool, protectClientWindow, true) + #endif + XIV(WMLook, wmLook, CONFIG_DEFAULT_LOOK) +-XIV(int, wsBorderX, 6) +-XIV(int, wsBorderY, 6) ++XIV(int, wsBorderX, 4) ++XIV(int, wsBorderY, 4) + XIV(int, wsDlgBorderX, 2) + XIV(int, wsDlgBorderY, 2) + XIV(int, wsCornerX, 24) +@@ -353,8 +353,8 @@ XSV(const char *, libDir, LIBDIR) + XSV(const char *, configDir, CFGDIR) + XSV(const char *, kdeDataDir, KDEDIR) + XSV(const char *, mailBoxPath, 0) +-XSV(const char *, mailCommand, "xterm -name pine -title PINE -e pine") +-XSV(const char *, mailClassHint, "pine.XTerm") ++XSV(const char *, mailCommand, "xterm -name mail -title MAIL -e mail") ++XSV(const char *, mailClassHint, "mail.XTerm") + XSV(const char *, newMailCommand, 0) + XSV(const char *, lockCommand, "xlock") + XSV(const char *, clockCommand, "xclock -name icewm -title Clock") diff --git a/x11/icewm/patches/patch-src_wmtaskbar_cc b/x11/icewm/patches/patch-src_wmtaskbar_cc index 1dafa915fe9..30a2022fda0 100644 --- a/x11/icewm/patches/patch-src_wmtaskbar_cc +++ b/x11/icewm/patches/patch-src_wmtaskbar_cc @@ -1,15 +1,13 @@ -$OpenBSD: patch-src_wmtaskbar_cc,v 1.1 2001/03/26 13:08:27 wilfried Exp $ ---- src/wmtaskbar.cc.orig Fri Mar 16 22:17:40 2001 -+++ src/wmtaskbar.cc Mon Mar 26 13:09:00 2001 -@@ -74,9 +74,9 @@ static void initPixmaps() { +$OpenBSD: patch-src_wmtaskbar_cc,v 1.2 2002/01/20 19:54:13 naddy Exp $ +# Replace IceWM start button with OpenBSD branded icon +--- src/wmtaskbar.cc.orig Sun Jan 13 00:44:11 2002 ++++ src/wmtaskbar.cc Sun Jan 13 00:45:32 2002 +@@ -62,7 +62,7 @@ YPixbuf *taskbuttonminimizedPixbuf(NULL) - /** Use Linux 2.0 Penguin as start button */ - #ifndef START_PIXMAP --#define START_PIXMAP "linux.xpm" -+//#define START_PIXMAP "linux.xpm" - //#define START_PIXMAP "debian.xpm" --//#define START_PIXMAP "bsd-daemon.xpm" -+#define START_PIXMAP "bsd-daemon.xpm" - //#define START_PIXMAP "start.xpm" - //#define START_PIXMAP "xfree86os2.xpm" + static void initPixmaps() { + #ifndef ICEWM_PIXMAP +-#define ICEWM_PIXMAP "icewm.xpm" ++#define ICEWM_PIXMAP "openbsd.xpm" #endif + + #ifndef START_PIXMAP diff --git a/x11/icewm/patches/patch-sysdep_in b/x11/icewm/patches/patch-sysdep_in index 5f3e4a48409..2e0a6f0bd04 100644 --- a/x11/icewm/patches/patch-sysdep_in +++ b/x11/icewm/patches/patch-sysdep_in @@ -1,6 +1,7 @@ -$OpenBSD: patch-sysdep_in,v 1.1 2001/03/26 13:08:27 wilfried Exp $ ---- sysdep.in.orig Fri Mar 16 22:17:36 2001 -+++ sysdep.in Mon Mar 26 14:57:19 2001 +$OpenBSD: patch-sysdep_in,v 1.2 2002/01/20 19:54:13 naddy Exp $ +# was in original icewm port, I left it as it was +--- sysdep.in.orig Tue Oct 9 09:54:02 2001 ++++ sysdep.in Thu Jan 10 23:56:46 2002 @@ -5,7 +5,7 @@ SYS_CFLAGS = \ @DEBUG@ @CXXFLAGS@ @DEFS@ \ @CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ @GNOME_CFLAGS@ diff --git a/x11/icewm/pkg/PLIST b/x11/icewm/pkg/PLIST index 90def8eda0d..16617c195df 100644 --- a/x11/icewm/pkg/PLIST +++ b/x11/icewm/pkg/PLIST @@ -1,251 +1,21 @@ -@comment $OpenBSD: PLIST,v 1.3 2001/03/26 13:08:28 wilfried Exp $ +@comment $OpenBSD: PLIST,v 1.4 2002/01/20 19:54:13 naddy Exp $ +bin/genpref bin/icehelp +bin/icesh bin/icewm bin/icewmbg bin/icewmhint -lib/X11/icewm/icons/app_16x16.xpm -lib/X11/icewm/icons/app_32x32.xpm -lib/X11/icewm/icons/bomb_16x16.xpm -lib/X11/icewm/icons/bomb_32x32.xpm -lib/X11/icewm/icons/communicator-abook_16x16.xpm -lib/X11/icewm/icons/communicator-abook_32x32.xpm -lib/X11/icewm/icons/communicator-browser_16x16.xpm -lib/X11/icewm/icons/communicator-browser_32x32.xpm -lib/X11/icewm/icons/communicator-composer_16x16.xpm -lib/X11/icewm/icons/communicator-composer_32x32.xpm -lib/X11/icewm/icons/communicator-discussion_16x16.xpm -lib/X11/icewm/icons/communicator-discussion_32x32.xpm -lib/X11/icewm/icons/communicator-mail_16x16.xpm -lib/X11/icewm/icons/communicator-mail_32x32.xpm -lib/X11/icewm/icons/file_16x16.xpm -lib/X11/icewm/icons/file_32x32.xpm -lib/X11/icewm/icons/folder_16x16.xpm -lib/X11/icewm/icons/folder_32x32.xpm -lib/X11/icewm/icons/fte_16x16.xpm -lib/X11/icewm/icons/fte_32x32.xpm -lib/X11/icewm/icons/gimp_16x16.xpm -lib/X11/icewm/icons/gimp_32x32.xpm -lib/X11/icewm/icons/gimp_hi_16x16.xpm -lib/X11/icewm/icons/gimp_hi_32x32.xpm -lib/X11/icewm/icons/gnome_16x16.xpm -lib/X11/icewm/icons/java_16x16.xpm -lib/X11/icewm/icons/java_32x32.xpm -lib/X11/icewm/icons/kde_16x16.xpm -lib/X11/icewm/icons/koules_16x16.xpm -lib/X11/icewm/icons/koules_32x32.xpm -lib/X11/icewm/icons/navigator_16x16.xpm -lib/X11/icewm/icons/navigator_32x32.xpm -lib/X11/icewm/icons/netscape_16x16.xpm -lib/X11/icewm/icons/netscape_32x32.xpm -lib/X11/icewm/icons/pdf_16x16.xpm -lib/X11/icewm/icons/pdf_32x32.xpm -lib/X11/icewm/icons/vim_16x16.xpm -lib/X11/icewm/icons/vim_32x32.xpm -lib/X11/icewm/icons/vim_48x48.xpm -lib/X11/icewm/icons/xisp_16x16.xpm -lib/X11/icewm/icons/xisp_32x32.xpm -lib/X11/icewm/icons/xload_16x16.xpm -lib/X11/icewm/icons/xload_32x32.xpm -lib/X11/icewm/icons/xterm_16x16.xpm -lib/X11/icewm/icons/xterm_32x32.xpm -lib/X11/icewm/icons/xv_16x16.xpm -lib/X11/icewm/icons/xv_32x32.xpm -lib/X11/icewm/keys -lib/X11/icewm/ledclock/a.xpm -lib/X11/icewm/ledclock/colon.xpm -lib/X11/icewm/ledclock/dot.xpm -lib/X11/icewm/ledclock/m.xpm -lib/X11/icewm/ledclock/n0.xpm -lib/X11/icewm/ledclock/n1.xpm -lib/X11/icewm/ledclock/n2.xpm -lib/X11/icewm/ledclock/n3.xpm -lib/X11/icewm/ledclock/n4.xpm -lib/X11/icewm/ledclock/n5.xpm -lib/X11/icewm/ledclock/n6.xpm -lib/X11/icewm/ledclock/n7.xpm -lib/X11/icewm/ledclock/n8.xpm -lib/X11/icewm/ledclock/n9.xpm -lib/X11/icewm/ledclock/p.xpm -lib/X11/icewm/ledclock/slash.xpm -lib/X11/icewm/ledclock/space.xpm -lib/X11/icewm/mailbox/errmail.xpm -lib/X11/icewm/mailbox/mail.xpm -lib/X11/icewm/mailbox/newmail.xpm -lib/X11/icewm/mailbox/nomail.xpm -lib/X11/icewm/mailbox/unreadmail.xpm -lib/X11/icewm/menu -lib/X11/icewm/preferences -lib/X11/icewm/taskbar/bsd-daemon.xpm -lib/X11/icewm/taskbar/debian.xpm -lib/X11/icewm/taskbar/linux.xpm -lib/X11/icewm/taskbar/linux1.xpm -lib/X11/icewm/taskbar/linux2.xpm -lib/X11/icewm/taskbar/linux20.xpm -lib/X11/icewm/taskbar/start.xpm -lib/X11/icewm/taskbar/windows.xpm -lib/X11/icewm/taskbar/xfreeos2.xpm -lib/X11/icewm/themes/Infadel2/Ergonomic.theme -lib/X11/icewm/themes/Infadel2/closeA.xpm -lib/X11/icewm/themes/Infadel2/closeI.xpm -lib/X11/icewm/themes/Infadel2/default.theme -lib/X11/icewm/themes/Infadel2/depthA.xpm -lib/X11/icewm/themes/Infadel2/depthI.xpm -lib/X11/icewm/themes/Infadel2/hideA.xpm -lib/X11/icewm/themes/Infadel2/hideI.xpm -lib/X11/icewm/themes/Infadel2/icons/app_16x16.xpm -lib/X11/icewm/themes/Infadel2/icons/folder_16x16.xpm -lib/X11/icewm/themes/Infadel2/icons/folder_32x32.xpm -lib/X11/icewm/themes/Infadel2/mailbox/errmail.xpm -lib/X11/icewm/themes/Infadel2/mailbox/mail.xpm -lib/X11/icewm/themes/Infadel2/mailbox/newmail.xpm -lib/X11/icewm/themes/Infadel2/mailbox/nomail.xpm -lib/X11/icewm/themes/Infadel2/mailbox/unreadmail.xpm -lib/X11/icewm/themes/Infadel2/maximizeA.xpm -lib/X11/icewm/themes/Infadel2/maximizeI.xpm -lib/X11/icewm/themes/Infadel2/menuButtonA.xpm -lib/X11/icewm/themes/Infadel2/menuButtonI.xpm -lib/X11/icewm/themes/Infadel2/minimizeA.xpm -lib/X11/icewm/themes/Infadel2/minimizeI.xpm -lib/X11/icewm/themes/Infadel2/restoreA.xpm -lib/X11/icewm/themes/Infadel2/restoreI.xpm -lib/X11/icewm/themes/Infadel2/rolldownA.xpm -lib/X11/icewm/themes/Infadel2/rolldownI.xpm -lib/X11/icewm/themes/Infadel2/rollupA.xpm -lib/X11/icewm/themes/Infadel2/rollupI.xpm -lib/X11/icewm/themes/Infadel2/taskbar/linux.xpm -lib/X11/icewm/themes/Infadel2/taskbar/windows.xpm -lib/X11/icewm/themes/Infadel2/titleAB.xpm -lib/X11/icewm/themes/Infadel2/titleAJ.xpm -lib/X11/icewm/themes/Infadel2/titleAM.xpm -lib/X11/icewm/themes/Infadel2/titleAP.xpm -lib/X11/icewm/themes/Infadel2/titleAQ.xpm -lib/X11/icewm/themes/Infadel2/titleAR.xpm -lib/X11/icewm/themes/Infadel2/titleAS.xpm -lib/X11/icewm/themes/Infadel2/titleAT.xpm -lib/X11/icewm/themes/Infadel2/titleIB.xpm -lib/X11/icewm/themes/Infadel2/titleIJ.xpm -lib/X11/icewm/themes/Infadel2/titleIM.xpm -lib/X11/icewm/themes/Infadel2/titleIP.xpm -lib/X11/icewm/themes/Infadel2/titleIQ.xpm -lib/X11/icewm/themes/Infadel2/titleIR.xpm -lib/X11/icewm/themes/Infadel2/titleIS.xpm -lib/X11/icewm/themes/Infadel2/titleIT.xpm -lib/X11/icewm/themes/gtk2/closeA.xpm -lib/X11/icewm/themes/gtk2/closeI.xpm -lib/X11/icewm/themes/gtk2/default.theme -lib/X11/icewm/themes/gtk2/maximizeA.xpm -lib/X11/icewm/themes/gtk2/maximizeI.xpm -lib/X11/icewm/themes/gtk2/menuButtonA.xpm -lib/X11/icewm/themes/gtk2/menuButtonI.xpm -lib/X11/icewm/themes/gtk2/minimizeA.xpm -lib/X11/icewm/themes/gtk2/minimizeI.xpm -lib/X11/icewm/themes/gtk2/restoreA.xpm -lib/X11/icewm/themes/gtk2/restoreI.xpm -lib/X11/icewm/themes/metal2/closeA.xpm -lib/X11/icewm/themes/metal2/closeI.xpm -lib/X11/icewm/themes/metal2/default.theme -lib/X11/icewm/themes/metal2/depthA.xpm -lib/X11/icewm/themes/metal2/depthI.xpm -lib/X11/icewm/themes/metal2/dframeAB.xpm -lib/X11/icewm/themes/metal2/dframeABL.xpm -lib/X11/icewm/themes/metal2/dframeABR.xpm -lib/X11/icewm/themes/metal2/dframeAL.xpm -lib/X11/icewm/themes/metal2/dframeAR.xpm -lib/X11/icewm/themes/metal2/dframeAT.xpm -lib/X11/icewm/themes/metal2/dframeATL.xpm -lib/X11/icewm/themes/metal2/dframeATR.xpm -lib/X11/icewm/themes/metal2/dframeIB.xpm -lib/X11/icewm/themes/metal2/dframeIBL.xpm -lib/X11/icewm/themes/metal2/dframeIBR.xpm -lib/X11/icewm/themes/metal2/dframeIL.xpm -lib/X11/icewm/themes/metal2/dframeIR.xpm -lib/X11/icewm/themes/metal2/dframeIT.xpm -lib/X11/icewm/themes/metal2/dframeITL.xpm -lib/X11/icewm/themes/metal2/dframeITR.xpm -lib/X11/icewm/themes/metal2/frameAB.xpm -lib/X11/icewm/themes/metal2/frameABL.xpm -lib/X11/icewm/themes/metal2/frameABR.xpm -lib/X11/icewm/themes/metal2/frameAL.xpm -lib/X11/icewm/themes/metal2/frameAR.xpm -lib/X11/icewm/themes/metal2/frameAT.xpm -lib/X11/icewm/themes/metal2/frameATL.xpm -lib/X11/icewm/themes/metal2/frameATR.xpm -lib/X11/icewm/themes/metal2/frameIB.xpm -lib/X11/icewm/themes/metal2/frameIBL.xpm -lib/X11/icewm/themes/metal2/frameIBR.xpm -lib/X11/icewm/themes/metal2/frameIL.xpm -lib/X11/icewm/themes/metal2/frameIR.xpm -lib/X11/icewm/themes/metal2/frameIT.xpm -lib/X11/icewm/themes/metal2/frameITL.xpm -lib/X11/icewm/themes/metal2/frameITR.xpm -lib/X11/icewm/themes/metal2/hideA.xpm -lib/X11/icewm/themes/metal2/hideI.xpm -lib/X11/icewm/themes/metal2/maximizeA.xpm -lib/X11/icewm/themes/metal2/maximizeI.xpm -lib/X11/icewm/themes/metal2/menuButtonA.xpm -lib/X11/icewm/themes/metal2/menuButtonI.xpm -lib/X11/icewm/themes/metal2/minimizeA.xpm -lib/X11/icewm/themes/metal2/minimizeI.xpm -lib/X11/icewm/themes/metal2/restoreA.xpm -lib/X11/icewm/themes/metal2/restoreI.xpm -lib/X11/icewm/themes/metal2/rolldownA.xpm -lib/X11/icewm/themes/metal2/rolldownI.xpm -lib/X11/icewm/themes/metal2/rollupA.xpm -lib/X11/icewm/themes/metal2/rollupI.xpm -lib/X11/icewm/themes/metal2/titleAB.xpm -lib/X11/icewm/themes/metal2/titleAL.xpm -lib/X11/icewm/themes/metal2/titleAM.xpm -lib/X11/icewm/themes/metal2/titleAP.xpm -lib/X11/icewm/themes/metal2/titleAR.xpm -lib/X11/icewm/themes/metal2/titleAS.xpm -lib/X11/icewm/themes/metal2/titleAT.xpm -lib/X11/icewm/themes/metal2/titleIB.xpm -lib/X11/icewm/themes/metal2/titleIL.xpm -lib/X11/icewm/themes/metal2/titleIM.xpm -lib/X11/icewm/themes/metal2/titleIP.xpm -lib/X11/icewm/themes/metal2/titleIR.xpm -lib/X11/icewm/themes/metal2/titleIS.xpm -lib/X11/icewm/themes/metal2/titleIT.xpm -lib/X11/icewm/themes/motif/close.xpm -lib/X11/icewm/themes/motif/default.theme -lib/X11/icewm/themes/motif/maximize.xpm -lib/X11/icewm/themes/motif/menu.xpm -lib/X11/icewm/themes/motif/minimize.xpm -lib/X11/icewm/themes/motif/restore.xpm -lib/X11/icewm/themes/nice/blue.theme -lib/X11/icewm/themes/nice/close.xpm -lib/X11/icewm/themes/nice/default.theme -lib/X11/icewm/themes/nice/hide.xpm -lib/X11/icewm/themes/nice/maximize.xpm -lib/X11/icewm/themes/nice/minimize.xpm -lib/X11/icewm/themes/nice/restore.xpm -lib/X11/icewm/themes/nice/rolldown.xpm -lib/X11/icewm/themes/nice/rollup.xpm -lib/X11/icewm/themes/warp3/close.xpm -lib/X11/icewm/themes/warp3/default.theme -lib/X11/icewm/themes/warp3/hide.xpm -lib/X11/icewm/themes/warp3/maximize.xpm -lib/X11/icewm/themes/warp3/minimize.xpm -lib/X11/icewm/themes/warp3/restore.xpm -lib/X11/icewm/themes/warp3/rolldown.xpm -lib/X11/icewm/themes/warp3/rollup.xpm -lib/X11/icewm/themes/warp4/close.xpm -lib/X11/icewm/themes/warp4/default.theme -lib/X11/icewm/themes/warp4/hide.xpm -lib/X11/icewm/themes/warp4/maximize.xpm -lib/X11/icewm/themes/warp4/minimize.xpm -lib/X11/icewm/themes/warp4/restore.xpm -lib/X11/icewm/themes/win95/close.xpm -lib/X11/icewm/themes/win95/default.theme -lib/X11/icewm/themes/win95/maximize.xpm -lib/X11/icewm/themes/win95/minimize.xpm -lib/X11/icewm/themes/win95/restore.xpm -lib/X11/icewm/toolbar -lib/X11/icewm/winoptions share/doc/icewm/COPYING share/doc/icewm/FAQ share/doc/icewm/README share/doc/icewm/doc/icewm-1.html +share/doc/icewm/doc/icewm-10.html +share/doc/icewm/doc/icewm-11.html +share/doc/icewm/doc/icewm-12.html +share/doc/icewm/doc/icewm-13.html +share/doc/icewm/doc/icewm-14.html +share/doc/icewm/doc/icewm-15.html +share/doc/icewm/doc/icewm-16.html share/doc/icewm/doc/icewm-2.html share/doc/icewm/doc/icewm-3.html share/doc/icewm/doc/icewm-4.html @@ -254,38 +24,294 @@ share/doc/icewm/doc/icewm-6.html share/doc/icewm/doc/icewm-7.html share/doc/icewm/doc/icewm-8.html share/doc/icewm/doc/icewm-9.html -share/doc/icewm/doc/icewm-10.html -share/doc/icewm/doc/icewm-11.html -share/doc/icewm/doc/icewm-12.html -share/doc/icewm/doc/icewm-13.html -share/doc/icewm/doc/icewm-14.html -share/doc/icewm/doc/icewm-15.html -share/doc/icewm/doc/icewm-16.html share/doc/icewm/doc/icewm.html +share/icewm/icons/app_16x16.xpm +share/icewm/icons/app_32x32.xpm +share/icewm/icons/bomb_16x16.xpm +share/icewm/icons/bomb_32x32.xpm +share/icewm/icons/communicator-abook_16x16.xpm +share/icewm/icons/communicator-abook_32x32.xpm +share/icewm/icons/communicator-browser_16x16.xpm +share/icewm/icons/communicator-browser_32x32.xpm +share/icewm/icons/communicator-composer_16x16.xpm +share/icewm/icons/communicator-composer_32x32.xpm +share/icewm/icons/communicator-discussion_16x16.xpm +share/icewm/icons/communicator-discussion_32x32.xpm +share/icewm/icons/communicator-mail_16x16.xpm +share/icewm/icons/communicator-mail_32x32.xpm +share/icewm/icons/file_16x16.xpm +share/icewm/icons/file_32x32.xpm +share/icewm/icons/folder_16x16.xpm +share/icewm/icons/folder_32x32.xpm +share/icewm/icons/fte_16x16.xpm +share/icewm/icons/fte_32x32.xpm +share/icewm/icons/gimp_16x16.xpm +share/icewm/icons/gimp_32x32.xpm +share/icewm/icons/gimp_hi_16x16.xpm +share/icewm/icons/gimp_hi_32x32.xpm +share/icewm/icons/gnome_16x16.xpm +share/icewm/icons/java_16x16.xpm +share/icewm/icons/java_32x32.xpm +share/icewm/icons/kde_16x16.xpm +share/icewm/icons/koules_16x16.xpm +share/icewm/icons/koules_32x32.xpm +share/icewm/icons/navigator_16x16.xpm +share/icewm/icons/navigator_32x32.xpm +share/icewm/icons/netscape_16x16.xpm +share/icewm/icons/netscape_32x32.xpm +share/icewm/icons/pdf_16x16.xpm +share/icewm/icons/pdf_32x32.xpm +share/icewm/icons/vim_16x16.xpm +share/icewm/icons/vim_32x32.xpm +share/icewm/icons/vim_48x48.xpm +share/icewm/icons/xisp_16x16.xpm +share/icewm/icons/xisp_32x32.xpm +share/icewm/icons/xload_16x16.xpm +share/icewm/icons/xload_32x32.xpm +share/icewm/icons/xterm_16x16.xpm +share/icewm/icons/xterm_32x32.xpm +share/icewm/icons/xv_16x16.xpm +share/icewm/icons/xv_32x32.xpm +share/icewm/keys +share/icewm/ledclock/a.xpm +share/icewm/ledclock/colon.xpm +share/icewm/ledclock/dot.xpm +share/icewm/ledclock/m.xpm +share/icewm/ledclock/n0.xpm +share/icewm/ledclock/n1.xpm +share/icewm/ledclock/n2.xpm +share/icewm/ledclock/n3.xpm +share/icewm/ledclock/n4.xpm +share/icewm/ledclock/n5.xpm +share/icewm/ledclock/n6.xpm +share/icewm/ledclock/n7.xpm +share/icewm/ledclock/n8.xpm +share/icewm/ledclock/n9.xpm +share/icewm/ledclock/p.xpm +share/icewm/ledclock/slash.xpm +share/icewm/ledclock/space.xpm +share/icewm/mailbox/errmail.xpm +share/icewm/mailbox/mail.xpm +share/icewm/mailbox/newmail.xpm +share/icewm/mailbox/nomail.xpm +share/icewm/mailbox/unreadmail.xpm +share/icewm/menu +share/icewm/preferences +share/icewm/taskbar/debian.xpm +share/icewm/taskbar/icewm.xpm +share/icewm/taskbar/linux.xpm +share/icewm/taskbar/linux1.xpm +share/icewm/taskbar/linux2.xpm +share/icewm/taskbar/linux20.xpm +share/icewm/taskbar/openbsd.xpm +share/icewm/taskbar/start.xpm +share/icewm/taskbar/windows.xpm +share/icewm/taskbar/xfreeos2.xpm +share/icewm/themes/Infadel2/Ergonomic.theme +share/icewm/themes/Infadel2/Overloaded.theme +share/icewm/themes/Infadel2/closeA.xpm +share/icewm/themes/Infadel2/closeI.xpm +share/icewm/themes/Infadel2/cursors/left.xpm +share/icewm/themes/Infadel2/cursors/move.xpm +share/icewm/themes/Infadel2/cursors/right.xpm +share/icewm/themes/Infadel2/cursors/sizeB.xpm +share/icewm/themes/Infadel2/cursors/sizeBL.xpm +share/icewm/themes/Infadel2/cursors/sizeBR.xpm +share/icewm/themes/Infadel2/cursors/sizeL.xpm +share/icewm/themes/Infadel2/cursors/sizeR.xpm +share/icewm/themes/Infadel2/cursors/sizeT.xpm +share/icewm/themes/Infadel2/cursors/sizeTL.xpm +share/icewm/themes/Infadel2/cursors/sizeTR.xpm +share/icewm/themes/Infadel2/default.theme +share/icewm/themes/Infadel2/depthA.xpm +share/icewm/themes/Infadel2/depthI.xpm +share/icewm/themes/Infadel2/fonts.dir +share/icewm/themes/Infadel2/hideA.xpm +share/icewm/themes/Infadel2/hideI.xpm +share/icewm/themes/Infadel2/icons/app_16x16.xpm +share/icewm/themes/Infadel2/icons/folder_16x16.xpm +share/icewm/themes/Infadel2/icons/folder_32x32.xpm +share/icewm/themes/Infadel2/mailbox/errmail.xpm +share/icewm/themes/Infadel2/mailbox/mail.xpm +share/icewm/themes/Infadel2/mailbox/newmail.xpm +share/icewm/themes/Infadel2/mailbox/nomail.xpm +share/icewm/themes/Infadel2/mailbox/unreadmail.xpm +share/icewm/themes/Infadel2/maximizeA.xpm +share/icewm/themes/Infadel2/maximizeI.xpm +share/icewm/themes/Infadel2/menuButtonA.xpm +share/icewm/themes/Infadel2/menuButtonI.xpm +share/icewm/themes/Infadel2/minimizeA.xpm +share/icewm/themes/Infadel2/minimizeI.xpm +share/icewm/themes/Infadel2/restoreA.xpm +share/icewm/themes/Infadel2/restoreI.xpm +share/icewm/themes/Infadel2/rolldownA.xpm +share/icewm/themes/Infadel2/rolldownI.xpm +share/icewm/themes/Infadel2/rollupA.xpm +share/icewm/themes/Infadel2/rollupI.xpm +share/icewm/themes/Infadel2/snap.pcf +share/icewm/themes/Infadel2/taskbar/linux.xpm +share/icewm/themes/Infadel2/taskbar/windows.xpm +share/icewm/themes/Infadel2/titleAB.xpm +share/icewm/themes/Infadel2/titleAJ.xpm +share/icewm/themes/Infadel2/titleAM.xpm +share/icewm/themes/Infadel2/titleAP.xpm +share/icewm/themes/Infadel2/titleAQ.xpm +share/icewm/themes/Infadel2/titleAR.xpm +share/icewm/themes/Infadel2/titleAS.xpm +share/icewm/themes/Infadel2/titleAT.xpm +share/icewm/themes/Infadel2/titleIB.xpm +share/icewm/themes/Infadel2/titleIJ.xpm +share/icewm/themes/Infadel2/titleIM.xpm +share/icewm/themes/Infadel2/titleIP.xpm +share/icewm/themes/Infadel2/titleIQ.xpm +share/icewm/themes/Infadel2/titleIR.xpm +share/icewm/themes/Infadel2/titleIS.xpm +share/icewm/themes/Infadel2/titleIT.xpm +share/icewm/themes/gtk2/closeA.xpm +share/icewm/themes/gtk2/closeI.xpm +share/icewm/themes/gtk2/default.theme +share/icewm/themes/gtk2/maximizeA.xpm +share/icewm/themes/gtk2/maximizeI.xpm +share/icewm/themes/gtk2/menuButtonA.xpm +share/icewm/themes/gtk2/menuButtonI.xpm +share/icewm/themes/gtk2/minimizeA.xpm +share/icewm/themes/gtk2/minimizeI.xpm +share/icewm/themes/gtk2/restoreA.xpm +share/icewm/themes/gtk2/restoreI.xpm +share/icewm/themes/metal2/closeA.xpm +share/icewm/themes/metal2/closeI.xpm +share/icewm/themes/metal2/default.theme +share/icewm/themes/metal2/depthA.xpm +share/icewm/themes/metal2/depthI.xpm +share/icewm/themes/metal2/dframeAB.xpm +share/icewm/themes/metal2/dframeABL.xpm +share/icewm/themes/metal2/dframeABR.xpm +share/icewm/themes/metal2/dframeAL.xpm +share/icewm/themes/metal2/dframeAR.xpm +share/icewm/themes/metal2/dframeAT.xpm +share/icewm/themes/metal2/dframeATL.xpm +share/icewm/themes/metal2/dframeATR.xpm +share/icewm/themes/metal2/dframeIB.xpm +share/icewm/themes/metal2/dframeIBL.xpm +share/icewm/themes/metal2/dframeIBR.xpm +share/icewm/themes/metal2/dframeIL.xpm +share/icewm/themes/metal2/dframeIR.xpm +share/icewm/themes/metal2/dframeIT.xpm +share/icewm/themes/metal2/dframeITL.xpm +share/icewm/themes/metal2/dframeITR.xpm +share/icewm/themes/metal2/frameAB.xpm +share/icewm/themes/metal2/frameABL.xpm +share/icewm/themes/metal2/frameABR.xpm +share/icewm/themes/metal2/frameAL.xpm +share/icewm/themes/metal2/frameAR.xpm +share/icewm/themes/metal2/frameAT.xpm +share/icewm/themes/metal2/frameATL.xpm +share/icewm/themes/metal2/frameATR.xpm +share/icewm/themes/metal2/frameIB.xpm +share/icewm/themes/metal2/frameIBL.xpm +share/icewm/themes/metal2/frameIBR.xpm +share/icewm/themes/metal2/frameIL.xpm +share/icewm/themes/metal2/frameIR.xpm +share/icewm/themes/metal2/frameIT.xpm +share/icewm/themes/metal2/frameITL.xpm +share/icewm/themes/metal2/frameITR.xpm +share/icewm/themes/metal2/hideA.xpm +share/icewm/themes/metal2/hideI.xpm +share/icewm/themes/metal2/maximizeA.xpm +share/icewm/themes/metal2/maximizeI.xpm +share/icewm/themes/metal2/menuButtonA.xpm +share/icewm/themes/metal2/menuButtonI.xpm +share/icewm/themes/metal2/minimizeA.xpm +share/icewm/themes/metal2/minimizeI.xpm +share/icewm/themes/metal2/restoreA.xpm +share/icewm/themes/metal2/restoreI.xpm +share/icewm/themes/metal2/rolldownA.xpm +share/icewm/themes/metal2/rolldownI.xpm +share/icewm/themes/metal2/rollupA.xpm +share/icewm/themes/metal2/rollupI.xpm +share/icewm/themes/metal2/titleAB.xpm +share/icewm/themes/metal2/titleAL.xpm +share/icewm/themes/metal2/titleAM.xpm +share/icewm/themes/metal2/titleAP.xpm +share/icewm/themes/metal2/titleAR.xpm +share/icewm/themes/metal2/titleAS.xpm +share/icewm/themes/metal2/titleAT.xpm +share/icewm/themes/metal2/titleIB.xpm +share/icewm/themes/metal2/titleIL.xpm +share/icewm/themes/metal2/titleIM.xpm +share/icewm/themes/metal2/titleIP.xpm +share/icewm/themes/metal2/titleIR.xpm +share/icewm/themes/metal2/titleIS.xpm +share/icewm/themes/metal2/titleIT.xpm +share/icewm/themes/motif/close.xpm +share/icewm/themes/motif/default.theme +share/icewm/themes/motif/maximize.xpm +share/icewm/themes/motif/menu.xpm +share/icewm/themes/motif/minimize.xpm +share/icewm/themes/motif/restore.xpm +share/icewm/themes/nice/blue.theme +share/icewm/themes/nice/close.xpm +share/icewm/themes/nice/default.theme +share/icewm/themes/nice/hide.xpm +share/icewm/themes/nice/maximize.xpm +share/icewm/themes/nice/minimize.xpm +share/icewm/themes/nice/restore.xpm +share/icewm/themes/nice/rolldown.xpm +share/icewm/themes/nice/rollup.xpm +share/icewm/themes/warp3/close.xpm +share/icewm/themes/warp3/default.theme +share/icewm/themes/warp3/hide.xpm +share/icewm/themes/warp3/maximize.xpm +share/icewm/themes/warp3/minimize.xpm +share/icewm/themes/warp3/restore.xpm +share/icewm/themes/warp3/rolldown.xpm +share/icewm/themes/warp3/rollup.xpm +share/icewm/themes/warp4/close.xpm +share/icewm/themes/warp4/default.theme +share/icewm/themes/warp4/hide.xpm +share/icewm/themes/warp4/maximize.xpm +share/icewm/themes/warp4/minimize.xpm +share/icewm/themes/warp4/restore.xpm +share/icewm/themes/win95/close.xpm +share/icewm/themes/win95/default.theme +share/icewm/themes/win95/maximize.xpm +share/icewm/themes/win95/minimize.xpm +share/icewm/themes/win95/restore.xpm +share/icewm/toolbar +share/icewm/winoptions +share/locale/ca/LC_MESSAGES/icewm.mo share/locale/de/LC_MESSAGES/icewm.mo +share/locale/en/LC_MESSAGES/icewm.mo share/locale/es/LC_MESSAGES/icewm.mo share/locale/fi/LC_MESSAGES/icewm.mo share/locale/fr/LC_MESSAGES/icewm.mo +share/locale/hr/LC_MESSAGES/icewm.mo +share/locale/hu/LC_MESSAGES/icewm.mo +share/locale/it/LC_MESSAGES/icewm.mo share/locale/ja/LC_MESSAGES/icewm.mo +share/locale/lt/LC_MESSAGES/icewm.mo +share/locale/pl/LC_MESSAGES/icewm.mo share/locale/pt_BR/LC_MESSAGES/icewm.mo +share/locale/ro/LC_MESSAGES/icewm.mo share/locale/ru/LC_MESSAGES/icewm.mo share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo +@dirrm share/icewm/themes/win95 +@dirrm share/icewm/themes/warp4 +@dirrm share/icewm/themes/warp3 +@dirrm share/icewm/themes/nice +@dirrm share/icewm/themes/motif +@dirrm share/icewm/themes/metal2 +@dirrm share/icewm/themes/gtk2 +@dirrm share/icewm/themes/Infadel2/taskbar +@dirrm share/icewm/themes/Infadel2/mailbox +@dirrm share/icewm/themes/Infadel2/icons +@dirrm share/icewm/themes/Infadel2/cursors +@dirrm share/icewm/themes/Infadel2 +@dirrm share/icewm/themes +@dirrm share/icewm/taskbar +@dirrm share/icewm/mailbox +@dirrm share/icewm/ledclock +@dirrm share/icewm/icons +@dirrm share/icewm @dirrm share/doc/icewm/doc @dirrm share/doc/icewm -@dirrm lib/X11/icewm/themes/win95 -@dirrm lib/X11/icewm/themes/warp4 -@dirrm lib/X11/icewm/themes/warp3 -@dirrm lib/X11/icewm/themes/nice -@dirrm lib/X11/icewm/themes/motif -@dirrm lib/X11/icewm/themes/metal2 -@dirrm lib/X11/icewm/themes/gtk2 -@dirrm lib/X11/icewm/themes/Infadel2/taskbar -@dirrm lib/X11/icewm/themes/Infadel2/mailbox -@dirrm lib/X11/icewm/themes/Infadel2/icons -@dirrm lib/X11/icewm/themes/Infadel2 -@dirrm lib/X11/icewm/themes -@dirrm lib/X11/icewm/taskbar -@dirrm lib/X11/icewm/mailbox -@dirrm lib/X11/icewm/ledclock -@dirrm lib/X11/icewm/icons -@dirrm lib/X11/icewm