diff options
Diffstat (limited to 'x11')
203 files changed, 15 insertions, 11193 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1ef41ce6f8e..5de2201d8d0 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2000/12/12 01:31:05 wiz Exp $ +# $NetBSD: Makefile,v 1.191 2000/12/12 02:10:17 wiz Exp $ # SUBDIR += XF86Setup @@ -6,33 +6,24 @@ SUBDIR += Xaw3d SUBDIR += Xbae SUBDIR += XmHTML - SUBDIR += afterstep - SUBDIR += amiwm SUBDIR += asclock SUBDIR += asclock-gtk SUBDIR += asclock-xlib SUBDIR += ascp - SUBDIR += blackbox SUBDIR += blt SUBDIR += catclock SUBDIR += controlcenter - SUBDIR += ctwm SUBDIR += dclock SUBDIR += dxpc SUBDIR += ebuilder SUBDIR += econf SUBDIR += egtk SUBDIR += emiclock - SUBDIR += enlightenment SUBDIR += eterm SUBDIR += ethemes SUBDIR += filerunner SUBDIR += fltk - SUBDIR += flwm SUBDIR += fvwm-wharf - SUBDIR += fvwm1 - SUBDIR += fvwm2 - SUBDIR += fvwm95 SUBDIR += gdm SUBDIR += glclock SUBDIR += gnome @@ -49,8 +40,6 @@ SUBDIR += gtkglarea SUBDIR += gtkstep SUBDIR += hanterm - SUBDIR += icewm - SUBDIR += icewm-gnome SUBDIR += kde SUBDIR += kdebase SUBDIR += kdelibs @@ -60,9 +49,7 @@ SUBDIR += kworldwatch SUBDIR += lesstif SUBDIR += lesstif12 - SUBDIR += lwm SUBDIR += modeline - SUBDIR += olvwm SUBDIR += oneko SUBDIR += openmotif SUBDIR += p5-Tk @@ -83,9 +70,6 @@ SUBDIR += ruby-Tk SUBDIR += ruby-gtk SUBDIR += rxvt - SUBDIR += sawfish - SUBDIR += sawfish-replibs - SUBDIR += scwm SUBDIR += speyes SUBDIR += sunclock SUBDIR += swing @@ -95,12 +79,8 @@ SUBDIR += tk SUBDIR += tkinfo SUBDIR += tkman - SUBDIR += tvtwm SUBDIR += type1inst SUBDIR += unclutter - SUBDIR += uwm - SUBDIR += windowmaker - SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmavgload SUBDIR += wmcalclock @@ -112,7 +92,6 @@ SUBDIR += wmthemes SUBDIR += wmtime SUBDIR += wmweather - SUBDIR += wmx SUBDIR += wterm SUBDIR += wxGTK SUBDIR += x2x diff --git a/x11/afterstep/files/md5 b/x11/afterstep/files/md5 deleted file mode 100644 index 8e912bbb2f5..00000000000 --- a/x11/afterstep/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.4 2000/02/14 12:42:17 fredb Exp $ - -MD5 (AfterStep-1.8.0.tar.bz2) = 516beeca339259290f3115b6d7ecbbc9 diff --git a/x11/afterstep/files/patch-sum b/x11/afterstep/files/patch-sum deleted file mode 100644 index 221cf5bb24a..00000000000 --- a/x11/afterstep/files/patch-sum +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-sum,v 1.2 2000/02/14 12:42:17 fredb Exp $ - -MD5 (patch-aa) = 2bc06ffa76f29ad62d02cacce903d834 -MD5 (patch-ab) = ac5e74e6c2c58222e53031f1ca28e1ea -MD5 (patch-ac) = 074562ffc62dc230df1ac0ec96ae9bea -MD5 (patch-ad) = f367e9473288792af59c6ffead689f4e -MD5 (patch-ae) = 2aafad0134ed4211311c72c542b09e10 -MD5 (patch-af) = 48bfd694d02caa25ead84f93c7c57133 -MD5 (patch-ag) = a49fdd4b4d25d7f92bc795dbbc792e34 -MD5 (patch-ah) = 2e13cb498a83ee7dab7adb68b803c747 -MD5 (patch-ai) = 730fdcf8154d1de21bd5b4ade47fa858 -MD5 (patch-aj) = 4489fef69bd2ae16d4ef79ecd4d107ae diff --git a/x11/afterstep/patches/patch-aa b/x11/afterstep/patches/patch-aa deleted file mode 100644 index 5cb3a7e8394..00000000000 --- a/x11/afterstep/patches/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/02/14 12:42:18 fredb Exp $ - ---- doc/afterstepdoc.in.orig Tue Nov 10 10:51:01 1998 -+++ doc/afterstepdoc.in Tue Dec 29 00:20:54 1998 -@@ -9,9 +9,8 @@ - # First try standard path, then local, then other possible paths - # - --for netscape in /usr/X11R6/bin/netscape /usr/bin/netscape \ -- /usr/local/bin/netscape /usr/local/netscape/netscape \ -- /opt/netscape/netscape /opt/bin/netscape ; do -+for netscape in @bindir@/netscape @bindir@/mozilla \ -+ /usr/local/bin/netscape /usr/local/netscape/bin/netscape ; do - if [ -x $netscape ] ; then - $netscape -remote \ - openurl\(file:///@datadir@/afterstep/doc/afterstep.html\) 2>/dev/null \ -@@ -20,7 +19,7 @@ - fi - done - --for lynx in /usr/bin/lynx /bin/lynx /usr/local/bin/lynx ; do -+for lynx in /usr/pkg/bin/lynx /usr/local/bin/lynx ; do - if [ -x $lynx ] ; then - exec xterm -bg black -fg white -sl 500 -vb -e $lynx @datadir@/afterstep/doc/afterstep.html & - fi diff --git a/x11/afterstep/patches/patch-ab b/x11/afterstep/patches/patch-ab deleted file mode 100644 index 21d6a83265d..00000000000 --- a/x11/afterstep/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2000/02/14 12:42:18 fredb Exp $ - ---- asimagelib/Makefile.in.orig Tue Jul 27 10:38:01 1999 -+++ asimagelib/Makefile.in Sun Aug 22 11:43:11 1999 -@@ -7,11 +7,9 @@ - pixmap.o balloon.o background.o - OBJSDLL = $(OBJS) - --PROG = libasimage.a --DYNPROG = libasimage.so --LIBVER = 1.9 -+PROG = libasimage.la - LIBVERMAJOR = 1 --#INSTALLONBUILD = install -+LIBVERMINOR = 9 - - @MAKEFILECOMMONLIB@ - diff --git a/x11/afterstep/patches/patch-ac b/x11/afterstep/patches/patch-ac deleted file mode 100644 index 90eb2ff7c5e..00000000000 --- a/x11/afterstep/patches/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2000/02/14 12:42:18 fredb Exp $ - ---- src/Audio/Makefile.in.orig Mon Aug 9 17:43:38 1999 -+++ src/Audio/Makefile.in Fri Aug 27 22:25:12 1999 -@@ -4,15 +4,15 @@ - # are correct for your rplay installation. - # - --#EXTRA_DEFINES = -DHAVE_RPLAY --#EXTRA_INCLUDES = -I/usr/local/include --#EXTRA_LIBRARIES = -L/usr/local/lib -lrplay -- - OBJS = Audio.o - - PROG = Audio - - LIBS_ASDYN = $(LIB_AFTERSTEP) -+ -+EXTRA_DEFINES = -DHAVE_RPLAY -+EXTRA_INCLUDES = -I${LOCALBASE}/include -+EXTRA_LIBRARIES = -L${LOCALBASE}/lib -lrplay - LIBS_DEPEND = $(LIB_AFTERSTEP) - - @MAKEFILECOMMON@ diff --git a/x11/afterstep/patches/patch-ad b/x11/afterstep/patches/patch-ad deleted file mode 100644 index 486f967ba47..00000000000 --- a/x11/afterstep/patches/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2000/02/14 12:42:18 fredb Exp $ - ---- src/Config/Makefile.in.orig Sun Jul 11 12:33:27 1999 -+++ src/Config/Makefile.in Sun Aug 22 11:44:16 1999 -@@ -5,11 +5,9 @@ - OBJS = Pager.o Base.o MyStyle.o ASetRoot.o - OBJSDLL = $(OBJS) - --PROG = libasConfig.a --DYNPROG = libasConfig.so --LIBVER = 1.0 -+PROG = libasConfig.la - LIBVERMAJOR = 1 --#INSTALLONBUILD = install -+LIBVERMINOR = 0 - - @MAKEFILECOMMONLIB@ - diff --git a/x11/afterstep/patches/patch-ae b/x11/afterstep/patches/patch-ae deleted file mode 100644 index dea224946a1..00000000000 --- a/x11/afterstep/patches/patch-ae +++ /dev/null @@ -1,47 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2000/02/14 12:42:19 fredb Exp $ - ---- autoconf/configure.in.orig Tue Feb 8 11:11:35 2000 -+++ autoconf/configure.in Sun Feb 13 23:55:34 2000 -@@ -83,6 +83,7 @@ - AC_PATH_PROG(CP, cp, cp) - AC_PATH_PROG(MKDIR, mkdir, mkdir) - AC_PATH_PROG(PERL, perl, perl) -+AC_PATH_PROG(LIBTOOL, libtool, libtool) - - dnl# let's check for endiannes of our box - AC_C_BIGENDIAN -@@ -222,19 +223,16 @@ - dnl# AFTERSTEP_LIB="-lafterstep" - dnl# ASIMAGE_LIB="-lasimage" - dnl# WIDGETS_LIB="-lWidgets" -+AFTERSTEP_LIB="../../lib/libafterstep.la" -+ASIMAGE_LIB="../../asimagelib/libasimage.la" -+WIDGETS_LIB="../Script/Widgets/libWidgets.la" -+CONFIG_LIB="../Config/libasConfig.la" -+LIBPROG='$(PROG)' - if test "x$enable_staticlibs" = "xyes"; then -- AFTERSTEP_LIB="../../lib/libafterstep.a" -- ASIMAGE_LIB="../../asimagelib/libasimage.a" -- WIDGETS_LIB="../Script/Widgets/libWidgets.a" -- CONFIG_LIB="../Config/libasConfig.a" -- LIBPROG='$(PROG)' -+ LDSTATIC="-static" - LIBINSTALL="" - else -- AFTERSTEP_LIB="../../lib/libafterstep.so" -- ASIMAGE_LIB="../../asimagelib/libasimage.so" -- WIDGETS_LIB="../Script/Widgets/libWidgets.so" -- CONFIG_LIB="../Config/libasConfig.so" -- LIBPROG='$(DYNPROG)' -+ LDSTATIC="" - LIBINSTALL="install.dyn" - fi - -@@ -316,6 +314,7 @@ - AC_SUBST(enable_audit) - AC_SUBST(SCRIPT_DIR) - AC_SUBST(PERL) -+AC_SUBST(LDSTATIC) - - dnl# Write results - diff --git a/x11/afterstep/patches/patch-af b/x11/afterstep/patches/patch-af deleted file mode 100644 index 46abecc5025..00000000000 --- a/x11/afterstep/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-af,v 1.3 2000/02/14 12:42:20 fredb Exp $ - ---- autoconf/Makefile.defines.in.orig Thu Mar 25 20:07:08 1999 -+++ autoconf/Makefile.defines.in Sat Aug 21 11:25:30 1999 -@@ -7,6 +7,9 @@ - # -march=pentiumpro -mcpu=pentiumpro - EXTRA_DEFINES = @DEFINE_XLOCALE@ - -+LIBTOOL = @LIBTOOL@ -+LDSTATIC = @LDSTATIC@ -+ - RANLIB = @RANLIB@ - AR = ar clq - CP = @CP@ diff --git a/x11/afterstep/patches/patch-ag b/x11/afterstep/patches/patch-ag deleted file mode 100644 index dfc46f69d75..00000000000 --- a/x11/afterstep/patches/patch-ag +++ /dev/null @@ -1,55 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2000/02/14 12:42:20 fredb Exp $ - ---- autoconf/Makefile.common.in.orig Wed Aug 25 17:44:20 1999 -+++ autoconf/Makefile.common.in Fri Aug 27 21:56:14 1999 -@@ -7,7 +7,7 @@ - all: $(PROG) - - install.bin: $(PROG) -- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR) -+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)/$(PROG) - - install.lib: @LIBPROG@ @LIBINSTALL@ - -@@ -70,10 +70,10 @@ - done - - $(PROG): $(OBJS) $(LIBS_DEPEND) -- $(CC) $(OBJS) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@) -+ $(LIBTOOL) --mode=link $(CC) $(OBJS:.o=.lo) $(LIBRARIES) $(EXTRA_LIBRARIES) -o $(@) - - .c.o: -- $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -c $*.c -+ $(LIBTOOL) --mode=compile $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -c $*.c - - # - # include dependency files if they exist -@@ -84,23 +84,17 @@ - include .depend - #endif - --../../lib/libafterstep.a: -+../../lib/libafterstep.la: - cd ../../lib/; ${MAKE} - --../../asimagelib/libasimage.a: -+../../asimagelib/libasimage.la: - cd ../../asimagelib/; ${MAKE} - --../Config/libasConfig.a: -+../Config/libasConfig.la: - cd ../Config/; ${MAKE} - --../../lib/libafterstep.so: -- cd ../../lib/; ${MAKE} -- --../../asimagelib/libasimage.so: -- cd ../../asimagelib/; ${MAKE} -- --../Config/libasConfig.so: -- cd ../Config/; ${MAKE} -+../Script/Widgets/Widgets.la: -+ cd ../Script/Widgets/; ${MAKE} - - # - # End of Make.common diff --git a/x11/afterstep/patches/patch-ah b/x11/afterstep/patches/patch-ah deleted file mode 100644 index 75b0049e7d7..00000000000 --- a/x11/afterstep/patches/patch-ah +++ /dev/null @@ -1,69 +0,0 @@ -$NetBSD: patch-ah,v 1.3 2000/02/14 12:42:21 fredb Exp $ - ---- autoconf/Makefile.common.lib.in.orig Wed Aug 25 17:44:20 1999 -+++ autoconf/Makefile.common.lib.in Fri Aug 27 22:05:30 1999 -@@ -4,7 +4,7 @@ - - @MAKEFILEDEFINES@ - --all: @LIBPROG@ $(INSTALLONBUILD) -+all: @LIBPROG@ - - install.bin: - -@@ -15,24 +15,7 @@ - install.script: - - install.dyn: -- $(INSTALL_LIB) $(DYNPROG).$(LIBVER) $(LIBDIR) -- -@/bin/rm -f $(LIBDIR)/$(DYNPROG).$(LIBVERMAJOR) $(LIBDIR)/$(DYNPROG) -- ln -sf $(DYNPROG).$(LIBVER) $(LIBDIR)/$(DYNPROG).$(LIBVERMAJOR) -- ln -sf $(DYNPROG).$(LIBVERMAJOR) $(LIBDIR)/$(DYNPROG) -- @( \ -- if test `uname` = "Linux"; then \ -- if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \ -- echo "" > /dev/null; \ -- elif grep -q $(LIBDIR) /etc/ld.so.conf > /dev/null 2>&1; then \ -- echo "" > /dev/null; \ -- else \ -- echo "Unable to find $(LIBDIR) in ld.so.conf. In order to use "; \ -- echo "$(DYNPROG), you may need to add it or set LD_LIBRARY_PATH."; \ -- fi; \ -- echo "ldconfig"; \ -- ldconfig; \ -- fi \ -- ) -+ $(LIBTOOL) --mode=install $(INSTALL_LIB) $(PROG) $(LIBDIR)/$(PROG:.la=.so).$(LIBVERMAJOR).$(LIBVERMINOR) - - uninstall.bin: - -@@ -69,12 +52,10 @@ - done - - $(PROG): $(OBJS) -- $(RMF) $(PROG) -- $(AR) $(PROG) $(OBJS) -- $(RANLIB) $(PROG) -+ $(LIBTOOL) --mode=link $(CC) $(LDSTATIC) $(OBJS:.o=.lo) -rpath $(LIBDIR) -version-info $(LIBVERMAJOR):$(LIBVERMINOR) -o $(@) - - .c.o: -- $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -c $*.c -+ $(LIBTOOL) --mode=compile $(CC) $(CCFLAGS) $(EXTRA_DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -c $*.c - - # - # include dependency files if they exist -@@ -84,14 +65,4 @@ - #ifneq ($(wildcard .depend),) - include .depend - #endif -- --$(DYNPROG): $(DYNPROG).$(LIBVERMAJOR) -- ln -sf $(DYNPROG).$(LIBVERMAJOR) $(DYNPROG) -- --$(DYNPROG).$(LIBVERMAJOR): $(DYNPROG).$(LIBVER) -- ln -sf $(DYNPROG).$(LIBVER) $(DYNPROG).$(LIBVERMAJOR) -- --$(DYNPROG).$(LIBVER): $(OBJSDLL) -- $(CC) -shared -Wl,-soname,$(DYNPROG).$(LIBVERMAJOR) -o $(DYNPROG).$(LIBVER) \ -- $(OBJSDLL) - diff --git a/x11/afterstep/patches/patch-ai b/x11/afterstep/patches/patch-ai deleted file mode 100644 index 1f3455445da..00000000000 --- a/x11/afterstep/patches/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2000/02/14 12:42:21 fredb Exp $ - ---- src/Script/Widgets/Makefile.in.orig Mon Mar 8 10:47:14 1999 -+++ src/Script/Widgets/Makefile.in Sun Aug 22 11:45:33 1999 -@@ -3,11 +3,9 @@ - Swallow.o TextField.o Tools.o VDipstick.o VScrollBar.o Widget.o - OBJSDLL = $(OBJS) - --PROG = libWidgets.a --DYNPROG = libWidgets.so --LIBVER = 1.5 -+PROG = libWidgets.la - LIBVERMAJOR = 1 --#INSTALLONBUILD = install -+LIBVERMINOR = 5 - - @MAKEFILECOMMONLIB@ - diff --git a/x11/afterstep/patches/patch-aj b/x11/afterstep/patches/patch-aj deleted file mode 100644 index ac4c22f4aa3..00000000000 --- a/x11/afterstep/patches/patch-aj +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2000/02/14 12:42:22 fredb Exp $ - ---- lib/Makefile.in.orig Mon Aug 23 16:37:48 1999 -+++ lib/Makefile.in Fri Aug 27 22:25:21 1999 -@@ -11,11 +11,9 @@ - - OBJSDLL = $(OBJS) - --PROG = libafterstep.a --DYNPROG = libafterstep.so --LIBVER = 1.5 -+PROG = libafterstep.la - LIBVERMAJOR = 1 --#INSTALLONBUILD = install -+LIBVERMINOR = 5 - - @MAKEFILECOMMONLIB@ - diff --git a/x11/afterstep/pkg/COMMENT b/x11/afterstep/pkg/COMMENT deleted file mode 100644 index 8fa4e62a6c9..00000000000 --- a/x11/afterstep/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -NeXT-like window manager for X11 diff --git a/x11/afterstep/pkg/DESCR b/x11/afterstep/pkg/DESCR deleted file mode 100644 index 4f54d22fed1..00000000000 --- a/x11/afterstep/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -AfterStep is a Window Manager for X which started by emulating the -NEXTSTEP look and feel, but which has been significantly altered according -to the requests of various users. Many adepts will tell you that NEXTSTEP -is not only the most visually pleasant interface, but also one of the most -functional and intuitive out there. AfterStep aims to incorporate the -advantages of the NEXTSTEP interface, and add additional useful features. diff --git a/x11/afterstep/pkg/MESSAGE b/x11/afterstep/pkg/MESSAGE deleted file mode 100644 index b4f0bb6c487..00000000000 --- a/x11/afterstep/pkg/MESSAGE +++ /dev/null @@ -1,20 +0,0 @@ -FIRST TIME USERS: -To use afterstep as your window manager, simply invoke "exec afterstep" -at the end of your .xinitrc (for "startx), or .xsession file (for xdm). -Don't forget to comment out any line(s) for your current window manager. - -UPGRADERS: -Afterstep-1.8.x is more configurable than ever, but note: the format of -many of the configuration files has changed! In particular, it is no -longer necessary to maintain a complete copy of @PREFIX@/share/afterstep -in each home directory--your ~/Gnu/Library/Afterstep directory now need -only contain changes from the defaults in @PREFIX@/share/afterstep. -Upgraders are advised to back up their old ~/Gnu/Library/Afterstep directory, -and review the documentation before merging diffs carefully. - -EVERYBODY: -The AfterStep Control Panel for 1.8.x is still under development. -See the online docs--Wharf top button, or bottom item of start menu, -or view @PREFIX@/share/afterstep/doc/afterstep.html with any browser. -If you are connected to the Internet, a FAQ, mailing lists, and other -resources may be found on the Afterstep Home Page: diff --git a/x11/afterstep/pkg/PLIST b/x11/afterstep/pkg/PLIST deleted file mode 100644 index 47ab34c754a..00000000000 --- a/x11/afterstep/pkg/PLIST +++ /dev/null @@ -1,679 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2000/08/15 13:38:06 wiz Exp $ -bin/ASSound -bin/Animate -bin/Audio -bin/Banner -bin/Cascade -bin/Clean -bin/Form -bin/Gnome -bin/Ident -bin/Pager -bin/Save -bin/Script -bin/Scroll -bin/Tile -bin/Wharf -bin/WinList -bin/Zharf -bin/afterstep -bin/afterstepdoc -bin/ascommand.pl -bin/asetroot -bin/importasmenu -bin/installastheme.pl -bin/makeastheme.pl -lib/libafterstep.a -lib/libafterstep.la -lib/libafterstep.so.1.5 -lib/libasConfig.a -lib/libasConfig.la -lib/libasConfig.so.1.0 -lib/libasimage.a -lib/libasimage.la -lib/libasimage.so.1.9 -lib/libWidgets.a -lib/libWidgets.la -lib/libWidgets.so.1.5 -man/man1/Animate.1 -man/man1/Audio.1 -man/man1/Banner.1 -man/man1/Cascade.1 -man/man1/Clean.1 -man/man1/Form.1 -man/man1/Gnome.1 -man/man1/Ident.1 -man/man1/Pager.1 -man/man1/Save.1 -man/man1/Script.1 -man/man1/Scroll.1 -man/man1/Tile.1 -man/man1/Wharf.1 -man/man1/WinList.1 -man/man1/Zharf.1 -man/man1/afterstep.1 -man/man1/asetroot.1 -share/afterstep/.workspace_state -share/afterstep/Gnome -share/afterstep/animate -share/afterstep/asetroot -share/afterstep/audio -share/afterstep/autoexec -share/afterstep/backgrounds/Back.xpm -share/afterstep/backgrounds/BlueStone.xpm -share/afterstep/backgrounds/aquamarine.xpm -share/afterstep/backgrounds/black.xpm -share/afterstep/backgrounds/darkblue.xpm -share/afterstep/backgrounds/darkgreen.xpm -share/afterstep/backgrounds/midnightblue.xpm -share/afterstep/backgrounds/purple.xpm -share/afterstep/backgrounds/red.xpm -share/afterstep/backgrounds/wheat.xpm -share/afterstep/base.15bpp -share/afterstep/base.16bpp -share/afterstep/base.24bpp -share/afterstep/base.32bpp -share/afterstep/base.8bpp -share/afterstep/clean -share/afterstep/compatibility -share/afterstep/database -share/afterstep/desktop/buttons/1.xpm -share/afterstep/desktop/buttons/1p.xpm -share/afterstep/desktop/buttons/2.xpm -share/afterstep/desktop/buttons/2p.xpm -share/afterstep/desktop/buttons/3.xpm -share/afterstep/desktop/buttons/3p.xpm -share/afterstep/desktop/buttons/4.xpm -share/afterstep/desktop/buttons/4p.xpm -share/afterstep/desktop/buttons/5.xpm -share/afterstep/desktop/buttons/5p.xpm -share/afterstep/desktop/buttons/as-iconize-pressed.xpm -share/afterstep/desktop/buttons/as-iconize.xpm -share/afterstep/desktop/buttons/as-kill-pressed.xpm -share/afterstep/desktop/buttons/as-kill.xpm -share/afterstep/desktop/buttons/as-maximize-a-pressed.xpm -share/afterstep/desktop/buttons/as-maximize-a.xpm -share/afterstep/desktop/buttons/as-menu-a-pressed.xpm -share/afterstep/desktop/buttons/as-menu-a.xpm -share/afterstep/desktop/buttons/as-menu-b-pressed.xpm -share/afterstep/desktop/buttons/as-menu-b.xpm -share/afterstep/desktop/buttons/as-minimize-a-pressed.xpm -share/afterstep/desktop/buttons/as-minimize-a.xpm -share/afterstep/desktop/buttons/as-shade-a-pressed.xpm -share/afterstep/desktop/buttons/as-shade-a.xpm -share/afterstep/desktop/buttons/as-switchwindow-a-pressed.xpm -share/afterstep/desktop/buttons/as-switchwindow-a.xpm -share/afterstep/desktop/buttons/as-switchwindow-b-pressed.xpm -share/afterstep/desktop/buttons/as-switchwindow-b.xpm -share/afterstep/desktop/buttons/as-switchwindow-c-pressed.xpm -share/afterstep/desktop/buttons/as-switchwindow-c.xpm -share/afterstep/desktop/buttons/as1.5-iconize-p.xpm -share/afterstep/desktop/buttons/as1.5-iconize.xpm -share/afterstep/desktop/buttons/as1.5-iconizeR-p.xpm -share/afterstep/desktop/buttons/as1.5-iconizeR.xpm -share/afterstep/desktop/buttons/as1.5-kill-p.xpm -share/afterstep/desktop/buttons/as1.5-kill.xpm -share/afterstep/desktop/buttons/as1.5-menu-p.xpm -share/afterstep/desktop/buttons/as1.5-menu.xpm -share/afterstep/desktop/buttons/as1.5-shade-p.xpm -share/afterstep/desktop/buttons/as1.5-shade.xpm -share/afterstep/desktop/buttons/fuf-iconify-pressed.xpm -share/afterstep/desktop/buttons/fuf-iconify.xpm -share/afterstep/desktop/buttons/fuf-kill-pressed.xpm -share/afterstep/desktop/buttons/fuf-kill.xpm -share/afterstep/desktop/buttons/fuf-shade-pressed.xpm -share/afterstep/desktop/buttons/fuf-shade.xpm -share/afterstep/desktop/buttons/fuf-switchwindow-pressed.xpm -share/afterstep/desktop/buttons/fuf-switchwindow.xpm -share/afterstep/desktop/buttons/fuf-windowmenu-pressed.xpm -share/afterstep/desktop/buttons/fuf-windowmenu.xpm -share/afterstep/desktop/buttons/g_iconize.xpm -share/afterstep/desktop/buttons/g_shut.xpm -share/afterstep/desktop/cursors/cursor.xbm -share/afterstep/desktop/cursors/cursor.xbm.mask -share/afterstep/desktop/cursors/iconify.xbm -share/afterstep/desktop/cursors/iconify.xbm.mask -share/afterstep/desktop/cursors/kill.xbm -share/afterstep/desktop/cursors/kill.xbm.mask -share/afterstep/desktop/cursors/move.xbm -share/afterstep/desktop/cursors/move.xbm.mask -share/afterstep/desktop/cursors/resize_br.xbm -share/afterstep/desktop/cursors/resize_br.xbm.mask -share/afterstep/desktop/cursors/resize_h.xbm -share/afterstep/desktop/cursors/resize_h.xbm.mask -share/afterstep/desktop/cursors/resize_tr.xbm -share/afterstep/desktop/cursors/resize_tr.xbm.mask -share/afterstep/desktop/cursors/resize_v.xbm -share/afterstep/desktop/cursors/resize_v.xbm.mask -share/afterstep/desktop/cursors/xm_hour32 -share/afterstep/desktop/cursors/xm_hour32m -share/afterstep/desktop/icons/16bpp/3dpaint.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockBlue.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockClear.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockConvexBlue.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockDefault.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockGreen.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockMarble.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockRed.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockSlate.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockTransparent.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockWater.xpm -share/afterstep/desktop/icons/16bpp/ASBBlockWhite.xpm -share/afterstep/desktop/icons/16bpp/AfterStep.xpm -share/afterstep/desktop/icons/16bpp/AfterStep2.xpm -share/afterstep/desktop/icons/16bpp/AfterStep3.xpm -share/afterstep/desktop/icons/16bpp/AfterStep4.xpm -share/afterstep/desktop/icons/16bpp/AfterStep5.xpm -share/afterstep/desktop/icons/16bpp/AfterStep6.xpm -share/afterstep/desktop/icons/16bpp/BookArrows.xpm -share/afterstep/desktop/icons/16bpp/Bookshelf.xpm -share/afterstep/desktop/icons/16bpp/Brush.xpm -share/afterstep/desktop/icons/16bpp/CDrom.xpm -share/afterstep/desktop/icons/16bpp/CDrom2.xpm -share/afterstep/desktop/icons/16bpp/Computer.xpm -share/afterstep/desktop/icons/16bpp/ComputerPC.xpm -share/afterstep/desktop/icons/16bpp/Database.xpm -share/afterstep/desktop/icons/16bpp/Debug.xpm -share/afterstep/desktop/icons/16bpp/DeskGlobe.xpm -share/afterstep/desktop/icons/16bpp/Eyecon.xpm -share/afterstep/desktop/icons/16bpp/FileFolders.xpm -share/afterstep/desktop/icons/16bpp/Folder.xpm -share/afterstep/desktop/icons/16bpp/GNUSpace.xpm -share/afterstep/desktop/icons/16bpp/Info.xpm -share/afterstep/desktop/icons/16bpp/Install.xpm -share/afterstep/desktop/icons/16bpp/KeyPower.xpm -share/afterstep/desktop/icons/16bpp/KeysOnChain.xpm -share/afterstep/desktop/icons/16bpp/Monitor.xpm -share/afterstep/desktop/icons/16bpp/Network.xpm -share/afterstep/desktop/icons/16bpp/NetworkInfoManager.xpm -share/afterstep/desktop/icons/16bpp/OldFashionedRadio.xpm -share/afterstep/desktop/icons/16bpp/Paint.xpm -share/afterstep/desktop/icons/16bpp/Plasma.xpm -share/afterstep/desktop/icons/16bpp/Publish.xpm -share/afterstep/desktop/icons/16bpp/RayTracedGear.xpm -share/afterstep/desktop/icons/16bpp/Recycler.xpm -share/afterstep/desktop/icons/16bpp/RedFire.xpm -share/afterstep/desktop/icons/16bpp/ShutDown.xpm -share/afterstep/desktop/icons/16bpp/Start.xpm -share/afterstep/desktop/icons/16bpp/Text.xpm -share/afterstep/desktop/icons/16bpp/WWW.xpm -share/afterstep/desktop/icons/16bpp/YellowBlueRedGeometry.xpm -share/afterstep/desktop/icons/16bpp/author.xpm -share/afterstep/desktop/icons/16bpp/cpuchip.xpm -share/afterstep/desktop/icons/16bpp/disk.builder.xpm -share/afterstep/desktop/icons/16bpp/draw.xpm -share/afterstep/desktop/icons/16bpp/hostmanager.xpm -share/afterstep/desktop/icons/16bpp/interface.xpm -share/afterstep/desktop/icons/16bpp/linux-penguin.xpm -share/afterstep/desktop/icons/16bpp/monalisa.xpm -share/afterstep/desktop/icons/16bpp/netscape.xpm -share/afterstep/desktop/icons/16bpp/shutdown.xpm -share/afterstep/desktop/icons/16bpp/spreadsheet.xpm -share/afterstep/desktop/icons/16bpp/spreadsheet2.xpm -share/afterstep/desktop/icons/16bpp/wharf.xpm -share/afterstep/desktop/icons/16bpp/widget.xpm -share/afterstep/desktop/icons/16bpp/workshop.xpm -share/afterstep/desktop/icons/16bpp/writeletter.xpm -share/afterstep/desktop/icons/8bpp/3dpaint.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockBlue.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockClear.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockConvexBlue.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockDefault.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockGreen.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockMarble.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockRed.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockSlate.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockTransparent.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockWater.xpm -share/afterstep/desktop/icons/8bpp/ASBBlockWhite.xpm -share/afterstep/desktop/icons/8bpp/AfterStep.xpm -share/afterstep/desktop/icons/8bpp/AfterStep2.xpm -share/afterstep/desktop/icons/8bpp/AfterStep3.xpm -share/afterstep/desktop/icons/8bpp/AfterStep4.xpm -share/afterstep/desktop/icons/8bpp/AfterStep5.xpm -share/afterstep/desktop/icons/8bpp/AfterStep6.xpm -share/afterstep/desktop/icons/8bpp/BookArrows.xpm -share/afterstep/desktop/icons/8bpp/Bookshelf.xpm -share/afterstep/desktop/icons/8bpp/Brush.xpm -share/afterstep/desktop/icons/8bpp/CDrom.xpm -share/afterstep/desktop/icons/8bpp/CDrom2.xpm -share/afterstep/desktop/icons/8bpp/Computer.xpm -share/afterstep/desktop/icons/8bpp/ComputerPC.xpm -share/afterstep/desktop/icons/8bpp/Database.xpm -share/afterstep/desktop/icons/8bpp/Debug.xpm -share/afterstep/desktop/icons/8bpp/DeskGlobe.xpm -share/afterstep/desktop/icons/8bpp/Eyecon.xpm -share/afterstep/desktop/icons/8bpp/FileFolders.xpm -share/afterstep/desktop/icons/8bpp/Folder.xpm -share/afterstep/desktop/icons/8bpp/GNUSpace.xpm -share/afterstep/desktop/icons/8bpp/Info.xpm -share/afterstep/desktop/icons/8bpp/Install.xpm -share/afterstep/desktop/icons/8bpp/KeyPower.xpm -share/afterstep/desktop/icons/8bpp/KeysOnChain.xpm -share/afterstep/desktop/icons/8bpp/Monitor.xpm -share/afterstep/desktop/icons/8bpp/Network.xpm -share/afterstep/desktop/icons/8bpp/NetworkInfoManager.xpm -share/afterstep/desktop/icons/8bpp/OldFashionedRadio.xpm -share/afterstep/desktop/icons/8bpp/Paint.xpm -share/afterstep/desktop/icons/8bpp/Plasma.xpm -share/afterstep/desktop/icons/8bpp/Publish.xpm -share/afterstep/desktop/icons/8bpp/RayTracedGear.xpm -share/afterstep/desktop/icons/8bpp/Recycler.xpm -share/afterstep/desktop/icons/8bpp/RedFire.xpm -share/afterstep/desktop/icons/8bpp/ShutDown.xpm -share/afterstep/desktop/icons/8bpp/Start.xpm -share/afterstep/desktop/icons/8bpp/Text.xpm -share/afterstep/desktop/icons/8bpp/WWW.xpm -share/afterstep/desktop/icons/8bpp/YellowBlueRedGeometry.xpm -share/afterstep/desktop/icons/8bpp/author.xpm -share/afterstep/desktop/icons/8bpp/cpuchip.xpm -share/afterstep/desktop/icons/8bpp/disk.builder.xpm -share/afterstep/desktop/icons/8bpp/draw.xpm -share/afterstep/desktop/icons/8bpp/hostmanager.xpm -share/afterstep/desktop/icons/8bpp/interface.xpm -share/afterstep/desktop/icons/8bpp/linux-penguin.xpm -share/afterstep/desktop/icons/8bpp/monalisa.xpm -share/afterstep/desktop/icons/8bpp/netscape.xpm -share/afterstep/desktop/icons/8bpp/shutdown.xpm -share/afterstep/desktop/icons/8bpp/spreadsheet.xpm -share/afterstep/desktop/icons/8bpp/spreadsheet2.xpm -share/afterstep/desktop/icons/8bpp/wharf.xpm -share/afterstep/desktop/icons/8bpp/widget.xpm -share/afterstep/desktop/icons/8bpp/workshop.xpm -share/afterstep/desktop/icons/8bpp/writeletter.xpm -share/afterstep/desktop/icons/common/3_dots.xpm -share/afterstep/desktop/icons/common/arrow-dots.xpm -share/afterstep/desktop/icons/common/arrow.xpm -share/afterstep/desktop/icons/common/bluebar.xpm -share/afterstep/desktop/icons/common/darkbluebar.xpm -share/afterstep/desktop/icons/common/east.xpm -share/afterstep/desktop/icons/common/greenbar.xpm -share/afterstep/desktop/icons/common/mini-app.xpm -share/afterstep/desktop/icons/common/mini-as.xpm -share/afterstep/desktop/icons/common/mini-exit.xpm -share/afterstep/desktop/icons/common/mini-folder.xpm -share/afterstep/desktop/icons/common/mini-menu.xpm -share/afterstep/desktop/icons/common/mini-recycler.xpm -share/afterstep/desktop/icons/common/os8-title.xpm -share/afterstep/desktop/icons/common/ostx.xpm -share/afterstep/desktop/icons/common/ostxs.xpm -share/afterstep/desktop/icons/common/ostxu.xpm -share/afterstep/desktop/icons/common/redbar.xpm -share/afterstep/desktop/icons/common/south.xpm -share/afterstep/desktop/icons/common/southeast.xpm -share/afterstep/desktop/icons/common/southwest.xpm -share/afterstep/desktop/icons/common/west.xpm -share/afterstep/desktop/sounds/bong.au -share/afterstep/desktop/sounds/clink.au -share/afterstep/desktop/sounds/cowbell.au -share/afterstep/desktop/sounds/crash.au -share/afterstep/desktop/sounds/drip.au -share/afterstep/desktop/sounds/gong.au -share/afterstep/desktop/sounds/meepmeep.au -share/afterstep/desktop/sounds/train.au -share/afterstep/doc/afterstep-1.html -share/afterstep/doc/afterstep-10.html -share/afterstep/doc/afterstep-2.html -share/afterstep/doc/afterstep-3.html -share/afterstep/doc/afterstep-4.html -share/afterstep/doc/afterstep-5.html -share/afterstep/doc/afterstep-6.html -share/afterstep/doc/afterstep-7.html -share/afterstep/doc/afterstep-8.html -share/afterstep/doc/afterstep-9.html -share/afterstep/doc/afterstep.html -share/afterstep/feels/feel.AutoRaise -share/afterstep/feels/feel.ClickToFocus -share/afterstep/feels/feel.DEFAULT -share/afterstep/feels/feel.GNOME -share/afterstep/feels/feel.ICCCM -share/afterstep/feels/feel.MacOS8 -share/afterstep/feels/feel.PureNeXT -share/afterstep/feels/feel.Windowish -share/afterstep/feels/feel.cursors -share/afterstep/forms -share/afterstep/ident -share/afterstep/looks/look.AfterStep -share/afterstep/looks/look.DEFAULT -share/afterstep/looks/look.Frames -share/afterstep/looks/look.Guylhem -share/afterstep/looks/look.Metallic -share/afterstep/looks/look.NEW -share/afterstep/looks/look.Nextish -share/afterstep/looks/look.Ostx -share/afterstep/looks/look.PureNext -share/afterstep/looks/look.Transparent.rev -share/afterstep/looks/look.purple -share/afterstep/non-configurable/0_background -share/afterstep/non-configurable/0_feel.15bpp -share/afterstep/non-configurable/0_feel.16bpp -share/afterstep/non-configurable/0_feel.24bpp -share/afterstep/non-configurable/0_feel.32bpp -share/afterstep/non-configurable/0_feel.8bpp -share/afterstep/non-configurable/0_look.15bpp -share/afterstep/non-configurable/0_look.16bpp -share/afterstep/non-configurable/0_look.24bpp -share/afterstep/non-configurable/0_look.32bpp -share/afterstep/non-configurable/0_look.8bpp -share/afterstep/non-configurable/1_background -share/afterstep/non-configurable/1_feel.15bpp -share/afterstep/non-configurable/1_feel.16bpp -share/afterstep/non-configurable/1_feel.24bpp -share/afterstep/non-configurable/1_feel.32bpp -share/afterstep/non-configurable/1_feel.8bpp -share/afterstep/non-configurable/1_look.15bpp -share/afterstep/non-configurable/1_look.16bpp -share/afterstep/non-configurable/1_look.24bpp -share/afterstep/non-configurable/1_look.32bpp -share/afterstep/non-configurable/1_look.8bpp -share/afterstep/non-configurable/2_background -share/afterstep/non-configurable/2_feel.15bpp -share/afterstep/non-configurable/2_feel.16bpp -share/afterstep/non-configurable/2_feel.24bpp -share/afterstep/non-configurable/2_feel.32bpp -share/afterstep/non-configurable/2_feel.8bpp -share/afterstep/non-configurable/2_look.15bpp -share/afterstep/non-configurable/2_look.16bpp -share/afterstep/non-configurable/2_look.24bpp -share/afterstep/non-configurable/2_look.32bpp -share/afterstep/non-configurable/2_look.8bpp -share/afterstep/non-configurable/3_background -share/afterstep/non-configurable/3_feel.15bpp -share/afterstep/non-configurable/3_feel.16bpp -share/afterstep/non-configurable/3_feel.24bpp -share/afterstep/non-configurable/3_feel.32bpp -share/afterstep/non-configurable/3_feel.8bpp -share/afterstep/non-configurable/3_look.15bpp -share/afterstep/non-configurable/3_look.16bpp -share/afterstep/non-configurable/3_look.24bpp -share/afterstep/non-configurable/3_look.32bpp -share/afterstep/non-configurable/3_look.8bpp -share/afterstep/pager -share/afterstep/scripts/Animate -share/afterstep/scripts/BellSetup -share/afterstep/scripts/Date -share/afterstep/scripts/DeskSetup -share/afterstep/scripts/FileBrowser -share/afterstep/scripts/KeyboardSetup -share/afterstep/scripts/PointerSetup -share/afterstep/scripts/Quit -share/afterstep/scripts/ScreenDump -share/afterstep/scripts/ScreenSetup -share/afterstep/scripts/ScreenSetup2 -share/afterstep/scroll -share/afterstep/start/.include -share/afterstep/start/Applications/Accessories/1_calc -share/afterstep/start/Applications/Accessories/2_clock -share/afterstep/start/Applications/Accessories/3_colors -share/afterstep/start/Applications/Accessories/4_help -share/afterstep/start/Applications/Accessories/5_notepad -share/afterstep/start/Applications/Accessories/6_scrnmag -share/afterstep/start/Applications/Editors/1_emacs -share/afterstep/start/Applications/Editors/2_vi -share/afterstep/start/Applications/Editors/3_nedit -share/afterstep/start/Applications/Editors/4_xjed -share/afterstep/start/Applications/Emulators/0_dos -share/afterstep/start/Applications/Emulators/1_mac -share/afterstep/start/Applications/Emulators/2_amiga -share/afterstep/start/Applications/Emulators/3_amigasnd -share/afterstep/start/Applications/Emulators/4_hp48 -share/afterstep/start/Applications/Emulators/5_appleII -share/afterstep/start/Applications/Emulators/6_x48 -share/afterstep/start/Applications/Multimedia/0_cd -share/afterstep/start/Applications/Multimedia/1_mp3 -share/afterstep/start/Applications/Multimedia/2_mixer -share/afterstep/start/Applications/Multimedia/3_pict -share/afterstep/start/Applications/Multimedia/4_gimp -share/afterstep/start/Applications/Multimedia/5_imagick -share/afterstep/start/Applications/Network/0_minicom -share/afterstep/start/Applications/Network/1_ftp -share/afterstep/start/Applications/Network/2_ncftp -share/afterstep/start/Applications/Network/3_lynx -share/afterstep/start/Applications/Network/4_mail -share/afterstep/start/Applications/Network/5_irc -share/afterstep/start/Applications/Network/6_netscape -share/afterstep/start/Applications/Network/7_news -share/afterstep/start/Applications/Network/8_telnet -share/afterstep/start/Applications/Office/10_tkdesk -share/afterstep/start/Applications/Office/1_applix -share/afterstep/start/Applications/Office/2_so -share/afterstep/start/Applications/Office/3_fileman -share/afterstep/start/Applications/Office/4_plot -share/afterstep/start/Applications/Office/6_lyx -share/afterstep/start/Applications/Office/7_dviview -share/afterstep/start/Applications/Office/8_psview -share/afterstep/start/Applications/Office/9_pdf -share/afterstep/start/Applications/System/0_sysinfo -share/afterstep/start/Applications/System/1_sysload -share/afterstep/start/Applications/System/2_changedefs -share/afterstep/start/Applications/System/3_changescrn -share/afterstep/start/Applications/System/4_console -share/afterstep/start/Applications/System/5_fontedit -share/afterstep/start/Applications/System/6_top -share/afterstep/start/Applications/System/7_keyleds -share/afterstep/start/Applications/System/8_resetcmap -share/afterstep/start/Applications/a_nop -share/afterstep/start/Applications/b_aterm -share/afterstep/start/Applications/c_xiterm -share/afterstep/start/Applications/d_xterm -share/afterstep/start/Applications/e_rxvt -share/afterstep/start/Applications/f_Eterm -share/afterstep/start/Desktop/Animations/Animations-1/0_ant -share/afterstep/start/Desktop/Animations/Animations-1/10_daisy -share/afterstep/start/Desktop/Animations/Animations-1/11_dlock -share/afterstep/start/Desktop/Animations/Animations-1/12_demon -share/afterstep/start/Desktop/Animations/Animations-1/13_drift -share/afterstep/start/Desktop/Animations/Animations-1/14_eyes -share/afterstep/start/Desktop/Animations/Animations-1/15_fadeplot -share/afterstep/start/Desktop/Animations/Animations-1/16_flag -share/afterstep/start/Desktop/Animations/Animations-1/17_flame -share/afterstep/start/Desktop/Animations/Animations-1/18_forest -share/afterstep/start/Desktop/Animations/Animations-1/19_galaxy -share/afterstep/start/Desktop/Animations/Animations-1/1_ball -share/afterstep/start/Desktop/Animations/Animations-1/2_bat -share/afterstep/start/Desktop/Animations/Animations-1/3_blot -share/afterstep/start/Desktop/Animations/Animations-1/4_bouboule -share/afterstep/start/Desktop/Animations/Animations-1/5_bounce -share/afterstep/start/Desktop/Animations/Animations-1/6_bug -share/afterstep/start/Desktop/Animations/Animations-1/7_cartoon -share/afterstep/start/Desktop/Animations/Animations-1/8_clock -share/afterstep/start/Desktop/Animations/Animations-1/9_crystal -share/afterstep/start/Desktop/Animations/Animations-2/0_geometry -share/afterstep/start/Desktop/Animations/Animations-2/10_life -share/afterstep/start/Desktop/Animations/Animations-2/11_life1d -share/afterstep/start/Desktop/Animations/Animations-2/12_life3d -share/afterstep/start/Desktop/Animations/Animations-2/13_light -share/afterstep/start/Desktop/Animations/Animations-2/14_lissa -share/afterstep/start/Desktop/Animations/Animations-2/15_lissie -share/afterstep/start/Desktop/Animations/Animations-2/16_loop -share/afterstep/start/Desktop/Animations/Animations-2/17_marquee -share/afterstep/start/Desktop/Animations/Animations-2/18_mount -share/afterstep/start/Desktop/Animations/Animations-2/19_much -share/afterstep/start/Desktop/Animations/Animations-2/1_grav -share/afterstep/start/Desktop/Animations/Animations-2/2_helix -share/afterstep/start/Desktop/Animations/Animations-2/3_hop -share/afterstep/start/Desktop/Animations/Animations-2/4_hyper -share/afterstep/start/Desktop/Animations/Animations-2/5_ico -share/afterstep/start/Desktop/Animations/Animations-2/6_ifs -share/afterstep/start/Desktop/Animations/Animations-2/7_julia -share/afterstep/start/Desktop/Animations/Animations-2/8_kaleid -share/afterstep/start/Desktop/Animations/Animations-2/9_laser -share/afterstep/start/Desktop/Animations/Animations-3/0_nose -share/afterstep/start/Desktop/Animations/Animations-3/10_sier -share/afterstep/start/Desktop/Animations/Animations-3/11_slip -share/afterstep/start/Desktop/Animations/Animations-3/12_sphere -share/afterstep/start/Desktop/Animations/Animations-3/13_spire -share/afterstep/start/Desktop/Animations/Animations-3/14_spline -share/afterstep/start/Desktop/Animations/Animations-3/15_star -share/afterstep/start/Desktop/Animations/Animations-3/16_startrek -share/afterstep/start/Desktop/Animations/Animations-3/17_strange -share/afterstep/start/Desktop/Animations/Animations-3/18_swarm -share/afterstep/start/Desktop/Animations/Animations-3/19_swirl -share/afterstep/start/Desktop/Animations/Animations-3/1_pacman -share/afterstep/start/Desktop/Animations/Animations-3/20_triangle -share/afterstep/start/Desktop/Animations/Animations-3/21_tube -share/afterstep/start/Desktop/Animations/Animations-3/22_turtle -share/afterstep/start/Desktop/Animations/Animations-3/23_vines -share/afterstep/start/Desktop/Animations/Animations-3/24_voters -share/afterstep/start/Desktop/Animations/Animations-3/25_wator -share/afterstep/start/Desktop/Animations/Animations-3/26_world -share/afterstep/start/Desktop/Animations/Animations-3/27_worm -share/afterstep/start/Desktop/Animations/Animations-3/2_penrose -share/afterstep/start/Desktop/Animations/Animations-3/3_petal -share/afterstep/start/Desktop/Animations/Animations-3/4_puzzle -share/afterstep/start/Desktop/Animations/Animations-3/5_pyro -share/afterstep/start/Desktop/Animations/Animations-3/6_qix -share/afterstep/start/Desktop/Animations/Animations-3/7_roll -share/afterstep/start/Desktop/Animations/Animations-3/8_rotor -share/afterstep/start/Desktop/Animations/Animations-3/9_shape -share/afterstep/start/Desktop/Animations/a_random -share/afterstep/start/Desktop/Animations/b_stop -share/afterstep/start/Desktop/Feel/.include -share/afterstep/start/Desktop/Look/.include -share/afterstep/start/Desktop/Mouse/0_fast -share/afterstep/start/Desktop/Mouse/1_faster -share/afterstep/start/Desktop/Mouse/2_fastest -share/afterstep/start/Desktop/Mouse/3_ultrafastest -share/afterstep/start/Desktop/Mouse/4_nop -share/afterstep/start/Desktop/Mouse/5_left -share/afterstep/start/Desktop/Mouse/6_right -share/afterstep/start/Desktop/Mouse/7_nop -share/afterstep/start/Desktop/Mouse/8_normal -share/afterstep/start/Desktop/Mouse/9_noaccel -share/afterstep/start/Desktop/Mouse/9_slow -share/afterstep/start/Desktop/Pictures/.include -share/afterstep/start/Desktop/Theme/.include -share/afterstep/start/Desktop/Theme/0_asthemecreate -share/afterstep/start/Desktop/Theme/1_nop -share/afterstep/start/Desktop/a_xearth -share/afterstep/start/Desktop/b_fish -share/afterstep/start/Desktop/c_snow -share/afterstep/start/Desktop/d_nop -share/afterstep/start/Desktop/e_updatestart -share/afterstep/start/Desktop/f_updateall -share/afterstep/start/Modules/Animate -share/afterstep/start/Modules/Audio -share/afterstep/start/Modules/Banner -share/afterstep/start/Modules/Cascade -share/afterstep/start/Modules/Clean -share/afterstep/start/Modules/Forms/1_ftp -share/afterstep/start/Modules/Forms/2_find -share/afterstep/start/Modules/Forms/3_help -share/afterstep/start/Modules/Forms/4_quit -share/afterstep/start/Modules/Forms/5_run -share/afterstep/start/Modules/Forms/6_screenshot -share/afterstep/start/Modules/Forms/7_windowshot -share/afterstep/start/Modules/Forms/8_xlock -share/afterstep/start/Modules/Gnome -share/afterstep/start/Modules/Ident -share/afterstep/start/Modules/Pager -share/afterstep/start/Modules/Scripts/0_animate -share/afterstep/start/Modules/Scripts/1_bellsetup -share/afterstep/start/Modules/Scripts/2_desksetup -share/afterstep/start/Modules/Scripts/3_quit -share/afterstep/start/Modules/Scripts/4_screendump -share/afterstep/start/Modules/Scroll -share/afterstep/start/Modules/Stop/Animate_Stop -share/afterstep/start/Modules/Stop/Audio_Stop -share/afterstep/start/Modules/Stop/Banner_Stop -share/afterstep/start/Modules/Stop/Cascade_Stop -share/afterstep/start/Modules/Stop/Clean_Stop -share/afterstep/start/Modules/Stop/Gnome_Stop -share/afterstep/start/Modules/Stop/Ident_Stop -share/afterstep/start/Modules/Stop/Pager_Stop -share/afterstep/start/Modules/Stop/Scroll_Stop -share/afterstep/start/Modules/Stop/Tile_Stop -share/afterstep/start/Modules/Stop/Wharf_Stop -share/afterstep/start/Modules/Stop/WinList_Stop -share/afterstep/start/Modules/Stop/Zharf_Stop -share/afterstep/start/Modules/Stop/asetroot_Stop -share/afterstep/start/Modules/Tile -share/afterstep/start/Modules/Wharf -share/afterstep/start/Modules/WinList -share/afterstep/start/Modules/Zharf -share/afterstep/start/Modules/asetroot -share/afterstep/start/Quit/0_close -share/afterstep/start/Quit/1_exit -share/afterstep/start/Quit/2_nop -share/afterstep/start/Quit/3_restartsession -share/afterstep/start/Quit/4_restarttwm -share/afterstep/start/Quit/5_restartwm -share/afterstep/start/Screen_savers/With_password/0_firework -share/afterstep/start/Screen_savers/With_password/1_firework -share/afterstep/start/Screen_savers/With_password/2_laser -share/afterstep/start/Screen_savers/With_password/3_mount -share/afterstep/start/Screen_savers/With_password/4_qix -share/afterstep/start/Screen_savers/With_password/5_shape -share/afterstep/start/Screen_savers/With_password/6_sperm -share/afterstep/start/Screen_savers/With_password/7_spline -share/afterstep/start/Screen_savers/With_password/8_startrek -share/afterstep/start/Screen_savers/With_password/9_stars -share/afterstep/start/Screen_savers/Without_password/0_firework -share/afterstep/start/Screen_savers/Without_password/1_firework -share/afterstep/start/Screen_savers/Without_password/2_laser -share/afterstep/start/Screen_savers/Without_password/3_mount -share/afterstep/start/Screen_savers/Without_password/4_qix -share/afterstep/start/Screen_savers/Without_password/5_shape -share/afterstep/start/Screen_savers/Without_password/6_sperm -share/afterstep/start/Screen_savers/Without_password/7_spline -share/afterstep/start/Screen_savers/Without_password/8_startrek -share/afterstep/start/Screen_savers/Without_password/9_stars -share/afterstep/start/Windows/0_move -share/afterstep/start/Windows/1_iconify -share/afterstep/start/Windows/1_resize -share/afterstep/start/Windows/2_pin -share/afterstep/start/Windows/2_raise -share/afterstep/start/Windows/3_lower -share/afterstep/start/Windows/4_delete -share/afterstep/start/Windows/5_destroy -share/afterstep/start/Windows/6_winprop -share/afterstep/start/a_nop -share/afterstep/start/b_afterstepdoc -share/afterstep/themes/DEFAULT.tar.gz -share/afterstep/wharf -share/afterstep/winlist -share/afterstep/zharf -@dirrm share/afterstep/themes -@dirrm share/afterstep/start/Windows -@dirrm share/afterstep/start/Screen_savers/Without_password -@dirrm share/afterstep/start/Screen_savers/With_password -@dirrm share/afterstep/start/Screen_savers -@dirrm share/afterstep/start/Quit -@dirrm share/afterstep/start/Modules/Stop -@dirrm share/afterstep/start/Modules/Scripts -@dirrm share/afterstep/start/Modules/Forms -@dirrm share/afterstep/start/Modules -@dirrm share/afterstep/start/Desktop/Theme -@dirrm share/afterstep/start/Desktop/Pictures -@dirrm share/afterstep/start/Desktop/Mouse -@dirrm share/afterstep/start/Desktop/Look -@dirrm share/afterstep/start/Desktop/Feel -@dirrm share/afterstep/start/Desktop/Animations/Animations-3 -@dirrm share/afterstep/start/Desktop/Animations/Animations-2 -@dirrm share/afterstep/start/Desktop/Animations/Animations-1 -@dirrm share/afterstep/start/Desktop/Animations -@dirrm share/afterstep/start/Desktop -@dirrm share/afterstep/start/Applications/System -@dirrm share/afterstep/start/Applications/Office -@dirrm share/afterstep/start/Applications/Network -@dirrm share/afterstep/start/Applications/Multimedia -@dirrm share/afterstep/start/Applications/Emulators -@dirrm share/afterstep/start/Applications/Editors -@dirrm share/afterstep/start/Applications/Accessories -@dirrm share/afterstep/start/Applications -@dirrm share/afterstep/start -@dirrm share/afterstep/scripts -@dirrm share/afterstep/non-configurable -@dirrm share/afterstep/looks -@dirrm share/afterstep/feels -@dirrm share/afterstep/doc -@dirrm share/afterstep/desktop/sounds -@dirrm share/afterstep/desktop/icons/common -@dirrm share/afterstep/desktop/icons/8bpp -@dirrm share/afterstep/desktop/icons/16bpp -@dirrm share/afterstep/desktop/icons -@dirrm share/afterstep/desktop/cursors -@dirrm share/afterstep/desktop/buttons -@dirrm share/afterstep/desktop -@dirrm share/afterstep/backgrounds -@dirrm share/afterstep diff --git a/x11/amiwm/files/md5 b/x11/amiwm/files/md5 deleted file mode 100644 index 0af44a8fe8f..00000000000 --- a/x11/amiwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.3 1998/08/07 13:29:03 agc Exp $ - -MD5 (amiwm0.20pl48.tar.gz) = bfe907be9e94f6a47fec5181361176f2 diff --git a/x11/amiwm/pkg/COMMENT b/x11/amiwm/pkg/COMMENT deleted file mode 100644 index 0f251e971c8..00000000000 --- a/x11/amiwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X window manager with Amiga look and feel diff --git a/x11/amiwm/pkg/DESCR b/x11/amiwm/pkg/DESCR deleted file mode 100644 index e449967ee6d..00000000000 --- a/x11/amiwm/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -amiwm is an X window manager that tries to make your display look and feel -like an Amiga Workbench screen. It is fully functional and can do all the -usual window manager stuff, like moving and resizing windows. - -The purpose of amiwm is to make life more pleasant for Amiga-freaks who -has/wants to use UNIX workstations once in a while. It can also be used -on the Amiga with the AmiWin X server, although this part needs some more -work. diff --git a/x11/amiwm/pkg/PLIST b/x11/amiwm/pkg/PLIST deleted file mode 100644 index 41a4c2b9040..00000000000 --- a/x11/amiwm/pkg/PLIST +++ /dev/null @@ -1,19 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1998/05/22 13:49:42 tron Exp $ -bin/amiwm -bin/ppmtoinfo -bin/requestchoice -lib/amiwm/requestchoice -lib/amiwm/executecmd -lib/amiwm/Background -lib/amiwm/Keyboard -lib/amiwm/system.amiwmrc -lib/amiwm/def_tool.info -lib/amiwm/system.map -lib/amiwm/magicwb.map -lib/amiwm/schwartz.map -lib/amiwm/Xsession -lib/amiwm/Xsession2 -lib/amiwm/Xinitrc -lib/amiwm/amiwm-init -@dirrm lib/amiwm -man/man1/amiwm.1 diff --git a/x11/blackbox/files/md5 b/x11/blackbox/files/md5 deleted file mode 100644 index f9d0099e267..00000000000 --- a/x11/blackbox/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 2000/10/25 19:19:17 pooka Exp $ - -MD5 (blackbox-0.61.1.tar.gz) = 3e30cefdb8e91ab1eb7ae80ff7e6cb11 diff --git a/x11/blackbox/pkg/COMMENT b/x11/blackbox/pkg/COMMENT deleted file mode 100644 index ac53a3cefea..00000000000 --- a/x11/blackbox/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -small and fast X11R6 window manager diff --git a/x11/blackbox/pkg/DESCR b/x11/blackbox/pkg/DESCR deleted file mode 100644 index 751bbfebcdb..00000000000 --- a/x11/blackbox/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -Blackbox is yet another addition to the list of window managers -For X11R6. Blackbox is built with C++, sharing no common code with -any other window manager. It is designed to be small and fast, with -a built in graphics class, near complete ICCCM compliance, and -support for multple desktop environments. diff --git a/x11/blackbox/pkg/PLIST b/x11/blackbox/pkg/PLIST deleted file mode 100644 index df5597bfdeb..00000000000 --- a/x11/blackbox/pkg/PLIST +++ /dev/null @@ -1,48 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/10/25 19:19:18 pooka Exp $ -bin/blackbox -bin/bsetbg -bin/bsetroot -man/man1/blackbox.1 -man/man1/bsetroot.1 -share/Blackbox/menu -share/Blackbox/nls/C/blackbox.cat -share/Blackbox/nls/POSIX -share/Blackbox/nls/US_ASCII -share/Blackbox/nls/da_DK/blackbox.cat -share/Blackbox/nls/en -share/Blackbox/nls/en_US -share/Blackbox/nls/es -share/Blackbox/nls/es_ES/blackbox.cat -share/Blackbox/nls/et_EE/blackbox.cat -share/Blackbox/nls/fr -share/Blackbox/nls/fr_FR/blackbox.cat -share/Blackbox/nls/pt_BR/blackbox.cat -share/Blackbox/nls/ru_RU/blackbox.cat -share/Blackbox/nls/sv_SE/blackbox.cat -share/Blackbox/nls/tr_TR/blackbox.cat -share/Blackbox/styles/Artwiz -share/Blackbox/styles/Cthulhain -share/Blackbox/styles/Flux -share/Blackbox/styles/Minimal -share/Blackbox/styles/Nyz -share/Blackbox/styles/Operation -share/Blackbox/styles/Outcomes -share/Blackbox/styles/Rampage -share/Blackbox/styles/Rancor -share/Blackbox/styles/Results -share/Blackbox/styles/Shade -share/Blackbox/styles/Spiff -share/Blackbox/styles/TDF -share/Blackbox/styles/Twice -@dirrm share/Blackbox/styles -@dirrm share/Blackbox/nls/tr_TR -@dirrm share/Blackbox/nls/sv_SE -@dirrm share/Blackbox/nls/ru_RU -@dirrm share/Blackbox/nls/pt_BR -@dirrm share/Blackbox/nls/fr_FR -@dirrm share/Blackbox/nls/et_EE -@dirrm share/Blackbox/nls/es_ES -@dirrm share/Blackbox/nls/da_DK -@dirrm share/Blackbox/nls/C -@dirrm share/Blackbox/nls -@dirrm share/Blackbox diff --git a/x11/ctwm/files/md5 b/x11/ctwm/files/md5 deleted file mode 100644 index 8b542c91baa..00000000000 --- a/x11/ctwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.3 1998/08/07 13:29:03 agc Exp $ - -MD5 (ctwm-3.5.tar.gz) = e1ca78d934702e5c013da90476703301 diff --git a/x11/ctwm/pkg/COMMENT b/x11/ctwm/pkg/COMMENT deleted file mode 100644 index a11cb7bed46..00000000000 --- a/x11/ctwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Window manager with support for multiple virtual screens diff --git a/x11/ctwm/pkg/DESCR b/x11/ctwm/pkg/DESCR deleted file mode 100644 index 850f67a6cd8..00000000000 --- a/x11/ctwm/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ -CTWM is an extension to twm, that support multiple virtual screens, -and a lot of other goodies. - -You can use and manage up to 32 virtual screens called workspaces. -You swap from one workspace to another by clicking on a button in an -optionnal panel of buttons (the workspace manager) or by invoking a function. - -You can custom each workspace by choosing different colors, names -and pixmaps for the buttons and background root windows. - -Main features are : -- Optional 3D window titles and border (ala Motif). -- Shaped, colored icons. -- Multiple icons for clients based on the icon name. -- Windows can belong to several workspaces. -- A map of your workspaces to move quickly windows between - different workspaces. -- Animations : icons, root backgrounds and buttons can be animated. -- Pinnable and sticky menus. -- etc... diff --git a/x11/ctwm/pkg/PLIST b/x11/ctwm/pkg/PLIST deleted file mode 100644 index e5b0e1ae69e..00000000000 --- a/x11/ctwm/pkg/PLIST +++ /dev/null @@ -1,94 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1998/01/25 00:00:30 hubertf Exp $ -bin/ctwm -lib/X11/twm/images/3D_Expand15.xpm -lib/X11/twm/images/3D_Iconify15.xpm -lib/X11/twm/images/3D_Lightning15.xpm -lib/X11/twm/images/3D_Menu15.xpm -lib/X11/twm/images/3D_Resize15.xpm -lib/X11/twm/images/3D_Zoom15.xpm -lib/X11/twm/images/IslandD.xpm -lib/X11/twm/images/IslandW.xpm -lib/X11/twm/images/LRom.xpm -lib/X11/twm/images/LRom1.xpm -lib/X11/twm/images/arthur.xpm -lib/X11/twm/images/audio_editor.xpm -lib/X11/twm/images/background8.xpm -lib/X11/twm/images/ball1.xpm -lib/X11/twm/images/ball10.xpm -lib/X11/twm/images/ball11.xpm -lib/X11/twm/images/ball12.xpm -lib/X11/twm/images/ball2.xpm -lib/X11/twm/images/ball3.xpm -lib/X11/twm/images/ball4.xpm -lib/X11/twm/images/ball5.xpm -lib/X11/twm/images/ball6.xpm -lib/X11/twm/images/ball7.xpm -lib/X11/twm/images/ball8.xpm -lib/X11/twm/images/ball9.xpm -lib/X11/twm/images/cdrom1.xpm -lib/X11/twm/images/claude.xpm -lib/X11/twm/images/clipboard.xpm -lib/X11/twm/images/datebook.xpm -lib/X11/twm/images/emacs.xpm -lib/X11/twm/images/ghostview.xpm -lib/X11/twm/images/gnu-emacs1.xpm -lib/X11/twm/images/gnu-emacs2.xpm -lib/X11/twm/images/gnu-emacs3.xpm -lib/X11/twm/images/gnu-emacs4.xpm -lib/X11/twm/images/gnu-emacs5.xpm -lib/X11/twm/images/gnu-emacs6.xpm -lib/X11/twm/images/gnu-emacs7.xpm -lib/X11/twm/images/hpterm.xpm -lib/X11/twm/images/mail0.xpm -lib/X11/twm/images/mail1.xpm -lib/X11/twm/images/nothing.xpm -lib/X11/twm/images/nt1.xpm -lib/X11/twm/images/nt2.xpm -lib/X11/twm/images/pixmap.xpm -lib/X11/twm/images/postit.xpm -lib/X11/twm/images/skull.xpm -lib/X11/twm/images/spider.xpm -lib/X11/twm/images/supman1.xbm -lib/X11/twm/images/supman2.xbm -lib/X11/twm/images/supman3.xbm -lib/X11/twm/images/supman4.xbm -lib/X11/twm/images/supman5.xbm -lib/X11/twm/images/supman6.xbm -lib/X11/twm/images/supman7.xbm -lib/X11/twm/images/supman8.xbm -lib/X11/twm/images/supman9.xbm -lib/X11/twm/images/term.xpm -lib/X11/twm/images/unknown.xpm -lib/X11/twm/images/unknown1.xpm -lib/X11/twm/images/unread.xpm -lib/X11/twm/images/welcome.xpm -lib/X11/twm/images/welcome.xwd -lib/X11/twm/images/xarchie.xpm -lib/X11/twm/images/xcalc.xpm -lib/X11/twm/images/xcalc2.xpm -lib/X11/twm/images/xedit.xpm -lib/X11/twm/images/xftp.xpm -lib/X11/twm/images/xgopher.xpm -lib/X11/twm/images/xgrab.xpm -lib/X11/twm/images/xhpcalc.xpm -lib/X11/twm/images/xirc.xpm -lib/X11/twm/images/xmail.xpm -lib/X11/twm/images/xman.xpm -lib/X11/twm/images/xmosaic.xpm -lib/X11/twm/images/xnomail.xpm -lib/X11/twm/images/xrn-compose.xpm -lib/X11/twm/images/xrn.goodnews.xpm -lib/X11/twm/images/xrn.nonews.xpm -lib/X11/twm/images/xrn.xpm -lib/X11/twm/images/xterm.xpm -lib/X11/twm/images/3dcircle.xpm -lib/X11/twm/images/3ddimple.xpm -lib/X11/twm/images/3ddot.xpm -lib/X11/twm/images/3dfeet.xpm -lib/X11/twm/images/3dleopard.xpm -lib/X11/twm/images/3dpie.xpm -lib/X11/twm/images/3dpyramid.xpm -lib/X11/twm/images/3dslant.xpm -lib/X11/twm/system.ctwmrc -man/cat1/ctwm.0 -@dirrm lib/X11/twm/images diff --git a/x11/enlightenment/files/md5 b/x11/enlightenment/files/md5 deleted file mode 100644 index 50acfd8f189..00000000000 --- a/x11/enlightenment/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.6 2000/07/30 19:44:12 tron Exp $ - -MD5 (enlightenment-0.16.4.tar.gz) = d65d77e420bc7e292785075c82a23074 diff --git a/x11/enlightenment/files/patch-sum b/x11/enlightenment/files/patch-sum deleted file mode 100644 index f293f19bfdc..00000000000 --- a/x11/enlightenment/files/patch-sum +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: patch-sum,v 1.4 2000/07/30 19:44:13 tron Exp $ - -MD5 (patch-aa) = 0c076c4afcd04b1a00d656bf892af0d9 -MD5 (patch-ab) = 0ce81b371ef13ec5bc7a898898ce1b01 -MD5 (patch-ac) = 12fd50719180862bdc311d0a7939e602 -MD5 (patch-ad) = 4251c9a4248e6764bf08e3c03ebf8a90 diff --git a/x11/enlightenment/patches/patch-aa b/x11/enlightenment/patches/patch-aa deleted file mode 100644 index 7093bad5db4..00000000000 --- a/x11/enlightenment/patches/patch-aa +++ /dev/null @@ -1,298 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2000/07/30 19:44:14 tron Exp $ - ---- configure.orig Tue Apr 11 01:19:49 2000 -+++ configure Sun Jul 30 21:38:11 2000 -@@ -4810,7 +4810,7 @@ - if test "x$enable_fsstd" = "xyes"; then - ENLIGHTENMENT_ROOT=${datadir}/enlightenment - ENLIGHTENMENT_BIN=${bindir} -- LOCALEDIR=${prefix}/${DATADIRNAME}/locale -+ LOCALEDIR=${prefix}/share/locale - USE_FSSTD=yes - else - ENLIGHTENMENT_ROOT=${prefix}/enlightenment -@@ -5473,7 +5473,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lttf -lm $LIBS" -+LIBS="-lttf -lintl -lm $LIBS" - cat > conftest.$ac_ext <<EOF - #line 5479 "configure" - #include "confdefs.h" -@@ -5501,7 +5501,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- TTF_LIBS=-lttf -+ TTF_LIBS="-lttf -lintl" - else - echo "$ac_t""no" 1>&6 - -@@ -5518,14 +5518,14 @@ - - - --echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 --echo "configure:5523: checking for dlopen in -ldl" >&5 --ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -+ -+echo $ac_n "checking for library containing dlopen""... $ac_c" 1>&6 -+echo "configure:5524: checking for library containing dlopen" >&5 -+if eval "test \"`echo '$''{'ac_cv_search_dlopen'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -- ac_save_LIBS="$LIBS" --LIBS="-ldl -lm $LIBS" -+ ac_func_search_save_LIBS="$LIBS" -+ac_cv_search_dlopen="no" - cat > conftest.$ac_ext <<EOF - #line 5531 "configure" - #include "confdefs.h" -@@ -5540,23 +5540,45 @@ - EOF - if { (eval echo configure:5542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" -+ ac_cv_search_dlopen="none required" - else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" - fi - rm -f conftest* --LIBS="$ac_save_LIBS" -+test "$ac_cv_search_dlopen" = "no" && for i in "dl"; do -+LIBS="-l$i -lm $ac_func_search_save_LIBS" -+cat > conftest.$ac_ext <<EOF -+#line 5553 "configure" -+#include "confdefs.h" -+/* Override any gcc2 internal prototype to avoid an error. */ -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char dlopen(); - --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- DL_LIBS=-ldl -+int main() { -+dlopen() -+; return 0; } -+EOF -+if { (eval echo configure:5564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+ rm -rf conftest* -+ ac_cv_search_dlopen="-l$i" -+break - else -- echo "$ac_t""no" 1>&6 -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+LIBS="$ac_func_search_save_LIBS" -+fi - -+echo "$ac_t""$ac_cv_search_dlopen" 1>&6 -+if test "$ac_cv_search_dlopen" != "no"; then -+ test "$ac_cv_search_dlopen" = "none required" || LIBS="$ac_cv_search_dlopen $LIBS" -+ DL_LIBS=$LIBS -+else : -+ - echo "Warning: Enlightenment requires the dl (dynamic loader) library" - echo "to be supported on your platform for module support. Modules" - echo "have been disabled (this will affect functionality)" -@@ -5564,9 +5586,8 @@ - fi - - -- - echo $ac_n "checking for XTestGrabControl in -lXtst""... $ac_c" 1>&6 --echo "configure:5570: checking for XTestGrabControl in -lXtst" >&5 -+echo "configure:5591: checking for XTestGrabControl in -lXtst" >&5 - ac_lib_var=`echo Xtst'_'XTestGrabControl | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5574,7 +5595,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lXtst $X_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5578 "configure" -+#line 5599 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5585,7 +5606,7 @@ - XTestGrabControl() - ; return 0; } - EOF --if { (eval echo configure:5589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -5613,7 +5634,7 @@ - fi - - echo $ac_n "checking for XTestQueryExtension in -lXtst""... $ac_c" 1>&6 --echo "configure:5617: checking for XTestQueryExtension in -lXtst" >&5 -+echo "configure:5638: checking for XTestQueryExtension in -lXtst" >&5 - ac_lib_var=`echo Xtst'_'XTestQueryExtension | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5621,7 +5642,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lXtst $X_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5625 "configure" -+#line 5646 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5632,7 +5653,7 @@ - XTestQueryExtension() - ; return 0; } - EOF --if { (eval echo configure:5636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -5654,7 +5675,7 @@ - - - echo $ac_n "checking for XkbQueryExtension in -lXext""... $ac_c" 1>&6 --echo "configure:5658: checking for XkbQueryExtension in -lXext" >&5 -+echo "configure:5679: checking for XkbQueryExtension in -lXext" >&5 - ac_lib_var=`echo Xext'_'XkbQueryExtension | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5662,7 +5683,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lXext $X_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5666 "configure" -+#line 5687 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5673,7 +5694,7 @@ - XkbQueryExtension() - ; return 0; } - EOF --if { (eval echo configure:5677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -5697,7 +5718,7 @@ - fi - - echo $ac_n "checking for XineramaQueryExtension in -lXinerama""... $ac_c" 1>&6 --echo "configure:5701: checking for XineramaQueryExtension in -lXinerama" >&5 -+echo "configure:5722: checking for XineramaQueryExtension in -lXinerama" >&5 - ac_lib_var=`echo Xinerama'_'XineramaQueryExtension | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5705,7 +5726,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lXinerama $X_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5709 "configure" -+#line 5730 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5716,7 +5737,7 @@ - XineramaQueryExtension() - ; return 0; } - EOF --if { (eval echo configure:5720: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -5753,7 +5774,7 @@ - - if test "x$enable_zoom" = "xyes"; then - echo $ac_n "checking for XF86VidModeQueryExtension in -lXxf86vm""... $ac_c" 1>&6 --echo "configure:5757: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5 -+echo "configure:5778: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5 - ac_lib_var=`echo Xxf86vm'_'XF86VidModeQueryExtension | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5761,7 +5782,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lXxf86vm $X_LIBS $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5765 "configure" -+#line 5786 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5772,7 +5793,7 @@ - XF86VidModeQueryExtension() - ; return 0; } - EOF --if { (eval echo configure:5776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -5808,7 +5829,7 @@ - - - echo $ac_n "checking for mass_quantities_of_bass_ale in -lFridge""... $ac_c" 1>&6 --echo "configure:5812: checking for mass_quantities_of_bass_ale in -lFridge" >&5 -+echo "configure:5833: checking for mass_quantities_of_bass_ale in -lFridge" >&5 - ac_lib_var=`echo Fridge'_'mass_quantities_of_bass_ale | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5816,7 +5837,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lFridge $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5820 "configure" -+#line 5841 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5827,7 +5848,7 @@ - mass_quantities_of_bass_ale() - ; return 0; } - EOF --if { (eval echo configure:5831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else -@@ -5855,7 +5876,7 @@ - fi - - echo $ac_n "checking for mass_quantities_of_any_ale in -lFridge""... $ac_c" 1>&6 --echo "configure:5859: checking for mass_quantities_of_any_ale in -lFridge" >&5 -+echo "configure:5880: checking for mass_quantities_of_any_ale in -lFridge" >&5 - ac_lib_var=`echo Fridge'_'mass_quantities_of_any_ale | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -5863,7 +5884,7 @@ - ac_save_LIBS="$LIBS" - LIBS="-lFridge $LIBS" - cat > conftest.$ac_ext <<EOF --#line 5867 "configure" -+#line 5888 "configure" - #include "confdefs.h" - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 -@@ -5874,7 +5895,7 @@ - mass_quantities_of_any_ale() - ; return 0; } - EOF --if { (eval echo configure:5878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:5899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" - else diff --git a/x11/enlightenment/patches/patch-ab b/x11/enlightenment/patches/patch-ab deleted file mode 100644 index d552feee58d..00000000000 --- a/x11/enlightenment/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2000/07/30 19:44:14 tron Exp $ - ---- scripts/e_gen_menu.orig Sun Oct 3 17:34:49 1999 -+++ scripts/e_gen_menu Sun Oct 3 17:35:01 1999 -@@ -49,7 +49,7 @@ - echo \"Netscape Mail\" NULL exec \"netscape -mail -no-about-splash\" >> $OUT - echo \"Balsa\" NULL exec \"balsa\" >> $OUT - echo \"Exmh\" NULL exec \"exmh\" >> $OUT -- echo \"Electric Eyes\" NULL exec \"ee\" >> $OUT -+ echo \"Electric Eyes\" NULL exec \"ElectricEyes\" >> $OUT - echo \"The GIMP\" NULL exec \"gimp\" >> $OUT - echo \"XV\" NULL exec \"xv\" >> $OUT - echo \"GQView\" NULL exec \"gqview\" >> $OUT diff --git a/x11/enlightenment/patches/patch-ac b/x11/enlightenment/patches/patch-ac deleted file mode 100644 index 1b4f7f3fa2c..00000000000 --- a/x11/enlightenment/patches/patch-ac +++ /dev/null @@ -1,55 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2000/07/30 19:44:14 tron Exp $ - ---- dox/file.c.orig Sun Apr 30 00:35:05 2000 -+++ dox/file.c Sun Apr 30 00:40:35 2000 -@@ -21,7 +21,7 @@ - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * */ - --#include <wctype.h> -+typedef unsigned int wctype_t; - #include "dox.h" - - #ifdef __EMX__ -@@ -615,7 +615,7 @@ - int cnt, i; - char *start, *finish, *ss, *w; - -- int wcflg, mbflg; -+ int mbflg; - struct char_class { - char *name; - wctype_t wt; -@@ -651,6 +651,7 @@ - } - - /* Check multibyte character class is available or not */ -+/* - wcflg = 0; - for ( cc = char_class_tbl; cc->name != NULL; cc++ ) - { -@@ -658,7 +659,7 @@ - if ( cc->wt != (wctype_t)0 ) - wcflg = 1; - } -- -+*/ - cnt = 0; - i = 0; - start = NULL; -@@ -676,6 +677,7 @@ - if ( len < 0 ) { i++; continue; } - - /* Check multibyte character class */ -+/* - if ( wcflg ) - { - wchar_t wc; -@@ -697,6 +699,7 @@ - } - } - else -+*/ - mbflg = len; - - if ((cnt == num) && ( diff --git a/x11/enlightenment/patches/patch-ad b/x11/enlightenment/patches/patch-ad deleted file mode 100644 index 2a34b847ee4..00000000000 --- a/x11/enlightenment/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2000/07/30 19:44:15 tron Exp $ - ---- src/Makefile.in.orig Sun Apr 30 12:26:09 2000 -+++ src/Makefile.in Sun Apr 30 12:25:23 2000 -@@ -122,7 +122,7 @@ - enlightenment_SOURCES = E.h timestamp.h update.h actions.c alert.c areas.c arrange.c arrange.h atoms.c borders.c buttons.c clone.c cmclass.c comms.c conf.h config.c containers.c coords.c cursors.c desktops.c dialog.c dock.c draw.c events.c evhandlers.c file.c finders.c focus.c fx.c globals.c gnome.c grabs.c groups.c handlers.c icccm.c iclass.c iconify.c init.c ipc.c kde.c lists.c main.c memory.c menus.c misc.c modules.c mwm.c network.c pager.c progress.c regex.c scursor.c session.c settings.c setup.c size.c slideout.c snaps.c snprintf.c sound.c startup.c sticky.c stripjoints.c strips.c tclass.c text.c theme.c timers.c tooltips.c ttfont.c update.c warp.c windowmatch.c x.c zoom.c - - --LDADD = @INTLLIBS@ $(FNLIB_LIBS) $(TTF_LIBS) $(ESD_LIBS) $(IMLIB_LIBS) $(XTST_LIBS) $(XVM_LIBS) $(GHTTP_LIBS) $(DL_LIBS) $(XINERAMA_LIBS) -lm -+LDADD = @INTLLIBS@ $(FNLIB_LIBS) $(TTF_LIBS) $(ESD_LIBS) $(IMLIB_LIBS) $(XTST_LIBS) $(XVM_LIBS) $(GHTTP_LIBS) $(DL_LIBS) $(XINERAMA_LIBS) -lintl -lm - - - INCLUDES = -I$(top_srcdir) $(ESD_CFLAGS) $(IMLIB_CFLAGS) -I$(includedir) -I.. -I../intl -I$(top_srcdir)/intl diff --git a/x11/enlightenment/pkg/COMMENT b/x11/enlightenment/pkg/COMMENT deleted file mode 100644 index b81d2e83c68..00000000000 --- a/x11/enlightenment/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Window manager for X diff --git a/x11/enlightenment/pkg/DESCR b/x11/enlightenment/pkg/DESCR deleted file mode 100644 index 3d1d0abbaa5..00000000000 --- a/x11/enlightenment/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -Enlightenment is a window manager for the X Window System that -is designed to be powerful, extensible, configurable and -pretty darned good looking! It is one of the more graphically -intense window managers. - -Enlightenment goes beyond managing windows by providing a useful -and appealing graphical shell from which to work. It is open -in design and instead of dictating a policy, allows the user to -define their own policy, down to every last detail. diff --git a/x11/enlightenment/pkg/PLIST b/x11/enlightenment/pkg/PLIST deleted file mode 100644 index 58eba3ad714..00000000000 --- a/x11/enlightenment/pkg/PLIST +++ /dev/null @@ -1,2964 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2000/07/30 19:44:15 tron Exp $ -bin/dox -bin/e_cache_clean -bin/e_cache_query -bin/e_gen_gnome_menu -bin/e_gen_kde_menu -bin/e_gen_menu -bin/eesh -bin/enlightenment -bin/enlightenment.install -bin/epp -man/man1/enlightenment.1 -share/enlightenment/E-docs/E_app_menu.png -share/enlightenment/E-docs/E_app_rightmouse_menu.png -share/enlightenment/E-docs/E_area_settings.png -share/enlightenment/E-docs/E_audio_settings.png -share/enlightenment/E-docs/E_autoraise_settings.png -share/enlightenment/E-docs/E_backgrounds_menu.png -share/enlightenment/E-docs/E_backgrounds_menu_view.png -share/enlightenment/E-docs/E_backgrounds_settings.png -share/enlightenment/E-docs/E_border_selector.png -share/enlightenment/E-docs/E_deskarray.png -share/enlightenment/E-docs/E_deskimg.png -share/enlightenment/E-docs/E_deskstack.png -share/enlightenment/E-docs/E_dragbar.png -share/enlightenment/E-docs/E_dragging_desktops.png -share/enlightenment/E-docs/E_enlightenment_menu.png -share/enlightenment/E-docs/E_focus_settings.png -share/enlightenment/E-docs/E_group_settings.png -share/enlightenment/E-docs/E_groups_menu.png -share/enlightenment/E-docs/E_iconbox.png -share/enlightenment/E-docs/E_iconbox_menu.png -share/enlightenment/E-docs/E_iconbox_settings.png -share/enlightenment/E-docs/E_kde_settings.png -share/enlightenment/E-docs/E_keyboard.png -share/enlightenment/E-docs/E_logo.png -share/enlightenment/E-docs/E_maint_menu.png -share/enlightenment/E-docs/E_mouse.png -share/enlightenment/E-docs/E_mousewheel.png -share/enlightenment/E-docs/E_move_resize_settings.png -share/enlightenment/E-docs/E_pager.png -share/enlightenment/E-docs/E_pager_settings.png -share/enlightenment/E-docs/E_pager_settings_menu.png -share/enlightenment/E-docs/E_placement_settings.png -share/enlightenment/E-docs/E_remember_settings.png -share/enlightenment/E-docs/E_screen_start.png -share/enlightenment/E-docs/E_settings_menu.png -share/enlightenment/E-docs/E_special_fx_settings.png -share/enlightenment/E-docs/E_tooltip_settings.png -share/enlightenment/E-docs/E_tooltips.png -share/enlightenment/E-docs/E_virtual_desk_settings.png -share/enlightenment/E-docs/E_website.png -share/enlightenment/E-docs/E_window.png -share/enlightenment/E-docs/E_window_diagram.png -share/enlightenment/E-docs/Edoc_bg.png -share/enlightenment/E-docs/FIRST_0.16 -share/enlightenment/E-docs/MAIN -share/enlightenment/E-docs/MAIN.ja -share/enlightenment/E-docs/aircut3.ttf -share/enlightenment/E-docs/rothwell.ttf -share/enlightenment/config/actionclasses.cfg -share/enlightenment/config/actionclasses.cfg.ja -share/enlightenment/config/actionclasses.cfg.ja_JP -share/enlightenment/config/actionclasses.cfg.ja_JP.EUC -share/enlightenment/config/actionclasses.cfg.ja_JP.euc -share/enlightenment/config/actionclasses.cfg.ja_JP.eucJP -share/enlightenment/config/actionclasses.cfg.ja_JP.ujis -share/enlightenment/config/actionclasses.cfg.japanese -share/enlightenment/config/backup-borders.cfg -share/enlightenment/config/backup-colormodifiers.cfg -share/enlightenment/config/backup-cursors.cfg -share/enlightenment/config/backup-imageclasses.cfg -share/enlightenment/config/backup-textclasses.cfg -share/enlightenment/config/backup-tooltips.cfg -share/enlightenment/config/backup/.directory -share/enlightenment/config/control.cfg -share/enlightenment/config/control.kde.cfg -share/enlightenment/config/control.nokde.cfg -share/enlightenment/config/control.rh.cfg -share/enlightenment/config/definitions -share/enlightenment/config/icondefs.cfg -share/enlightenment/config/keybindings.cfg -share/enlightenment/config/keybindings.cfg.ja -share/enlightenment/config/keybindings.cfg.ja_JP -share/enlightenment/config/keybindings.cfg.ja_JP.EUC -share/enlightenment/config/keybindings.cfg.ja_JP.euc -share/enlightenment/config/keybindings.cfg.ja_JP.eucJP -share/enlightenment/config/keybindings.cfg.ja_JP.ujis -share/enlightenment/config/keybindings.cfg.japanese -share/enlightenment/config/keybindings.gmc.cfg -share/enlightenment/config/keybindings.gmc.cfg.ja -share/enlightenment/config/keybindings.gmc.cfg.ja_JP -share/enlightenment/config/keybindings.gmc.cfg.ja_JP.EUC -share/enlightenment/config/keybindings.gmc.cfg.ja_JP.euc -share/enlightenment/config/keybindings.gmc.cfg.ja_JP.eucJP -share/enlightenment/config/keybindings.gmc.cfg.ja_JP.ujis -share/enlightenment/config/keybindings.gmc.cfg.japanese -share/enlightenment/config/keybindings.nogmc.cfg -share/enlightenment/config/keybindings.nogmc.cfg.ja -share/enlightenment/config/keybindings.nogmc.cfg.ja_JP -share/enlightenment/config/keybindings.nogmc.cfg.ja_JP.EUC -share/enlightenment/config/keybindings.nogmc.cfg.ja_JP.euc -share/enlightenment/config/keybindings.nogmc.cfg.ja_JP.eucJP -share/enlightenment/config/keybindings.nogmc.cfg.ja_JP.ujis -share/enlightenment/config/keybindings.nogmc.cfg.japanese -share/enlightenment/config/keybindings.rh.cfg -share/enlightenment/config/menus.cfg -share/enlightenment/config/menus.cfg.ja -share/enlightenment/config/menus.cfg.ja_JP -share/enlightenment/config/menus.cfg.ja_JP.EUC -share/enlightenment/config/menus.cfg.ja_JP.euc -share/enlightenment/config/menus.cfg.ja_JP.eucJP -share/enlightenment/config/menus.cfg.ja_JP.ujis -share/enlightenment/config/menus.cfg.japanese -share/enlightenment/config/menus.rh.cfg -share/enlightenment/config/pix/about.png -share/enlightenment/config/pix/apple.png -share/enlightenment/config/pix/areas.png -share/enlightenment/config/pix/bg.png -share/enlightenment/config/pix/calc.png -share/enlightenment/config/pix/clock.png -share/enlightenment/config/pix/desktops.png -share/enlightenment/config/pix/easter.png -share/enlightenment/config/pix/elogo48.png -share/enlightenment/config/pix/focus.png -share/enlightenment/config/pix/fx.png -share/enlightenment/config/pix/key_blank.png -share/enlightenment/config/pix/key_ctrl.png -share/enlightenment/config/pix/key_lock.png -share/enlightenment/config/pix/key_mod1.png -share/enlightenment/config/pix/key_mod2.png -share/enlightenment/config/pix/key_mod3.png -share/enlightenment/config/pix/key_mod4.png -share/enlightenment/config/pix/key_mod5.png -share/enlightenment/config/pix/key_shift.png -share/enlightenment/config/pix/mon.png -share/enlightenment/config/pix/mouse_0.png -share/enlightenment/config/pix/mouse_1.png -share/enlightenment/config/pix/mouse_2.png -share/enlightenment/config/pix/mouse_3.png -share/enlightenment/config/pix/mouse_4.png -share/enlightenment/config/pix/mouse_5.png -share/enlightenment/config/pix/mouse_any.png -share/enlightenment/config/pix/moveres.png -share/enlightenment/config/pix/note.png -share/enlightenment/config/pix/pager.png -share/enlightenment/config/pix/pawn.png -share/enlightenment/config/pix/place.png -share/enlightenment/config/pix/pumpkin.png -share/enlightenment/config/pix/raise.png -share/enlightenment/config/pix/snapshots.png -share/enlightenment/config/pix/sound.png -share/enlightenment/config/pix/spider.png -share/enlightenment/config/pix/tips.png -share/enlightenment/config/pix/tv2.png -share/enlightenment/config/pix/wait1.png -share/enlightenment/config/pix/wait10.png -share/enlightenment/config/pix/wait11.png -share/enlightenment/config/pix/wait12.png -share/enlightenment/config/pix/wait2.png -share/enlightenment/config/pix/wait3.png -share/enlightenment/config/pix/wait4.png -share/enlightenment/config/pix/wait5.png -share/enlightenment/config/pix/wait6.png -share/enlightenment/config/pix/wait7.png -share/enlightenment/config/pix/wait8.png -share/enlightenment/config/pix/wait9.png -share/enlightenment/config/pix/world.png -share/enlightenment/themes/BlueSteel/ABOUT/MAIN -share/enlightenment/themes/BlueSteel/ABOUT/bg.png -share/enlightenment/themes/BlueSteel/ABOUT/logo.png -share/enlightenment/themes/BlueSteel/ABOUT/vixar.ttf -share/enlightenment/themes/BlueSteel/Eterm/Eterm.cfg -share/enlightenment/themes/BlueSteel/Eterm/images/anchor_fg.png -share/enlightenment/themes/BlueSteel/Eterm/images/anchor_hl.png -share/enlightenment/themes/BlueSteel/Eterm/images/bg.png -share/enlightenment/themes/BlueSteel/Eterm/images/downarrow_cl.png -share/enlightenment/themes/BlueSteel/Eterm/images/downarrow_fg.png -share/enlightenment/themes/BlueSteel/Eterm/images/downarrow_hl.png -share/enlightenment/themes/BlueSteel/Eterm/images/leftarrow_cl.png -share/enlightenment/themes/BlueSteel/Eterm/images/leftarrow_fg.png -share/enlightenment/themes/BlueSteel/Eterm/images/leftarrow_hl.png -share/enlightenment/themes/BlueSteel/Eterm/images/menu_selected.png -share/enlightenment/themes/BlueSteel/Eterm/images/menubg.png -share/enlightenment/themes/BlueSteel/Eterm/images/rightarrow_cl.png -share/enlightenment/themes/BlueSteel/Eterm/images/rightarrow_fg.png -share/enlightenment/themes/BlueSteel/Eterm/images/rightarrow_hl.png -share/enlightenment/themes/BlueSteel/Eterm/images/submenu.png -share/enlightenment/themes/BlueSteel/Eterm/images/submenu_selected.png -share/enlightenment/themes/BlueSteel/Eterm/images/trough.png -share/enlightenment/themes/BlueSteel/Eterm/images/uparrow_cl.png -share/enlightenment/themes/BlueSteel/Eterm/images/uparrow_fg.png -share/enlightenment/themes/BlueSteel/Eterm/images/uparrow_hl.png -share/enlightenment/themes/BlueSteel/README -share/enlightenment/themes/BlueSteel/backgrounds/backgrounds.cfg -share/enlightenment/themes/BlueSteel/backgrounds/images/All-Good-People-4.jpg -share/enlightenment/themes/BlueSteel/backgrounds/images/Enigmas-Oven-2.jpg -share/enlightenment/themes/BlueSteel/borders.cfg -share/enlightenment/themes/BlueSteel/borders.cfg.ja -share/enlightenment/themes/BlueSteel/borders.cfg.ja_JP -share/enlightenment/themes/BlueSteel/borders.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/borders.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/borders.cfg.ja_JP.eucJP -share/enlightenment/themes/BlueSteel/borders.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/borders.cfg.japanese -share/enlightenment/themes/BlueSteel/borders/BORDERLESS/border.cfg -share/enlightenment/themes/BlueSteel/borders/BORDERLESS/images/.directory -share/enlightenment/themes/BlueSteel/borders/DEFAULT/border.cfg -share/enlightenment/themes/BlueSteel/borders/DEFAULT/images/maximize_bg.png -share/enlightenment/themes/BlueSteel/borders/DEFAULT/images/maximize_cl.png -share/enlightenment/themes/BlueSteel/borders/DEFAULT/images/maximize_fg.png -share/enlightenment/themes/BlueSteel/borders/FIXEDSIZE/border.cfg -share/enlightenment/themes/BlueSteel/borders/FIXEDSIZE/images/.directory -share/enlightenment/themes/BlueSteel/borders/ICONBOX/border.cfg -share/enlightenment/themes/BlueSteel/borders/ICONBOX/images/.directory -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja_JP -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/border.cfg.japanese -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/resize_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/resize_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/resize_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/right_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/right_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/shade_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/shade_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/shade_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/title_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/title_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/unshade_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/unshade_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images/unshade_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/border.cfg -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/bottom_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/bottom_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/close_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/close_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/close_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/left_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/left_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/maximize_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/maximize_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/maximize_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/maximize_hl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/minimize_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/minimize_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/minimize_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/minimize_hl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/right_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/right_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg_st.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg_st.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg_st.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_cl.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg_st.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/top_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/top_fg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_bg.png -share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_fg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/border.cfg -share/enlightenment/themes/BlueSteel/borders/PAGER/images/left_bg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/left_fg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/resize_bg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/resize_cl.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/resize_fg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/shade_bg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/shade_cl.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/shade_fg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/unshade_bg.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/unshade_cl.png -share/enlightenment/themes/BlueSteel/borders/PAGER/images/unshade_fg.png -share/enlightenment/themes/BlueSteel/borders/SMALL/border.cfg -share/enlightenment/themes/BlueSteel/borders/SMALL/images/.directory -share/enlightenment/themes/BlueSteel/borders/SMALLFIXED/border.cfg -share/enlightenment/themes/BlueSteel/borders/SMALLFIXED/images/.directory -share/enlightenment/themes/BlueSteel/borders/TRANSIENT/border.cfg -share/enlightenment/themes/BlueSteel/borders/TRANSIENT/images/top_sh_bg.png -share/enlightenment/themes/BlueSteel/borders/TRANSIENT/images/top_sh_fg.png -share/enlightenment/themes/BlueSteel/borders/TRANSIENT/images/topright_bg.png -share/enlightenment/themes/BlueSteel/borders/TRANSIENT/images/topright_fg.png -share/enlightenment/themes/BlueSteel/borders/VERYSMALL/border.cfg -share/enlightenment/themes/BlueSteel/borders/VERYSMALL/images/leftresize_bg.png -share/enlightenment/themes/BlueSteel/borders/VERYSMALL/images/leftresize_fg.png -share/enlightenment/themes/BlueSteel/borders/VERYSMALL/images/rightresize_bg.png -share/enlightenment/themes/BlueSteel/borders/VERYSMALL/images/rightresize_fg.png -share/enlightenment/themes/BlueSteel/borders/VERYSMALLFIXED/border.cfg -share/enlightenment/themes/BlueSteel/borders/VERYSMALLFIXED/images/.directory -share/enlightenment/themes/BlueSteel/borders/borders.cfg -share/enlightenment/themes/BlueSteel/borders/borders.cfg.ja -share/enlightenment/themes/BlueSteel/borders/borders.cfg.ja_JP -share/enlightenment/themes/BlueSteel/borders/borders.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/borders/borders.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/borders/borders.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/borders/borders.cfg.japanese -share/enlightenment/themes/BlueSteel/borders/common/border.cfg -share/enlightenment/themes/BlueSteel/borders/common/border.cfg.ja -share/enlightenment/themes/BlueSteel/borders/common/border.cfg.ja_JP -share/enlightenment/themes/BlueSteel/borders/common/border.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/borders/common/border.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/borders/common/border.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/borders/common/border.cfg.japanese -share/enlightenment/themes/BlueSteel/borders/common/images/bottomresize_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/bottomresize_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/close_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/close_cl.png -share/enlightenment/themes/BlueSteel/borders/common/images/close_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/close_sh_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/close_sh_cl.png -share/enlightenment/themes/BlueSteel/borders/common/images/close_sh_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_bottom_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_bottom_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_bottomtrim_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_bottomtrim_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_title_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_title_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_top_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/default_top_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/fixed_bottom_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/fixed_bottom_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/left_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/left_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/leftresize_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/leftresize_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/leftside_bottomtrim_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/leftside_bottomtrim_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/leftside_title_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/leftside_title_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/lefttoptrim_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/lefttoptrim_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/lefttrim_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/lefttrim_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/minimize_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/minimize_cl.png -share/enlightenment/themes/BlueSteel/borders/common/images/minimize_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/right_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/right_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/righttrim_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/righttrim_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_bg_st.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_cl.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_fg_st.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_sh_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_sh_bg_st.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_sh_cl.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_sh_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/stick_sh_fg_st.png -share/enlightenment/themes/BlueSteel/borders/common/images/toprighttrim_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/toprighttrim_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/transient_title_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/transient_title_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/verysmall_top_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/verysmall_top_fg.png -share/enlightenment/themes/BlueSteel/borders/common/images/verysmall_top_sh_bg.png -share/enlightenment/themes/BlueSteel/borders/common/images/verysmall_top_sh_fg.png -share/enlightenment/themes/BlueSteel/buttons.cfg -share/enlightenment/themes/BlueSteel/buttons/buttons.cfg -share/enlightenment/themes/BlueSteel/buttons/images/.directory -share/enlightenment/themes/BlueSteel/colormodifiers.cfg -share/enlightenment/themes/BlueSteel/common/images/bg.png -share/enlightenment/themes/BlueSteel/common/images/blank.png -share/enlightenment/themes/BlueSteel/common/images/dragbar_horiz.png -share/enlightenment/themes/BlueSteel/common/images/selected.png -share/enlightenment/themes/BlueSteel/coords/coords.cfg -share/enlightenment/themes/BlueSteel/coords/coords.cfg.ja -share/enlightenment/themes/BlueSteel/coords/coords.cfg.ja_JP -share/enlightenment/themes/BlueSteel/coords/coords.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/coords/coords.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/coords/coords.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/coords/coords.cfg.japanese -share/enlightenment/themes/BlueSteel/coords/images/.directory -share/enlightenment/themes/BlueSteel/cursors.cfg -share/enlightenment/themes/BlueSteel/cursors/bw_images/arrow_left.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/arrow_left.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/arrow_right.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/arrow_right.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/cursor.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/cursor.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/iconify.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/iconify.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/kill.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/kill.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/max.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/max.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/move.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/move.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_bl.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_bl.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_br.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_br.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_h.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_h.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_v.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/resize_v.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/bw_images/stick.xbm -share/enlightenment/themes/BlueSteel/cursors/bw_images/stick.xbm.mask -share/enlightenment/themes/BlueSteel/cursors/cursors.cfg -share/enlightenment/themes/BlueSteel/desktops.cfg -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg.ja -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg.ja_JP -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/dialogs/dialogs.cfg.japanese -share/enlightenment/themes/BlueSteel/dialogs/images/button_down.png -share/enlightenment/themes/BlueSteel/dialogs/images/button_up.png -share/enlightenment/themes/BlueSteel/dialogs/images/check_off.png -share/enlightenment/themes/BlueSteel/dialogs/images/check_on.png -share/enlightenment/themes/BlueSteel/dialogs/images/darkbg.png -share/enlightenment/themes/BlueSteel/dialogs/images/lightbg.png -share/enlightenment/themes/BlueSteel/dialogs/images/radio_off.png -share/enlightenment/themes/BlueSteel/dialogs/images/radio_on.png -share/enlightenment/themes/BlueSteel/dialogs/images/separator.png -share/enlightenment/themes/BlueSteel/dialogs/images/slider_horiz.png -share/enlightenment/themes/BlueSteel/dialogs/images/slider_vert.png -share/enlightenment/themes/BlueSteel/dialogs/images/window.png -share/enlightenment/themes/BlueSteel/dock/dock.cfg -share/enlightenment/themes/BlueSteel/dock/images/icon.png -share/enlightenment/themes/BlueSteel/dragbar/dragbar.cfg -share/enlightenment/themes/BlueSteel/dragbar/images/downarrow.png -share/enlightenment/themes/BlueSteel/dragbar/images/downarrow_cl.png -share/enlightenment/themes/BlueSteel/dragbar/images/dragbar_vert.png -share/enlightenment/themes/BlueSteel/dragbar/images/leftarrow.png -share/enlightenment/themes/BlueSteel/dragbar/images/leftarrow_cl.png -share/enlightenment/themes/BlueSteel/dragbar/images/rightarrow.png -share/enlightenment/themes/BlueSteel/dragbar/images/rightarrow_cl.png -share/enlightenment/themes/BlueSteel/dragbar/images/uparrow.png -share/enlightenment/themes/BlueSteel/dragbar/images/uparrow_cl.png -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg.ja -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg.ja_JP -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/epplets/epplets.cfg.japanese -share/enlightenment/themes/BlueSteel/epplets/images/arrow_down_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_down_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_left_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_left_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_right_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_right_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_up_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/arrow_up_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/bar.png -share/enlightenment/themes/BlueSteel/epplets/images/bg_h.png -share/enlightenment/themes/BlueSteel/epplets/images/bg_v.png -share/enlightenment/themes/BlueSteel/epplets/images/button_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/button_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/close_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/close_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/config_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/config_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/drawingarea.png -share/enlightenment/themes/BlueSteel/epplets/images/eject_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/eject_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/ff_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/ff_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/help_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/help_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/next_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/next_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/pause_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/pause_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/play_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/play_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/prev_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/prev_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/repeat_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/repeat_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/rw_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/rw_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/skip_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/skip_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/slider_base_h.png -share/enlightenment/themes/BlueSteel/epplets/images/slider_base_v.png -share/enlightenment/themes/BlueSteel/epplets/images/slider_knob_h.png -share/enlightenment/themes/BlueSteel/epplets/images/slider_knob_v.png -share/enlightenment/themes/BlueSteel/epplets/images/stop_cl.png -share/enlightenment/themes/BlueSteel/epplets/images/stop_fg.png -share/enlightenment/themes/BlueSteel/epplets/images/togglebutton_down.png -share/enlightenment/themes/BlueSteel/epplets/images/togglebutton_up.png -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg.ja -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg.ja_JP -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/focuslist/focuslist.cfg.japanese -share/enlightenment/themes/BlueSteel/focuslist/images/lightbg.png -share/enlightenment/themes/BlueSteel/focuslist/images/lightbg_hl.png -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg.ja -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg.ja_JP -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/iconbox/iconbox.cfg.japanese -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_down.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_down_cl.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_left.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_left_cl.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_right.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_right_cl.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_up.png -share/enlightenment/themes/BlueSteel/iconbox/images/arrow_up_cl.png -share/enlightenment/themes/BlueSteel/iconbox/images/bar_h.png -share/enlightenment/themes/BlueSteel/iconbox/images/bar_v.png -share/enlightenment/themes/BlueSteel/iconbox/images/base_h.png -share/enlightenment/themes/BlueSteel/iconbox/images/base_v.png -share/enlightenment/themes/BlueSteel/iconbox/images/bg_h.png -share/enlightenment/themes/BlueSteel/iconbox/images/bg_v.png -share/enlightenment/themes/BlueSteel/iconbox/images/cover_h.png -share/enlightenment/themes/BlueSteel/iconbox/images/cover_v.png -share/enlightenment/themes/BlueSteel/iconbox/images/icon.png -share/enlightenment/themes/BlueSteel/iconbox/images/knob_h.png -share/enlightenment/themes/BlueSteel/iconbox/images/knob_v.png -share/enlightenment/themes/BlueSteel/imageclasses.cfg -share/enlightenment/themes/BlueSteel/imageclasses.cfg.ja -share/enlightenment/themes/BlueSteel/imageclasses.cfg.ja_JP -share/enlightenment/themes/BlueSteel/imageclasses.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/imageclasses.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/imageclasses.cfg.ja_JP.eucJP -share/enlightenment/themes/BlueSteel/imageclasses.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/imageclasses.cfg.japanese -share/enlightenment/themes/BlueSteel/init.cfg -share/enlightenment/themes/BlueSteel/init.cfg.ja -share/enlightenment/themes/BlueSteel/init.cfg.ja_JP -share/enlightenment/themes/BlueSteel/init.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/init.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/init.cfg.ja_JP.eucJP -share/enlightenment/themes/BlueSteel/init.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/init.cfg.japanese -share/enlightenment/themes/BlueSteel/init/images/bar.png -share/enlightenment/themes/BlueSteel/init/images/bg.jpg -share/enlightenment/themes/BlueSteel/init/images/logo.png -share/enlightenment/themes/BlueSteel/init/init.cfg -share/enlightenment/themes/BlueSteel/init/init.cfg.ja -share/enlightenment/themes/BlueSteel/init/init.cfg.ja_JP -share/enlightenment/themes/BlueSteel/init/init.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/init/init.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/init/init.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/init/init.cfg.japanese -share/enlightenment/themes/BlueSteel/menustyles.cfg -share/enlightenment/themes/BlueSteel/menustyles.cfg.ja -share/enlightenment/themes/BlueSteel/menustyles.cfg.ja_JP -share/enlightenment/themes/BlueSteel/menustyles.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/menustyles.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/menustyles.cfg.ja_JP.eucJP -share/enlightenment/themes/BlueSteel/menustyles.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/menustyles.cfg.japanese -share/enlightenment/themes/BlueSteel/menustyles/images/submenu.png -share/enlightenment/themes/BlueSteel/menustyles/images/submenu_selected.png -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg.ja -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg.ja_JP -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/menustyles/menustyles.cfg.japanese -share/enlightenment/themes/BlueSteel/pager/images/selected.png -share/enlightenment/themes/BlueSteel/pager/images/window.png -share/enlightenment/themes/BlueSteel/pager/pager.cfg -share/enlightenment/themes/BlueSteel/pager/pager.cfg.ja -share/enlightenment/themes/BlueSteel/pager/pager.cfg.ja_JP -share/enlightenment/themes/BlueSteel/pager/pager.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/pager/pager.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/pager/pager.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/pager/pager.cfg.japanese -share/enlightenment/themes/BlueSteel/slideouts.cfg -share/enlightenment/themes/BlueSteel/slideouts/images/.directory -share/enlightenment/themes/BlueSteel/slideouts/slideouts.cfg -share/enlightenment/themes/BlueSteel/sound.cfg -share/enlightenment/themes/BlueSteel/sound/samples/.directory -share/enlightenment/themes/BlueSteel/sound/sound.cfg -share/enlightenment/themes/BlueSteel/tooltips.cfg -share/enlightenment/themes/BlueSteel/tooltips.cfg.ja -share/enlightenment/themes/BlueSteel/tooltips.cfg.ja_JP -share/enlightenment/themes/BlueSteel/tooltips.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/tooltips.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/tooltips.cfg.ja_JP.eucJP -share/enlightenment/themes/BlueSteel/tooltips.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/tooltips.cfg.japanese -share/enlightenment/themes/BlueSteel/tooltips/images/cloud_large.png -share/enlightenment/themes/BlueSteel/tooltips/images/cloud_small.png -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg.ja -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg.ja_JP -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg.ja_JP.EUC -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg.ja_JP.euc -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg.ja_JP.ujis -share/enlightenment/themes/BlueSteel/tooltips/tooltips.cfg.japanese -share/enlightenment/themes/BlueSteel/ttfonts/vixar.ttf -share/enlightenment/themes/BlueSteel/windowmatches.cfg -share/enlightenment/themes/BrushedMetal-Tigert/ABOUT/Edoc_bg.png -share/enlightenment/themes/BrushedMetal-Tigert/ABOUT/MAIN -share/enlightenment/themes/BrushedMetal-Tigert/ABOUT/aircut3.ttf -share/enlightenment/themes/BrushedMetal-Tigert/ABOUT/title.png -share/enlightenment/themes/BrushedMetal-Tigert/README -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/backgrounds.cfg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/dark_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/dark_vertical_gradient_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/light_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/light_vertical_gradient_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/small_turquoise_pebbles.jpg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/turqouise_bg.jpg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_garage_floor.jpg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_leather.jpg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_tiles.jpg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_treemoon.jpg -share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_wrinkles.jpg -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.ja_JP.eucJP -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/borders.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDERLESS/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDERLESS/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/DEFAULT/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/DEFAULT/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/ICONBOX/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/ICONBOX/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb1.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb2.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb3.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb4.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb5.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb6.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb8.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images/pb9.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb1.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb2.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb3.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb4.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb5.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb6.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb8.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb9.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/SHAPED/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/SHAPED/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/TRANSIENT/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/TRANSIENT/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/borders/borders.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/border.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b0-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b0.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b1-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b1.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b2-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b2.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b3-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b3.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b4-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b4.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b5-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b5.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b6-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b6.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b7-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b7.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b8-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/b8.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb4-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb4.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb5-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb5.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb6-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb6.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb8-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/bb8.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/black.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/blank.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t1-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t1-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t1.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t1b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t2-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t2.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t2s-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t2s.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t3-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t3-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t3.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t3b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t4-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t4-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t4.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t4b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t5-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t5-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t5.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/t5b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt1-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt1-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt1.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt1b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt2-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt2.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt2s-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt2s.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt3-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt3-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt3.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt3b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt4-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt4-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt4.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt4b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt5-.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt5-b.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt5.png -share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images/tt5b.png -share/enlightenment/themes/BrushedMetal-Tigert/buttons.cfg -share/enlightenment/themes/BrushedMetal-Tigert/buttons/buttons.cfg -share/enlightenment/themes/BrushedMetal-Tigert/buttons/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/colormodifiers.cfg -share/enlightenment/themes/BrushedMetal-Tigert/common/images/blank.png -share/enlightenment/themes/BrushedMetal-Tigert/common/images/light_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/coords/coords.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/coords/images/coord.png -share/enlightenment/themes/BrushedMetal-Tigert/cursors.cfg -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm -share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm.mask -share/enlightenment/themes/BrushedMetal-Tigert/cursors/cursors.cfg -share/enlightenment/themes/BrushedMetal-Tigert/cursors/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/desktops.cfg -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/bg.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/bt1.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/bt2.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/button1.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/button2.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/button3.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/indent.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/r1-.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/r1.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/sl1.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/sl1b.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/sl2.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/sl2b.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/slh.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/slv.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/w0-.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/w0.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/w1-.png -share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images/w1.png -share/enlightenment/themes/BrushedMetal-Tigert/dock/dock.cfg -share/enlightenment/themes/BrushedMetal-Tigert/dock/images/bt1.png -share/enlightenment/themes/BrushedMetal-Tigert/dock/images/bt2.png -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/dragbar.cfg -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images/a1.png -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images/a1b.png -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images/a2.png -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images/a2b.png -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images/bt1.png -share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images/bt2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/epplets/epplets.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_d1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_d2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_d3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_l1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_l2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_l3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_r1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_r2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_r3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_u1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_u2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ar_u3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/b1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/b2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/b3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/bb1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/bb2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/bg.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/bg_v.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/close1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/close2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/close3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/config1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/config2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/config3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/da.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/eject1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/eject2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/eject3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ff1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ff2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/ff3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/help1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/help2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/help3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/next1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/next2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/next3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/pause1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/pause2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/pause3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/pb_h.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/pb_v.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/play1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/play2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/play3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/prev1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/prev2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/prev3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/repeat1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/repeat2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/repeat3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/rw1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/rw2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/rw3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/s_h.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/s_k1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/s_k2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/s_v.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/skip1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/skip2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/skip3.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/stop1.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/stop2.png -share/enlightenment/themes/BrushedMetal-Tigert/epplets/images/stop3.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/eterm.cfg -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_d_1.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_d_2.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_l_1.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_l_2.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_r_1.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_r_2.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_u_1.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/a_u_2.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/bg.jpg -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/bt.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/mb2.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/mb3.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/sb1.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/sb2.png -share/enlightenment/themes/BrushedMetal-Tigert/eterm/images/t.png -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/images/mb1.png -share/enlightenment/themes/BrushedMetal-Tigert/focuslist/images/mb2.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_d1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_d2.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_l1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_l2.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_r1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_r2.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_u1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ar_u2.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/bt1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_h.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_v.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ib_h.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/ib_v.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/mb1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/sl1.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/sl2.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/slh.png -share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images/slv.png -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.ja_JP.eucJP -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/imageclasses.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.ja_JP.eucJP -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/init.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/init/images/bt1.png -share/enlightenment/themes/BrushedMetal-Tigert/init/images/light_vetical_gradient_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/init/images/progress_bar.png -share/enlightenment/themes/BrushedMetal-Tigert/init/images/text_bg.png -share/enlightenment/themes/BrushedMetal-Tigert/init/images/turquoise_brushed.png -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/init/init.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.ja_JP.eucJP -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/menustyles.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/images/mb1.png -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/images/mb2.png -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/images/mb3.png -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/pager/images/mb1.png -share/enlightenment/themes/BrushedMetal-Tigert/pager/images/p_bg.png -share/enlightenment/themes/BrushedMetal-Tigert/pager/images/p_sel.png -share/enlightenment/themes/BrushedMetal-Tigert/pager/images/p_win.png -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/pager/pager.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/slideouts.cfg -share/enlightenment/themes/BrushedMetal-Tigert/slideouts/images/.directory -share/enlightenment/themes/BrushedMetal-Tigert/slideouts/slideouts.cfg -share/enlightenment/themes/BrushedMetal-Tigert/sound.cfg -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_already_active.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_error_ipc.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_goodbye.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_logout.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_scanning.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_areas.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_audio.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_autoraise.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_bg.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_desktops.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_focus.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_fx.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_moveresize.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_pager.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_placement.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_settings_tooltips.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_wait.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_warning.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/E_welcome.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_DEICONIFY.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_DESKTOP_SHUT.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_FOCUS_SET.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_ICONIFY.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_MENU_SHOW.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_AREA_DOWN.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_RESIST.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_NEW_ICONBOX.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_SHADE.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_UNSHADE.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_BORDER_CHANGE.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CHANGE_LAYER_DOWN.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CLOSE.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_SLIDE.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_STICK.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_UNSTICK.wav -share/enlightenment/themes/BrushedMetal-Tigert/sound/sound.cfg -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.ja_JP.eucJP -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/tooltips.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/imageclasses.cfg -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/images/cloud1.png -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/images/cloud2.png -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/images/cloud_logo.png -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja_JP -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja_JP.EUC -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja_JP.euc -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja_JP.ujis -share/enlightenment/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.japanese -share/enlightenment/themes/BrushedMetal-Tigert/ttfonts/.directory -share/enlightenment/themes/BrushedMetal-Tigert/windowmatches.cfg -share/enlightenment/themes/DEFAULT -share/enlightenment/themes/Ganymede/ABOUT/MAIN -share/enlightenment/themes/Ganymede/ABOUT/background.png -share/enlightenment/themes/Ganymede/ABOUT/bullet.gif -share/enlightenment/themes/Ganymede/ABOUT/econtrol.png -share/enlightenment/themes/Ganymede/ABOUT/ganymede.png -share/enlightenment/themes/Ganymede/ABOUT/ganymede.ttf -share/enlightenment/themes/Ganymede/ABOUT/pulldowns.png -share/enlightenment/themes/Ganymede/ACTIVATE_BUTTONS -share/enlightenment/themes/Ganymede/BUTTON_CONFIG_HOWTO -share/enlightenment/themes/Ganymede/ChangeLog -share/enlightenment/themes/Ganymede/Eterm/imageclasses.cfg -share/enlightenment/themes/Ganymede/Ganymede/MAIN -share/enlightenment/themes/Ganymede/Ganymede/arrow_down1.png -share/enlightenment/themes/Ganymede/Ganymede/arrow_down2.png -share/enlightenment/themes/Ganymede/Ganymede/arrow_down3.png -share/enlightenment/themes/Ganymede/Ganymede/arrow_up1.png -share/enlightenment/themes/Ganymede/Ganymede/arrow_up2.png -share/enlightenment/themes/Ganymede/Ganymede/arrow_up3.png -share/enlightenment/themes/Ganymede/Ganymede/background_vert.png -share/enlightenment/themes/Ganymede/Ganymede/blue.ppm -share/enlightenment/themes/Ganymede/Ganymede/blue_dark.ppm -share/enlightenment/themes/Ganymede/Ganymede/green.ppm -share/enlightenment/themes/Ganymede/Ganymede/red.ppm -share/enlightenment/themes/Ganymede/Ganymede/scrollbar_vert.png -share/enlightenment/themes/Ganymede/Ganymede/theme.cfg -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/bg_bordered.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/bg_chart.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/bg_panel.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/bg_spacer.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/bg_timer.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/chart_grid.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/chart_labels.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/digits.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/frame_horizontal.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/frame_side.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/gkrellmrc -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/krell_meter.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/krell_panel.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/meter_labels.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/net_leds.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/numbers.xpm -share/enlightenment/themes/Ganymede/Ganymede_gkrellm/ppp_button.xpm -share/enlightenment/themes/Ganymede/Makefile -share/enlightenment/themes/Ganymede/Pulldowns/ganymede.editors.menu -share/enlightenment/themes/Ganymede/Pulldowns/ganymede.graphics.menu -share/enlightenment/themes/Ganymede/Pulldowns/ganymede.mailers.menu -share/enlightenment/themes/Ganymede/Pulldowns/ganymede.net.menu -share/enlightenment/themes/Ganymede/Pulldowns/ganymede.other.menu -share/enlightenment/themes/Ganymede/Pulldowns/ganymede.terminals.menu -share/enlightenment/themes/Ganymede/README -share/enlightenment/themes/Ganymede/backgrounds/backgrounds.cfg -share/enlightenment/themes/Ganymede/backgrounds/images/French-Products-for-Ganymede.png -share/enlightenment/themes/Ganymede/backgrounds/images/enlightenment.png -share/enlightenment/themes/Ganymede/backgrounds/images/logo_small.png -share/enlightenment/themes/Ganymede/backgrounds/images/logo_tiny.png -share/enlightenment/themes/Ganymede/borders.cfg -share/enlightenment/themes/Ganymede/borders.cfg.ja -share/enlightenment/themes/Ganymede/borders.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders.cfg.ja_JP.eucJP -share/enlightenment/themes/Ganymede/borders.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders.cfg.japanese -share/enlightenment/themes/Ganymede/borders/BORDERLESS/border.cfg -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/DEFAULT/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/bottright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/right_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/right_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/slideout_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/slideout_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/slideout_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/slideout_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_button_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_button_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_button_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_button_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_lower_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_lower_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_lower_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_lower_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_raise_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_raise_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_raise_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_raise_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_stick_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_stick_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_stick_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_stick_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_top_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_top_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/top_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/top_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/top_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/top_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topleft_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topleft_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_left_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_left_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT/images/topright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/right_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/right_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/top_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/top_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/top_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/top_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_c.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_f.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_s.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_u.png -share/enlightenment/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/border.cfg -share/enlightenment/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/GREEN/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottleft_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottleft_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottright_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottright_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottright_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/bottright_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/left_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/left_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/right_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/right_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/slideout_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/slideout_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/slideout_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/slideout_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_button_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_button_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_button_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_button_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_iconify_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_iconify_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_iconify_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_iconify_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_lower_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_lower_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_lower_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_lower_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_raise_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_raise_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_raise_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_raise_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_slideout_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_slideout_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_slideout_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_slideout_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_stick_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_stick_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_stick_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_stick_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_top_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_top_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topleft_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topleft_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_left_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_left_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_left_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_left_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/top_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/top_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/top_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/top_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topleft_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topleft_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topleft_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topleft_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_left_c.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_left_f.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_left_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_left_u.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_s.png -share/enlightenment/themes/Ganymede/borders/GREEN/images/topright_u.png -share/enlightenment/themes/Ganymede/borders/ICONBOX/border.cfg -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/left_s.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/left_u.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/right_s.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/right_u.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/top_flat_s.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/top_flat_u.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/top_s.png -share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images/top_u.png -share/enlightenment/themes/Ganymede/borders/MENU_NOTITLE/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/PAGER/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_b_bottom_c.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_b_bottom_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_b_bottom_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_bottom_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_bottom_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_bottright_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_bottright_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_l_left_c.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_l_left_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_l_left_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_left_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_left_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_r_right_c.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_r_right_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_r_right_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_right_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_right_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_t_top_c.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_t_top_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_t_top_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_top_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_top_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_topleft_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_topleft_u.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_topright_s.png -share/enlightenment/themes/Ganymede/borders/PAGER/images/pager_topright_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_c.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_c.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_c.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_c.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_s.png -share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_u.png -share/enlightenment/themes/Ganymede/borders/PAGER_BOTTOM/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/PAGER_LEFT_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/RED/border.cfg -share/enlightenment/themes/Ganymede/borders/RED/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/RED/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/RED/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/RED/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/RED/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/RED/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/RED/images/bottleft_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottleft_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottright_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottright_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottright_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/bottright_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/left_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/left_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/right_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/right_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/slideout_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/slideout_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/slideout_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/slideout_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_button_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_button_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_button_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_button_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_iconify_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_iconify_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_iconify_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_iconify_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_lower_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_lower_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_lower_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_lower_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_raise_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_raise_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_raise_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_raise_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_slideout_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_slideout_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_slideout_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_slideout_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_stick_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_stick_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_stick_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_stick_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_top_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_top_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topleft_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topleft_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_left_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_left_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_left_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_left_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/top_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/top_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/top_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/top_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/topleft_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/topleft_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/topleft_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/topleft_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_left_c.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_left_f.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_left_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_left_u.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_s.png -share/enlightenment/themes/Ganymede/borders/RED/images/topright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/ROTATED/border.cfg.japanese -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/bottright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/button_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/button_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/button_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/button_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/iconify_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/iconify_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/iconify_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/iconify_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/right_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/right_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/slideout_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/slideout_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/slideout_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/slideout_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_button_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_button_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_button_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_button_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_iconify_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_iconify_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_iconify_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_iconify_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_lower_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_lower_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_lower_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_lower_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_raise_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_raise_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_raise_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_raise_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_slideout_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_slideout_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_slideout_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_slideout_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_stick_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_stick_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_stick_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_stick_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_top_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_top_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topleft_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topleft_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/top_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/top_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/top_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/top_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topleft_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topleft_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_left_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_left_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED/images/topright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/border.cfg -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/button_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/button_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/button_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/button_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/right_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/right_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/top_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/top_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/top_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/top_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_c.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_f.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_u.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_s.png -share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images/topright_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/border.cfg -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_c.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_f.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_left_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_left_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_right_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_right_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_c.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_f.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_top_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_top_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_u.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_s.png -share/enlightenment/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_u.png -share/enlightenment/themes/Ganymede/borders/borders.cfg -share/enlightenment/themes/Ganymede/borders/borders.cfg.ja -share/enlightenment/themes/Ganymede/borders/borders.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/borders.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/borders.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/borders.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/borders.cfg.japanese -share/enlightenment/themes/Ganymede/borders/common/border.cfg -share/enlightenment/themes/Ganymede/borders/common/border.cfg.ja -share/enlightenment/themes/Ganymede/borders/common/border.cfg.ja_JP -share/enlightenment/themes/Ganymede/borders/common/border.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/borders/common/border.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/borders/common/border.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/borders/common/border.cfg.japanese -share/enlightenment/themes/Ganymede/buttons/buttons.cfg -share/enlightenment/themes/Ganymede/buttons/buttons.cfg.ja -share/enlightenment/themes/Ganymede/buttons/buttons.cfg.ja_JP -share/enlightenment/themes/Ganymede/buttons/buttons.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/buttons/buttons.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/buttons/buttons.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/buttons/buttons.cfg.japanese -share/enlightenment/themes/Ganymede/buttons/images/btn_action_cleanup_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_action_deskray_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_action_exit_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_action_help_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_action_restart_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_autosave_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_cleanslide_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_deskslide_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_dragdir_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_dragorder_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_focus_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_mapslide_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_move_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_resize_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_slidemode_normal.png -share/enlightenment/themes/Ganymede/buttons/images/btn_sound_normal.png -share/enlightenment/themes/Ganymede/buttons/images/right_tab_template_clicked.png -share/enlightenment/themes/Ganymede/buttons/images/right_tab_template_sel.png -share/enlightenment/themes/Ganymede/buttons/images/right_tab_template_unsel.png -share/enlightenment/themes/Ganymede/buttons/images/tab_template_clicked.png -share/enlightenment/themes/Ganymede/buttons/images/tab_template_sel.png -share/enlightenment/themes/Ganymede/buttons/images/tab_template_unsel.png -share/enlightenment/themes/Ganymede/colormodifiers.cfg -share/enlightenment/themes/Ganymede/common/button_c.png -share/enlightenment/themes/Ganymede/common/button_f.png -share/enlightenment/themes/Ganymede/common/button_s.png -share/enlightenment/themes/Ganymede/common/button_u.png -share/enlightenment/themes/Ganymede/common/dock_c.png -share/enlightenment/themes/Ganymede/common/dock_s.png -share/enlightenment/themes/Ganymede/common/dock_u.png -share/enlightenment/themes/Ganymede/common/empty.png -share/enlightenment/themes/Ganymede/coords/coords.cfg -share/enlightenment/themes/Ganymede/coords/coords.cfg.ja -share/enlightenment/themes/Ganymede/coords/coords.cfg.ja_JP -share/enlightenment/themes/Ganymede/coords/coords.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/coords/coords.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/coords/coords.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/coords/coords.cfg.japanese -share/enlightenment/themes/Ganymede/cursors.cfg -share/enlightenment/themes/Ganymede/cursors/bw_images/cursor.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/cursor.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/iconify.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/iconify.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/kill.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/kill.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/move.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/move.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/new.gif -share/enlightenment/themes/Ganymede/cursors/bw_images/resize.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/resize.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_br.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_br.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_h.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_h.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_tr.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_tr.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_v.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/resize_v.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/slideout.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/slideout.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm.mask -share/enlightenment/themes/Ganymede/cursors/bw_images/sticky.xbm -share/enlightenment/themes/Ganymede/cursors/bw_images/sticky.xbm.mask -share/enlightenment/themes/Ganymede/cursors/cursors.cfg -share/enlightenment/themes/Ganymede/desktops.cfg -share/enlightenment/themes/Ganymede/dialogs/#dialogs.cfg# -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg.ja -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg.ja_JP -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/dialogs/dialogs.cfg.japanese -share/enlightenment/themes/Ganymede/dialogs/images/checkbox_f.png -share/enlightenment/themes/Ganymede/dialogs/images/checkbox_s.png -share/enlightenment/themes/Ganymede/dialogs/images/checkbox_u.png -share/enlightenment/themes/Ganymede/dialogs/images/knob_clicked.png -share/enlightenment/themes/Ganymede/dialogs/images/knob_normal.png -share/enlightenment/themes/Ganymede/dialogs/images/radio_focused.png -share/enlightenment/themes/Ganymede/dialogs/images/radio_sel.png -share/enlightenment/themes/Ganymede/dialogs/images/radio_unsel.png -share/enlightenment/themes/Ganymede/dialogs/images/separator.png -share/enlightenment/themes/Ganymede/dialogs/images/slider_back_horiz.png -share/enlightenment/themes/Ganymede/dialogs/images/slider_back_vert.png -share/enlightenment/themes/Ganymede/dock/dock.cfg -share/enlightenment/themes/Ganymede/dragbar/dragbar.cfg -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_clicked.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_deskray_clicked.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_deskray_hilited.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_deskray_normal.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_deskray_vert_clicked.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_deskray_vert_hilited.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_deskray_vert_normal.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_hilited.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_lower_clicked.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_lower_hilited.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_lower_normal.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_normal.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_raise_clicked.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_raise_hilited.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_raise_normal.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_vert_clicked.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_vert_hilited.png -share/enlightenment/themes/Ganymede/dragbar/images/dragbar_vert_normal.png -share/enlightenment/themes/Ganymede/epplets/epplets.cfg -share/enlightenment/themes/Ganymede/epplets/epplets.cfg.ja -share/enlightenment/themes/Ganymede/epplets/epplets.cfg.ja_JP -share/enlightenment/themes/Ganymede/epplets/epplets.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/epplets/epplets.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/epplets/epplets.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/epplets/epplets.cfg.japanese -share/enlightenment/themes/Ganymede/epplets/images/arrow_down_c.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_down_s.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_down_u.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_left_c.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_left_s.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_left_u.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_right_c.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_right_s.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_right_u.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_up_c.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_up_s.png -share/enlightenment/themes/Ganymede/epplets/images/arrow_up_u.png -share/enlightenment/themes/Ganymede/epplets/images/button_c.png -share/enlightenment/themes/Ganymede/epplets/images/button_s.png -share/enlightenment/themes/Ganymede/epplets/images/button_u.png -share/enlightenment/themes/Ganymede/epplets/images/close_c.png -share/enlightenment/themes/Ganymede/epplets/images/close_s.png -share/enlightenment/themes/Ganymede/epplets/images/close_u.png -share/enlightenment/themes/Ganymede/epplets/images/configure_c.png -share/enlightenment/themes/Ganymede/epplets/images/configure_s.png -share/enlightenment/themes/Ganymede/epplets/images/configure_u.png -share/enlightenment/themes/Ganymede/epplets/images/eject_c.png -share/enlightenment/themes/Ganymede/epplets/images/eject_s.png -share/enlightenment/themes/Ganymede/epplets/images/eject_u.png -share/enlightenment/themes/Ganymede/epplets/images/ff_c.png -share/enlightenment/themes/Ganymede/epplets/images/ff_s.png -share/enlightenment/themes/Ganymede/epplets/images/ff_u.png -share/enlightenment/themes/Ganymede/epplets/images/help_c.png -share/enlightenment/themes/Ganymede/epplets/images/help_s.png -share/enlightenment/themes/Ganymede/epplets/images/help_u.png -share/enlightenment/themes/Ganymede/epplets/images/hslider_normal.png -share/enlightenment/themes/Ganymede/epplets/images/knob_clicked.png -share/enlightenment/themes/Ganymede/epplets/images/knob_normal.png -share/enlightenment/themes/Ganymede/epplets/images/next_c.png -share/enlightenment/themes/Ganymede/epplets/images/next_s.png -share/enlightenment/themes/Ganymede/epplets/images/next_u.png -share/enlightenment/themes/Ganymede/epplets/images/pause_c.png -share/enlightenment/themes/Ganymede/epplets/images/pause_s.png -share/enlightenment/themes/Ganymede/epplets/images/pause_u.png -share/enlightenment/themes/Ganymede/epplets/images/play_c.png -share/enlightenment/themes/Ganymede/epplets/images/play_s.png -share/enlightenment/themes/Ganymede/epplets/images/play_u.png -share/enlightenment/themes/Ganymede/epplets/images/prev_c.png -share/enlightenment/themes/Ganymede/epplets/images/prev_s.png -share/enlightenment/themes/Ganymede/epplets/images/prev_u.png -share/enlightenment/themes/Ganymede/epplets/images/repeat_c.png -share/enlightenment/themes/Ganymede/epplets/images/repeat_s.png -share/enlightenment/themes/Ganymede/epplets/images/repeat_u.png -share/enlightenment/themes/Ganymede/epplets/images/rew_c.png -share/enlightenment/themes/Ganymede/epplets/images/rew_s.png -share/enlightenment/themes/Ganymede/epplets/images/rew_u.png -share/enlightenment/themes/Ganymede/epplets/images/skip_c.png -share/enlightenment/themes/Ganymede/epplets/images/skip_s.png -share/enlightenment/themes/Ganymede/epplets/images/skip_u.png -share/enlightenment/themes/Ganymede/epplets/images/stop_c.png -share/enlightenment/themes/Ganymede/epplets/images/stop_s.png -share/enlightenment/themes/Ganymede/epplets/images/stop_u.png -share/enlightenment/themes/Ganymede/epplets/images/vslider_normal.png -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg.ja -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg.ja_JP -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/iconbox/iconbox.cfg.japanese -share/enlightenment/themes/Ganymede/iconbox/images/arrow_down1.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_down2.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_down3.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_left1.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_left2.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_left3.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_right1.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_right2.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_right3.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_up1.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_up2.png -share/enlightenment/themes/Ganymede/iconbox/images/arrow_up3.png -share/enlightenment/themes/Ganymede/iconbox/images/back.png -share/enlightenment/themes/Ganymede/iconbox/images/cover.png -share/enlightenment/themes/Ganymede/iconbox/images/knob_clicked.png -share/enlightenment/themes/Ganymede/iconbox/images/knob_normal.png -share/enlightenment/themes/Ganymede/iconbox/images/scrollbar_horiz.png -share/enlightenment/themes/Ganymede/iconbox/images/scrollbar_vert.png -share/enlightenment/themes/Ganymede/imageclasses.cfg -share/enlightenment/themes/Ganymede/imageclasses.cfg.ja -share/enlightenment/themes/Ganymede/imageclasses.cfg.ja_JP -share/enlightenment/themes/Ganymede/imageclasses.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/imageclasses.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/imageclasses.cfg.ja_JP.eucJP -share/enlightenment/themes/Ganymede/imageclasses.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/imageclasses.cfg.japanese -share/enlightenment/themes/Ganymede/init.cfg -share/enlightenment/themes/Ganymede/init.cfg.ja -share/enlightenment/themes/Ganymede/init.cfg.ja_JP -share/enlightenment/themes/Ganymede/init.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/init.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/init.cfg.ja_JP.eucJP -share/enlightenment/themes/Ganymede/init.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/init.cfg.japanese -share/enlightenment/themes/Ganymede/init/images/background_left.png -share/enlightenment/themes/Ganymede/init/images/background_left_rot.png -share/enlightenment/themes/Ganymede/init/images/background_right.png -share/enlightenment/themes/Ganymede/init/images/empty.png -share/enlightenment/themes/Ganymede/init/images/ganymede.png -share/enlightenment/themes/Ganymede/init/images/progressbar.png -share/enlightenment/themes/Ganymede/init/init.cfg -share/enlightenment/themes/Ganymede/init/init.cfg.ja -share/enlightenment/themes/Ganymede/init/init.cfg.ja_JP -share/enlightenment/themes/Ganymede/init/init.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/init/init.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/init/init.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/init/init.cfg.japanese -share/enlightenment/themes/Ganymede/menustyles.cfg -share/enlightenment/themes/Ganymede/menustyles.cfg.ja -share/enlightenment/themes/Ganymede/menustyles.cfg.ja_JP -share/enlightenment/themes/Ganymede/menustyles.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/menustyles.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/menustyles.cfg.ja_JP.eucJP -share/enlightenment/themes/Ganymede/menustyles.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/menustyles.cfg.japanese -share/enlightenment/themes/Ganymede/menustyles/images/back.png -share/enlightenment/themes/Ganymede/menustyles/images/clicked_more.png -share/enlightenment/themes/Ganymede/menustyles/images/editor.png -share/enlightenment/themes/Ganymede/menustyles/images/ee.png -share/enlightenment/themes/Ganymede/menustyles/images/focus.png -share/enlightenment/themes/Ganymede/menustyles/images/focus.png.back -share/enlightenment/themes/Ganymede/menustyles/images/focused_more.png -share/enlightenment/themes/Ganymede/menustyles/images/gimp.png -share/enlightenment/themes/Ganymede/menustyles/images/mail.png -share/enlightenment/themes/Ganymede/menustyles/images/net.png -share/enlightenment/themes/Ganymede/menustyles/images/normal_more.png -share/enlightenment/themes/Ganymede/menustyles/images/painting.png -share/enlightenment/themes/Ganymede/menustyles/images/terminal.png -share/enlightenment/themes/Ganymede/menustyles/images/tool.png -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg.ja -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg.ja_JP -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/menustyles/menustyles.cfg.japanese -share/enlightenment/themes/Ganymede/pager/images/pager_current.png -share/enlightenment/themes/Ganymede/pager/images/pager_current_blue.png -share/enlightenment/themes/Ganymede/pager/pager.cfg -share/enlightenment/themes/Ganymede/pager/pager.cfg.ja -share/enlightenment/themes/Ganymede/pager/pager.cfg.ja_JP -share/enlightenment/themes/Ganymede/pager/pager.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/pager/pager.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/pager/pager.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/pager/pager.cfg.japanese -share/enlightenment/themes/Ganymede/slideouts.cfg -share/enlightenment/themes/Ganymede/slideouts.cfg.ja -share/enlightenment/themes/Ganymede/slideouts.cfg.ja_JP -share/enlightenment/themes/Ganymede/slideouts.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/slideouts.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/slideouts.cfg.ja_JP.eucJP -share/enlightenment/themes/Ganymede/slideouts.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/slideouts.cfg.japanese -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/iconify_c.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/iconify_f.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/iconify_s.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/iconify_u.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/lower_c.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/lower_f.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/lower_s.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/lower_u.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/raise_c.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/raise_f.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/raise_s.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/raise_u.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/stick_c.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/stick_f.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/stick_s.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/stick_u.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/template_button_c.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/template_button_f.png -share/enlightenment/themes/Ganymede/slideouts/images/BLUE/template_button_s.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/iconify_c.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/iconify_f.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/iconify_s.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/iconify_u.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/lower_c.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/lower_f.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/lower_s.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/lower_u.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/raise_c.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/raise_f.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/raise_s.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/raise_u.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/stick_c.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/stick_f.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/stick_s.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/stick_u.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/template_button_c.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/template_button_f.png -share/enlightenment/themes/Ganymede/slideouts/images/GREEN/template_button_s.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/iconify_c.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/iconify_f.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/iconify_s.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/iconify_u.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/lower_c.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/lower_f.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/lower_s.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/lower_u.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/raise_c.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/raise_f.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/raise_s.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/raise_u.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/stick_c.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/stick_f.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/stick_s.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/stick_u.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/template_button_c.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/template_button_f.png -share/enlightenment/themes/Ganymede/slideouts/images/RED/template_button_s.png -share/enlightenment/themes/Ganymede/slideouts/images/iconify_c.png -share/enlightenment/themes/Ganymede/slideouts/images/iconify_f.png -share/enlightenment/themes/Ganymede/slideouts/images/iconify_s.png -share/enlightenment/themes/Ganymede/slideouts/images/iconify_u.png -share/enlightenment/themes/Ganymede/slideouts/images/lower_c.png -share/enlightenment/themes/Ganymede/slideouts/images/lower_f.png -share/enlightenment/themes/Ganymede/slideouts/images/lower_s.png -share/enlightenment/themes/Ganymede/slideouts/images/lower_u.png -share/enlightenment/themes/Ganymede/slideouts/images/raise_c.png -share/enlightenment/themes/Ganymede/slideouts/images/raise_f.png -share/enlightenment/themes/Ganymede/slideouts/images/raise_s.png -share/enlightenment/themes/Ganymede/slideouts/images/raise_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/lower_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/lower_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/lower_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/lower_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/raise_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/raise_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/raise_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/raise_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/stick_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/stick_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/stick_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE/stick_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/iconify_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/iconify_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/iconify_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/iconify_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/lower_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/lower_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/lower_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/lower_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/raise_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/raise_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/raise_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/raise_u.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/stick_c.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/stick_f.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/stick_s.png -share/enlightenment/themes/Ganymede/slideouts/images/rotated/stick_u.png -share/enlightenment/themes/Ganymede/slideouts/images/stick_c.png -share/enlightenment/themes/Ganymede/slideouts/images/stick_f.png -share/enlightenment/themes/Ganymede/slideouts/images/stick_s.png -share/enlightenment/themes/Ganymede/slideouts/images/stick_u.png -share/enlightenment/themes/Ganymede/slideouts/images/template_button_c.png -share/enlightenment/themes/Ganymede/slideouts/images/template_button_f.png -share/enlightenment/themes/Ganymede/slideouts/images/template_button_s.png -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg.ja -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg.ja_JP -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg.ja_JP.EUC -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg.ja_JP.euc -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg.ja_JP.ujis -share/enlightenment/themes/Ganymede/slideouts/slideouts.cfg.japanese -share/enlightenment/themes/Ganymede/sound.cfg -share/enlightenment/themes/Ganymede/sound/samples/conlink.wav -share/enlightenment/themes/Ganymede/sound/samples/missile.wav -share/enlightenment/themes/Ganymede/sound/samples/service.wav -share/enlightenment/themes/Ganymede/sound/samples/whoosh.wav -share/enlightenment/themes/Ganymede/sound/sound.cfg -share/enlightenment/themes/Ganymede/tooltips.cfg -share/enlightenment/themes/Ganymede/tooltips/images/bubble_large.png -share/enlightenment/themes/Ganymede/tooltips/images/bubble_small.png -share/enlightenment/themes/Ganymede/tooltips/tooltips.cfg -share/enlightenment/themes/Ganymede/ttfonts/ganymede.ttf -share/enlightenment/themes/Ganymede/ttfonts/ganymede_italic.ttf -share/enlightenment/themes/Ganymede/windowmatches.cfg -share/enlightenment/themes/ShinyMetal/ABOUT/Edoc_bg.png -share/enlightenment/themes/ShinyMetal/ABOUT/MAIN -share/enlightenment/themes/ShinyMetal/ABOUT/aircut3.ttf -share/enlightenment/themes/ShinyMetal/README -share/enlightenment/themes/ShinyMetal/backgrounds/backgrounds.cfg -share/enlightenment/themes/ShinyMetal/borders.cfg -share/enlightenment/themes/ShinyMetal/borders/BORDERLESS/border.cfg -share/enlightenment/themes/ShinyMetal/borders/BOTTOM/border.cfg -share/enlightenment/themes/ShinyMetal/borders/DEFAULT/border.cfg -share/enlightenment/themes/ShinyMetal/borders/FIXEDSIZE/border.cfg -share/enlightenment/themes/ShinyMetal/borders/ICONBOX/border.cfg -share/enlightenment/themes/ShinyMetal/borders/MENU_BORDER/border.cfg -share/enlightenment/themes/ShinyMetal/borders/PAGER/border.cfg -share/enlightenment/themes/ShinyMetal/borders/SHAPED/border.cfg -share/enlightenment/themes/ShinyMetal/borders/SIDE/border.cfg -share/enlightenment/themes/ShinyMetal/borders/TRANSIENT/border.cfg -share/enlightenment/themes/ShinyMetal/borders/borders.cfg -share/enlightenment/themes/ShinyMetal/borders/images.cfg -share/enlightenment/themes/ShinyMetal/borders/images/.directory -share/enlightenment/themes/ShinyMetal/borders/slideouts.cfg -share/enlightenment/themes/ShinyMetal/coords/coords.cfg -share/enlightenment/themes/ShinyMetal/coords/coords.cfg.ja -share/enlightenment/themes/ShinyMetal/coords/coords.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/coords/coords.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/coords/coords.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/coords/coords.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/coords/coords.cfg.japanese -share/enlightenment/themes/ShinyMetal/cursors.cfg -share/enlightenment/themes/ShinyMetal/cursors/cursors.cfg -share/enlightenment/themes/ShinyMetal/cursors/images/cursor.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/cursor.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/iconify.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/iconify.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/kill.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/kill.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/move.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/move.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/resize_br.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/resize_br.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/resize_h.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/resize_h.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/resize_tr.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/resize_tr.xbm.mask -share/enlightenment/themes/ShinyMetal/cursors/images/resize_v.xbm -share/enlightenment/themes/ShinyMetal/cursors/images/resize_v.xbm.mask -share/enlightenment/themes/ShinyMetal/desktops.cfg -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg.ja -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/dialogs/dialogs.cfg.japanese -share/enlightenment/themes/ShinyMetal/dialogs/images/bg.png -share/enlightenment/themes/ShinyMetal/dialogs/images/bt1.png -share/enlightenment/themes/ShinyMetal/dialogs/images/bt2.png -share/enlightenment/themes/ShinyMetal/dialogs/images/button1.png -share/enlightenment/themes/ShinyMetal/dialogs/images/button2.png -share/enlightenment/themes/ShinyMetal/dialogs/images/button3.png -share/enlightenment/themes/ShinyMetal/dialogs/images/indent.png -share/enlightenment/themes/ShinyMetal/dialogs/images/r1-.png -share/enlightenment/themes/ShinyMetal/dialogs/images/r1.png -share/enlightenment/themes/ShinyMetal/dialogs/images/rule.png -share/enlightenment/themes/ShinyMetal/dialogs/images/sl1.png -share/enlightenment/themes/ShinyMetal/dialogs/images/sl2.png -share/enlightenment/themes/ShinyMetal/dialogs/images/slh.png -share/enlightenment/themes/ShinyMetal/dialogs/images/slv.png -share/enlightenment/themes/ShinyMetal/dialogs/images/w0-.png -share/enlightenment/themes/ShinyMetal/dialogs/images/w0.png -share/enlightenment/themes/ShinyMetal/dialogs/images/w1-.png -share/enlightenment/themes/ShinyMetal/dialogs/images/w1.png -share/enlightenment/themes/ShinyMetal/dock/dock.cfg -share/enlightenment/themes/ShinyMetal/dragbar/dragbar.cfg -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_clicked.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_deskray_clicked.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_deskray_hilited.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_deskray_normal.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_clicked.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_hilited.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_normal.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_hilited.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_lower_clicked.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_lower_hilited.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_lower_normal.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_normal.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_raise_0.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_raise_clicked.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_raise_hilited.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_raise_normal.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_vert_clicked.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_vert_hilited.png -share/enlightenment/themes/ShinyMetal/dragbar/images/dragbar_vert_normal.png -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg.ja -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/epplets/epplets.cfg.japanese -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_d1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_d2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_d3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_l1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_l2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_l3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_r1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_r2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_r3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_u1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_u2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ar_u3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/b1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/b2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/b3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/bb1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/bb2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/bg_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/bg_v.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/close1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/close2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/close3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/config1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/config2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/config3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/da.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/eject1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/eject2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/eject3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ff1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ff2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/ff3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/help1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/help2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/help3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/next1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/next2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/next3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/pause1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/pause2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/pause3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/pb_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/pb_v.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/play1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/play2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/play3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/prev1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/prev2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/prev3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/repeat1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/repeat2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/repeat3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/rw1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/rw2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/rw3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/s_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/s_k1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/s_k2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/s_v.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/skip1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/skip2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/skip3.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/stop1.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/stop2.png -share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics/stop3.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_d1.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_d2.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_d3.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_l1.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_l2.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_l3.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_r1.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_r2.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_r3.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_u1.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_u2.png -share/enlightenment/themes/ShinyMetal/epplets/images/ar_u3.png -share/enlightenment/themes/ShinyMetal/epplets/images/b1.png -share/enlightenment/themes/ShinyMetal/epplets/images/b2.png -share/enlightenment/themes/ShinyMetal/epplets/images/b3.png -share/enlightenment/themes/ShinyMetal/epplets/images/bb1.png -share/enlightenment/themes/ShinyMetal/epplets/images/bb2.png -share/enlightenment/themes/ShinyMetal/epplets/images/bg_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/bg_v.png -share/enlightenment/themes/ShinyMetal/epplets/images/close1.png -share/enlightenment/themes/ShinyMetal/epplets/images/close2.png -share/enlightenment/themes/ShinyMetal/epplets/images/close3.png -share/enlightenment/themes/ShinyMetal/epplets/images/config1.png -share/enlightenment/themes/ShinyMetal/epplets/images/config2.png -share/enlightenment/themes/ShinyMetal/epplets/images/config3.png -share/enlightenment/themes/ShinyMetal/epplets/images/da.png -share/enlightenment/themes/ShinyMetal/epplets/images/eject1.png -share/enlightenment/themes/ShinyMetal/epplets/images/eject2.png -share/enlightenment/themes/ShinyMetal/epplets/images/eject3.png -share/enlightenment/themes/ShinyMetal/epplets/images/ff1.png -share/enlightenment/themes/ShinyMetal/epplets/images/ff2.png -share/enlightenment/themes/ShinyMetal/epplets/images/ff3.png -share/enlightenment/themes/ShinyMetal/epplets/images/help1.png -share/enlightenment/themes/ShinyMetal/epplets/images/help2.png -share/enlightenment/themes/ShinyMetal/epplets/images/help3.png -share/enlightenment/themes/ShinyMetal/epplets/images/next1.png -share/enlightenment/themes/ShinyMetal/epplets/images/next2.png -share/enlightenment/themes/ShinyMetal/epplets/images/next3.png -share/enlightenment/themes/ShinyMetal/epplets/images/pause1.png -share/enlightenment/themes/ShinyMetal/epplets/images/pause2.png -share/enlightenment/themes/ShinyMetal/epplets/images/pause3.png -share/enlightenment/themes/ShinyMetal/epplets/images/pb_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/pb_v.png -share/enlightenment/themes/ShinyMetal/epplets/images/play1.png -share/enlightenment/themes/ShinyMetal/epplets/images/play2.png -share/enlightenment/themes/ShinyMetal/epplets/images/play3.png -share/enlightenment/themes/ShinyMetal/epplets/images/prev1.png -share/enlightenment/themes/ShinyMetal/epplets/images/prev2.png -share/enlightenment/themes/ShinyMetal/epplets/images/prev3.png -share/enlightenment/themes/ShinyMetal/epplets/images/repeat1.png -share/enlightenment/themes/ShinyMetal/epplets/images/repeat2.png -share/enlightenment/themes/ShinyMetal/epplets/images/repeat3.png -share/enlightenment/themes/ShinyMetal/epplets/images/rw1.png -share/enlightenment/themes/ShinyMetal/epplets/images/rw2.png -share/enlightenment/themes/ShinyMetal/epplets/images/rw3.png -share/enlightenment/themes/ShinyMetal/epplets/images/s_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/s_k1.png -share/enlightenment/themes/ShinyMetal/epplets/images/s_k2.png -share/enlightenment/themes/ShinyMetal/epplets/images/s_v.png -share/enlightenment/themes/ShinyMetal/epplets/images/skip1.png -share/enlightenment/themes/ShinyMetal/epplets/images/skip2.png -share/enlightenment/themes/ShinyMetal/epplets/images/skip3.png -share/enlightenment/themes/ShinyMetal/epplets/images/stop1.png -share/enlightenment/themes/ShinyMetal/epplets/images/stop2.png -share/enlightenment/themes/ShinyMetal/epplets/images/stop3.png -share/enlightenment/themes/ShinyMetal/epplets/images/tmp/bg_h.png -share/enlightenment/themes/ShinyMetal/epplets/images/tmp/bg_v.png -share/enlightenment/themes/ShinyMetal/eterm/eterm.cfg -share/enlightenment/themes/ShinyMetal/eterm/images/a_d_1.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_d_2.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_l_1.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_l_2.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_r_1.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_r_2.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_u_1.png -share/enlightenment/themes/ShinyMetal/eterm/images/a_u_2.png -share/enlightenment/themes/ShinyMetal/eterm/images/bg.jpg -share/enlightenment/themes/ShinyMetal/eterm/images/bt.png -share/enlightenment/themes/ShinyMetal/eterm/images/mb2.png -share/enlightenment/themes/ShinyMetal/eterm/images/mb3.png -share/enlightenment/themes/ShinyMetal/eterm/images/sb1.png -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg.ja -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/focuslist/focuslist.cfg.japanese -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg.ja -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/iconbox/iconbox.cfg.japanese -share/enlightenment/themes/ShinyMetal/imageclasses.cfg -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.ja -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.ja_JP.eucJP -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/imageclasses.cfg.japanese -share/enlightenment/themes/ShinyMetal/images/bar_amber_horizontal_1.png -share/enlightenment/themes/ShinyMetal/images/bar_amber_horizontal_2.png -share/enlightenment/themes/ShinyMetal/images/bar_amber_horizontal_3.png -share/enlightenment/themes/ShinyMetal/images/bar_amber_vertical_1.png -share/enlightenment/themes/ShinyMetal/images/bar_amber_vertical_2.png -share/enlightenment/themes/ShinyMetal/images/bar_amber_vertical_3.png -share/enlightenment/themes/ShinyMetal/images/bar_horizontal_1.png -share/enlightenment/themes/ShinyMetal/images/bar_horizontal_2.png -share/enlightenment/themes/ShinyMetal/images/bar_horizontal_3.png -share/enlightenment/themes/ShinyMetal/images/bar_vertical_1.png -share/enlightenment/themes/ShinyMetal/images/bar_vertical_2.png -share/enlightenment/themes/ShinyMetal/images/bar_vertical_3.png -share/enlightenment/themes/ShinyMetal/images/black.png -share/enlightenment/themes/ShinyMetal/images/blank.png -share/enlightenment/themes/ShinyMetal/images/button_1.png -share/enlightenment/themes/ShinyMetal/images/button_2.png -share/enlightenment/themes/ShinyMetal/images/button_3.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_down_1.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_down_2.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_down_3.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_left_1.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_left_2.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_left_3.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_right_1.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_right_2.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_right_3.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_up_1.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_up_2.png -share/enlightenment/themes/ShinyMetal/images/button_arrow_up_3.png -share/enlightenment/themes/ShinyMetal/images/button_iconify_1.png -share/enlightenment/themes/ShinyMetal/images/button_iconify_2.png -share/enlightenment/themes/ShinyMetal/images/button_iconify_3.png -share/enlightenment/themes/ShinyMetal/images/button_kill_1.png -share/enlightenment/themes/ShinyMetal/images/button_kill_2.png -share/enlightenment/themes/ShinyMetal/images/button_kill_3.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_1.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_2.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_3.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_horizontal_1.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_horizontal_2.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_horizontal_3.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_vertical_1.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_vertical_2.png -share/enlightenment/themes/ShinyMetal/images/button_maximise_vertical_3.png -share/enlightenment/themes/ShinyMetal/images/button_slideout_right_1.png -share/enlightenment/themes/ShinyMetal/images/button_slideout_right_2.png -share/enlightenment/themes/ShinyMetal/images/button_slideout_right_3.png -share/enlightenment/themes/ShinyMetal/images/button_stick_1.png -share/enlightenment/themes/ShinyMetal/images/button_stick_2.png -share/enlightenment/themes/ShinyMetal/images/button_stick_3.png -share/enlightenment/themes/ShinyMetal/images/button_swirl_1.png -share/enlightenment/themes/ShinyMetal/images/button_swirl_2.png -share/enlightenment/themes/ShinyMetal/images/button_swirl_3.png -share/enlightenment/themes/ShinyMetal/images/button_up_bar_1.png -share/enlightenment/themes/ShinyMetal/images/button_up_bar_2.png -share/enlightenment/themes/ShinyMetal/images/button_up_bar_3.png -share/enlightenment/themes/ShinyMetal/images/dock1.png -share/enlightenment/themes/ShinyMetal/images/dock2.png -share/enlightenment/themes/ShinyMetal/images/dock3.png -share/enlightenment/themes/ShinyMetal/images/icon.png -share/enlightenment/themes/ShinyMetal/init.cfg -share/enlightenment/themes/ShinyMetal/init.cfg.ja -share/enlightenment/themes/ShinyMetal/init.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/init.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/init.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/init.cfg.ja_JP.eucJP -share/enlightenment/themes/ShinyMetal/init.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/init.cfg.japanese -share/enlightenment/themes/ShinyMetal/init/images/progress_bar.png -share/enlightenment/themes/ShinyMetal/init/images/progress_bar_number.png -share/enlightenment/themes/ShinyMetal/init/images/progress_bar_text.png -share/enlightenment/themes/ShinyMetal/init/images/startup_background.jpg -share/enlightenment/themes/ShinyMetal/init/images/startup_logo.png -share/enlightenment/themes/ShinyMetal/init/init.cfg -share/enlightenment/themes/ShinyMetal/init/init.cfg.ja -share/enlightenment/themes/ShinyMetal/init/init.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/init/init.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/init/init.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/init/init.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/init/init.cfg.japanese -share/enlightenment/themes/ShinyMetal/menustyles.cfg -share/enlightenment/themes/ShinyMetal/menustyles/images/menu1.png -share/enlightenment/themes/ShinyMetal/menustyles/images/menu2.png -share/enlightenment/themes/ShinyMetal/menustyles/images/menu3.png -share/enlightenment/themes/ShinyMetal/menustyles/menustyles.cfg -share/enlightenment/themes/ShinyMetal/pager/.pager.cfg.swp -share/enlightenment/themes/ShinyMetal/pager/images/p_sel.png -share/enlightenment/themes/ShinyMetal/pager/pager.cfg -share/enlightenment/themes/ShinyMetal/pager/pager.cfg.ja -share/enlightenment/themes/ShinyMetal/pager/pager.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/pager/pager.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/pager/pager.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/pager/pager.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/pager/pager.cfg.japanese -share/enlightenment/themes/ShinyMetal/slideouts.cfg -share/enlightenment/themes/ShinyMetal/slideouts/.directory -share/enlightenment/themes/ShinyMetal/sound.cfg -share/enlightenment/themes/ShinyMetal/sound/samples/Beep.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Boing.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Boom.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Bubbles.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Bweep.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Doink.wav -share/enlightenment/themes/ShinyMetal/sound/samples/DoorClose.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Eeeooop.wav -share/enlightenment/themes/ShinyMetal/sound/samples/FingerSnap.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Machine.wav -share/enlightenment/themes/ShinyMetal/sound/samples/MechFootstep.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Shutdown.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Troll_Grumble.wav -share/enlightenment/themes/ShinyMetal/sound/samples/Wooeep.wav -share/enlightenment/themes/ShinyMetal/sound/samples/beethoven.wav -share/enlightenment/themes/ShinyMetal/sound/samples/boingiggig.wav -share/enlightenment/themes/ShinyMetal/sound/samples/drip.wav -share/enlightenment/themes/ShinyMetal/sound/samples/estart.wav -share/enlightenment/themes/ShinyMetal/sound/samples/rubberband.wav -share/enlightenment/themes/ShinyMetal/sound/samples/tink.wav -share/enlightenment/themes/ShinyMetal/sound/sound.cfg -share/enlightenment/themes/ShinyMetal/textclasses.cfg -share/enlightenment/themes/ShinyMetal/textclasses.cfg.ja -share/enlightenment/themes/ShinyMetal/textclasses.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/textclasses.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/textclasses.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/textclasses.cfg.ja_JP.eucJP -share/enlightenment/themes/ShinyMetal/textclasses.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/textclasses.cfg.japanese -share/enlightenment/themes/ShinyMetal/tooltips.cfg -share/enlightenment/themes/ShinyMetal/tooltips.cfg.ja -share/enlightenment/themes/ShinyMetal/tooltips.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/tooltips.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/tooltips.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/tooltips.cfg.ja_JP.eucJP -share/enlightenment/themes/ShinyMetal/tooltips.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/tooltips.cfg.japanese -share/enlightenment/themes/ShinyMetal/tooltips/images/ttip_cloud_big.png -share/enlightenment/themes/ShinyMetal/tooltips/images/ttip_cloud_small.png -share/enlightenment/themes/ShinyMetal/tooltips/images/ttip_help.png -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.ja -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.ja_JP -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.ja_JP.EUC -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.ja_JP.euc -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.ja_JP.ujis -share/enlightenment/themes/ShinyMetal/tooltips/tooltips.cfg.japanese -share/enlightenment/themes/ShinyMetal/ttfonts/rothwell.ttf -share/enlightenment/themes/ShinyMetal/ttfonts/zirkle.ttf -share/enlightenment/themes/ShinyMetal/windowmatches.cfg -share/locale/de/LC_MESSAGES/enlightenment.mo -share/locale/es/LC_MESSAGES/enlightenment.mo -share/locale/fr/LC_MESSAGES/enlightenment.mo -share/locale/hu/LC_MESSAGES/enlightenment.mo -share/locale/ko/LC_MESSAGES/enlightenment.mo -share/locale/nl/LC_MESSAGES/enlightenment.mo -share/locale/no/LC_MESSAGES/enlightenment.mo -share/locale/pt/LC_MESSAGES/enlightenment.mo -share/locale/ru/LC_MESSAGES/enlightenment.mo -share/locale/sv/LC_MESSAGES/enlightenment.mo -share/locale/tr/LC_MESSAGES/enlightenment.mo -share/locale/dk/LC_MESSAGES/enlightenment.mo -share/locale/en_US/LC_MESSAGES/enlightenment.mo -share/locale/pt_BR/LC_MESSAGES/enlightenment.mo -@exec ln -sf BrushedMetal-Tigert %D/share/enlightenment/themes/DEFAULT -@unexec rm -f %D/share/enlightenment/themes/DEFAULT -@dirrm share/enlightenment/themes/ShinyMetal/ttfonts -@dirrm share/enlightenment/themes/ShinyMetal/tooltips/images -@dirrm share/enlightenment/themes/ShinyMetal/tooltips -@dirrm share/enlightenment/themes/ShinyMetal/sound/samples -@dirrm share/enlightenment/themes/ShinyMetal/sound -@dirrm share/enlightenment/themes/ShinyMetal/slideouts -@dirrm share/enlightenment/themes/ShinyMetal/pager/images -@dirrm share/enlightenment/themes/ShinyMetal/pager -@dirrm share/enlightenment/themes/ShinyMetal/menustyles/images -@dirrm share/enlightenment/themes/ShinyMetal/menustyles -@dirrm share/enlightenment/themes/ShinyMetal/init/images -@dirrm share/enlightenment/themes/ShinyMetal/init -@dirrm share/enlightenment/themes/ShinyMetal/images -@dirrm share/enlightenment/themes/ShinyMetal/iconbox -@dirrm share/enlightenment/themes/ShinyMetal/focuslist -@dirrm share/enlightenment/themes/ShinyMetal/eterm/images -@dirrm share/enlightenment/themes/ShinyMetal/eterm -@dirrm share/enlightenment/themes/ShinyMetal/epplets/images/tmp -@dirrm share/enlightenment/themes/ShinyMetal/epplets/images/.xvpics -@dirrm share/enlightenment/themes/ShinyMetal/epplets/images -@dirrm share/enlightenment/themes/ShinyMetal/epplets -@dirrm share/enlightenment/themes/ShinyMetal/dragbar/images -@dirrm share/enlightenment/themes/ShinyMetal/dragbar -@dirrm share/enlightenment/themes/ShinyMetal/dock -@dirrm share/enlightenment/themes/ShinyMetal/dialogs/images -@dirrm share/enlightenment/themes/ShinyMetal/dialogs -@dirrm share/enlightenment/themes/ShinyMetal/cursors/images -@dirrm share/enlightenment/themes/ShinyMetal/cursors -@dirrm share/enlightenment/themes/ShinyMetal/coords -@dirrm share/enlightenment/themes/ShinyMetal/borders/images -@dirrm share/enlightenment/themes/ShinyMetal/borders/TRANSIENT -@dirrm share/enlightenment/themes/ShinyMetal/borders/SIDE -@dirrm share/enlightenment/themes/ShinyMetal/borders/SHAPED -@dirrm share/enlightenment/themes/ShinyMetal/borders/PAGER -@dirrm share/enlightenment/themes/ShinyMetal/borders/MENU_BORDER -@dirrm share/enlightenment/themes/ShinyMetal/borders/ICONBOX -@dirrm share/enlightenment/themes/ShinyMetal/borders/FIXEDSIZE -@dirrm share/enlightenment/themes/ShinyMetal/borders/DEFAULT -@dirrm share/enlightenment/themes/ShinyMetal/borders/BOTTOM -@dirrm share/enlightenment/themes/ShinyMetal/borders/BORDERLESS -@dirrm share/enlightenment/themes/ShinyMetal/borders -@dirrm share/enlightenment/themes/ShinyMetal/backgrounds -@dirrm share/enlightenment/themes/ShinyMetal/ABOUT -@dirrm share/enlightenment/themes/ShinyMetal -@dirrm share/enlightenment/themes/Ganymede/ttfonts -@dirrm share/enlightenment/themes/Ganymede/tooltips/images -@dirrm share/enlightenment/themes/Ganymede/tooltips -@dirrm share/enlightenment/themes/Ganymede/sound/samples -@dirrm share/enlightenment/themes/Ganymede/sound -@dirrm share/enlightenment/themes/Ganymede/slideouts/images/rotated/BLUE -@dirrm share/enlightenment/themes/Ganymede/slideouts/images/rotated -@dirrm share/enlightenment/themes/Ganymede/slideouts/images/RED -@dirrm share/enlightenment/themes/Ganymede/slideouts/images/GREEN -@dirrm share/enlightenment/themes/Ganymede/slideouts/images/BLUE -@dirrm share/enlightenment/themes/Ganymede/slideouts/images -@dirrm share/enlightenment/themes/Ganymede/slideouts -@dirrm share/enlightenment/themes/Ganymede/pager/images -@dirrm share/enlightenment/themes/Ganymede/pager -@dirrm share/enlightenment/themes/Ganymede/menustyles/images -@dirrm share/enlightenment/themes/Ganymede/menustyles -@dirrm share/enlightenment/themes/Ganymede/init/images -@dirrm share/enlightenment/themes/Ganymede/init -@dirrm share/enlightenment/themes/Ganymede/iconbox/images -@dirrm share/enlightenment/themes/Ganymede/iconbox -@dirrm share/enlightenment/themes/Ganymede/focuslist -@dirrm share/enlightenment/themes/Ganymede/epplets/images -@dirrm share/enlightenment/themes/Ganymede/epplets -@dirrm share/enlightenment/themes/Ganymede/dragbar/images -@dirrm share/enlightenment/themes/Ganymede/dragbar -@dirrm share/enlightenment/themes/Ganymede/dock -@dirrm share/enlightenment/themes/Ganymede/dialogs/images -@dirrm share/enlightenment/themes/Ganymede/dialogs -@dirrm share/enlightenment/themes/Ganymede/cursors/images -@dirrm share/enlightenment/themes/Ganymede/cursors/bw_images -@dirrm share/enlightenment/themes/Ganymede/cursors -@dirrm share/enlightenment/themes/Ganymede/coords -@dirrm share/enlightenment/themes/Ganymede/common -@dirrm share/enlightenment/themes/Ganymede/buttons/images -@dirrm share/enlightenment/themes/Ganymede/buttons -@dirrm share/enlightenment/themes/Ganymede/borders/common -@dirrm share/enlightenment/themes/Ganymede/borders/TRANSIENT/images -@dirrm share/enlightenment/themes/Ganymede/borders/TRANSIENT -@dirrm share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/ROTATED_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/ROTATED/images -@dirrm share/enlightenment/themes/Ganymede/borders/ROTATED -@dirrm share/enlightenment/themes/Ganymede/borders/RED/images -@dirrm share/enlightenment/themes/Ganymede/borders/RED -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_RIGHT -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_LEFT_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_LEFT_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_LEFT/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_LEFT -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_BOTTOM_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_BOTTOM/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_BOTTOM -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER/images -@dirrm share/enlightenment/themes/Ganymede/borders/PAGER -@dirrm share/enlightenment/themes/Ganymede/borders/MENU_NOTITLE/images -@dirrm share/enlightenment/themes/Ganymede/borders/MENU_NOTITLE -@dirrm share/enlightenment/themes/Ganymede/borders/MENU_BORDER/images -@dirrm share/enlightenment/themes/Ganymede/borders/MENU_BORDER -@dirrm share/enlightenment/themes/Ganymede/borders/ICONBOX -@dirrm share/enlightenment/themes/Ganymede/borders/GREEN/images -@dirrm share/enlightenment/themes/Ganymede/borders/GREEN -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/images -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE/images -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT_BLUE -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT/images -@dirrm share/enlightenment/themes/Ganymede/borders/DEFAULT -@dirrm share/enlightenment/themes/Ganymede/borders/BORDERLESS/images -@dirrm share/enlightenment/themes/Ganymede/borders/BORDERLESS -@dirrm share/enlightenment/themes/Ganymede/borders -@dirrm share/enlightenment/themes/Ganymede/backgrounds/images -@dirrm share/enlightenment/themes/Ganymede/backgrounds -@dirrm share/enlightenment/themes/Ganymede/Pulldowns -@dirrm share/enlightenment/themes/Ganymede/Ganymede_gkrellm -@dirrm share/enlightenment/themes/Ganymede/Ganymede -@dirrm share/enlightenment/themes/Ganymede/Eterm -@dirrm share/enlightenment/themes/Ganymede/ABOUT -@dirrm share/enlightenment/themes/Ganymede -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/ttfonts -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/tooltips/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/tooltips -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/sound/samples -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/sound -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/slideouts/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/slideouts -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/pager/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/pager -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/menustyles/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/menustyles -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/init/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/init -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/iconbox/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/iconbox -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/focuslist/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/focuslist -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/eterm/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/eterm -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/epplets/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/epplets -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/dragbar/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/dragbar -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/dock/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/dock -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/dialogs/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/dialogs -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/cursors/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/cursors/bw_images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/cursors -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/coords/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/coords -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/common/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/common -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/buttons/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/buttons -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/common/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/common -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/TRANSIENT/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/TRANSIENT -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/SHAPED/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/SHAPED -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/PAGER -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/MENU -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/ICONBOX/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/ICONBOX -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/FIXED_SIZE -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/DEFAULT/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/DEFAULT -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDER_ONLY -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDERLESS/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders/BORDERLESS -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/borders -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/backgrounds/images -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/backgrounds -@dirrm share/enlightenment/themes/BrushedMetal-Tigert/ABOUT -@dirrm share/enlightenment/themes/BrushedMetal-Tigert -@dirrm share/enlightenment/themes/BlueSteel/ttfonts -@dirrm share/enlightenment/themes/BlueSteel/tooltips/images -@dirrm share/enlightenment/themes/BlueSteel/tooltips -@dirrm share/enlightenment/themes/BlueSteel/sound/samples -@dirrm share/enlightenment/themes/BlueSteel/sound -@dirrm share/enlightenment/themes/BlueSteel/slideouts/images -@dirrm share/enlightenment/themes/BlueSteel/slideouts -@dirrm share/enlightenment/themes/BlueSteel/pager/images -@dirrm share/enlightenment/themes/BlueSteel/pager -@dirrm share/enlightenment/themes/BlueSteel/menustyles/images -@dirrm share/enlightenment/themes/BlueSteel/menustyles -@dirrm share/enlightenment/themes/BlueSteel/init/images -@dirrm share/enlightenment/themes/BlueSteel/init -@dirrm share/enlightenment/themes/BlueSteel/iconbox/images -@dirrm share/enlightenment/themes/BlueSteel/iconbox -@dirrm share/enlightenment/themes/BlueSteel/focuslist/images -@dirrm share/enlightenment/themes/BlueSteel/focuslist -@dirrm share/enlightenment/themes/BlueSteel/epplets/images -@dirrm share/enlightenment/themes/BlueSteel/epplets -@dirrm share/enlightenment/themes/BlueSteel/dragbar/images -@dirrm share/enlightenment/themes/BlueSteel/dragbar -@dirrm share/enlightenment/themes/BlueSteel/dock/images -@dirrm share/enlightenment/themes/BlueSteel/dock -@dirrm share/enlightenment/themes/BlueSteel/dialogs/images -@dirrm share/enlightenment/themes/BlueSteel/dialogs -@dirrm share/enlightenment/themes/BlueSteel/cursors/bw_images -@dirrm share/enlightenment/themes/BlueSteel/cursors -@dirrm share/enlightenment/themes/BlueSteel/coords/images -@dirrm share/enlightenment/themes/BlueSteel/coords -@dirrm share/enlightenment/themes/BlueSteel/common/images -@dirrm share/enlightenment/themes/BlueSteel/common -@dirrm share/enlightenment/themes/BlueSteel/buttons/images -@dirrm share/enlightenment/themes/BlueSteel/buttons -@dirrm share/enlightenment/themes/BlueSteel/borders/common/images -@dirrm share/enlightenment/themes/BlueSteel/borders/common -@dirrm share/enlightenment/themes/BlueSteel/borders/VERYSMALLFIXED/images -@dirrm share/enlightenment/themes/BlueSteel/borders/VERYSMALLFIXED -@dirrm share/enlightenment/themes/BlueSteel/borders/VERYSMALL/images -@dirrm share/enlightenment/themes/BlueSteel/borders/VERYSMALL -@dirrm share/enlightenment/themes/BlueSteel/borders/TRANSIENT/images -@dirrm share/enlightenment/themes/BlueSteel/borders/TRANSIENT -@dirrm share/enlightenment/themes/BlueSteel/borders/SMALLFIXED/images -@dirrm share/enlightenment/themes/BlueSteel/borders/SMALLFIXED -@dirrm share/enlightenment/themes/BlueSteel/borders/SMALL/images -@dirrm share/enlightenment/themes/BlueSteel/borders/SMALL -@dirrm share/enlightenment/themes/BlueSteel/borders/PAGER/images -@dirrm share/enlightenment/themes/BlueSteel/borders/PAGER -@dirrm share/enlightenment/themes/BlueSteel/borders/LEFTSIDE/images -@dirrm share/enlightenment/themes/BlueSteel/borders/LEFTSIDE -@dirrm share/enlightenment/themes/BlueSteel/borders/LEFTPAGER/images -@dirrm share/enlightenment/themes/BlueSteel/borders/LEFTPAGER -@dirrm share/enlightenment/themes/BlueSteel/borders/ICONBOX/images -@dirrm share/enlightenment/themes/BlueSteel/borders/ICONBOX -@dirrm share/enlightenment/themes/BlueSteel/borders/FIXEDSIZE/images -@dirrm share/enlightenment/themes/BlueSteel/borders/FIXEDSIZE -@dirrm share/enlightenment/themes/BlueSteel/borders/DEFAULT/images -@dirrm share/enlightenment/themes/BlueSteel/borders/DEFAULT -@dirrm share/enlightenment/themes/BlueSteel/borders/BORDERLESS/images -@dirrm share/enlightenment/themes/BlueSteel/borders/BORDERLESS -@dirrm share/enlightenment/themes/BlueSteel/borders -@dirrm share/enlightenment/themes/BlueSteel/backgrounds/images -@dirrm share/enlightenment/themes/BlueSteel/backgrounds -@dirrm share/enlightenment/themes/BlueSteel/Eterm/images -@dirrm share/enlightenment/themes/BlueSteel/Eterm -@dirrm share/enlightenment/themes/BlueSteel/ABOUT -@dirrm share/enlightenment/themes/BlueSteel -@dirrm share/enlightenment/themes -@dirrm share/enlightenment/config/pix -@dirrm share/enlightenment/config/backup -@dirrm share/enlightenment/config -@dirrm share/enlightenment/E-docs -@dirrm share/enlightenment diff --git a/x11/ethemes/Makefile b/x11/ethemes/Makefile index 868190434a2..b99a0f6a407 100644 --- a/x11/ethemes/Makefile +++ b/x11/ethemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/21 23:05:56 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/12/12 02:10:18 wiz Exp $ DISTNAME= ethemes-0.1 CATEGORIES= x11 @@ -8,7 +8,7 @@ DISTFILES= ${E_THEMES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://e.themes.org/ -DEPENDS+= enlightenment>=0.16.2:../../x11/enlightenment +DEPENDS+= enlightenment>=0.16.2:../../wm/enlightenment DIST_SUBDIR= ethemes USE_X11BASE= yes diff --git a/x11/flwm/files/md5 b/x11/flwm/files/md5 deleted file mode 100644 index 36b0676efb0..00000000000 --- a/x11/flwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $ - -MD5 (flwm-0.25.tgz) = be036c20b15a28eed2b688cd7ef3f202 diff --git a/x11/flwm/files/patch-sum b/x11/flwm/files/patch-sum deleted file mode 100644 index 4a040bbc39a..00000000000 --- a/x11/flwm/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $ - -MD5 (patch-aa) = 7bf16b6a2781e04a625835429991bea9 diff --git a/x11/flwm/patches/patch-aa b/x11/flwm/patches/patch-aa deleted file mode 100644 index 9a85b8bdeaf..00000000000 --- a/x11/flwm/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $ - ---- makeinclude.in.orig Sat Jan 9 14:48:33 1999 -+++ makeinclude.in Thu Aug 3 23:43:07 2000 -@@ -15,10 +15,11 @@ - MAKEDEPEND =@MAKEDEPEND@ - - # flags for C++ compiler: --CFLAGS =@CFLAGS@ --CFLAGS_D =@CFLAGS_D@ --CXXFLAGS =@CXXFLAGS@ --CXXFLAGS_D =@CXXFLAGS_D@ -+CPPFLAGS =@CPPFLAGS@ -+CFLAGS =@CFLAGS@ $(CPPFLAGS) -+CFLAGS_D =@CFLAGS_D@ $(CPPFLAGS) -+CXXFLAGS =@CXXFLAGS@ $(CPPFLAGS) -+CXXFLAGS_D =@CXXFLAGS_D@ $(CPPFLAGS) - - # libraries to link with: - LDLIBS =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm diff --git a/x11/flwm/pkg/COMMENT b/x11/flwm/pkg/COMMENT deleted file mode 100644 index 493f6936a8f..00000000000 --- a/x11/flwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The Fast, Light Window Manager diff --git a/x11/flwm/pkg/DESCR b/x11/flwm/pkg/DESCR deleted file mode 100644 index b2f49f5e523..00000000000 --- a/x11/flwm/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -Flwm is an attempt to combine the best ideas seen in several window managers. -The primary influence and code base is from wm2 by Chris Cannam. - -Primary features are: - - * Nifty sideways titlebars. - * No icons. You deiconize by picking off a pop-up menu. This means no - space is wasted by icons. - * The same pop-up menu controls multiple desktops and lets you launch - programs. - * Occupies as little screen space as possible. The border and titles are - as thin as I could possibly make them. And maximized windows waste - zero pixels vertically! - * Independent maximize buttons for width & height. - * Understands Motif, KDE, and Gnome window manager hints, and works with - SGI programs that assumme 4DWM. - * Really small and fast code. diff --git a/x11/flwm/pkg/PLIST b/x11/flwm/pkg/PLIST deleted file mode 100644 index 770ffa3c213..00000000000 --- a/x11/flwm/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/04 03:57:33 jlam Exp $ -bin/flwm -man/man1/flwm.1 diff --git a/x11/fvwm1/files/md5 b/x11/fvwm1/files/md5 deleted file mode 100644 index 8287a6eddf3..00000000000 --- a/x11/fvwm1/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:29:04 agc Exp $ - -MD5 (fvwm-1.24r.tar.gz) = 875733e77e285566197f4b50746aefc6 diff --git a/x11/fvwm1/files/patch-sum b/x11/fvwm1/files/patch-sum deleted file mode 100644 index 427110a2976..00000000000 --- a/x11/fvwm1/files/patch-sum +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:25 agc Exp $ - -MD5 (patch-aa) = f19a65537575f788c94520596b36d579 -MD5 (patch-ab) = 2bd085810ebf27f8b2f1bdceb92dd468 -MD5 (patch-ac) = 4e3a15d3ee7aa37909587a0d2ceab9b2 -MD5 (patch-ad) = 441cea0a4908092eb812e4843d3f8b52 diff --git a/x11/fvwm1/patches/patch-aa b/x11/fvwm1/patches/patch-aa deleted file mode 100644 index 096299522e0..00000000000 --- a/x11/fvwm1/patches/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:17:59 agc Exp $ - ---- configure.h~ Mon Nov 28 13:08:47 1994 -+++ configure.h Mon Mar 16 21:44:31 1998 -@@ -1,7 +1,7 @@ --#define FVWMDIR "/usr/lib/X11/fvwm" -+#define FVWMDIR "/usr/X11R6/lib/X11/fvwm" - /* #define FVWMDIR "/local/homes/dsp/nation/modules"*/ --#define FVWM_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps" --#define FVWMRC "/usr/lib/X11/fvwm/system.fvwmrc" -+#define FVWM_ICONDIR "/usr/X11R6/include/X11/bitmaps:/usr/X11R6/include/X11/pixmaps" -+#define FVWMRC "/usr/X11R6/lib/X11/fvwm/system.fvwmrc" - - /* Imake command needed to put modules in desired target location */ - /* Use the second version if it causes grief */ -@@ -14,8 +14,8 @@ - * If you want to install it in a different directory, uncomment and - * edit the first line */ - /* #define FVWM_BIN_DIR BINDIR=/local/homes/dsp/nation/bin/4.1.3*/ --#define FVWM_BIN_DIR BINDIR=/usr/bin/X11 --/*#define FVWM_BIN_DIR*/ -+/* #define FVWM_BIN_DIR BINDIR=/usr/bin/X11 */ -+#define FVWM_BIN_DIR - - /* Compiler over-ride for Imakefiles */ - /* Leave it as shown to get your default compiler */ -@@ -57,7 +57,7 @@ - ***************************************************************************/ - #define XPM - /* linker flags needed to locate and link in the Xpm library, if you use it */ --#define XPMLIBRARY -L/usr/lib/X11 -lXpm -+#define XPMLIBRARY -L/usr/X11R6/lib -lXpm - - /*************************************************************************** - *#define M4 diff --git a/x11/fvwm1/patches/patch-ab b/x11/fvwm1/patches/patch-ab deleted file mode 100644 index 4b72c603536..00000000000 --- a/x11/fvwm1/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 11:17:59 agc Exp $ - ---- Imakefile.orig Fri Dec 2 20:04:20 1994 -+++ Imakefile Wed Mar 25 00:36:03 1998 -@@ -28,7 +28,7 @@ - modules/FvwmWinList - - #ifdef XPM --XPMSUBDIRS = xpmroot modules/FvwmBanner -+XPMSUBDIRS = modules/FvwmBanner - #endif - - SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS) diff --git a/x11/fvwm1/patches/patch-ac b/x11/fvwm1/patches/patch-ac deleted file mode 100644 index b455ba395c6..00000000000 --- a/x11/fvwm1/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.1 1998/09/16 18:05:06 garbled Exp $ ---- fvwm/alpha_header.h.orig Wed Sep 16 08:30:50 1998 -+++ fvwm/alpha_header.h Wed Sep 16 08:31:22 1998 -@@ -11,8 +11,9 @@ - #ifdef __GNUC__ - extern size_t strlen(char *); - #endif -- -+/* - extern int bzero(char *, int); - extern int gethostname (char *, int); -+*/ - /**************************************************************************/ - diff --git a/x11/fvwm1/patches/patch-ad b/x11/fvwm1/patches/patch-ad deleted file mode 100644 index 22b14d0cbf6..00000000000 --- a/x11/fvwm1/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 1998/09/16 18:05:06 garbled Exp $ ---- fvwm/Imakefile.orig Wed Sep 16 08:37:29 1998 -+++ fvwm/Imakefile Wed Sep 16 08:38:08 1998 -@@ -16,7 +16,7 @@ - - DEPLIBS = $(DEPXLIB) ../libs/libfvwmlib.a - --#ifdef AlphaArchitecture -+#if defined(AlphaArchitecture) && !defined(NetBSDArchitecture) - LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../libs -lfvwmlib - #else - #ifdef HPArchitecture diff --git a/x11/fvwm1/pkg/COMMENT b/x11/fvwm1/pkg/COMMENT deleted file mode 100644 index af5e47f1228..00000000000 --- a/x11/fvwm1/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Virtual window manager for X diff --git a/x11/fvwm1/pkg/DESCR b/x11/fvwm1/pkg/DESCR deleted file mode 100644 index abfbfc2c78c..00000000000 --- a/x11/fvwm1/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Fvwm is a very famous window manager for X, which provides a -virtual/multiple disjoint desktop, a 3-D look for windows decorations, -shaped/color icons. It gives a very good emulation of mwm. A nice -button-bar can be used to provide convenient access to frequently used -functions or programs. - -This is the older, smaller version of fvwm; it uses not much more -than half the memory of version 2. - -IMPORTANT NOTE: This package and fvwm2 share a few files, in -particular the xpmroot program and the manual pages for the modules. -Don't install both at the same time, or be prepared to lose slightly -if you do and then uninstall one. diff --git a/x11/fvwm1/pkg/PLIST b/x11/fvwm1/pkg/PLIST deleted file mode 100644 index 82c08d5cdc8..00000000000 --- a/x11/fvwm1/pkg/PLIST +++ /dev/null @@ -1,71 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1998/03/25 18:32:01 tron Exp $ -bin/fvwm -lib/X11/fvwm/FvwmPager -lib/X11/fvwm/system.fvwmrc -lib/X11/fvwm/GoodStuff -lib/X11/fvwm/FvwmIdent -lib/X11/fvwm/FvwmDebug -lib/X11/fvwm/FvwmBacker -lib/X11/fvwm/FvwmClean -lib/X11/fvwm/FvwmAudio -lib/X11/fvwm/FvwmScroll -lib/X11/fvwm/FvwmIconBox -lib/X11/fvwm/FvwmSave -lib/X11/fvwm/FvwmSaveDesk -lib/X11/fvwm/FvwmAuto -lib/X11/fvwm/FvwmWinList -lib/X11/fvwm/FvwmBanner -lib/X11/fvwm/pixmaps/arrdown2.xpm -lib/X11/fvwm/pixmaps/arrows2.xpm -lib/X11/fvwm/pixmaps/arrup2.xpm -lib/X11/fvwm/pixmaps/bomb.xpm -lib/X11/fvwm/bitmaps/ccode.icon -lib/X11/fvwm/pixmaps/clamp.xpm -lib/X11/fvwm/pixmaps/datebook.xpm -lib/X11/fvwm/bitmaps/default.xbm -lib/X11/fvwm/pixmaps/desk.xpm -lib/X11/fvwm/pixmaps/dialog_box.xpm -lib/X11/fvwm/pixmaps/editres.xpm -lib/X11/fvwm/pixmaps/eps.xpm -lib/X11/fvwm/pixmaps/flow_chart.xpm -lib/X11/fvwm/pixmaps/folder2.xpm -lib/X11/fvwm/pixmaps/folders.xpm -lib/X11/fvwm/bitmaps/fvwm.bitmap -lib/X11/fvwm/pixmaps/fvwm.xpm -lib/X11/fvwm/pixmaps/fvwm2.xpm -lib/X11/fvwm/pixmaps/graphs.xpm -lib/X11/fvwm/bitmaps/hcode.icon -lib/X11/fvwm/pixmaps/mag_glass.xpm -lib/X11/fvwm/pixmaps/mail1.xpm -lib/X11/fvwm/pixmaps/mail2.xpm -lib/X11/fvwm/pixmaps/map.xpm -lib/X11/fvwm/pixmaps/math4.xpm -lib/X11/fvwm/bitmaps/ocode.icon -lib/X11/fvwm/pixmaps/page.xpm -lib/X11/fvwm/pixmaps/page2.xpm -lib/X11/fvwm/bitmaps/prog.icon -lib/X11/fvwm/pixmaps/ps.xpm -lib/X11/fvwm/pixmaps/question.xpm -lib/X11/fvwm/pixmaps/rbomb.xpm -lib/X11/fvwm/pixmaps/rcalc.xpm -lib/X11/fvwm/pixmaps/rterm.xpm -lib/X11/fvwm/pixmaps/term.xpm -lib/X11/fvwm/pixmaps/tiff2.xpm -lib/X11/fvwm/pixmaps/toolbox.xpm -lib/X11/fvwm/pixmaps/unknown1.xpm -lib/X11/fvwm/pixmaps/wierd_page3.xpm -lib/X11/fvwm/pixmaps/word_processor.xpm -lib/X11/fvwm/pixmaps/xcalc.xpm -lib/X11/fvwm/pixmaps/xman.xpm -lib/X11/fvwm/pixmaps/xterm-axp.xpm -lib/X11/fvwm/pixmaps/xterm-blank.xpm -lib/X11/fvwm/pixmaps/xterm-dec.xpm -lib/X11/fvwm/pixmaps/xterm-sgi.xpm -lib/X11/fvwm/pixmaps/xterm-sol.xpm -lib/X11/fvwm/pixmaps/xterm-sun.xpm -lib/X11/fvwm/pixmaps/xterm.xpm -man/cat1/GoodStuff.0 -man/cat1/fvwm.0 -@dirrm lib/X11/fvwm/pixmaps -@dirrm lib/X11/fvwm/bitmaps -@dirrm lib/X11/fvwm diff --git a/x11/fvwm2/files/md5 b/x11/fvwm2/files/md5 deleted file mode 100644 index 6f413075825..00000000000 --- a/x11/fvwm2/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.4 1999/08/05 03:51:14 hubertf Exp $ - -MD5 (fvwm-2.2.2.tar.gz) = 684c5100084c5958ca2cb74780e615d9 diff --git a/x11/fvwm2/files/patch-sum b/x11/fvwm2/files/patch-sum deleted file mode 100644 index f391c3987a0..00000000000 --- a/x11/fvwm2/files/patch-sum +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: patch-sum,v 1.3 2000/02/02 04:01:59 wiz Exp $ - -MD5 (patch-aa) = 601bb4f219e3edb6bbefb9fa2c48a325 -MD5 (patch-ab) = c569152c6ad5a643ca4491d10236f084 diff --git a/x11/fvwm2/patches/patch-aa b/x11/fvwm2/patches/patch-aa deleted file mode 100644 index a7d9fd7fe31..00000000000 --- a/x11/fvwm2/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.6 1999/11/01 09:02:05 rh Exp $ - ---- utils/Makefile.in.orig Wed Jan 20 06:29:27 1999 -+++ utils/Makefile.in Mon Feb 22 03:54:05 1999 -@@ -83,10 +83,10 @@ - xpm_CFLAGS = @xpm_CFLAGS@ - xpm_LIBS = @xpm_LIBS@ - --bin_PROGRAMS = @XPMROOT@ --EXTRA_PROGRAMS = xpmroot -+#bin_PROGRAMS = @XPMROOT@ -+#EXTRA_PROGRAMS = xpmroot - --man_MANS = xpmroot.1 -+#man_MANS = xpmroot.1 - EXTRA_DIST = BuildXLockMenu fvwmrc_convert quantize_pixmaps $(man_MANS) - - LDADD = -L$(top_builddir)/libs -lfvwm $(xpm_LIBS) $(X_LIBS) $(X_PRE_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) diff --git a/x11/fvwm2/patches/patch-ab b/x11/fvwm2/patches/patch-ab deleted file mode 100644 index 0964d0f2e43..00000000000 --- a/x11/fvwm2/patches/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2000/02/02 04:02:00 wiz Exp $ - ---- ./configure.orig Fri May 28 17:15:29 1999 -+++ ./configure Wed Feb 2 03:39:39 2000 -@@ -654,7 +654,7 @@ - # It thinks the first close brace ends the variable substitution. - test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - --test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}' - - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - -@@ -743,7 +743,7 @@ - fi - - --PACKAGE=fvwm -+PACKAGE=fvwm2 - - VERSION=2.2.2 - -@@ -2984,7 +2984,7 @@ - # It thinks the first close brace ends the variable substitution. - test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' - --test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM:S/-s//g}' - - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - diff --git a/x11/fvwm2/pkg/COMMENT b/x11/fvwm2/pkg/COMMENT deleted file mode 100644 index 65ffabb66fc..00000000000 --- a/x11/fvwm2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Newer version of X11 Virtual window manager diff --git a/x11/fvwm2/pkg/DESCR b/x11/fvwm2/pkg/DESCR deleted file mode 100644 index 3e859e68de6..00000000000 --- a/x11/fvwm2/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -Fvwm is a very famous window manager for X, which provides a -virtual/multiple disjoint desktop, a 3-D look for windows decorations, -shaped/color icons. It gives a very good emulation of mwm. A nice -button-bar can be used to provide convenient access to frequently used -functions or programs. - -This package uses fvwm-users-jp-kits also, to add internationalized -feature (based on X itself) to fvwm and its modules. - -With this package, you may use fonts of your own language, display -characters in everywhere in fvwm, and have fun ;-) diff --git a/x11/fvwm2/pkg/PLIST b/x11/fvwm2/pkg/PLIST deleted file mode 100644 index 1183e312a4d..00000000000 --- a/x11/fvwm2/pkg/PLIST +++ /dev/null @@ -1,213 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 1999/08/17 02:49:13 enami Exp $ -bin/fvwm2 -bin/FvwmCommand -lib/X11/fvwm2/decor_examples -lib/X11/fvwm2/system.fvwm2rc-sample-1 -lib/X11/fvwm2/system.fvwm2rc-sample-2 -@unexec if diff >/dev/null %D/lib/X11/fvwm2/system.fvwm2rc.example %D/lib/X11/fvwm2/system.fvwm2rc ; then rm %D/lib/X11/fvwm2/system.fvwm2rc ; fi -lib/X11/fvwm2/system.fvwm2rc.example -@exec if [ ! -f %D/lib/X11/fvwm2/system.fvwm2rc ]; then echo "Installing system.fvwm2rc in %D/lib/X11/fvwm2" ; /usr/bin/install -c -o root -g wheel -m 0644 %D/lib/X11/fvwm2/system.fvwm2rc.example %D/lib/X11/fvwm2/system.fvwm2rc; fi -lib/X11/fvwm2/pixmaps/Jlock.xpm -lib/X11/fvwm2/pixmaps/Monitor.xpm -lib/X11/fvwm2/pixmaps/button-close.xpm -lib/X11/fvwm2/pixmaps/button-horiz.xpm -lib/X11/fvwm2/pixmaps/button-max.xpm -lib/X11/fvwm2/pixmaps/button-vert.xpm -lib/X11/fvwm2/pixmaps/button.xpm -lib/X11/fvwm2/pixmaps/side.fvwm2.xpm -lib/X11/fvwm2/pixmaps/Jnews.xpm -lib/X11/fvwm2/pixmaps/Jrecycle.xpm -lib/X11/fvwm2/pixmaps/Jxlock.xpm -lib/X11/fvwm2/pixmaps/Mosaic.xpm -lib/X11/fvwm2/pixmaps/arrdown2.xpm -lib/X11/fvwm2/pixmaps/arrows2.xpm -lib/X11/fvwm2/pixmaps/arrup2.xpm -lib/X11/fvwm2/pixmaps/bomb.xpm -lib/X11/fvwm2/pixmaps/ccode.icon -lib/X11/fvwm2/pixmaps/clamp.xpm -lib/X11/fvwm2/pixmaps/colormap.xpm -lib/X11/fvwm2/pixmaps/datebook.xpm -lib/X11/fvwm2/pixmaps/default.xbm -lib/X11/fvwm2/pixmaps/desk.xpm -lib/X11/fvwm2/pixmaps/dialog_box.xpm -lib/X11/fvwm2/pixmaps/doomface.xpm -lib/X11/fvwm2/pixmaps/editres.xpm -lib/X11/fvwm2/pixmaps/eps.xpm -lib/X11/fvwm2/pixmaps/exit.xpm -lib/X11/fvwm2/pixmaps/flow_chart.xpm -lib/X11/fvwm2/pixmaps/folder2.xpm -lib/X11/fvwm2/pixmaps/folders.xpm -lib/X11/fvwm2/pixmaps/fvwm.bitmap -lib/X11/fvwm2/pixmaps/fvwm.xpm -lib/X11/fvwm2/pixmaps/fvwm2.xpm -lib/X11/fvwm2/pixmaps/fvwm2_big.xpm -lib/X11/fvwm2/pixmaps/fvwm3.xpm -lib/X11/fvwm2/pixmaps/gnu-animal.xpm -lib/X11/fvwm2/pixmaps/graphs.xpm -lib/X11/fvwm2/pixmaps/hcode.icon -lib/X11/fvwm2/pixmaps/jball.xpm -lib/X11/fvwm2/pixmaps/jbomb.xpm -lib/X11/fvwm2/pixmaps/jbook1.xpm -lib/X11/fvwm2/pixmaps/jbook2.xpm -lib/X11/fvwm2/pixmaps/jcalc.xpm -lib/X11/fvwm2/pixmaps/jclock.xpm -lib/X11/fvwm2/pixmaps/jf.xpm -lib/X11/fvwm2/pixmaps/jgraph.xpm -lib/X11/fvwm2/pixmaps/jline.xpm -lib/X11/fvwm2/pixmaps/jlower.xpm -lib/X11/fvwm2/pixmaps/jmag.xpm -lib/X11/fvwm2/pixmaps/jmail.xpm -lib/X11/fvwm2/pixmaps/jmove.xpm -lib/X11/fvwm2/pixmaps/jpaint.xpm -lib/X11/fvwm2/pixmaps/jraise.xpm -lib/X11/fvwm2/pixmaps/jresize.xpm -lib/X11/fvwm2/pixmaps/jterm.xpm -lib/X11/fvwm2/pixmaps/jwindow.xpm -lib/X11/fvwm2/pixmaps/jx.xpm -lib/X11/fvwm2/pixmaps/mag_glass.xpm -lib/X11/fvwm2/pixmaps/mail1.xpm -lib/X11/fvwm2/pixmaps/mail2.xpm -lib/X11/fvwm2/pixmaps/map.xpm -lib/X11/fvwm2/pixmaps/math4.xpm -lib/X11/fvwm2/pixmaps/mini.audiovol.xpm -lib/X11/fvwm2/pixmaps/mini.blah.xpm -lib/X11/fvwm2/pixmaps/mini.bomb.xpm -lib/X11/fvwm2/pixmaps/mini.checkmark.xpm -lib/X11/fvwm2/pixmaps/mini.cut.xpm -lib/X11/fvwm2/pixmaps/mini.destroy.xpm -lib/X11/fvwm2/pixmaps/mini.excl.xpm -lib/X11/fvwm2/pixmaps/mini.exit.xpm -lib/X11/fvwm2/pixmaps/mini.eye.xpm -lib/X11/fvwm2/pixmaps/mini.fvwm.xpm -lib/X11/fvwm2/pixmaps/mini.iconify.xpm -lib/X11/fvwm2/pixmaps/mini.letter.xpm -lib/X11/fvwm2/pixmaps/mini.lower.xpm -lib/X11/fvwm2/pixmaps/mini.maximize-horiz.xpm -lib/X11/fvwm2/pixmaps/ps.xpm -lib/X11/fvwm2/pixmaps/mini.maximize-vert.xpm -lib/X11/fvwm2/pixmaps/mini.maximize.xpm -lib/X11/fvwm2/pixmaps/mini.maximize2.xpm -lib/X11/fvwm2/pixmaps/mini.move.xpm -lib/X11/fvwm2/pixmaps/mini.netscape.xpm -lib/X11/fvwm2/pixmaps/mini.rainbow.xpm -lib/X11/fvwm2/pixmaps/mini.raise.xpm -lib/X11/fvwm2/pixmaps/mini.refresh.xpm -lib/X11/fvwm2/pixmaps/mini.resize.xpm -lib/X11/fvwm2/pixmaps/mini.resize2.xpm -lib/X11/fvwm2/pixmaps/mini.stick.xpm -lib/X11/fvwm2/pixmaps/mini.stick2.xpm -lib/X11/fvwm2/pixmaps/mini.stickpressed.xpm -lib/X11/fvwm2/pixmaps/mini.winXX-close.xpm -lib/X11/fvwm2/pixmaps/mini.winXX-maximize.xpm -lib/X11/fvwm2/pixmaps/mini.winXX-minimize.xpm -lib/X11/fvwm2/pixmaps/mini.xarchie.xpm -lib/X11/fvwm2/pixmaps/mini.xbiff.xpm -lib/X11/fvwm2/pixmaps/mini.xboing.xpm -lib/X11/fvwm2/pixmaps/mini.xlock.xpm -lib/X11/fvwm2/pixmaps/mini.xmag.xpm -lib/X11/fvwm2/pixmaps/mini.xman.xpm -lib/X11/fvwm2/pixmaps/mini.xpaint.xpm -lib/X11/fvwm2/pixmaps/mini.xpm -lib/X11/fvwm2/pixmaps/mini.xterm.xpm -lib/X11/fvwm2/pixmaps/mini.zircon.xpm -lib/X11/fvwm2/pixmaps/ocode.icon -lib/X11/fvwm2/pixmaps/page.xpm -lib/X11/fvwm2/pixmaps/page2.xpm -lib/X11/fvwm2/pixmaps/prog.icon -lib/X11/fvwm2/pixmaps/question.xpm -lib/X11/fvwm2/pixmaps/rbomb.xpm -lib/X11/fvwm2/pixmaps/rcalc.xpm -lib/X11/fvwm2/pixmaps/rterm.xpm -lib/X11/fvwm2/pixmaps/term.xpm -lib/X11/fvwm2/pixmaps/tiff2.xpm -lib/X11/fvwm2/pixmaps/toolbox.xpm -lib/X11/fvwm2/pixmaps/unknown1.xpm -lib/X11/fvwm2/pixmaps/wierd_page3.xpm -lib/X11/fvwm2/pixmaps/word_processor.xpm -lib/X11/fvwm2/pixmaps/world.xpm -lib/X11/fvwm2/pixmaps/xcalc.xpm -lib/X11/fvwm2/pixmaps/xemacs.xpm -lib/X11/fvwm2/pixmaps/xlock.xpm -lib/X11/fvwm2/pixmaps/xman.xpm -lib/X11/fvwm2/pixmaps/xpaint.xpm -lib/X11/fvwm2/pixmaps/xterm-axp.xpm -lib/X11/fvwm2/pixmaps/xterm-blank.xpm -lib/X11/fvwm2/pixmaps/xterm-dec.xpm -lib/X11/fvwm2/pixmaps/xterm-linux.xpm -lib/X11/fvwm2/pixmaps/xterm-sgi.xpm -lib/X11/fvwm2/pixmaps/xterm-sol.xpm -lib/X11/fvwm2/pixmaps/xterm-sun.xpm -lib/X11/fvwm2/pixmaps/xterm.xpm -lib/X11/fvwm2/pixmaps/xv.xpm -lib/X11/fvwm2/pixmaps/xv2.xpm -lib/X11/fvwm2/pixmaps/mini.directory.xpm -lib/X11/fvwm2/pixmaps/mini.dirlink.xpm -lib/X11/fvwm2/pixmaps/mini.file.xpm -lib/X11/fvwm2/pixmaps/mini.filelink.xpm -lib/X11/fvwm2/pixmaps/xterm-bsd.xpm -lib/X11/fvwm2/2.2.2/FvwmAnimate -lib/X11/fvwm2/2.2.2/FvwmAudio -lib/X11/fvwm2/2.2.2/FvwmAuto -lib/X11/fvwm2/2.2.2/FvwmBacker -lib/X11/fvwm2/2.2.2/FvwmBanner -lib/X11/fvwm2/2.2.2/FvwmButtons -lib/X11/fvwm2/2.2.2/FvwmCpp -lib/X11/fvwm2/2.2.2/FvwmEvent -lib/X11/fvwm2/2.2.2/FvwmForm -lib/X11/fvwm2/2.2.2/FvwmIconBox -lib/X11/fvwm2/2.2.2/FvwmIconMan -lib/X11/fvwm2/2.2.2/FvwmIdent -lib/X11/fvwm2/2.2.2/FvwmM4 -lib/X11/fvwm2/2.2.2/FvwmPager -lib/X11/fvwm2/2.2.2/FvwmRearrange -lib/X11/fvwm2/2.2.2/FvwmCascade -lib/X11/fvwm2/2.2.2/FvwmTile -lib/X11/fvwm2/2.2.2/FvwmSave -lib/X11/fvwm2/2.2.2/FvwmSaveDesk -lib/X11/fvwm2/2.2.2/FvwmScroll -lib/X11/fvwm2/2.2.2/FvwmTalk -lib/X11/fvwm2/2.2.2/FvwmWinList -lib/X11/fvwm2/2.2.2/FvwmCommandS -lib/X11/fvwm2/2.2.2/FvwmConfig -lib/X11/fvwm2/2.2.2/FvwmConsole -lib/X11/fvwm2/2.2.2/FvwmConsoleC -lib/X11/fvwm2/2.2.2/FvwmConsoleC.pl -lib/X11/fvwm2/2.2.2/FvwmDebug -lib/X11/fvwm2/2.2.2/FvwmGoodStuff -lib/X11/fvwm2/2.2.2/FvwmPipe -lib/X11/fvwm2/2.2.2/FvwmScript -lib/X11/fvwm2/2.2.2/FvwmTaskBar -lib/X11/fvwm2/2.2.2/FvwmWharf -@dirrm lib/X11/fvwm2/2.2.2 -@dirrm lib/X11/fvwm2/pixmaps -@dirrm lib/X11/fvwm2 -man/man1/fvwm2.1 -man/man1/FvwmAnimate.1 -man/man1/FvwmAudio.1 -man/man1/FvwmAuto.1 -man/man1/FvwmBacker.1 -man/man1/FvwmBanner.1 -man/man1/FvwmButtons.1 -man/man1/FvwmCpp.1 -man/man1/FvwmEvent.1 -man/man1/FvwmForm.1 -man/man1/FvwmIconBox.1 -man/man1/FvwmIconMan.1 -man/man1/FvwmIdent.1 -man/man1/FvwmM4.1 -man/man1/FvwmPager.1 -man/man1/FvwmSave.1 -man/man1/FvwmRearrange.1 -man/man1/FvwmSaveDesk.1 -man/man1/FvwmScroll.1 -man/man1/FvwmTalk.1 -man/man1/FvwmWinList.1 -man/man1/FvwmCommand.1 -man/man1/FvwmConfig.1 -man/man1/FvwmConsole.1 -man/man1/FvwmConsoleC.pl.1 -man/man1/FvwmDebug.1 -man/man1/FvwmGoodStuff.1 -man/man1/FvwmScript.1 -man/man1/FvwmTaskBar.1 -man/man1/FvwmWharf.1 diff --git a/x11/fvwm95/files/md5 b/x11/fvwm95/files/md5 deleted file mode 100644 index b10e7773caa..00000000000 --- a/x11/fvwm95/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:29:04 agc Exp $ - -MD5 (fvwm95-2.0.43a-Autoconf.tgz) = 6dd2d55de04b74ac7ad1d64202e7c9bf diff --git a/x11/fvwm95/files/patch-sum b/x11/fvwm95/files/patch-sum deleted file mode 100644 index 32750acf89d..00000000000 --- a/x11/fvwm95/files/patch-sum +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: patch-sum,v 1.4 2000/08/04 10:28:11 abs Exp $ - -MD5 (patch-aa) = 19b0e5b9a3cb07f7980cf178bf7aa5d7 -MD5 (patch-ab) = ba019151ac941271f02f4e1718b3bf8a -MD5 (patch-ac) = 354c9e9be13feaf915d7df485201076d -MD5 (patch-ad) = 59d5607de3faa1421c8794d0a506abbb -MD5 (patch-ae) = 1a69966ecca0a7c45c8639f1508f48f6 -MD5 (patch-af) = e71b425d6d14288ed2bb6f6bcb31924f -MD5 (patch-ag) = 47bbe8f121632cd7c9ed6312f51f2ec0 diff --git a/x11/fvwm95/patches/patch-aa b/x11/fvwm95/patches/patch-aa deleted file mode 100644 index 40ebd4a1236..00000000000 --- a/x11/fvwm95/patches/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/07/20 23:45:37 wiz Exp $ - ---- modules/FvwmAudio/Makefile.in.orig Fri Jul 21 01:28:12 2000 -+++ modules/FvwmAudio/Makefile.in Fri Jul 21 01:29:31 2000 -@@ -10,6 +10,8 @@ - bin_dir=@exec_prefix@/bin - x_includes=@x_includes@ - x_libraries=@x_libraries@ -+libdir=@libdir@ -+includedir=@includedir@ - fvwm_icons=@fvwm_icons@ - fvwm_rc=@fvwm_rc@ - fvwm_name=@fvwm_name@ -@@ -24,11 +26,11 @@ - XEXT_LIBRARY=-lXext - FVWM_LIBRARY=-l${fvwm_name} - RPLAY_LIBRARY=-lrplay --LIBS=-L${top_srcdir}/libs ${x_libraries} ${FVWM_LIBRARY} ${XPM_LIBRARY} ${XEXT_LIBRARY} ${X_LIBRARY} ${RPLAY_LIBRARY} -+LIBS=-L${top_srcdir}/libs ${x_libraries} ${FVWM_LIBRARY} ${XPM_LIBRARY} ${XEXT_LIBRARY} ${X_LIBRARY} -L${libdir} -Wl,-R${libdir} ${RPLAY_LIBRARY} - --EXTRA_DEFINES=-DXPM -DSHAPE -+EXTRA_DEFINES=-DXPM -DSHAPE -DHAVE_RPLAY - CC=@CC@ --INCLUDES=-I${top_srcdir}/include ${x_includes} -+INCLUDES=-I${top_srcdir}/include ${x_includes} -I${includedir} - CFLAGS=${INCLUDES} @CFLAGS@ ${EXTRA_DEFINES} - MAKEDEPEND=@MAKEDEPEND@ - INSTALL=@INSTALL@ diff --git a/x11/fvwm95/patches/patch-ab b/x11/fvwm95/patches/patch-ab deleted file mode 100644 index cc3b7fbfa5d..00000000000 --- a/x11/fvwm95/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:03 agc Exp $ - ---- modules/FvwmForm/FvwmForm.c.orig Sat Feb 1 14:02:05 1997 -+++ modules/FvwmForm/FvwmForm.c Sat Feb 1 14:03:13 1997 -@@ -16,7 +16,13 @@ - #include <X11/cursorfont.h> - #define XK_MISCELLANY - #include <X11/keysymdef.h> -+ -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif -+ - #include <string.h> - #include <sys/types.h> - #include <sys/time.h> diff --git a/x11/fvwm95/patches/patch-ac b/x11/fvwm95/patches/patch-ac deleted file mode 100644 index 554a6247c42..00000000000 --- a/x11/fvwm95/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 1998/08/07 11:18:04 agc Exp $ - ---- utils/Makefile.in.orig Sat Feb 1 14:14:12 1997 -+++ utils/Makefile.in Sat Feb 1 14:15:12 1997 -@@ -12,7 +12,7 @@ - fvwm_dir=${prefix}/lib/X11/${fvwm_name} - - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL@ -m 555 - RM=@RM@ - - SCRIPTS=fvwmrc_convert quantize_pixmaps diff --git a/x11/fvwm95/patches/patch-ad b/x11/fvwm95/patches/patch-ad deleted file mode 100644 index 15c1df5b405..00000000000 --- a/x11/fvwm95/patches/patch-ad +++ /dev/null @@ -1,239 +0,0 @@ -$NetBSD: patch-ad,v 1.4 2000/08/04 10:28:12 abs Exp $ - ---- sample.fvwmrc/system.fvwm95rc.orig Wed Dec 11 21:24:54 1996 -+++ sample.fvwmrc/system.fvwm95rc Fri Jul 21 01:29:30 2000 -@@ -90,8 +90,8 @@ - # Paths are a colon-separated list, just like regular unix PATH - # - ModulePath /usr/X11R6/lib/X11/fvwm95/:/usr/local/lib/X11/fvwm95/ --PixmapPath /usr/include/X11/pixmaps/:/usr/local/mini-icons/ --IconPath /usr/include/X11/bitmaps/:/usr/local/icons/ -+PixmapPath /usr/include/X11/pixmaps/:/usr/X11R6/icons/ -+IconPath /usr/include/X11/bitmaps/:/usr/X11R6/icons/ - - #========================================================================# - -@@ -173,7 +173,7 @@ - + "I" Module FvwmTaskBar - # uncomment the followin line to enable auto-raise with mouse focus: - #+ "I" Module FvwmAuto 500 --#+ "I" Exec xv -root -quit /usr/local/icons/bckgnd3.xpm & -+#+ "I" Exec xv -root -quit /usr/X11R6/icons/bckgnd3.xpm & - #+ "I" Module FvwmButtons MiniButtons - #+ "I" Module FvwmBanner - #+ "I" Module FvwmPager 0 3 -@@ -269,7 +269,7 @@ - #--------- Taskbar's start menu - - DestroyMenu "StartMenu" --AddToMenu "StartMenu@linux-menu.xpm@^#808080^" \ -+AddToMenu "StartMenu" \ - "&Programs%programs.xpm%" Popup Programs - + "&Documents%documents.xpm%" Popup Documents - + "&Settings%settings.xpm%" Popup Settings -@@ -303,12 +303,12 @@ - DestroyMenu "Accessories" - AddToMenu "Accessories" \ - "View Running processes%mini-run.xpm%" Exec xterm -font 7x14 \ -- -bg \#c0c0c0 -fg black \ -- -T Top -n Top -e top & -+ -bg \#c0c0c0 -fg black \ -+ -T Top -n Top -e top & - + "Control processes%mini-hex.xpm%" Exec tkps & --+ "Hifs%mini-eyes.xpm%" Exec xterm -ls -bg \#c0c0c0 -fg black \ -- -T Hifs -name Hifs -geometry 26x24 \ -- -e hifs & -++ "Hifs%mini-eyes.xpm%" Exec xterm -ls -bg \#c0c0c0 \ -+ -fg black -T Hifs -name Hifs \ -+ -geometry 26x24 -e hifs & - + "System load%mini-perf.xpm%" Exec xload & - + "Memory usage%mini-perf.xpm%" Exec xmem & - + "Calculator%mini-calc.xpm%" Exec xcalc & -@@ -368,8 +368,12 @@ - DestroyMenu "Internet" - AddToMenu "Internet" \ - "Netscape%mini-nscape.xpm%" Exec netscape -geometry 790x543+0+0 & --+ "Mail (Pine)%mini-mail.xpm%" Exec color_xterm -name Mail -T Mail -ls -fn 8x13 -e pine -i & --+ "NcFTP%mini-ftp.xpm%" Exec color_xterm -name NcFtp -T FTP -ls -fn 8x13 -e ncftp & -++ "Mail (Pine)%mini-mail.xpm%" Exec xterm +cm -tn xterm-color \ -+ -name Mail -T Mail \ -+ -ls -fn 8x13 -e pine -i & -++ "NcFTP%mini-ftp.xpm%" Exec xterm +cm -tn xterm-color \ -+ -name NcFtp -T FTP \ -+ -ls -fn 8x13 -e ncftp & - - #--------- Editors - -@@ -393,13 +397,13 @@ - - DestroyMenu "SciApps" - AddToMenu "SciApps" \ -- "IDL%mini-zoom.xpm%" Exec xterm -T "IDL prompt" -name IDL \ -- -font "-*-lucidatypewriter-medium-r-*-*-12-*" \ -- -e xterm_idl & -+ "IDL%mini-zoom.xpm%" Exec xterm -T "IDL prompt" -name IDL \ -+ -font "-*-lucidatypewriter-medium-r-*-*-12-*" \ -+ -e xterm_idl & - + "IDL tool%mini-zoom.xpm%" Exec xidl & --+ "GNU plot%mini-zoom.xpm%" Exec xterm -T "GNU plot" -name GNUplot \ -- -font "-*-lucidatypewriter-medium-r-*-*-12-*" \ -- -e gnuplot & -++ "GNU plot%mini-zoom.xpm%" Exec xterm -T "GNU plot" -name GNUplot \ -+ -font "-*-lucidatypewriter-medium-r-*-*-12-*" \ -+ -e gnuplot & - - #--------- File managers - -@@ -414,21 +418,25 @@ - DestroyMenu "Shells" - AddToMenu "Shells" \ - "Xterm (7x14 font)%mini-term.xpm%" Exec xterm -sb -sl 500 \ -- -j -ls -fn 7x14 & -+ -j -ls -fn 7x14 & - + "Color Rxvt (VT100)%mini-term.xpm%" Exec rxvt -font 7x14 -ls & --+ "Color Xterm (7x14 font)%mini-term.xpm%" Exec color_xterm -sb -sl 500 \ -- -j -ls -fn 7x14 \ -- -fb 7x14bold \ -- -title "Color xterm" & --+ "Color Xterm (8x13 font)%mini-term.xpm%" Exec color_xterm -sb -sl 500 \ -- -j -ls -fn 8x13 \ -- -title "Color xterm" & -++ "Color Xterm (7x14 font)%mini-term.xpm%" Exec xterm +cm -tn xterm-color \ -+ -sb -sl 500 \ -+ -j -ls -fn 7x14 \ -+ -fb 7x14bold \ -+ -title "Color xterm" & -++ "Color Xterm (8x13 font)%mini-term.xpm%" Exec xterm +cm -tn xterm-color \ -+ -sb -sl 500 \ -+ -j -ls -fn 8x13 \ -+ -title "Color xterm" & - + "" Nop - + "Large Xterm (10x20 font)%mini-term.xpm%" Exec xterm -sb -sl 500 \ -- -j -ls -fn 10x20 & -+ -j -ls -fn 10x20 & - + "Large Rxvt (10x20 font)%mini-term.xpm%" Exec rxvt -font 10x20 -ls & --+ "Large Color Xterm (10x20 font)%mini-term.xpm%" Exec color_xterm -sb \ -- -sl 500 -j -ls -fn 10x20 & -++ "Large Color Xterm (10x20 font)%mini-term.xpm%" Exec xterm \ -+ +cm -tn xterm-color \ -+ -sb -sl 500 \ -+ -j -ls -fn 10x20 & - - #--------- Modules - -@@ -561,16 +569,17 @@ - DestroyMenu "Utilities" - AddToMenu "Utilities@utilities-menu.xpm@^white^" \ - "Running processes%mini-run.xpm%" Exec xterm -font 7x14 \ -- -bg \#c0c0c0 -fg black \ -- -T Top -n Top -e top & -+ -bg \#c0c0c0 -fg black \ -+ -T Top -n Top -e top & - + "Calculator%mini-calc.xpm%" Exec xcalc & - + "Manual pages%mini-book1.xpm%" Exec xman & - + "Magnifying glass%mini-zoom.xpm%" Exec xmag & - + "Oclock%mini-clock.xpm%" Exec oclock & - + "Fvwm95 Explorer%mini-ofolder.xpm%" Exec explorer & --+ "Xterm%mini-term.xpm%" Exec color_xterm -sb -sl 500 -j \ -- -ls -fn 8x13 \ -- -title "Color xterm" & -++ "Xterm%mini-term.xpm%" Exec xterm +cm -tn xterm-color \ -+ -sb -sl 500 -j \ -+ -ls -fn 8x13 \ -+ -title "Color xterm" & - + "" Nop - + "Modules%mini-modules.xpm%" Popup Module-Popup - + "" Nop -@@ -754,26 +763,27 @@ - # Define the buttons to use..... - - *FvwmButtons(Title xclock, \ -- Swallow(UseOld) "xclock" 'Exec xclock -bg \#c0c0c0 \ -- -padding 0 -geometry -1500-1500 &') -+ Swallow(UseOld) "xclock" 'Exec xclock -bg \#c0c0c0 \ -+ -padding 0 -geometry -1500-1500 &') - *FvwmButtons(2x1, Title load, \ -- Swallow(UseOld) "xload" 'Exec xload \ -- -nolabel -bg grey60 -update 5 -geometry -1500-1500 &') -+ Swallow(UseOld) "xload" 'Exec xload \ -+ -nolabel -bg grey60 -update 5 -geometry -1500-1500 &') - *FvwmButtons(Title xterm, Icon rterm.xpm, \ -- Action 'Exec "XTerm" color_xterm \ -- -ls -sb -fn 8x13 -title "Color xterm" &') -+ Action 'Exec "XTerm" xterm \ -+ +cm -tn xterm-color \ -+ -ls -sb -fn 8x13 -title "Color xterm" &') - *FvwmButtons(Title xfm, Icon Xfm.xpm, \ -- Action 'Exec "Xfm" xfm -title "File Manager" &') -+ Action 'Exec "Xfm" xfm -title "File Manager" &') - *FvwmButtons(Title textedit, Icon textedit.xpm, \ -- Action 'Exec "Textedit" textedit &') -+ Action 'Exec "Textedit" textedit &') - *FvwmButtons(Title xcalc, Icon rcalc.xpm, \ -- Action 'Exec "Calculator" xcalc &') -+ Action 'Exec "Calculator" xcalc &') - *FvwmButtons(Title xview, Icon xview.xpm, \ -- Action 'Exec "xv" xv &') -+ Action 'Exec "xv" xv &') - *FvwmButtons(Title gview, Icon gv.xpm, \ -- Action 'Exec "ghostview" ghostview &') -+ Action 'Exec "ghostview" ghostview &') - *FvwmButtons(Title netscape, Icon nscape.xpm, \ -- Action 'Exec "Netscape" netscape -geometry 920x622+90+5 &') -+ Action 'Exec "Netscape" netscape -geometry 920x622+90+5 &') - *FvwmButtons(Title kill, Icon rbomb.xpm, Action Destroy) - *FvwmButtons(2x1, Swallow(UseOld) "Desktop" 'FvwmPager 0 0') - -@@ -788,13 +798,17 @@ - *MiniButtonsRows 1 - *MiniButtonsPadding 1 1 - --*MiniButtons - mini-term.xpm Exec "XTerm" color_xterm -ls -sb -fn 8x13 -title "Color xterm" & --*MiniButtons - mini-filemgr.xpm Exec "Xfm" xfm -title "File Manager" & --*MiniButtons - mini-edit.xpm Exec "Textedit" textedit -En 32 & --*MiniButtons - mini-calc.xpm Exec "Calculator" xcalc & --*MiniButtons - mini-xv.xpm Exec "xv" xv & --*MiniButtons - mini-gv.xpm Exec "ghostview" ghostview & --*MiniButtons - mini-nscape.xpm Exec "Netscape" netscape -geometry 790x543+0+0 & -+*MiniButtons - mini-term.xpm Exec "XTerm" xterm \ -+ +cm -tn xterm-color \ -+ -ls -sb -fn 8x13 \ -+ -title "Color xterm" & -+*MiniButtons - mini-filemgr.xpm Exec "Xfm" xfm -title "File Manager" & -+*MiniButtons - mini-edit.xpm Exec "Textedit" textedit -En 32 & -+*MiniButtons - mini-calc.xpm Exec "Calculator" xcalc & -+*MiniButtons - mini-xv.xpm Exec "xv" xv & -+*MiniButtons - mini-gv.xpm Exec "ghostview" ghostview & -+*MiniButtons - mini-nscape.xpm Exec "Netscape" netscape \ -+ -geometry 790x543+0+0 & - #*MiniButtons - mini-bomb.xpm Destroy - - #------------------ Identify -@@ -837,7 +851,9 @@ - #*FvwmTaskBarShowTransients - #*FvwmTaskBarClockFormat %I:%M%p - #*FvwmTaskBarHighlightFocus --*FvwmTaskBarMailCommand Exec color_xterm -name Mail -T mail -ls -fn 8x13 -e pine -i -+*FvwmTaskBarMailCommand Exec xterm \ -+ +cm -tn xterm-color \ -+ -name Mail -T mail -ls -fn 8x13 -e pine -i - #*FvwmTaskBarAutoHide - *FvwmTaskBarDeskOnly - -@@ -845,3 +861,16 @@ - - *FvwmConfigFore Black - *FvwmConfigBack #c0c0c0 -+ -+*FvwmAudioPlayCmd builtin-rplay -+#*FvwmAudioDir /usr/lib/sounds -+#*FvwmAudio startup Cheers.au -+#*FvwmAudio shutdown Goodbye.au -+#*FvwmAudio unknown doh.au -+#*FvwmAudio add_window drip.au -+#*FvwmAudio raise_window beep_pure_saw.au -+#*FvwmAudio lower_window beep_pure_saw.au -+#*FvwmAudio focus_change tap2.au -+#*FvwmAudio destroy_window beep_drop_of_water.au -+#*FvwmAudio iconify ploop.au -+#*FvwmAudio deiconify beep_kind_warning.au diff --git a/x11/fvwm95/patches/patch-ae b/x11/fvwm95/patches/patch-ae deleted file mode 100644 index d4fb6f4c45b..00000000000 --- a/x11/fvwm95/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.2 1998/08/07 11:18:04 agc Exp $ - ---- modules/FvwmTaskBar/Goodies.h.orig Sun Aug 3 13:00:30 1997 -+++ modules/FvwmTaskBar/Goodies.h Sun Aug 3 13:00:09 1997 -@@ -1,4 +1,8 @@ -+#ifdef __FreeBSD__ -+#define DEFAULT_MAIL_PATH "/var/mail/" -+#else - #define DEFAULT_MAIL_PATH "/var/spool/mail/" -+#endif - #define DEFAULT_BELL_VOLUME 20 - - /* Tip window types */ diff --git a/x11/fvwm95/patches/patch-af b/x11/fvwm95/patches/patch-af deleted file mode 100644 index 559ac215e29..00000000000 --- a/x11/fvwm95/patches/patch-af +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-af,v 1.4 2000/01/11 01:08:24 simonb Exp $ - ---- configure.orig Wed Dec 11 03:55:16 1996 -+++ configure Tue Jan 11 10:23:21 2000 -@@ -2126,7 +2126,7 @@ - fvwm_icons="$x_includes/X11/bitmaps:$x_includes/X11/pixmaps:$prefix/icons" - - if test "x$x_libraries" != x ; then -- x_libraries="-L$x_libraries" -+ x_libraries="-L$x_libraries -Wl,-R$x_libraries" - fi - if test "x$x_includes" != x ; then - x_includes="-I$x_includes" -@@ -2247,7 +2247,6 @@ - libs/Makefile \ - mini-icons/Makefile \ - utils/Makefile \ -- xpmroot/Makefile \ - sample.fvwmrc/Makefile \ - modules/Makefile \ - modules/FvwmAudio/Makefile \ -@@ -2329,7 +2328,6 @@ - libs/Makefile \ - mini-icons/Makefile \ - utils/Makefile \ -- xpmroot/Makefile \ - sample.fvwmrc/Makefile \ - modules/Makefile \ - modules/FvwmAudio/Makefile \ diff --git a/x11/fvwm95/patches/patch-ag b/x11/fvwm95/patches/patch-ag deleted file mode 100644 index ab4961a6316..00000000000 --- a/x11/fvwm95/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2000/01/11 01:08:24 simonb Exp $ - ---- Makefile.in.orig Wed Jun 26 02:26:47 1996 -+++ Makefile.in Tue Jan 11 10:04:41 2000 -@@ -10,7 +10,7 @@ - - prefix=@prefix@ - exec_prefix=@exec_prefix@ --subdirs=libs fvwm modules utils sample.fvwmrc xpmroot icons mini-icons -+subdirs=libs fvwm modules utils sample.fvwmrc icons mini-icons - - CFLAGS = -O - diff --git a/x11/fvwm95/pkg/COMMENT b/x11/fvwm95/pkg/COMMENT deleted file mode 100644 index 11d22d488b5..00000000000 --- a/x11/fvwm95/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Win95 lookalike version of the fvwm2 window manager diff --git a/x11/fvwm95/pkg/DESCR b/x11/fvwm95/pkg/DESCR deleted file mode 100644 index bf34c985f6e..00000000000 --- a/x11/fvwm95/pkg/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -Fvwm95 is a hack based on fvwm2.x. It tries to emulate the good -features of a well known product without bloating the regular -fvwm code. The main aspects are: - -A familiar look and feel. It can be interesting for users moving -from the MS-World to Unix, or for those who have to switch -regularly between the two. - -Or for those that simply would like to have the same MS look and feel -in Unix, or for those that just want to have another window manager... - -But before all, it's meant to be useful, simple and efficient: - o same flexible and easy configuration as the native fvwm - o functionality extensible via loadable modules; - o a taskbar: find quickly an application window and don't - take space with icon windows; diff --git a/x11/fvwm95/pkg/PLIST b/x11/fvwm95/pkg/PLIST deleted file mode 100644 index dba6543160c..00000000000 --- a/x11/fvwm95/pkg/PLIST +++ /dev/null @@ -1,245 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 1998/03/24 23:32:15 tron Exp $ -bin/fvwm95 -icons/Mosaic.xpm -icons/Xfm.xpm -icons/arrdown2.xpm -icons/arrows2.xpm -icons/arrup2.xpm -icons/bckgnd1.xpm -icons/bckgnd3.xpm -icons/bomb.xpm -icons/ccode.icon -icons/clamp.xpm -icons/colormap.xpm -icons/datebook.xpm -icons/default.xbm -icons/desk.xpm -icons/dialog_box.xpm -icons/documents.xpm -icons/doombig.xpm -icons/doomface.xpm -icons/editres.xpm -icons/eps.xpm -icons/exit.xpm -icons/find1.xpm -icons/flow_chart.xpm -icons/folder.xpm -icons/folder2.xpm -icons/folders.xpm -icons/fvwm-menu.xpm -icons/fvwm.bitmap -icons/fvwm.xpm -icons/fvwm2.xpm -icons/fvwm2_big.xpm -icons/fvwm3.xpm -icons/gnu-animal.xpm -icons/graphs.xpm -icons/gv.xpm -icons/hcode.icon -icons/help.xpm -icons/jewelbig.xpm -icons/k.xpm -icons/k2.xpm -icons/lemacs.xpm -icons/linux-menu.xpm -icons/mag_glass.xpm -icons/mail1.xpm -icons/mail2.xpm -icons/map.xpm -icons/math4.xpm -icons/mini-arch.xpm -icons/mini-ball.xpm -icons/mini-bball.xpm -icons/mini-bomb.xpm -icons/mini-book1.xpm -icons/mini-book2.xpm -icons/mini-books.xpm -icons/mini-briefcase.xpm -icons/mini-bug1.xpm -icons/mini-bug2.xpm -icons/mini-bx2.xpm -icons/mini-calc.xpm -icons/mini-camera.xpm -icons/mini-cat.xpm -icons/mini-cave.xpm -icons/mini-cd.xpm -icons/mini-cdlabel.xpm -icons/mini-chinese.xpm -icons/mini-clipboard.xpm -icons/mini-clock.xpm -icons/mini-colors.xpm -icons/mini-connect.xpm -icons/mini-crosbone.xpm -icons/mini-cross.xpm -icons/mini-desktop.xpm -icons/mini-diff.xpm -icons/mini-diskette.xpm -icons/mini-display.xpm -icons/mini-doc.xpm -icons/mini-doc1.xpm -icons/mini-dog.xpm -icons/mini-edit.xpm -icons/mini-espada.xpm -icons/mini-exclam.xpm -icons/mini-exp.xpm -icons/mini-eye.xpm -icons/mini-eyes.xpm -icons/mini-fax.xpm -icons/mini-fdisk.xpm -icons/mini-filemgr.xpm -icons/mini-folder.xpm -icons/mini-font.xpm -icons/mini-fractal.xpm -icons/mini-frame.xpm -icons/mini-ftp.xpm -icons/mini-gball.xpm -icons/mini-go.xpm -icons/mini-gopher.xpm -icons/mini-graph.xpm -icons/mini-gv.xpm -icons/mini-hammer.xpm -icons/mini-happy.xpm -icons/mini-hdisk.xpm -icons/mini-heart.xpm -icons/mini-hex.xpm -icons/mini-hextris.xpm -icons/mini-icons.xpm -icons/mini-keyboard.xpm -icons/mini-lock.xpm -icons/mini-lower.xpm -icons/mini-mail.xpm -icons/mini-manual.xpm -icons/mini-max1.xpm -icons/mini-maze.xpm -icons/mini-modules.xpm -icons/mini-monitor.xpm -icons/mini-move.xpm -icons/mini-move1.xpm -icons/mini-mwm.xpm -icons/mini-news.xpm -icons/mini-nscape.xpm -icons/mini-ofolder.xpm -icons/mini-olwm.xpm -icons/mini-pager.xpm -icons/mini-paint.xpm -icons/mini-palette.xpm -icons/mini-pdf.xpm -icons/mini-pencil.xpm -icons/mini-penguin.xpm -icons/mini-perf.xpm -icons/mini-question.xpm -icons/mini-raise.xpm -icons/mini-ray.xpm -icons/mini-rball.xpm -icons/mini-resize.xpm -icons/mini-roach.xpm -icons/mini-run.xpm -icons/mini-sh.xpm -icons/mini-sh1.xpm -icons/mini-slon.xpm -icons/mini-sound.xpm -icons/mini-start.xpm -icons/mini-stop.xpm -icons/mini-telnet.xpm -icons/mini-term.xpm -icons/mini-tetris.xpm -icons/mini-trebol.xpm -icons/mini-turn.xpm -icons/mini-twm.xpm -icons/mini-window.xpm -icons/mini-windows.xpm -icons/mini-x.xpm -icons/mini-x2.xpm -icons/mini-xfig.xpm -icons/mini-xjewel.xpm -icons/mini-xkeycaps.xpm -icons/mini-xlander.xpm -icons/mini-xmahjongg.xpm -icons/mini-xsnow.xpm -icons/mini-xv.xpm -icons/mini-zoom.xpm -icons/mini.audiovol.xpm -icons/mini.checkmark.xpm -icons/mini.cut.xpm -icons/mini.destroy.xpm -icons/mini.excl.xpm -icons/mini.exit.xpm -icons/mini.fvwm.xpm -icons/mini.letter.xpm -icons/mini.lower.xpm -icons/mini.move.xpm -icons/mini.netscape.xpm -icons/mini.raise.xpm -icons/mini.resize.xpm -icons/mini.xarchie.xpm -icons/mini.xboing.xpm -icons/mini.xlock.xpm -icons/mini.xpm -icons/mini.xterm.xpm -icons/mini.zircon.xpm -icons/nscape.xpm -icons/ocode.icon -icons/page.xpm -icons/page2.xpm -icons/prog.icon -icons/programs.xpm -icons/ps.xpm -icons/question.xpm -icons/rbomb.xpm -icons/rcalc.xpm -icons/rterm.xpm -icons/run.xpm -icons/settings.xpm -icons/shutdown.xpm -icons/term.xpm -icons/textedit.xpm -icons/tiff2.xpm -icons/toolbox.xpm -icons/unknown1.xpm -icons/utilities-menu.xpm -icons/wierd_page3.xpm -icons/word_processor.xpm -icons/world.xpm -icons/wterm.xpm -icons/xboingbig.xpm -icons/xcalc.xpm -icons/xemacs.xpm -icons/xlock.xpm -icons/xman.xpm -icons/xpaint.xpm -icons/xterm-axp.xpm -icons/xterm-blank.xpm -icons/xterm-dec.xpm -icons/xterm-sgi.xpm -icons/xterm-sol.xpm -icons/xterm-sun.xpm -icons/xterm.xpm -icons/xv.xpm -icons/xview.xpm -lib/X11/fvwm95/FvwmAudio -lib/X11/fvwm95/FvwmAuto -lib/X11/fvwm95/FvwmBacker -lib/X11/fvwm95/FvwmBanner -lib/X11/fvwm95/FvwmButtons -lib/X11/fvwm95/FvwmConsole -lib/X11/fvwm95/FvwmCpp -lib/X11/fvwm95/FvwmDebug -lib/X11/fvwm95/FvwmForm -lib/X11/fvwm95/FvwmIconBox -lib/X11/fvwm95/FvwmIconMan -lib/X11/fvwm95/FvwmIdent -lib/X11/fvwm95/FvwmM4 -lib/X11/fvwm95/FvwmPager -lib/X11/fvwm95/FvwmSave -lib/X11/fvwm95/FvwmSaveDesk -lib/X11/fvwm95/FvwmScroll -lib/X11/fvwm95/FvwmTalk -lib/X11/fvwm95/FvwmTaskBar -lib/X11/fvwm95/FvwmWinList -lib/X11/fvwm95/fvwmrc_convert -lib/X11/fvwm95/quantize_pixmaps -lib/X11/fvwm95/system.fvwm95rc -lib/libfvwm95.a -man/man1/fvwm95.1 -@dirrm icons -@dirrm lib/X11/fvwm95 diff --git a/x11/icewm-gnome/pkg/COMMENT b/x11/icewm-gnome/pkg/COMMENT deleted file mode 100644 index 1141102dde7..00000000000 --- a/x11/icewm-gnome/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -small, fast and light-weight window manager (GNOME version) diff --git a/x11/icewm-gnome/pkg/DESCR b/x11/icewm-gnome/pkg/DESCR deleted file mode 100644 index 4b43b630f4b..00000000000 --- a/x11/icewm-gnome/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ -The goal of IceWM is to provide a small, fast and familiar window -manager for the X11 window system. Compatibility with the mwm window -manager is desired and will be implemented where appropriate. - -The IceWM is designed to emulate the look of Motif, OS/2 Warp 4, OS/2 -Warp 3 and Windows 95. Others might added in the future. - -It also tries to combine the feel of the above systems whenever it is -compatible. - -Generally, it tries to make all functions available both by keyboard -and by mouse (this is not currently possible when using mouse focus). - -Extreme configurability similiar to fvwm and many other window -managers is NOT the goal. - -This version of IceWM is built with GNOME support. - -Author: Marko Macek <Marko.Macek@gmx.net> -Released under the GPL. diff --git a/x11/icewm-gnome/pkg/PLIST b/x11/icewm-gnome/pkg/PLIST deleted file mode 100644 index 7702fa8b9c6..00000000000 --- a/x11/icewm-gnome/pkg/PLIST +++ /dev/null @@ -1,231 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/07/31 07:37:01 jlam Exp $ -bin/icewm -bin/icewmhint -bin/icewmbg -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/java_16x16.xpm -lib/X11/icewm/icons/java_32x32.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/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/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/html/icewm/icewm-1.html -share/doc/html/icewm/icewm-10.html -share/doc/html/icewm/icewm-11.html -share/doc/html/icewm/icewm-12.html -share/doc/html/icewm/icewm-13.html -share/doc/html/icewm/icewm-14.html -share/doc/html/icewm/icewm-15.html -share/doc/html/icewm/icewm-2.html -share/doc/html/icewm/icewm-3.html -share/doc/html/icewm/icewm-4.html -share/doc/html/icewm/icewm-5.html -share/doc/html/icewm/icewm-6.html -share/doc/html/icewm/icewm-7.html -share/doc/html/icewm/icewm-8.html -share/doc/html/icewm/icewm-9.html -share/doc/html/icewm/icewm.html -share/doc/icewm/BUGS -share/doc/icewm/CHANGES -share/doc/icewm/COPYING -share/doc/icewm/FAQ -share/doc/icewm/README -share/doc/icewm/TODO -@dirrm share/doc/icewm -@dirrm share/doc/html/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 -@dirrm lib/X11/icewm/taskbar -@dirrm lib/X11/icewm/mailbox -@dirrm lib/X11/icewm/ledclock -@dirrm lib/X11/icewm/icons -@dirrm lib/X11/icewm diff --git a/x11/icewm/Makefile.common b/x11/icewm/Makefile.common deleted file mode 100644 index 9e5db75d129..00000000000 --- a/x11/icewm/Makefile.common +++ /dev/null @@ -1,38 +0,0 @@ -# $NetBSD: Makefile.common,v 1.3 2000/07/31 07:42:21 jlam Exp $ -# - -DISTNAME= icewm-1.0.4 -CATEGORIES= x11 -MASTER_SITES= http://download.sourceforge.net/icewm/ \ - ftp://ftp.fu-berlin.de/unix/X11/window-managers/icewm/ -EXTRACT_SUFX= .src.tar.gz - -MAINTAINER= wiz@netbsd.org -HOMEPAGE= http://icewm.sourceforge.net/ - -GNU_CONFIGURE= # defined -USE_X11BASE= # defined - -FILESDIR= ${.CURDIR}/../../x11/icewm/files -PATCHDIR= ${.CURDIR}/../../x11/icewm/patches - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -.if exists(/usr/include/machine/apmvar.h) -CPPFLAGS+= -DCONFIG_APM -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -.endif -.endif - -DOCDIR= ${PREFIX}/share/doc/icewm -HTMLDIR= ${PREFIX}/share/doc/html/icewm - -post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} ${HTMLDIR} - for file in BUGS CHANGES COPYING FAQ README TODO; do \ - ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \ - done - ${INSTALL_DATA} ${WRKSRC}/doc/icewm*.html ${HTMLDIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/x11/icewm/files/md5 b/x11/icewm/files/md5 deleted file mode 100644 index 496b8194699..00000000000 --- a/x11/icewm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.3 2000/07/31 07:37:00 jlam Exp $ - -MD5 (icewm-1.0.4.src.tar.gz) = 31d6fd8b94fd1becab0de15d4a8e4eb4 diff --git a/x11/icewm/files/patch-sum b/x11/icewm/files/patch-sum deleted file mode 100644 index 657d515d9b7..00000000000 --- a/x11/icewm/files/patch-sum +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: patch-sum,v 1.3 2000/07/31 07:37:00 jlam Exp $ - -MD5 (patch-aa) = e14f55369b97e470dba2ec2941124c9a -MD5 (patch-ab) = c4341b61b19b4a16ac86a85a64f8426e -MD5 (patch-ac) = 89fa90d5957d5f6fbb50a9de63237741 -MD5 (patch-ad) = 4d5a4ad0a012707a3851a89e1e1d0159 -MD5 (patch-ae) = 6f6cd71973024f66c88b089f128e9b2d diff --git a/x11/icewm/patches/patch-aa b/x11/icewm/patches/patch-aa deleted file mode 100644 index 035f33f1746..00000000000 --- a/x11/icewm/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/03/07 03:35:44 jlam Exp $ - ---- sysdep.in.orig Mon Nov 8 06:45:52 1999 -+++ sysdep.in Mon Mar 6 22:20:48 2000 -@@ -1,6 +1,6 @@ - CXX = @CXX@ - LD = @CXX_LINK@ --SYS_CFLAGS = @CXXFLAGS@ @DEFS@ -+SYS_CFLAGS = @CXXFLAGS@ @CPPFLAGS@ @DEFS@ - SYS_INCDIRS = --SYS_LIBDIRS = -+SYS_LIBDIRS = @LDFLAGS@ - SYS_LIBS = @LIBS@ diff --git a/x11/icewm/patches/patch-ab b/x11/icewm/patches/patch-ab deleted file mode 100644 index e35766a7b1d..00000000000 --- a/x11/icewm/patches/patch-ab +++ /dev/null @@ -1,68 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/03/07 03:35:45 jlam Exp $ - ---- src/aapm.cc.orig Sun Feb 13 10:28:36 2000 -+++ src/aapm.cc Mon Mar 6 22:22:36 2000 -@@ -22,11 +22,18 @@ - - #ifdef CONFIG_APM - -+#if defined(__NetBSD__) -+#include <sys/ioctl.h> -+#include <machine/apmvar.h> -+#include <fcntl.h> -+#endif -+ - YColor *YApm::apmBg = 0; - YColor *YApm::apmFg = 0; - YFont *YApm::apmFont = 0; - - void ApmStr(char *s, bool Tool) { -+#ifdef __linux__ - char buf[45]; - int len, i, fd = open("/proc/apm", O_RDONLY); - char driver[16]; -@@ -97,6 +104,44 @@ - strcat(s," - Charging"); - else - strcat(s,"M"); -+#elif defined(__NetBSD__) -+ struct apm_power_info aip; -+ int fd = open(APMDEV, O_RDONLY); -+ -+ if (fd == -1) { -+ return; -+ } -+ -+ if (ioctl(fd, APM_IOC_GETPOWER, &aip) == -1) { -+ fprintf(stderr, "ioctl failed on APMDEV"); -+ return; -+ } -+ -+ if (!Tool) { -+ if (taskBarShowApmTime) { -+ if (aip.minutes_left == 0) { -+ sprintf(s, "%02d", aip.battery_life); -+ } else -+ sprintf(s, "%d:%02d", aip.minutes_left/60, aip.minutes_left%60); -+ } else -+ sprintf(s, "%02d", aip.battery_life); -+ } else { -+ sprintf(s, "%d%%", aip.battery_life); -+ } -+ -+ if (aip.ac_state == APM_AC_ON) -+ if (Tool) -+ strcat(s," - Power"); -+ else -+ strcat(s,"P"); -+ if (aip.battery_state == APM_BATT_CHARGING) -+ if (Tool) -+ strcat(s," - Charging"); -+ else -+ strcat(s,"M"); -+ -+ close(fd); -+#endif - } - - YApm::YApm(YWindow *aParent): YWindow(aParent) { diff --git a/x11/icewm/patches/patch-ac b/x11/icewm/patches/patch-ac deleted file mode 100644 index abc6f49e4ff..00000000000 --- a/x11/icewm/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2000/03/07 03:35:45 jlam Exp $ - ---- src/aapm.h.orig Sun Dec 5 11:47:02 1999 -+++ src/aapm.h Mon Mar 6 22:20:48 2000 -@@ -3,6 +3,10 @@ - #include "ytimer.h" - - #ifdef CONFIG_APM -+#if defined(__NetBSD__) -+#define APMDEV "/dev/apm" -+#endif -+ - class YApm: public YWindow, public YTimerListener { - public: - YApm(YWindow *aParent = 0); diff --git a/x11/icewm/patches/patch-ad b/x11/icewm/patches/patch-ad deleted file mode 100644 index 7b3840c5f7f..00000000000 --- a/x11/icewm/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2000/03/07 03:35:45 jlam Exp $ - ---- src/config.h.orig Mon Nov 8 06:45:52 1999 -+++ src/config.h Mon Mar 6 22:20:48 2000 -@@ -31,6 +31,6 @@ - #define CONFIG_NET_STATUS - - /* apm status */ --#define CONFIG_APM -+/* #define CONFIG_APM */ - - #endif diff --git a/x11/icewm/patches/patch-ae b/x11/icewm/patches/patch-ae deleted file mode 100644 index 80d343be82d..00000000000 --- a/x11/icewm/patches/patch-ae +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2000/07/31 07:37:00 jlam Exp $ - ---- src/wmtaskbar.cc.orig Sun Mar 19 08:34:58 2000 -+++ src/wmtaskbar.cc Mon Jul 31 01:47:42 2000 -@@ -254,7 +254,11 @@ - } else - fClock = 0; - #ifdef CONFIG_APM -+#ifdef __linux__ - if (taskBarShowApm && access("/proc/apm", 0) == 0) { -+#elif defined(__NetBSD__) -+ if (taskBarShowApm && access(APMDEV, 0) == 0) { -+#endif - fApm = new YApm(this); - if (fApm->height() + ADD1 > ht) ht = fApm->height() + ADD1; - } else diff --git a/x11/icewm/pkg/COMMENT b/x11/icewm/pkg/COMMENT deleted file mode 100644 index b82e64b0d2c..00000000000 --- a/x11/icewm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -small, fast and light-weight window manager diff --git a/x11/icewm/pkg/DESCR b/x11/icewm/pkg/DESCR deleted file mode 100644 index b141b9c6a7b..00000000000 --- a/x11/icewm/pkg/DESCR +++ /dev/null @@ -1,18 +0,0 @@ -The goal of IceWM is to provide a small, fast and familiar window -manager for the X11 window system. Compatibility with the mwm window -manager is desired and will be implemented where appropriate. - -The IceWM is designed to emulate the look of Motif, OS/2 Warp 4, OS/2 -Warp 3 and Windows 95. Others might added in the future. - -It also tries to combine the feel of the above systems whenever it is -compatible. - -Generally, it tries to make all functions available both by keyboard -and by mouse (this is not currently possible when using mouse focus). - -Extreme configurability similiar to fvwm and many other window -managers is NOT the goal. - -Author: Marko Macek <Marko.Macek@gmx.net> -Released under the GPL. diff --git a/x11/icewm/pkg/PLIST b/x11/icewm/pkg/PLIST deleted file mode 100644 index b393e2f898f..00000000000 --- a/x11/icewm/pkg/PLIST +++ /dev/null @@ -1,231 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/07/31 07:37:00 jlam Exp $ -bin/icewm -bin/icewmhint -bin/icewmbg -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/java_16x16.xpm -lib/X11/icewm/icons/java_32x32.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/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/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/html/icewm/icewm-1.html -share/doc/html/icewm/icewm-10.html -share/doc/html/icewm/icewm-11.html -share/doc/html/icewm/icewm-12.html -share/doc/html/icewm/icewm-13.html -share/doc/html/icewm/icewm-14.html -share/doc/html/icewm/icewm-15.html -share/doc/html/icewm/icewm-2.html -share/doc/html/icewm/icewm-3.html -share/doc/html/icewm/icewm-4.html -share/doc/html/icewm/icewm-5.html -share/doc/html/icewm/icewm-6.html -share/doc/html/icewm/icewm-7.html -share/doc/html/icewm/icewm-8.html -share/doc/html/icewm/icewm-9.html -share/doc/html/icewm/icewm.html -share/doc/icewm/BUGS -share/doc/icewm/CHANGES -share/doc/icewm/COPYING -share/doc/icewm/FAQ -share/doc/icewm/README -share/doc/icewm/TODO -@dirrm share/doc/icewm -@dirrm share/doc/html/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 -@dirrm lib/X11/icewm/taskbar -@dirrm lib/X11/icewm/mailbox -@dirrm lib/X11/icewm/ledclock -@dirrm lib/X11/icewm/icons -@dirrm lib/X11/icewm diff --git a/x11/lwm/files/md5 b/x11/lwm/files/md5 deleted file mode 100644 index b2943ac5d3b..00000000000 --- a/x11/lwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.4 2000/02/22 13:25:04 he Exp $ - -MD5 (lwm-1.00/lwm.tar.gz) = a419c283cbd8b8580eccb2a3abe9aa5a diff --git a/x11/lwm/files/patch-sum b/x11/lwm/files/patch-sum deleted file mode 100644 index 9a587662b3b..00000000000 --- a/x11/lwm/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.2 2000/02/28 00:24:05 hubertf Exp $ - -MD5 (patch-aa) = 6082732d0dd6482cb852a5b13a0b432d diff --git a/x11/lwm/patches/patch-aa b/x11/lwm/patches/patch-aa deleted file mode 100644 index a5a1064eaa4..00000000000 --- a/x11/lwm/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/02/28 00:24:06 hubertf Exp $ - ---- Imakefile.orig Wed Oct 20 10:33:03 1999 -+++ Imakefile Mon Feb 28 01:22:33 2000 -@@ -7,6 +7,6 @@ - SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c - OBJS = ${SRCS:.c=.o} - --ComplexProgramTarget(lwm) -+ComplexProgramTargetNoMan(lwm) - - ${OBJS}: ${HEADERS} diff --git a/x11/lwm/pkg/COMMENT b/x11/lwm/pkg/COMMENT deleted file mode 100644 index ffe9e0c4aaf..00000000000 --- a/x11/lwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Lightweight Window Manager diff --git a/x11/lwm/pkg/DESCR b/x11/lwm/pkg/DESCR deleted file mode 100644 index ee7ebf8a56c..00000000000 --- a/x11/lwm/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -lwm is a window manager for X that tries to keep out of your face. There -are no icons, no button bars, no icon docks, no root menus, no nothing: -if you want all that, then other programs can provide it. There's no -configurability either: if you want that, you want a different window -manager; one that helps your operating system in its evil conquest of -your disc space and its annexation of your physical memory. diff --git a/x11/lwm/pkg/PLIST b/x11/lwm/pkg/PLIST deleted file mode 100644 index 2fdb6befdf7..00000000000 --- a/x11/lwm/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/09 18:37:18 jwise Exp $ -bin/lwm diff --git a/x11/olvwm/files/md5 b/x11/olvwm/files/md5 deleted file mode 100644 index ed38668e5c9..00000000000 --- a/x11/olvwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 2000/06/16 14:18:52 pooka Exp $ - -MD5 (olvwm4.src4.tar.gz) = 9eb292e28214345abd8c6493c800282b diff --git a/x11/olvwm/files/patch-sum b/x11/olvwm/files/patch-sum deleted file mode 100644 index a7ab91c4b93..00000000000 --- a/x11/olvwm/files/patch-sum +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-sum,v 1.2 2000/09/13 22:50:36 jlam Exp $ - -MD5 (patch-aa) = d9360f9a984c17bdf04c872eb6befc1b -MD5 (patch-ab) = 62aa3edc690b24cf6351a09e3249a137 -MD5 (patch-ac) = 24c588b113c9ef4426853493f05acc5b -MD5 (patch-ad) = 9bf85e99c01a8c4d4b08312eb05f4df5 -MD5 (patch-ae) = 708843f2743d34dac6ce5e00584b5e85 -MD5 (patch-af) = 8c021e4daca62ddcd259b40aaac92e59 -MD5 (patch-ag) = 4113faf5439ac6202c1c82b4acc0db7b -MD5 (patch-ah) = f103769d75102ae35765346d86f96588 -MD5 (patch-ai) = eaecbbf3b85bc781f794cba0c0c90f0d -MD5 (patch-aj) = 62e1eb37af59d0ad1d83ab274350389e -MD5 (patch-ak) = 96c1896453ccc2b3ee5cb10c364c302e -MD5 (patch-al) = 2917ff9f602404b4310a433d19d9f16b diff --git a/x11/olvwm/patches/patch-aa b/x11/olvwm/patches/patch-aa deleted file mode 100644 index 281d19488d5..00000000000 --- a/x11/olvwm/patches/patch-aa +++ /dev/null @@ -1,53 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/09/13 22:50:36 jlam Exp $ - ---- Imakefile.orig Tue Jan 13 16:23:54 1998 -+++ Imakefile -@@ -48,7 +48,11 @@ - /**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DIDENT - - /**/# For a generic Solaris 2.x system, I'd suggest --MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DSVR4 -DSYSV -DIDENT -x O4 -+/**/#MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DSVR4 -DSYSV -DIDENT -x O4 -+ -+/**/# For NetBSD the following is fine -+MORECCFLAGS=-DOW_I18N_L3 -DSHAPE -DREGEXP -DXPM -DIDENT -DMAXPID=30000 \ -+ -DPREFIX=\"${PREFIX}\" - - /**/# - /**/# Set MORELDFLAGS to any link options you want. Be sure to add -lxpm if you -@@ -57,8 +61,10 @@ - /**/#MORELDFLAGS=-L${OPENWINHOME}/lib - /**/# - /**/# For Solaris 2.x, I'd suggest --MORELDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl -+/**/#MORELDFLAGS=-L${OPENWINHOME}/lib -R ${OPENWINHOME}/lib -lintl - -+/**/# For NetBSD the following is fine -+MORELDFLAGS=-lcompat -lXpm - - /**/# No more changes needed - -@@ -93,7 +99,7 @@ - SRCS = atom.c client.c cmdstream.c cursors.c debug.c defaults.c dsdm.c \ - environ.c error.c evbind.c events.c fontset.c gettext.c gif.c group.c \ - helpsend.c i18n.c images.c info.c kbdfuncs.c list.c mem.c menu.c \ -- moveresize.c notice.c ol_button.413.c ol_button.svr4.c olvwmrc.c \ -+ moveresize.c notice.c ol_button.413.c ol_button.svr4.c \ - olwm.c pixmap.c properties.c reduce.c resources.c screen.c \ - selection.c services.c slave.c slots.c st.c states.c usermenu.c \ - usleep.c virtual.c win.c winbusy.c winbutton.c wincolor.c winframe.c \ -@@ -136,13 +142,6 @@ - clean:: - /bin/rm -f parse.c olvwmrc.c version.c - --install.man:: $(MANPAGES) -- @if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \ -- else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi -- @for i in $(MANPAGES) ;\ -- do \ -- echo "installing $$i"; \ -- $(INSTALL) -c $(INSTMANFLAGS) $$i $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \ -- done -+InstallManPage(olvwmrc,$(FILEMANDIR)) - - #include <XView.prog> diff --git a/x11/olvwm/patches/patch-ab b/x11/olvwm/patches/patch-ab deleted file mode 100644 index 0ab070795f0..00000000000 --- a/x11/olvwm/patches/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2000/09/13 22:50:36 jlam Exp $ - ---- defaults.c.orig Thu Mar 2 22:44:29 2000 -+++ defaults.c Tue Jun 6 19:33:36 2000 -@@ -30,9 +30,7 @@ - #include <X11/Xutil.h> - #include <X11/Xatom.h> - #include <X11/Xresource.h> --#ifdef OW_I18N_L4 - #include <sys/param.h> --#endif - - #include "i18n.h" - #include "ollocale.h" -@@ -89,6 +87,9 @@ - (void) strcat(filename, "/.Xdefaults-"); - #ifdef SVR4 - if (sysinfo(SI_HOSTNAME, hostname, sizeof(hostname)) != -1) { -+#endif -+#ifdef BSD -+ if (0 == gethostname(hostname, sizeof(hostname))) { - #else - if (0 == gethostname(hostname, sizeof(hostname), &namelen)) { - #endif -@@ -159,7 +160,7 @@ - return appDB; - } - -- appDB = XrmGetFileDatabase("/usr/lib/X11/app-defaults/Olwm"); -+ appDB = XrmGetFileDatabase(PREFIX "/lib/X11/app-defaults/Olwm"); - return appDB; - } - diff --git a/x11/olvwm/patches/patch-ac b/x11/olvwm/patches/patch-ac deleted file mode 100644 index 33511e23242..00000000000 --- a/x11/olvwm/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/06/16 14:18:55 pooka Exp $ - ---- gif.c.orig Sat Jan 8 00:19:38 2000 -+++ gif.c Sat Jan 8 00:20:25 2000 -@@ -56,7 +56,10 @@ - int disposal; - } Gif89 = { -1, -1, -1, 0 }; - --extern XImage* ReadImage(); -+static XImage* ReadImage(); -+static int ReadColorMap(); -+static int DoExtension(); -+static int GetDataBlock(); - - XImage *ReadGIF(dpy, fd, pNcolors, pColors) - Display *dpy; diff --git a/x11/olvwm/patches/patch-ad b/x11/olvwm/patches/patch-ad deleted file mode 100644 index 0e45a56e547..00000000000 --- a/x11/olvwm/patches/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/06/16 14:18:55 pooka Exp $ - ---- olvwmrc.y.orig Wed Apr 28 23:27:20 1999 -+++ olvwmrc.y Sat Jan 8 00:46:36 2000 -@@ -37,7 +37,7 @@ - char *LookupToken(); - char *FindOlvwmRC(); - void resetKeys(); --char *strexpand(); -+static char *strexpand(); - - typedef struct progscreen { - char *target; -@@ -527,7 +527,6 @@ - } - %% - /* Programs */ --#define YYDEBUG 1 - #include "parse.c" - - extern List *ActiveClientList; diff --git a/x11/olvwm/patches/patch-ae b/x11/olvwm/patches/patch-ae deleted file mode 100644 index d480ab76d21..00000000000 --- a/x11/olvwm/patches/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2000/06/16 14:18:55 pooka Exp $ - ---- olwm.c.orig Sat Jan 8 00:25:00 2000 -+++ olwm.c Sat Jan 8 00:25:06 2000 -@@ -675,12 +675,11 @@ - { - #ifdef SYSV - pid_t pid; -- int status; - #else - int oldmask; - int pid; -- union wait status; - #endif -+ int status; - - if (!deadChildren) - return; diff --git a/x11/olvwm/patches/patch-af b/x11/olvwm/patches/patch-af deleted file mode 100644 index 513d3964a13..00000000000 --- a/x11/olvwm/patches/patch-af +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2000/06/16 14:18:55 pooka Exp $ - ---- screen.c.orig Sat Jan 8 00:34:00 2000 -+++ screen.c Sat Jan 8 00:34:05 2000 -@@ -157,6 +157,15 @@ - * Local Functions - *-------------------------------------------------------------------------*/ - -+static updateScreenWorkspaceColor(); -+static updateScreenWindowColor(); -+static updateScreenForegroundColor(); -+static updateScreenBackgroundColor(); -+static updateScreenBorderColor(); -+static updateScreenInputFocusColor(); -+static updateScreenGlyphFont(); -+ -+ - /* - * makeScreenQuarks -- set up quarks for screen resources - */ diff --git a/x11/olvwm/patches/patch-ag b/x11/olvwm/patches/patch-ag deleted file mode 100644 index 1058a3aded3..00000000000 --- a/x11/olvwm/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1.1.1 2000/06/16 14:18:56 pooka Exp $ - ---- st.c.orig Sat Jan 8 00:34:44 2000 -+++ st.c Sat Jan 8 00:35:22 2000 -@@ -44,6 +44,8 @@ - (table->hash == ST_NUMHASH) ? ((int) (key) % table->num_bins) :\ - (*table->hash)((key), table->num_bins))*/ - -+static rehash(); -+ - st_table *st_init_table_with_params(compare, hash, size, density, grow_factor, - reorder_flag) - int (*compare)(); diff --git a/x11/olvwm/patches/patch-ah b/x11/olvwm/patches/patch-ah deleted file mode 100644 index 13ab6bcf8cf..00000000000 --- a/x11/olvwm/patches/patch-ah +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ah,v 1.1.1.1 2000/06/16 14:18:56 pooka Exp $ - ---- virtual.c.orig Sat Jan 8 00:36:29 2000 -+++ virtual.c Sat Jan 8 00:37:54 2000 -@@ -69,6 +69,9 @@ - - extern char *ExpandPath(); - -+static int rexMatch(); -+static int rexInit(); -+ - /* - * Semantic action associated with each of the buttons above. These must - * be in the same order as the button array; it would be better if the Button -@@ -2108,7 +2111,9 @@ - } - } - -+#ifndef REGEXP - static char expbuf[256]; -+#endif - - static - rexMatch(string) diff --git a/x11/olvwm/patches/patch-ai b/x11/olvwm/patches/patch-ai deleted file mode 100644 index 1793f55ca7b..00000000000 --- a/x11/olvwm/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.1.1.1 2000/06/16 14:18:56 pooka Exp $ - ---- winframe.c.orig Sat Jan 8 00:38:12 2000 -+++ winframe.c Sat Jan 8 00:38:49 2000 -@@ -84,6 +84,7 @@ - static void setIMStatusText(); - #endif - static void updateResizePositions(); -+static int headerHeight(); - - /*************************************************************************** - * sizing and decoration positioning functions diff --git a/x11/olvwm/patches/patch-aj b/x11/olvwm/patches/patch-aj deleted file mode 100644 index 1affdcfbb5b..00000000000 --- a/x11/olvwm/patches/patch-aj +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aj,v 1.1.1.1 2000/06/16 14:18:57 pooka Exp $ - ---- winicon.c.orig Sat Jan 8 00:39:24 2000 -+++ winicon.c Sat Jan 8 00:40:50 2000 -@@ -52,6 +52,10 @@ - * forward-declared functions - ***************************************************************************/ - -+static int heightTopIcon(); -+static int heightBottomIcon(); -+static int widthBothIcon(); -+ - /*************************************************************************** - * private event functions - ***************************************************************************/ diff --git a/x11/olvwm/patches/patch-ak b/x11/olvwm/patches/patch-ak deleted file mode 100644 index b8cf5e4d720..00000000000 --- a/x11/olvwm/patches/patch-ak +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2000/09/13 22:50:36 jlam Exp $ - ---- usermenu.c.orig Thu Mar 2 22:41:31 2000 -+++ usermenu.c Tue Jun 6 19:24:12 2000 -@@ -884,7 +884,7 @@ - home = "."; - - if ((owHome = getenv("OPENWINHOME")) == NULL) -- owHome = "/usr/openwin"; -+ owHome = PREFIX; - - menuSearchPath = (char **)MemAlloc(NUM_SEARCH_PATH*sizeof(char *)); - -@@ -899,16 +899,6 @@ - /* $HOME/.<menufile> */ - sprintf(buf, "%s/.%%s", home); - menuSearchPath[i++] = MemNewString(buf); -- --#ifdef OW_I18N_L3 -- /* $OPENWINHOME/share/locale/<locale>/olwm/<menufile> */ -- sprintf(buf, "%s/share/locale/%%2$s/olwm/%%1$s", owHome); -- menuSearchPath[i++] = MemNewString(buf); -- -- /* $OPENWINHOME/lib/<menufile>.<locale> */ -- sprintf(buf, "%s/lib/%%1$s.%%2$s", owHome); -- menuSearchPath[i++] = MemNewString(buf); --#endif - - /* $OPENWINHOME/lib/<menufile> */ - sprintf(buf, "%s/lib/%%s", owHome); diff --git a/x11/olvwm/patches/patch-al b/x11/olvwm/patches/patch-al deleted file mode 100644 index 3ba7144ed94..00000000000 --- a/x11/olvwm/patches/patch-al +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-al,v 1.1.1.1 2000/06/16 14:18:57 pooka Exp $ - ---- cursors.c.orig Sat Jan 8 02:13:12 2000 -+++ cursors.c Sat Jan 8 02:12:21 2000 -@@ -278,7 +278,7 @@ - if (our_copy[0] == 'X') - font_file = "cursor"; - else if (our_copy[0] == 'O') -- font_file = "-sun-open look cursor-----12-120-75-75-p-455-sunolcursor-1"; -+ font_file = "olcursor"; - createCursor(dpy, cmap, pointer, cursor_id, font_file, end, ptr); - } - else { diff --git a/x11/olvwm/pkg/COMMENT b/x11/olvwm/pkg/COMMENT deleted file mode 100644 index 60cbeab8692..00000000000 --- a/x11/olvwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Open Look Virtual Window Manager diff --git a/x11/olvwm/pkg/DESCR b/x11/olvwm/pkg/DESCR deleted file mode 100644 index 660e10e54fd..00000000000 --- a/x11/olvwm/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -What Is OLVWM: ------------- -Olvwm (OPEN LOOK virtual window manager) is an ICCCM compliant window manager -supplied for use with the XView toolkit. It is derived from olwm, the -OPEN LOOK window manager supplied with the XView release. This version of -olvwm is based on version 3 of the XView release. diff --git a/x11/olvwm/pkg/PLIST b/x11/olvwm/pkg/PLIST deleted file mode 100644 index 898c56006d8..00000000000 --- a/x11/olvwm/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2000/09/13 22:50:36 jlam Exp $ -bin/olvwm -lib/help/olvwm.info -man/cat1/olvwm.0 -man/cat5/olvwmrc.0 diff --git a/x11/sawfish-replibs/files/md5 b/x11/sawfish-replibs/files/md5 deleted file mode 100644 index 42f75d3b4fd..00000000000 --- a/x11/sawfish-replibs/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 2000/10/29 23:47:41 jlam Exp $ - -MD5 (sawfish-0.32.tar.gz) = cfbf988a645810cc0fd8a670f0652250 diff --git a/x11/sawfish-replibs/pkg/COMMENT b/x11/sawfish-replibs/pkg/COMMENT deleted file mode 100644 index 9077bf3c46c..00000000000 --- a/x11/sawfish-replibs/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -librep Lisp libraries for sawfish diff --git a/x11/sawfish-replibs/pkg/DESCR b/x11/sawfish-replibs/pkg/DESCR deleted file mode 100644 index d9ab38049d9..00000000000 --- a/x11/sawfish-replibs/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This is the package of librep Lisp libraries for sawfish, a highly -configurable window manager for X11. diff --git a/x11/sawfish-replibs/pkg/PLIST b/x11/sawfish-replibs/pkg/PLIST deleted file mode 100644 index 6c9b3c7eac7..00000000000 --- a/x11/sawfish-replibs/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/11/27 17:57:08 mycroft Exp $ -libexec/rep/${MACHINE_GNU_PLATFORM}/sawfish/client.la -libexec/rep/${MACHINE_GNU_PLATFORM}/sawfish/client.a -libexec/rep/${MACHINE_GNU_PLATFORM}/sawfish/client.so -@dirrm libexec/rep/${MACHINE_GNU_PLATFORM}/sawfish diff --git a/x11/sawfish/Makefile.common b/x11/sawfish/Makefile.common deleted file mode 100644 index ff952214da7..00000000000 --- a/x11/sawfish/Makefile.common +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile.common,v 1.2 2000/11/30 08:56:19 mycroft Exp $ - -DISTNAME= sawfish-${SF_VERS} -SF_VERS= 0.33.1 -CATEGORIES= x11 gnome -MASTER_SITES= ftp://mirror.capital-internet.net/pub/sawmill/sawfish/ \ - ftp://eprom.dhs.org/pub/mirrors/sawmill/ \ - http://ftp.fi.muni.cz/pub/linux/sawmill/ \ - ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/ \ - ftp://ftp.du.se/pub/mirrors/sawfish/ \ - ftp://sawmill.sourceforge.net/pub/sawmill/ - -MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://sawmill.sourceforge.net/ - -DEPENDS+= librep>=0.13:../../lang/librep -DEPENDS+= rep-gtk>=0.14:../../x11/rep-gtk -DEPENDS+= imlib>=1.8.2:../../graphics/imlib -DEPENDS+= control-center-*:../../x11/controlcenter - -USE_X11= # defined - -USE_GMAKE= # defined -GNU_CONFIGURE= # defined - -FILESDIR= ${.CURDIR}/../../x11/sawfish/files -PATCHDIR= ${.CURDIR}/../../x11/sawfish/patches - -.include "../../mk/bsd.pkg.mk" diff --git a/x11/sawfish/files/md5 b/x11/sawfish/files/md5 deleted file mode 100644 index ac0d97dfe56..00000000000 --- a/x11/sawfish/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.4 2000/11/30 08:56:19 mycroft Exp $ - -MD5 (sawfish-0.33.1.tar.gz) = a2b99f3f9deae419c43504dba16554f0 diff --git a/x11/sawfish/files/patch-sum b/x11/sawfish/files/patch-sum deleted file mode 100644 index 38d02cecab1..00000000000 --- a/x11/sawfish/files/patch-sum +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: patch-sum,v 1.2 2000/10/29 23:45:35 jlam Exp $ - -MD5 (patch-aa) = 6a961b7bcdad7af8da19d5bfbb33a69a -MD5 (patch-ab) = 23b7e8287fa350e6cc919fc382c6b4f3 -MD5 (patch-ac) = 002e91f9fef7c646ff8dd959fb008e7c diff --git a/x11/sawfish/patches/patch-aa b/x11/sawfish/patches/patch-aa deleted file mode 100644 index 1d23de5b5c9..00000000000 --- a/x11/sawfish/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/10/27 08:07:47 jlam Exp $ - ---- configure.orig Thu Oct 19 17:48:32 2000 -+++ configure -@@ -657,7 +657,7 @@ - - sawfishdir='${datadir}/sawfish' - lispdir='${sawfishdir}/${version}/lisp' --localedir='${sawfishdir}/${version}/locale' -+localedir='${prefix}/${LOCALEBASE}/locale' - sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}' - - # Extract the first word of "gcc", so it can be a program name with args. diff --git a/x11/sawfish/patches/patch-ab b/x11/sawfish/patches/patch-ab deleted file mode 100644 index ff7e135fa5f..00000000000 --- a/x11/sawfish/patches/patch-ab +++ /dev/null @@ -1,46 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/10/29 23:45:35 jlam Exp $ - ---- src/Makefile.in.orig Fri Sep 1 18:45:15 2000 -+++ src/Makefile.in -@@ -19,6 +19,9 @@ - # along with sawmill; see the file COPYING. If not, write to - # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - -+# Don't build client.la by default from this Makefile. client.la is -+# packaged by x11/sawfish-replibs. -+ - include ../Makedefs - - top_builddir=.. -@@ -32,7 +35,7 @@ - OBJS := $(SRCS:.c=.o) - - DL_SRCS := gradient.c flippers.c x.c selection.c play-sample.c --DL_OBJS := $(DL_SRCS:%.c=%.la) client.la -+DL_OBJS := $(DL_SRCS:%.c=%.la) - DL_DSTS = sawfish/wm/util/gradient.la sawfish/wm/util/flippers.la \ - sawfish/wm/util/x.la sawfish/wm/util/selection.la \ - sawfish/wm/util/play-sample.la -@@ -71,6 +74,8 @@ - $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) \ - $(notdir $(x)) $(DESTDIR)$(sawfishexecdir)/$(dir $(x));) - $(rep_INSTALL_ALIASES) -c . $(DESTDIR)$(sawfishexecdir) -+ -+install-client-la : client.la - $(rep_LIBTOOL) --mode=install $(INSTALL_PROGRAM) client.la $(DESTDIR)$(repexecdir)/sawfish/ - - uninstall : -@@ -82,10 +87,12 @@ - for dl in $(DL_DSTS); do \ - $(rep_LIBTOOL) rm $(DESTDIR)${sawfishexecdir}/$$dl; \ - done -+ -+uninstall-client-la : - $(rep_DL_UNINSTALL) $(DESTDIR)$(repexecdir)/sawfish/client.la - - installdirs : mkinstalldirs -- $(SHELL) $< $(DESTDIR)$(bindir) $(DESTDIR)$(repexecdir)/sawfish \ -+ $(SHELL) $< $(DESTDIR)$(bindir) \ - $(foreach x,$(DL_DIRS),$(DESTDIR)$(sawfishexecdir)/$(x)) - - .libexec : diff --git a/x11/sawfish/patches/patch-ac b/x11/sawfish/patches/patch-ac deleted file mode 100644 index e440c919300..00000000000 --- a/x11/sawfish/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2000/10/29 23:45:35 jlam Exp $ - ---- src/fake-libexec.orig Thu Sep 28 08:31:04 2000 -+++ src/fake-libexec -@@ -6,7 +6,6 @@ - libexecdir="./.libexec" - - libs="\ -- sawfish.client\ - sawfish.wm.util.flippers\ - sawfish.wm.util.gradient\ - sawfish.wm.util.play-sample\ diff --git a/x11/sawfish/pkg/COMMENT b/x11/sawfish/pkg/COMMENT deleted file mode 100644 index fde6a39be7a..00000000000 --- a/x11/sawfish/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GNOME-aware window manager that is fully configurable in Lisp diff --git a/x11/sawfish/pkg/DESCR b/x11/sawfish/pkg/DESCR deleted file mode 100644 index 1eaacd4b59f..00000000000 --- a/x11/sawfish/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -Sawfish is an extensible window manager using an Emacs Lisp-like -scripting language--all window decorations are configurable, the basic -idea is to have as much user-interface policy as possible controlled -through the Lisp language. This is no layer on top of twm, but a wholly -new architecture. - -Despite this extensibility its policy is currently very minimal -compared to most window managers. Its aim is simply to manage windows -in the most flexible and attractive manner possible. As such it does -not implement desktop backgrounds, applications docks, or other things -that may be achieved through separate applications. - -All high-level wm functions are implemented in Lisp for future -extensibility or redefinition. Currently this includes menus (using -GTK+), interactive window moving and resizing, virtual workspaces, -iconification, focus/transient window policies, frame theme definitions -and much more. diff --git a/x11/sawfish/pkg/PLIST b/x11/sawfish/pkg/PLIST deleted file mode 100644 index 7e4dc12e9df..00000000000 --- a/x11/sawfish/pkg/PLIST +++ /dev/null @@ -1,610 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2000/11/30 08:56:20 mycroft Exp $ -bin/sawfish -bin/sawfish-capplet -bin/sawfish-client -bin/sawfish-themer -bin/sawfish-ui -@unexec install-info --delete --info-dir=%D/info %D/info/sawfish.info -info/sawfish.info -info/sawfish.info-1 -info/sawfish.info-2 -info/sawfish.info-3 -info/sawfish.info-4 -info/sawfish.info-5 -@exec install-info --info-dir=%D/info %D/info/sawfish.info -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/DOC -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/gradient.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/gradient.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/gradient.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/gtk-style -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish-about -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish-menu -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/flippers.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/flippers.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/flippers.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/gradient.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/gradient.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/gradient.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/play-sample.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/play-sample.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/play-sample.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/selection.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/selection.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/selection.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/x.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/x.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util/x.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/selection.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/selection.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/selection.so -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/x.la -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/x.a -libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/x.so -share/control-center/Sawfish/.directory -share/control-center/Sawfish/.order -share/control-center/Sawfish/appearance-properties.desktop -share/control-center/Sawfish/bindings-properties.desktop -share/control-center/Sawfish/focus-properties.desktop -share/control-center/Sawfish/match-properties.desktop -share/control-center/Sawfish/maximize-properties.desktop -share/control-center/Sawfish/meta-properties.desktop -share/control-center/Sawfish/misc-properties.desktop -share/control-center/Sawfish/move-properties.desktop -share/control-center/Sawfish/placement-properties.desktop -share/control-center/Sawfish/sound-properties.desktop -share/control-center/Sawfish/workspace-properties.desktop -share/gnome/apps/Settings/Sawfish/.directory -share/gnome/apps/Settings/Sawfish/.order -share/gnome/apps/Settings/Sawfish/appearance-properties.desktop -share/gnome/apps/Settings/Sawfish/bindings-properties.desktop -share/gnome/apps/Settings/Sawfish/focus-properties.desktop -share/gnome/apps/Settings/Sawfish/match-properties.desktop -share/gnome/apps/Settings/Sawfish/maximize-properties.desktop -share/gnome/apps/Settings/Sawfish/meta-properties.desktop -share/gnome/apps/Settings/Sawfish/misc-properties.desktop -share/gnome/apps/Settings/Sawfish/move-properties.desktop -share/gnome/apps/Settings/Sawfish/placement-properties.desktop -share/gnome/apps/Settings/Sawfish/sound-properties.desktop -share/gnome/apps/Settings/Sawfish/workspace-properties.desktop -share/gnome/wm-properties/Sawfish.desktop -${LOCALEBASE}/locale/da/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/de/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/el/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/en_GB/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/es/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/fi/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/fr/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/ga/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/gl/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/hu/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/it/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/ja/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/ko/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/nl/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/no/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/pl/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/pt_BR/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/pt_PT/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/ru/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/sl/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/sv/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/tr/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/uk/LC_MESSAGES/sawfish.mo -${LOCALEBASE}/locale/zh_CN.GB2312/LC_MESSAGES/sawfish.mo -share/pixmaps/sawfish-appearance.png -share/pixmaps/sawfish-edgeflip.png -share/pixmaps/sawfish-focus.png -share/pixmaps/sawfish-matched.png -share/pixmaps/sawfish-minmax.png -share/pixmaps/sawfish-misc.png -share/pixmaps/sawfish-moveresize.png -share/pixmaps/sawfish-placement.png -share/pixmaps/sawfish-shortcuts.png -share/pixmaps/sawfish-tooltips.png -share/pixmaps/sawfish-workspaces.png -share/pixmaps/sawfish.png -share/sawfish/${SF_VERS}/lisp/anim-outline.jl -share/sawfish/${SF_VERS}/lisp/anim-outline.jlc -share/sawfish/${SF_VERS}/lisp/audio-events.jl -share/sawfish/${SF_VERS}/lisp/audio-events.jlc -share/sawfish/${SF_VERS}/lisp/auto-raise.jl -share/sawfish/${SF_VERS}/lisp/auto-raise.jlc -share/sawfish/${SF_VERS}/lisp/beos-window-menu.jl -share/sawfish/${SF_VERS}/lisp/beos-window-menu.jlc -share/sawfish/${SF_VERS}/lisp/custom.jl -share/sawfish/${SF_VERS}/lisp/custom.jlc -share/sawfish/${SF_VERS}/lisp/customize.jl -share/sawfish/${SF_VERS}/lisp/customize.jlc -share/sawfish/${SF_VERS}/lisp/cycle.jl -share/sawfish/${SF_VERS}/lisp/cycle.jlc -share/sawfish/${SF_VERS}/lisp/decode-events.jl -share/sawfish/${SF_VERS}/lisp/decode-events.jlc -share/sawfish/${SF_VERS}/lisp/describe.jl -share/sawfish/${SF_VERS}/lisp/describe.jlc -share/sawfish/${SF_VERS}/lisp/edge-flip.jl -share/sawfish/${SF_VERS}/lisp/edge-flip.jlc -share/sawfish/${SF_VERS}/lisp/edges.jl -share/sawfish/${SF_VERS}/lisp/edges.jlc -share/sawfish/${SF_VERS}/lisp/error-handler.jl -share/sawfish/${SF_VERS}/lisp/error-handler.jlc -share/sawfish/${SF_VERS}/lisp/gnome-commands.jl -share/sawfish/${SF_VERS}/lisp/gnome-commands.jlc -share/sawfish/${SF_VERS}/lisp/gnome-int.jl -share/sawfish/${SF_VERS}/lisp/gnome-int.jlc -share/sawfish/${SF_VERS}/lisp/gnome-match.jl -share/sawfish/${SF_VERS}/lisp/gnome-match.jlc -share/sawfish/${SF_VERS}/lisp/gnome-menu.jl -share/sawfish/${SF_VERS}/lisp/gnome-menu.jlc -share/sawfish/${SF_VERS}/lisp/gnome.jl -share/sawfish/${SF_VERS}/lisp/gnome.jlc -share/sawfish/${SF_VERS}/lisp/group-funs.jl -share/sawfish/${SF_VERS}/lisp/group-funs.jlc -share/sawfish/${SF_VERS}/lisp/groups.jl -share/sawfish/${SF_VERS}/lisp/groups.jlc -share/sawfish/${SF_VERS}/lisp/grow-pack.jl -share/sawfish/${SF_VERS}/lisp/grow-pack.jlc -share/sawfish/${SF_VERS}/lisp/gtkrc.jl -share/sawfish/${SF_VERS}/lisp/gtkrc.jlc -share/sawfish/${SF_VERS}/lisp/keymap.jl -share/sawfish/${SF_VERS}/lisp/keymap.jlc -share/sawfish/${SF_VERS}/lisp/make-theme.jl -share/sawfish/${SF_VERS}/lisp/make-theme.jlc -share/sawfish/${SF_VERS}/lisp/match-window.jl -share/sawfish/${SF_VERS}/lisp/match-window.jlc -share/sawfish/${SF_VERS}/lisp/maximize.jl -share/sawfish/${SF_VERS}/lisp/maximize.jlc -share/sawfish/${SF_VERS}/lisp/menus.jl -share/sawfish/${SF_VERS}/lisp/menus.jlc -share/sawfish/${SF_VERS}/lisp/move-resize.jl -share/sawfish/${SF_VERS}/lisp/move-resize.jlc -share/sawfish/${SF_VERS}/lisp/old-window-menu.jl -share/sawfish/${SF_VERS}/lisp/old-window-menu.jlc -share/sawfish/${SF_VERS}/lisp/prompt.jl -share/sawfish/${SF_VERS}/lisp/prompt.jlc -share/sawfish/${SF_VERS}/lisp/rects.jl -share/sawfish/${SF_VERS}/lisp/rects.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/color-preview.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/color-preview.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/stock.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/stock.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widget-dialog.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widget-dialog.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widget-test.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widget-test.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widget.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widget.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/alist.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/alist.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/color.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/color.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/file.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/file.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/font.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/font.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/list.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/list.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/pair.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/pair.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/program.jl -share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets/program.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/apply.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/apply.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/config.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/config.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/group.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/group.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/i18n.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/i18n.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/layout.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/layout.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/layouts/keymaps.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/layouts/keymaps.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/main.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/main.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/shell.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/shell.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/slot.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/slot.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/user-level.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/user-level.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/command.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/command.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/event.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/event.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/frame-style.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/frame-style.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/icon.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/icon.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/keymap.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/keymap.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/match-window.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/match-window.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/workspace-geometry.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets/workspace-geometry.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/ui/wm.jl -share/sawfish/${SF_VERS}/lisp/sawfish/ui/wm.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/animation/outline.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/animation/outline.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/autoload.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/cycle.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/cycle.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/describe.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/describe.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/gnome.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/gnome.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/groups.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/groups.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/grow-pack.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/grow-pack.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/help.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/help.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/move-cursor.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/move-cursor.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/move-resize.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/move-resize.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/raise-commands.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/raise-commands.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/size-window.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/size-window.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/slide-window.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/slide-window.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/viewport-linear.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/viewport-linear.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/x-cycle.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/x-cycle.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/xterm.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands/xterm.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/cursors.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/cursors.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/custom-defaults.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/custom-defaults.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/custom.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/custom.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/customize.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/customize.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/defaults.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/defaults.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/3d-hack.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/3d-hack.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/audio-events.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/audio-events.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/auto-raise.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/auto-raise.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/beos-window-menu.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/beos-window-menu.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/edge-flip.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/edge-flip.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/error-handler.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/error-handler.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/match-window.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/match-window.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/old-window-menu.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/old-window-menu.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/shade-hover.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/shade-hover.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/tooltips.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/tooltips.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/window-history.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext/window-history.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/focus.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/focus.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/frames.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/frames.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gaol.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gaol.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome/integration.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome/integration.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome/match-window.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome/match-window.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome/menus.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome/menus.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/keymaps.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/keymaps.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/menus.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/menus.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/misc.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/misc.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement/smart.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement/smart.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement/stagger.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement/stagger.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/server.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/server.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/session/init.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/session/init.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/session/load.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/session/load.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/session/save.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/session/save.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/stacking.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/stacking.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/configure.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/configure.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/gnome.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/gnome.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/iconify.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/iconify.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/ignored.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/ignored.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/maximize.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/maximize.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/mwm.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/mwm.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/open-look.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/open-look.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/shading.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/shading.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/transient.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/transient.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/wm-spec.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/state/wm-spec.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/swapper.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/swapper.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/theming/make-theme-preview.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/theming/make-theme-preview.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/theming/make-theme.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/theming/make-theme.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/user.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/user.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/compat.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/compat.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/decode-events.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/decode-events.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/display-window.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/display-window.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/edges.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/edges.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/groups.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/groups.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/gtkrc.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/gtkrc.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/keymap.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/keymap.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/nokogiri.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/nokogiri.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/play-audio.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/play-audio.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/prompt-extras.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/prompt-extras.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/prompt-wm.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/prompt-wm.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/prompt.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/prompt.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/rects.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/rects.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/stacking.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/stacking.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/window-order.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/window-order.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/window-outline.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/window-outline.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/with-output.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/util/with-output.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/viewport.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/viewport.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/window-anim.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/window-anim.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/windows.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/windows.jlc -share/sawfish/${SF_VERS}/lisp/sawfish/wm/workspace.jl -share/sawfish/${SF_VERS}/lisp/sawfish/wm/workspace.jlc -share/sawfish/${SF_VERS}/lisp/sawmill-defaults.jl -share/sawfish/${SF_VERS}/lisp/sawmill-defaults.jlc -share/sawfish/${SF_VERS}/lisp/shade-hover.jl -share/sawfish/${SF_VERS}/lisp/shade-hover.jlc -share/sawfish/${SF_VERS}/lisp/shading.jl -share/sawfish/${SF_VERS}/lisp/shading.jlc -share/sawfish/${SF_VERS}/lisp/tooltips.jl -share/sawfish/${SF_VERS}/lisp/tooltips.jlc -share/sawfish/${SF_VERS}/lisp/viewport-linear.jl -share/sawfish/${SF_VERS}/lisp/viewport-linear.jlc -share/sawfish/${SF_VERS}/lisp/window-history.jl -share/sawfish/${SF_VERS}/lisp/window-history.jlc -share/sawfish/${SF_VERS}/lisp/window-order.jl -share/sawfish/${SF_VERS}/lisp/window-order.jlc -share/sawfish/${SF_VERS}/lisp/window-outline.jl -share/sawfish/${SF_VERS}/lisp/window-outline.jlc -share/sawfish/${SF_VERS}/lisp/with-output.jl -share/sawfish/${SF_VERS}/lisp/with-output.jlc -share/sawfish/${SF_VERS}/lisp/x-cycle.jl -share/sawfish/${SF_VERS}/lisp/x-cycle.jlc -share/sawfish/${SF_VERS}/monitor.png -share/sawfish/${SF_VERS}/sounds/activate.wav -share/sawfish/${SF_VERS}/sounds/clicked.wav -share/sawfish/${SF_VERS}/sounds/gameover.wav -share/sawfish/${SF_VERS}/sounds/slide.wav -share/sawfish/${SF_VERS}/sounds/toggled.wav -share/sawfish/${SF_VERS}/themer.glade -share/sawfish/${SF_VERS}/themes/absolute-e/README -share/sawfish/${SF_VERS}/themes/absolute-e/README.gl -share/sawfish/${SF_VERS}/themes/absolute-e/README.ja -share/sawfish/${SF_VERS}/themes/absolute-e/README.pl -share/sawfish/${SF_VERS}/themes/absolute-e/bar_clicked_active.png -share/sawfish/${SF_VERS}/themes/absolute-e/bar_hilited_active.png -share/sawfish/${SF_VERS}/themes/absolute-e/bar_normal.png -share/sawfish/${SF_VERS}/themes/absolute-e/bar_normal_active.png -share/sawfish/${SF_VERS}/themes/absolute-e/theme.jl -share/sawfish/${SF_VERS}/themes/brushed-metal/README -share/sawfish/${SF_VERS}/themes/brushed-metal/README.gl -share/sawfish/${SF_VERS}/themes/brushed-metal/README.ja -share/sawfish/${SF_VERS}/themes/brushed-metal/README.pl -share/sawfish/${SF_VERS}/themes/brushed-metal/b1-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b1.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b2-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b2.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b3-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b3.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b5-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b5.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b6-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b6.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b7-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/b7.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t1-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t1-b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t1.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t1b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t2-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t2.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t2s-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t2s.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t3-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t3-b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t3.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t3b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t4-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t4-b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t4.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t4b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t5-.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t5-b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t5.png -share/sawfish/${SF_VERS}/themes/brushed-metal/t5b.png -share/sawfish/${SF_VERS}/themes/brushed-metal/theme.jl -share/sawfish/${SF_VERS}/themes/gradient/README -share/sawfish/${SF_VERS}/themes/gradient/README.gl -share/sawfish/${SF_VERS}/themes/gradient/README.ja -share/sawfish/${SF_VERS}/themes/gradient/README.pl -share/sawfish/${SF_VERS}/themes/gradient/as_close-b.png -share/sawfish/${SF_VERS}/themes/gradient/as_close.png -share/sawfish/${SF_VERS}/themes/gradient/as_min-b.png -share/sawfish/${SF_VERS}/themes/gradient/as_min.png -share/sawfish/${SF_VERS}/themes/gradient/theme.jl -share/sawfish/${SF_VERS}/themes/gtk/README -share/sawfish/${SF_VERS}/themes/gtk/README.gl -share/sawfish/${SF_VERS}/themes/gtk/README.ja -share/sawfish/${SF_VERS}/themes/gtk/README.pl -share/sawfish/${SF_VERS}/themes/gtk/as_close-b.png -share/sawfish/${SF_VERS}/themes/gtk/as_close.png -share/sawfish/${SF_VERS}/themes/gtk/as_min-b.png -share/sawfish/${SF_VERS}/themes/gtk/as_min.png -share/sawfish/${SF_VERS}/themes/gtk/theme.jl -share/sawfish/${SF_VERS}/themes/microGUI/README -share/sawfish/${SF_VERS}/themes/microGUI/README.gl -share/sawfish/${SF_VERS}/themes/microGUI/README.ja -share/sawfish/${SF_VERS}/themes/microGUI/README.pl -share/sawfish/${SF_VERS}/themes/microGUI/TODO -share/sawfish/${SF_VERS}/themes/microGUI/bl.png -share/sawfish/${SF_VERS}/themes/microGUI/bottom.png -share/sawfish/${SF_VERS}/themes/microGUI/br.png -share/sawfish/${SF_VERS}/themes/microGUI/close_active.png -share/sawfish/${SF_VERS}/themes/microGUI/close_clicked.png -share/sawfish/${SF_VERS}/themes/microGUI/close_normal.png -share/sawfish/${SF_VERS}/themes/microGUI/left.png -share/sawfish/${SF_VERS}/themes/microGUI/maximize_active.png -share/sawfish/${SF_VERS}/themes/microGUI/maximize_clicked.png -share/sawfish/${SF_VERS}/themes/microGUI/maximize_normal.png -share/sawfish/${SF_VERS}/themes/microGUI/menu_active.png -share/sawfish/${SF_VERS}/themes/microGUI/menu_clicked.png -share/sawfish/${SF_VERS}/themes/microGUI/menu_normal.png -share/sawfish/${SF_VERS}/themes/microGUI/minimize_active.png -share/sawfish/${SF_VERS}/themes/microGUI/minimize_clicked.png -share/sawfish/${SF_VERS}/themes/microGUI/minimize_normal.png -share/sawfish/${SF_VERS}/themes/microGUI/right.png -share/sawfish/${SF_VERS}/themes/microGUI/t_bottom.png -share/sawfish/${SF_VERS}/themes/microGUI/t_bottom_left.png -share/sawfish/${SF_VERS}/themes/microGUI/t_bottom_right.png -share/sawfish/${SF_VERS}/themes/microGUI/t_close_active.png -share/sawfish/${SF_VERS}/themes/microGUI/t_close_clicked.png -share/sawfish/${SF_VERS}/themes/microGUI/t_close_normal.png -share/sawfish/${SF_VERS}/themes/microGUI/t_left.png -share/sawfish/${SF_VERS}/themes/microGUI/t_right.png -share/sawfish/${SF_VERS}/themes/microGUI/t_top.png -share/sawfish/${SF_VERS}/themes/microGUI/t_top_left.png -share/sawfish/${SF_VERS}/themes/microGUI/t_top_right.png -share/sawfish/${SF_VERS}/themes/microGUI/theme.jl -share/sawfish/${SF_VERS}/themes/microGUI/top_blue.png -share/sawfish/${SF_VERS}/themes/microGUI/top_blue_inactive.png -share/sawfish/${SF_VERS}/themes/microGUI/top_curves.png -share/sawfish/${SF_VERS}/themes/microGUI/top_curves_inactive.png -share/sawfish/${SF_VERS}/themes/microGUI/top_grey.png -share/sawfish/${SF_VERS}/themes/microGUI/top_left.png -share/sawfish/${SF_VERS}/themes/microGUI/top_left_inactive.png -share/sawfish/${SF_VERS}/themes/microGUI/top_left_inactive_s.png -share/sawfish/${SF_VERS}/themes/microGUI/top_left_s.png -share/sawfish/${SF_VERS}/themes/microGUI/top_right.png -share/sawfish/${SF_VERS}/themes/microGUI/top_right_s.png -share/sawfish/${SF_VERS}/themes/mono/README -share/sawfish/${SF_VERS}/themes/mono/README.gl -share/sawfish/${SF_VERS}/themes/mono/README.ja -share/sawfish/${SF_VERS}/themes/mono/README.pl -share/sawfish/${SF_VERS}/themes/mono/close-c.png -share/sawfish/${SF_VERS}/themes/mono/close.png -share/sawfish/${SF_VERS}/themes/mono/max-c.png -share/sawfish/${SF_VERS}/themes/mono/max.png -share/sawfish/${SF_VERS}/themes/mono/menu-c.png -share/sawfish/${SF_VERS}/themes/mono/menu.png -share/sawfish/${SF_VERS}/themes/mono/min-c.png -share/sawfish/${SF_VERS}/themes/mono/min.png -share/sawfish/${SF_VERS}/themes/mono/restore-c.png -share/sawfish/${SF_VERS}/themes/mono/restore.png -share/sawfish/${SF_VERS}/themes/mono/theme.jl -share/sawfish/${SF_VERS}/themes/simple/README -share/sawfish/${SF_VERS}/themes/simple/README.gl -share/sawfish/${SF_VERS}/themes/simple/README.ja -share/sawfish/${SF_VERS}/themes/simple/README.pl -share/sawfish/${SF_VERS}/themes/simple/as_close-b.png -share/sawfish/${SF_VERS}/themes/simple/as_close.png -share/sawfish/${SF_VERS}/themes/simple/as_min-b.png -share/sawfish/${SF_VERS}/themes/simple/as_min.png -share/sawfish/${SF_VERS}/themes/simple/theme.jl -share/sawfish/${SF_VERS}/themes/smaker/README -share/sawfish/${SF_VERS}/themes/smaker/README.gl -share/sawfish/${SF_VERS}/themes/smaker/README.ja -share/sawfish/${SF_VERS}/themes/smaker/README.pl -share/sawfish/${SF_VERS}/themes/smaker/bar_clicked_active.png -share/sawfish/${SF_VERS}/themes/smaker/bar_hilited_active.png -share/sawfish/${SF_VERS}/themes/smaker/bar_normal.png -share/sawfish/${SF_VERS}/themes/smaker/bar_normal_active.png -share/sawfish/${SF_VERS}/themes/smaker/close.png -share/sawfish/${SF_VERS}/themes/smaker/close_inv.png -share/sawfish/${SF_VERS}/themes/smaker/min.png -share/sawfish/${SF_VERS}/themes/smaker/min_inv.png -share/sawfish/${SF_VERS}/themes/smaker/theme.jl -share/sawfish/sounds/.directory -share/sawfish/themes/.directory -@dirrm share/sawfish/themes -@dirrm share/sawfish/sounds -@dirrm share/sawfish/${SF_VERS}/themes/smaker -@dirrm share/sawfish/${SF_VERS}/themes/simple -@dirrm share/sawfish/${SF_VERS}/themes/mono -@dirrm share/sawfish/${SF_VERS}/themes/microGUI -@dirrm share/sawfish/${SF_VERS}/themes/gtk -@dirrm share/sawfish/${SF_VERS}/themes/gradient -@dirrm share/sawfish/${SF_VERS}/themes/brushed-metal -@dirrm share/sawfish/${SF_VERS}/themes/absolute-e -@dirrm share/sawfish/${SF_VERS}/themes -@dirrm share/sawfish/${SF_VERS}/sounds -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/util -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/theming -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/state -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/session -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/placement -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/gnome -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/ext -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/commands -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm/animation -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/wm -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/ui/widgets -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/ui/layouts -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/ui -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/gtk/widgets -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish/gtk -@dirrm share/sawfish/${SF_VERS}/lisp/sawfish -@dirrm share/sawfish/${SF_VERS}/lisp -@dirrm share/sawfish/${SF_VERS} -@dirrm share/sawfish -@dirrm share/gnome/apps/Settings/Sawfish -@dirrm share/control-center/Sawfish -@dirrm libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm/util -@dirrm libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish/wm -@dirrm libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM}/sawfish -@dirrm libexec/sawfish/${SF_VERS}/${MACHINE_GNU_PLATFORM} -@dirrm libexec/sawfish/${SF_VERS} -@dirrm libexec/sawfish diff --git a/x11/scwm/files/md5 b/x11/scwm/files/md5 deleted file mode 100644 index 55760f88bb2..00000000000 --- a/x11/scwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/08/23 14:17:03 agc Exp $ - -MD5 (scwm-0.9.tar.gz) = 138893e74e13878bcda6def0250eecab diff --git a/x11/scwm/files/patch-sum b/x11/scwm/files/patch-sum deleted file mode 100644 index 30d4c7bdec5..00000000000 --- a/x11/scwm/files/patch-sum +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: patch-sum,v 1.2 2000/06/20 13:39:37 dmcmahill Exp $ - -MD5 (patch-aa) = cf8b09a2bd2c3223f10985103ed66ec0 -MD5 (patch-ab) = 81c46ae87f1d38919d0d4507592046b2 diff --git a/x11/scwm/patches/patch-aa b/x11/scwm/patches/patch-aa deleted file mode 100644 index db8ae3e59a8..00000000000 --- a/x11/scwm/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/23 14:17:03 agc Exp $ - -Use NetBSD's pkglibtool - ---- configure 1999/08/23 13:51:56 1.1 -+++ configure 1999/08/23 13:54:16 -@@ -1697,6 +1697,7 @@ - echo "$ac_t""no" 1>&6 - fi - -+if false; then - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -1742,6 +1743,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -+fi - - - diff --git a/x11/scwm/patches/patch-ab b/x11/scwm/patches/patch-ab deleted file mode 100644 index 6eb2ffe668e..00000000000 --- a/x11/scwm/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/06/20 13:39:37 dmcmahill Exp $ - ---- utilities/scwmrepl/Makefile.in.orig Tue Jun 20 07:45:30 2000 -+++ utilities/scwmrepl/Makefile.in Tue Jun 20 07:46:17 2000 -@@ -117,5 +117,5 @@ - - --DEFS = @DEFS@ -I. -I$(srcdir) -I../../include -+DEFS = @DEFS@ -I. -I$(srcdir) -I../../include -I${LOCALBASE}/include - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ diff --git a/x11/scwm/pkg/COMMENT b/x11/scwm/pkg/COMMENT deleted file mode 100644 index 354a9acb543..00000000000 --- a/x11/scwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Window manager with a powerful configuration (Guile Scheme) language diff --git a/x11/scwm/pkg/DESCR b/x11/scwm/pkg/DESCR deleted file mode 100644 index d0997c14bfa..00000000000 --- a/x11/scwm/pkg/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -Scwm is the Scheme Configurable/Constraints Window Manager. It is a -window manager with a powerful dynamic configuration language based on -Guile Scheme. Scwm has many, many advanced features, often -implemented in the configuration language itself. It is in active -development currently, and continues to improve. - -Scwm was originally based on fvwm2 code. Though the internals are -almost completely rewritten, we have strived to maintain compatibility -on various levels. For example, even fvwm2 modules may be executed -through an adapter written in Scwm scheme code. diff --git a/x11/scwm/pkg/PLIST b/x11/scwm/pkg/PLIST deleted file mode 100644 index 181d9c66ece..00000000000 --- a/x11/scwm/pkg/PLIST +++ /dev/null @@ -1,94 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2000/11/27 18:23:03 mycroft Exp $ -include/scwmexec.h -lib/X11/scwm/system.scwmrc -lib/libscwmexec.a -lib/libscwmexec.la -lib/libscwmexec.so.0.0 -lib/scwm-modules/app/scwm/libxpm-menus.la -lib/scwm-modules/app/scwm/libxpm-menus.a -lib/scwm-modules/app/scwm/libxpm-menus.so -lib/scwm-modules/app/scwm/liboverlay-plane.la -lib/scwm-modules/app/scwm/liboverlay-plane.a -lib/scwm-modules/app/scwm/liboverlay-plane.so -lib/scwm-modules/app/scwm/libpie-menus.la -lib/scwm-modules/app/scwm/libpie-menus.a -lib/scwm-modules/app/scwm/libpie-menus.so -lib/scwm-modules/app/scwm/libbackground.la -lib/scwm-modules/app/scwm/libbackground.a -lib/scwm-modules/app/scwm/libbackground.so -lib/scwm-modules/app/scwm/libc-animation.la -lib/scwm-modules/app/scwm/libc-animation.a -lib/scwm-modules/app/scwm/libc-animation.so -lib/scwm-modules/app/scwm/libscwmgtkhelper.la -lib/scwm-modules/app/scwm/libscwmgtkhelper.a -lib/scwm-modules/app/scwm/libscwmgtkhelper.so -bin/scwm -bin/scwmexec -bin/scwmrepl -man/man1/scwm.1 -man/man1/scwmexec.1 -man/man1/scwmrepl.1 -info/scwm.info -@comment the next two files are not installed if emacs is not there -@comment share/emacs/site-lisp/scwm.el -@comment share/emacs/site-lisp/scwm.elc -share/scwm-modules/app/scwm/advice.scm -share/scwm-modules/app/scwm/animation.scm -share/scwm-modules/app/scwm/auto-raise.scm -share/scwm-modules/app/scwm/base.scm -share/scwm-modules/app/scwm/bincomm.scm -share/scwm-modules/app/scwm/cached-program-exists.scm -share/scwm-modules/app/scwm/cascade.scm -share/scwm-modules/app/scwm/decor.scm -share/scwm-modules/app/scwm/desk-background.scm -share/scwm-modules/app/scwm/doc.scm -share/scwm-modules/app/scwm/face.scm -share/scwm-modules/app/scwm/file.scm -share/scwm-modules/app/scwm/flux.scm -share/scwm-modules/app/scwm/fvwm-compat.scm -share/scwm-modules/app/scwm/fvwm-eval.scm -share/scwm-modules/app/scwm/fvwm-module.scm -share/scwm-modules/app/scwm/image-loaders.scm -share/scwm-modules/app/scwm/listops.scm -share/scwm-modules/app/scwm/message-window.scm -share/scwm-modules/app/scwm/minimal.scm -share/scwm-modules/app/scwm/module-types.scm -share/scwm-modules/app/scwm/optargs.scm -share/scwm-modules/app/scwm/prefs-menu.scm -share/scwm-modules/app/scwm/report-usage.scm -share/scwm-modules/app/scwm/shutdown-opts.scm -share/scwm-modules/app/scwm/sort.scm -share/scwm-modules/app/scwm/stacking.scm -share/scwm-modules/app/scwm/std-menus.scm -share/scwm-modules/app/scwm/style-options.scm -share/scwm-modules/app/scwm/style.scm -share/scwm-modules/app/scwm/theme-impl.scm -share/scwm-modules/app/scwm/themes.scm -share/scwm-modules/app/scwm/tile.scm -share/scwm-modules/app/scwm/user-options.scm -share/scwm-modules/app/scwm/wininfo.scm -share/scwm-modules/app/scwm/winlist.scm -share/scwm-modules/app/scwm/winops.scm -share/scwm-modules/app/scwm/wmconfig-menu.scm -share/scwm-modules/app/scwm/placement.scm -share/scwm-modules/app/scwm/virtual.scm -share/scwm-modules/app/scwm/gtk.scm -share/scwm-modules/app/scwm/ScwmClock.scm -share/scwm-modules/app/scwm/ScwmDeskButtons.scm -share/scwm/scwm-procedures.txt -share/scwm/scwm-variables.txt -share/scwm/scwm-hooks.txt -share/scwm/scwm-concepts.txt -share/scwm/scwm.sgml -share/scwm-themes/fvwm2.tar.gz -share/scwm-themes/mwm.tar.gz -share/scwm-themes/win95.tar.gz -@dirrm lib/X11/scwm -@dirrm lib/scwm-modules/app/scwm -@dirrm lib/scwm-modules/app -@dirrm lib/scwm-modules -@dirrm share/scwm-modules/app/scwm -@dirrm share/scwm-modules/app -@dirrm share/scwm-modules -@dirrm share/scwm-themes -@dirrm share/scwm diff --git a/x11/tvtwm/files/md5 b/x11/tvtwm/files/md5 deleted file mode 100644 index 70cfa2c868f..00000000000 --- a/x11/tvtwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/06/19 14:36:58 mrg Exp $ - -MD5 (tvtwm.pl11.tar.gz) = 0e91b9c05ad9709e5843606200bff42a diff --git a/x11/tvtwm/files/patch-sum b/x11/tvtwm/files/patch-sum deleted file mode 100644 index 197f465837a..00000000000 --- a/x11/tvtwm/files/patch-sum +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-sum,v 1.7 2000/10/02 08:05:11 jlam Exp $ - -MD5 (patch-aa) = 7c0fc3433bdad992718dd225e191eab4 -MD5 (patch-ad) = e8e46b5564cb6ec6ca7f2118a7c4fe95 -MD5 (patch-ae) = b6ba9900002aec7938ff956557c0b0b7 -MD5 (patch-af) = 4d004d60e742e3b2d1fccfd0c59b9685 -MD5 (patch-ag) = 0981d9eefb055f116e1e5998fad865f5 -MD5 (patch-ah) = bf556d932567cef553b3b6da0c7e5a0d -MD5 (patch-ai) = b943342ec08548c97ae670a61c33e613 -MD5 (patch-aj) = db8741bca4c546a46582e5655ac09156 -MD5 (patch-ak) = 2813de3747b6a068888972692ba2eca9 -MD5 (patch-al) = 5584c4428fbc3c7e807aa08d0f997b07 -MD5 (patch-am) = afa1c255a98b25a56dccc1d21915273f -MD5 (patch-an) = 55b4c9645c12b5830948651fe3d1380e -MD5 (patch-ao) = 7403853911ba0ca5ec3d176a52178b88 -MD5 (patch-ap) = 6dd668b2ec1ad4f225634556b0c9daaa -MD5 (patch-aq) = a4a35ccafa1233f5e3e4c3e5388bb9c0 -MD5 (patch-ar) = 4a88ca3459011e3898cfabe533fddfe2 -MD5 (patch-as) = 2629eb44a07a9e4814d0551e0b1c2ab8 -MD5 (patch-at) = f9a461eb19177671248109d6acee276f -MD5 (patch-au) = 68087811105f4bfdd79a0113c5b97301 -MD5 (patch-av) = f4ce8f79373442c33673ad7d18da7573 -MD5 (patch-aw) = 74e254d7b844fc7ab0dd0e939fda40a2 -MD5 (patch-ax) = 03807da002d1760037e06a062865206b -MD5 (patch-ay) = f0f473a5d525086f38369caebb61743e -MD5 (patch-az) = 40d4928f6baddd248e404304efa86549 diff --git a/x11/tvtwm/patches/patch-aa b/x11/tvtwm/patches/patch-aa deleted file mode 100644 index 203acfca8b6..00000000000 --- a/x11/tvtwm/patches/patch-aa +++ /dev/null @@ -1,85 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2000/10/02 08:05:11 jlam Exp $ - ---- Imakefile.orig Thu Feb 2 19:25:44 1995 -+++ Imakefile -@@ -51,12 +51,12 @@ - XCOMM <cross@eng.umd.edu> - XCOMM - XCOMM Also note, if you install your libXpm.a in a strange place, you'll --XCOMM have to adjust $(XPMLIB) below. You may also have to change the -+XCOMM have to adjust $(XPM_LIB) below. You may also have to change the - XCOMM include path of the compile, so that the code can include from - XCOMM <X11/xpm.h>. - XCOMM - -- XPMLIB = -lXpm -+ XPM_LIB = -lXpm - XPM_DEF = -DXPM - XLOADIM_DEF = -DXLOADIMAGE=\"$(BINDIR)/xloadimage\" - -@@ -71,7 +71,7 @@ - - XCOMM Various defines to pass into twm.c - --#if DefaultToM4 -+#ifdef DefaultToM4 - M4_DEF = -DM4_DEFAULT - #endif - #ifdef No_waitpid -@@ -79,7 +79,7 @@ - #endif - TWM_DEFS = $(XLOADIM_DEF) $(M4_DEF) $(WAITPID_DEF) - --LOCAL_LIBRARIES = $(XMULIB) $(EXTENSIONLIB) $(XPMLIB) $(XLIB) -+LOCAL_LIBRARIES = $(XMULIB) $(EXTENSIONLIB) $(XPM_LIB) $(XLIB) - LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB) - DEFINES = -DSHAPE $(RELEASE_DEFINES) $(LOCAL_DEFINES) $(SIGNAL_DEFINES) - -@@ -93,14 +93,15 @@ - iconmgr.o cursor.o icons.o vdt.o move.o LocPixmap.o \ - regexp.o - --AllTarget(tvtwm ssetroot) -+AllTarget(tvtwm ssetroot system.tvtwmrc) - --SpecialObjectRule(parse.o,NullParameter,'-DSYSTEM_INIT_FILE="'$(TWMDIR)'/system.twmrc"') -+SpecialObjectRule(parse.o,NullParameter,'-DSYSTEM_INIT_FILE="'$(TWMDIR)'/system.tvtwmrc"') - SpecialObjectRule(vdt.o,NullParameter,$(XLOADIM_DEF)) --SpecialObjectRule(LocPixmap.o,NullParameter,'-DBITMAPDIR="$(INCDIR)/bitmaps"') -+SpecialObjectRule(LocPixmap.o,NullParameter,'-DBITMAPDIR="$(INCDIR)/X11/bitmaps"') - SpecialObjectRule(twm.o,NullParameter,$(TWM_DEFS)) - --#if defined(UltrixArchitecture) || defined(AlphaArchitecture) -+/* The following rule is only applicable to a specific compiler on Ultrix. */ -+#if defined(UltrixArchitecture) - SpecialObjectRule(menus.o,NullParameter,-Olimit 700) - #endif - -@@ -120,11 +121,12 @@ - XCOMM ln $(BINDIR)/tvtwm $(BINDIR)/twm - - #if (ProjectX < 5) --InstallNonExec(system.twmrc,$(TWMDIR)) -+InstallNonExec(system.tvtwmrc,$(TWMDIR)) - /* InstallProgram(ssetroot,$(BINDIR)/xsetroot) */ - #else --InstallNonExecFile(system.twmrc,$(TWMDIR)) --/* InstallNamedProg(ssetroot,xsetroot,$(BINDIR)) */ -+InstallNonExecFile(system.tvtwmrc,$(TWMDIR)) -+/* Install ssetroot as ssetroot so we don't overwrite the real xsetroot */ -+InstallNamedProg(ssetroot,ssetroot,$(BINDIR)) - #endif - - gram.h gram.c: gram.y -@@ -135,7 +137,10 @@ - clean:: - $(RM) y.tab.h y.tab.c lex.yy.c gram.h gram.c lex.c deftwmrc.c - --deftwmrc.c: system.twmrc -+system.tvtwmrc: system.twmrc -+ cp system.twmrc system.tvtwmrc -+ -+deftwmrc.c: system.tvtwmrc - $(RM) $@ - @echo '/* ' >>$@ - @echo ' * This file is generated automatically from the default' >>$@ diff --git a/x11/tvtwm/patches/patch-ad b/x11/tvtwm/patches/patch-ad deleted file mode 100644 index 878084a856b..00000000000 --- a/x11/tvtwm/patches/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: LocPixmap.c -=================================================================== -RCS file: /home/siren/src/tvtwm/LocPixmap.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- LocPixmap.c 1999/08/08 05:46:53 1.1.1.1 -+++ LocPixmap.c 1999/08/08 05:56:47 1.2 -@@ -34,7 +34,6 @@ - * - * Chris P. Ross - */ -- - #ifdef XPM - - #include "twm.h" -@@ -223,7 +222,7 @@ - - switch (i) { - case 1: -- if (!(name[0] == '/' || (name[0] == '.') && name[1] == '/')) -+ if (!(name[0] == '/' || ((name[0] == '.') && name[1] == '/'))) - continue; - fn = (char *) name; - try_plain_name = False; diff --git a/x11/tvtwm/patches/patch-ae b/x11/tvtwm/patches/patch-ae deleted file mode 100644 index 6f5922a8641..00000000000 --- a/x11/tvtwm/patches/patch-ae +++ /dev/null @@ -1,83 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2000/09/11 00:58:30 wiz Exp $ - -Index: add_window.c -=================================================================== -RCS file: /home/siren/src/tvtwm/add_window.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- add_window.c 1999/08/08 05:46:53 1.1.1.1 -+++ add_window.c 1999/08/08 05:56:47 1.2 -@@ -40,6 +40,7 @@ - #include <stdio.h> - #include "twm.h" - #include <X11/Xatom.h> -+#include <X11/Xmu/Drawing.h> - #include "add_window.h" - #include "util.h" - #include "resize.h" -@@ -220,7 +221,8 @@ - - if (Scr->VirtualDesktop) { - tmp_win->sticky = -- (short)(int)LookInList(Scr->StickyL, tmp_win->full_name, &tmp_win->class); -+ (LookInList(Scr->StickyL, tmp_win->full_name, -+ &tmp_win->class) != NULL); - if (tmp_win->w == Scr->Panner) - tmp_win->sticky = True; - -@@ -236,31 +238,30 @@ - SetTWM_FLAGS(tmp_win); - - tmp_win->highlight = Scr->Highlight && -- (!(short)(int) LookInList(Scr->NoHighlight, tmp_win->full_name, -- &tmp_win->class)); -+ (LookInList(Scr->NoHighlight, tmp_win->full_name, -+ &tmp_win->class) == NULL); - - tmp_win->stackmode = Scr->StackMode && -- (!(short)(int) LookInList(Scr->NoStackModeL, tmp_win->full_name, -- &tmp_win->class)); -+ (LookInList(Scr->NoStackModeL, tmp_win->full_name, -+ &tmp_win->class) == NULL); - - tmp_win->titlehighlight = Scr->TitleHighlight && -- (!(short)(int) LookInList(Scr->NoTitleHighlight, tmp_win->full_name, -- &tmp_win->class)); -+ (LookInList(Scr->NoTitleHighlight, tmp_win->full_name, -+ &tmp_win->class) == NULL); - -- tmp_win->auto_raise = (short)(int) LookInList(Scr->AutoRaise, -- tmp_win->full_name, -- &tmp_win->class); -+ tmp_win->auto_raise = (LookInList(Scr->AutoRaise, tmp_win->full_name, -+ &tmp_win->class) != NULL); - if (tmp_win->auto_raise) Scr->NumAutoRaises++; - tmp_win->iconify_by_unmapping = Scr->IconifyByUnmapping; - if (Scr->IconifyByUnmapping) - { - tmp_win->iconify_by_unmapping = iconm ? FALSE : -- !(short)(int) LookInList(Scr->DontIconify, tmp_win->full_name, -- &tmp_win->class); -+ (LookInList(Scr->DontIconify, tmp_win->full_name, -+ &tmp_win->class) == NULL); - } - tmp_win->iconify_by_unmapping |= -- (short)(int) LookInList(Scr->IconifyByUn, tmp_win->full_name, -- &tmp_win->class); -+ (LookInList(Scr->IconifyByUn, tmp_win->full_name, -+ &tmp_win->class) != NULL); - - if (LookInList(Scr->WindowRingL, tmp_win->full_name, &tmp_win->class)) { - if (Scr->Ring) { -@@ -1490,8 +1491,8 @@ - - number_cmap_windows = 0; - -- if (/* SUPPRESS 560 */previously_installed = -- (Scr->cmapInfo.cmaps == &tmp->cmaps && tmp->cmaps.number_cwins)) { -+ if ((previously_installed = -+ ((Scr->cmapInfo.cmaps == &tmp->cmaps) && tmp->cmaps.number_cwins))) { - cwins = tmp->cmaps.cwins; - for (i = 0; i < tmp->cmaps.number_cwins; i++) - cwins[i]->colormap->state = 0; diff --git a/x11/tvtwm/patches/patch-af b/x11/tvtwm/patches/patch-af deleted file mode 100644 index 9f5b9197507..00000000000 --- a/x11/tvtwm/patches/patch-af +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-af,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: cursor.c -=================================================================== -RCS file: /home/siren/src/tvtwm/cursor.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- cursor.c 1999/08/08 05:46:53 1.1.1.1 -+++ cursor.c 1999/08/08 05:56:48 1.2 -@@ -208,7 +208,7 @@ - return bm; - } - --NewBitmapCursor(cp, source, mask) -+void NewBitmapCursor(cp, source, mask) - Cursor *cp; - char *source, *mask; - { diff --git a/x11/tvtwm/patches/patch-ag b/x11/tvtwm/patches/patch-ag deleted file mode 100644 index 46773ecdd66..00000000000 --- a/x11/tvtwm/patches/patch-ag +++ /dev/null @@ -1,196 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: events.c -=================================================================== -RCS file: /home/siren/src/tvtwm/events.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- events.c 1999/08/08 05:46:53 1.1.1.1 -+++ events.c 1999/08/08 05:56:49 1.2 -@@ -392,7 +392,7 @@ - */ - Bool DispatchEvent () - { -- extern void RestartTwm(); -+/* extern void RestartTwm();*/ - - Window w = Event.xany.window; - StashEventTime (&Event); -@@ -683,7 +683,7 @@ - */ - - void --HandleFocusIn(event) -+/* ARGSUSED */ HandleFocusIn(event) - XFocusInEvent *event; - { - -@@ -714,7 +714,7 @@ - } - - void --HandleFocusOut(event) -+/* ARGSUSED */ HandleFocusOut(event) - XFocusOutEvent *event; - { - #ifdef TRACE_FOCUS -@@ -740,11 +740,12 @@ - if (Tmp_win) { - event = LastFocusEvent(Event.xany.window,&Event); - -- if (event) -+ if (event) { - if (event->type == FocusIn) - HandleFocusIn(event); - else -- HandleFocusOut(event); -+ HandleFocusOut(event); -+ } - } - } - -@@ -972,9 +973,9 @@ - Atom actual = None; - int actual_format; - unsigned long nitems, bytesafter; -- unsigned long valuemask; /* mask for create windows */ -- XSetWindowAttributes attributes; /* attributes for create windows */ -- Pixmap pm; -+/* unsigned long valuemask; mask for create windows */ -+/* XSetWindowAttributes attributes; attributes for create windows */ -+/* Pixmap pm; */ - - /* watch for standard colormap changes */ - if (Event.xproperty.window == Scr->Root) { -@@ -1126,9 +1127,9 @@ - *********************************************************************** - */ - --RedoIconName() -+void RedoIconName(void) - { -- int x, y; -+/* int x, y;*/ - - if (Tmp_win->list) - { -@@ -1184,7 +1185,7 @@ - XUngrabPointer(dpy, CurrentTime); - } - } -- } else if (Event.xclient.message_type = _XA_TWM_RESTART) { -+ } else if (Event.xclient.message_type == _XA_TWM_RESTART) { - RestartTwm(CurrentTime); - } - } -@@ -1571,11 +1572,12 @@ - */ - if (Event.xreparent.event == Scr->VirtualDesktop) { - if (XFindContext(dpy, Event.xreparent.window, ScreenContext, &junk) -- == XCNOENT) -+ == XCNOENT) { - if (Event.xreparent.parent == Scr->VirtualDesktop) - XAddToSaveSet(dpy, Event.xreparent.window); - else -- XRemoveFromSaveSet(dpy, Event.xreparent.window); -+ XRemoveFromSaveSet(dpy, Event.xreparent.window); -+ } - #ifdef DEBUG_EVENTS - else - fprintf(stderr, "\tone of ours\n"); -@@ -2047,7 +2049,7 @@ - - - --static do_menu (menu, w) -+static void do_menu (menu, w) - MenuRoot *menu; /* menu to pop up */ - Window w; /* invoking window or None */ - { -@@ -2120,7 +2122,7 @@ - - if (XFindContext (dpy, Event.xany.window, VirtualContext, (caddr_t *) &Tmp_win) != XCNOENT) - { -- HandlePannerMove(&Event, Tmp_win); -+ HandlePannerMove((XButtonEvent *) &Event, Tmp_win); - return; - } - if (ButtonPressed != -1 && !InfoLines) /* want menus if we have info box */ -@@ -2131,11 +2133,12 @@ - Cancel = TRUE; - CurrentDragX = origDragX; - CurrentDragY = origDragY; -- if (!menuFromFrameOrWindowOrTitlebar) -- if (Scr->OpaqueMove && DragWindow != None) { -- XMoveWindow (dpy, DragWindow, origDragX, origDragY); -- } else { -- MoveOutline(None, 0, 0, 0, 0, 0, 0); -+ if (!menuFromFrameOrWindowOrTitlebar) { -+ if (Scr->OpaqueMove && DragWindow != None) { -+ XMoveWindow (dpy, DragWindow, origDragX, origDragY); -+ } else { -+ MoveOutline(None, 0, 0, 0, 0, 0, 0); -+ } - } - XUnmapWindow(dpy, Scr->SizeWindow); - if (!Scr->OpaqueMove) -@@ -2878,7 +2881,7 @@ - *********************************************************************** - */ - --int -+short - Transient(w, propw) - Window w, *propw; - { -@@ -2947,7 +2950,7 @@ - *********************************************************************** - */ - --InstallWindowColormaps (type, tmp) -+void InstallWindowColormaps (type, tmp) - int type; - TwmWindow *tmp; - { -@@ -3065,7 +3068,7 @@ - *********************************************************************** - */ - --InstallRootColormap() -+void InstallRootColormap(void) - { - TwmWindow *tmp; - if (Scr->cmapInfo.root_pushes == 0) { -@@ -3090,20 +3093,22 @@ - XEvent *ev; - char *args; - { -- if (!*args) -- if (ev->type == EnterNotify) { -- if (ev->xcrossing.mode != NotifyGrab) -- *args = 1; -- } else if (ev->type == LeaveNotify) { -- if (ev->xcrossing.mode == NotifyNormal) -- *args = 1; -+ if (!*args) { -+ if (ev->type == EnterNotify) { -+ if (ev->xcrossing.mode != NotifyGrab) -+ *args = 1; -+ } else if (ev->type == LeaveNotify) { -+ if (ev->xcrossing.mode == NotifyNormal) -+ *args = 1; -+ } - } -- -- return (False); -+ -+ return (False); - } - - - -+void - UninstallRootColormap() - { - char args; diff --git a/x11/tvtwm/patches/patch-ah b/x11/tvtwm/patches/patch-ah deleted file mode 100644 index f7c75fd9640..00000000000 --- a/x11/tvtwm/patches/patch-ah +++ /dev/null @@ -1,103 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: gram.y -=================================================================== -RCS file: /home/siren/src/tvtwm/gram.y,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- gram.y 1999/08/08 05:46:53 1.1.1.1 -+++ gram.y 1999/08/08 05:56:49 1.2 -@@ -80,6 +80,8 @@ - extern name_list **do_colorlist_keyword(); - extern int do_color_keyword(), do_string_savecolor(); - extern int yylineno; -+ -+ int yylex(void); - %} - - %union -@@ -207,7 +209,8 @@ - root = GetRoot(TWM_ROOT,NULLSTR,NULLSTR); - Scr->Mouse[$1][C_ROOT][0].item = - AddToMenu(root,"x",Action, -- NULLSTR,$2,NULLSTR,NULLSTR); -+ (MenuRoot *) NULLSTR, -+ $2,NULLSTR,NULLSTR); - } - Action = ""; - pull = NULL; -@@ -274,7 +277,8 @@ - root = GetRoot(TWM_ROOT,NULLSTR,NULLSTR); - Scr->DefaultFunction.item = - AddToMenu(root,"x",Action, -- NULLSTR,$2, NULLSTR, NULLSTR); -+ (MenuRoot *) NULLSTR, -+ $2, NULLSTR, NULLSTR); - } - Action = ""; - pull = NULL; -@@ -283,7 +287,8 @@ - root = GetRoot(TWM_ROOT,NULLSTR,NULLSTR); - Scr->WindowFunction.item = - AddToMenu(root,"x",Action, -- NULLSTR,$2, NULLSTR, NULLSTR); -+ (MenuRoot *) NULLSTR, -+ $2, NULLSTR, NULLSTR); - Action = ""; - pull = NULL; - } -@@ -640,8 +645,9 @@ - | function_entries function_entry - ; - --function_entry : action { AddToMenu(root, "", Action, NULLSTR, $1, -- NULLSTR, NULLSTR); -+function_entry : action { AddToMenu(root, "", Action, -+ (MenuRoot *) NULLSTR, $1, -+ NULLSTR, NULLSTR); - Action = ""; - } - ; -@@ -829,6 +835,7 @@ - ; - - %% -+void - yyerror(s) char *s; - { - twmrc_error_prefix(); -@@ -836,12 +843,13 @@ - fprintf (stderr, ": %s", current_input_line()); - ParseError = 1; - } -+void - RemoveDQuote(str) - char *str; - { - register char *i, *o; -- register n; -- register count; -+ register int n; -+ register int count; - - for (i=str+1, o=str; *i && *i != '\"'; o++) - { -@@ -964,7 +972,7 @@ - { - root = GetRoot(TWM_ROOT, NULLSTR, NULLSTR); - Scr->Mouse[butt][i][mods].item = AddToMenu(root,"x",Action, -- NULLSTR, func, NULLSTR, NULLSTR); -+ (MenuRoot *) NULLSTR, func, NULLSTR, NULLSTR); - } - } - Action = ""; -@@ -1053,7 +1061,7 @@ - } - - --twmrc_error_prefix () -+void twmrc_error_prefix () - { - fprintf (stderr, "%s: line %d: ", ProgramName, yylineno); - } diff --git a/x11/tvtwm/patches/patch-ai b/x11/tvtwm/patches/patch-ai deleted file mode 100644 index edc10c2d409..00000000000 --- a/x11/tvtwm/patches/patch-ai +++ /dev/null @@ -1,253 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: icons.c -=================================================================== -RCS file: /home/siren/src/tvtwm/icons.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- icons.c 1999/08/08 05:46:53 1.1.1.1 -+++ icons.c 1999/08/08 05:56:50 1.2 -@@ -116,6 +116,7 @@ - **********************************************************************/ - - #include <stdio.h> -+#include <malloc.h> - #include "twm.h" - #include "screen.h" - #include "icons.h" -@@ -123,6 +124,10 @@ - #include "parse.h" - #include "util.h" - -+static void -+AddOneIconRegion(char *name, short type, int x, int y, int w, int h, -+ int grav1, int grav2, int stepx, int stepy); -+ - #define iconWidth(w) (w->icon.width + 2 * w->icon.bw) - #define iconHeight(w) (w->icon.height + 2 * w->icon.bw) - -@@ -131,8 +136,7 @@ - Pixmap SetIconClip(); - #endif - --static --splitEntry (ie, grav1, grav2, w, h) -+void splitEntry (ie, grav1, grav2, w, h) - IconEntry *ie; - int grav1, grav2; - int w, h; -@@ -185,6 +189,7 @@ - } - } - -+int - roundUp (v, multiple) - int v; - int multiple; -@@ -192,6 +197,7 @@ - return ((v + multiple - 1) / multiple) * multiple; - } - -+void - PlaceIcon(tmp_win, def_x, def_y, final_x, final_y) - TwmWindow *tmp_win; - int def_x, def_y; -@@ -206,8 +212,8 @@ - ir_list = Scr->IconRegions; - - while (ir_list) -- if (ir = (IconRegion *)MultiLookInList(ir_list, tmp_win->full_name, -- &tmp_win->class, &ir_list)) { -+ if ((ir = (IconRegion *)MultiLookInList(ir_list, tmp_win->full_name, -+ &tmp_win->class, &ir_list))) { - w = roundUp (iconWidth (tmp_win), ir->stepx); - h = roundUp (iconHeight (tmp_win), ir->stepy); - for (ie = ir->entries; ie; ie=ie->next) { -@@ -264,7 +270,7 @@ - return 0; - } - --IconUp (tmp_win) -+void IconUp (tmp_win) - TwmWindow *tmp_win; - { - int x, y; -@@ -290,8 +296,10 @@ - - ir_list = Scr->IconRegions; - while (ir_list) -- if (ir = (IconRegion *)MultiLookInList(ir_list, tmp_win->full_name, -- &tmp_win->class, &ir_list)) { -+ if ((ir = (IconRegion *)MultiLookInList(ir_list, -+ tmp_win->full_name, -+ &tmp_win->class, -+ &ir_list))) { - if (x >= ir->x && x < (ir->x + ir->w) && - y >= ir->y && y < (ir->y + ir->h)) - break; -@@ -330,8 +338,7 @@ - * regions together - */ - --static --mergeEntries (old, ie) -+void mergeEntries (old, ie) - IconEntry *old, *ie; - { - if (old->y == ie->y) { -@@ -345,7 +352,7 @@ - } - } - --IconDown (tmp_win) -+void IconDown (tmp_win) - TwmWindow *tmp_win; - { - IconEntry *ie, *ip, *in; -@@ -381,14 +388,16 @@ - } - } - --static int AddOneIconRegion(); -- --AddIconRegion(name, type, geom, itterate, grav1, grav2, stepx, stepy) -+void -+AddIconRegion(name, icontype, geom, itterate, grav1, grav2, stepx, stepy) - char *name; --short type; -+short icontype; - char *geom; - Bool itterate; --int grav1, grav2; -+int grav1; -+int grav2; -+int stepx; -+int stepy; - { - int mask, x, y, w, h; - -@@ -412,21 +421,21 @@ - - for (x1 = x ; x1 < vdtw ; x1 += Scr->MyDisplayWidth) - for (y1 = y ; y1 < vdth ; y1 += Scr->MyDisplayHeight) -- AddOneIconRegion(name, type, x1, y1, w, h, -+ AddOneIconRegion(name, icontype, x1, y1, w, h, - grav1, grav2, stepx, stepy); - } else -- AddOneIconRegion(name, type, x, y, w, h, grav1, grav2, stepx, stepy); -+ AddOneIconRegion(name, icontype, x, y, w, h, grav1, grav2, stepx, stepy); - } - --static -+static void - AddOneIconRegion(name, type, x, y, w, h, grav1, grav2, stepx, stepy) - char *name; - short type; - int x, y, w, h; --int grav1, grav2; -+int grav1, grav2, stepx, stepy; - { - IconRegion *ir; -- int mask; -+/* int mask;*/ - - ir = (IconRegion *)malloc(sizeof(IconRegion)); - AddToList(&(Scr->IconRegions), name, type, (char *)ir); -@@ -498,12 +507,11 @@ - width, height, - foreground, - background, -- border_pixel, - pmp) - Pixmap pm, mask; - int depth; - int width, height; --Pixel foreground, background, border_pixel; -+Pixel foreground, background; - Pixmap *pmp; - { - if ((*pmp = XCreatePixmap(dpy, Scr->Root, width, -@@ -658,7 +666,7 @@ - } *cached; - Window image; - XSetWindowAttributes attributes; -- Pixmap pm, clip; -+ Pixmap pm /*, clip*/; - Bool isXpm; - - /* check cache first */ -@@ -702,14 +710,13 @@ - - cached->depth = isXpm?Scr->d_depth:1; - -- AddToList(&Scr->Icons, name, LTYPE_EXACT_NAME, cached); -+ AddToList(&Scr->Icons, name, LTYPE_EXACT_NAME, (char *) cached); - } - - if (!pm_n_mask_to_pm(cached->pm, cached->mask, cached->depth, - cached->width, cached->height, - tmp_win->iconc.fore, - tmp_win->iconc.back, -- tmp_win->icon_border, - &pm)) - return False; - -@@ -772,7 +779,6 @@ - width, height, - tmp_win->iconc.fore, - tmp_win->iconc.back, -- tmp_win->icon_border, - &newpm)) - return False; - -@@ -819,6 +825,7 @@ - * CreateIconWindows Actually creates the windows representing the icon. - */ - -+void - CreateIconWindows(tmp_win) - TwmWindow *tmp_win; - { -@@ -1005,6 +1012,7 @@ - - #define max(x,y) ((x)>(y)?(x):(y)) - -+void - ConfigureIconWindows(tmp_win) - TwmWindow *tmp_win; - { -@@ -1102,6 +1110,7 @@ - * or SqueezeIcon has been turned on for this window. - */ - -+void - ShapeIconWindows(tmp_win) - TwmWindow *tmp_win; - { -@@ -1187,6 +1196,7 @@ - * PlaceIconWindows figures out where to put it. - */ - -+void - PlaceIconWindows(tmp_win, def_x, def_y) - TwmWindow *tmp_win; - int def_x, def_y; -@@ -1217,7 +1227,7 @@ - * Finally, here is the top level function. - */ - --CreateIconWindow(tmp_win, def_x, def_y) -+void CreateIconWindow(tmp_win, def_x, def_y) - TwmWindow *tmp_win; - int def_x, def_y; - { -@@ -1234,7 +1244,7 @@ - return; - } - --DestroyIconWindow(tmp_win) -+void DestroyIconWindow(tmp_win) - TwmWindow *tmp_win; - { - TwmIcon *icon = &(tmp_win->icon); diff --git a/x11/tvtwm/patches/patch-aj b/x11/tvtwm/patches/patch-aj deleted file mode 100644 index 0354d6367b2..00000000000 --- a/x11/tvtwm/patches/patch-aj +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: icons.h -=================================================================== -RCS file: /home/siren/src/tvtwm/icons.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- icons.h 1999/08/08 05:46:52 1.1.1.1 -+++ icons.h 1999/08/08 05:56:50 1.2 -@@ -29,6 +29,8 @@ - * - **********************************************************************/ - -+#include "twm.h" -+ - #ifndef ICONS_H - #define ICONS_H - -@@ -80,5 +82,6 @@ - - #define ICON_TEXT_VBORDER 1 - #define ICON_TEXT_HBORDER 2 -+ - - #endif /* ICONS_H */ diff --git a/x11/tvtwm/patches/patch-ak b/x11/tvtwm/patches/patch-ak deleted file mode 100644 index 2fed28d4d5d..00000000000 --- a/x11/tvtwm/patches/patch-ak +++ /dev/null @@ -1,57 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: lex.l -=================================================================== -RCS file: /home/siren/src/tvtwm/lex.l,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- lex.l 1999/08/08 05:46:53 1.1.1.1 -+++ lex.l 1999/08/08 05:56:51 1.2 -@@ -37,12 +37,34 @@ - ***********************************************************************/ - - /* #include <stdio.h> */ /* lex already includes stdio.h */ -+#include "twm.h" - #include "gram.h" - #include "parse.h" - extern char *ProgramName; - - extern int ParseError; - -+#if defined(__NetBSD__) -+#undef YY_INPUT -+#define YY_INPUT(buf,result,size) ((result) = doinput((buf),(size))) -+int -+doinput (buf, size) -+char *buf; -+int size; -+{ -+ int c; -+ -+ if (size == 0) -+ return (0); -+ -+ if ((c = (*twmInputFunc)()) <= 0) -+ return (0); -+ -+ buf[0] = c; -+ return (1); -+} -+#endif -+ - %} - - string \"([^"]|\\.)*\" -@@ -94,7 +116,10 @@ - } - %% - #ifndef yywrap --yywrap() { return(1);} -+int yywrap() { return(1);} -+#endif -+#ifdef __NetBSD__ -+int yylineno; - #endif - - #undef unput diff --git a/x11/tvtwm/patches/patch-al b/x11/tvtwm/patches/patch-al deleted file mode 100644 index e93c58b6436..00000000000 --- a/x11/tvtwm/patches/patch-al +++ /dev/null @@ -1,96 +0,0 @@ -$NetBSD: patch-al,v 1.2 2000/02/05 15:58:29 wiz Exp $ - -Index: list.c -=================================================================== -RCS file: /home/siren/src/tvtwm/list.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- list.c 1999/08/08 05:46:52 1.1.1.1 -+++ list.c 1999/08/08 05:56:52 1.2 -@@ -61,6 +61,7 @@ - char *ptr; /* list dependent data */ - }; - -+ - /*********************************************************************** - * - * Wrappers to allow code to step through a list -@@ -185,15 +186,12 @@ - } - - static int --MatchName(name, pattern, length, compiled, type) -+MatchName(name, pattern, compiled, type) - char *name; - char *pattern; --int length; - regexp *compiled; - short type; - { -- /* fprintf(stderr, "\tcompare %s with %s\n", name, pattern); */ -- - if (type & LTYPE_ANYTHING) - return 1; - -@@ -203,7 +201,7 @@ - - regexp_error = ""; - if ((matcher = regcomp(pattern)) == NULL) { -- fprintf(stderr, "%s: Error in regexp `%s'\n", ProgramName, -+ fprintf(stderr, "%s: Error in regexp `%s' name %s\n", ProgramName, - regexp_error, name); - return 0; - } -@@ -224,17 +222,13 @@ - } - - char * --MultiLookInList(list_head, name, class, /* win,*/ continuation) -+MultiLookInList(list_head, name, class, continuation) - name_list *list_head; - char *name; - XClassHint *class; --/* Window win; */ - name_list **continuation; - { - name_list *nptr; -- Window win = None; -- -- /* fprintf(stderr, "looking for %s\n", name); */ - - for (nptr = list_head ; nptr ; nptr = nptr->next) { - #ifdef CACHE_REGEXP -@@ -264,18 +258,20 @@ - return nptr->ptr; - } - if (nptr->type & LTYPE_NAME) -- if (MatchName(name, nptr->name, nptr->namelen, nptr->regexp, nptr->type)) { -+ if (MatchName(name, nptr->name, nptr->regexp, nptr->type)) { - *continuation = nptr->next; - return nptr->ptr; - } - if (class) { - if (nptr->type & LTYPE_RES_NAME) -- if (MatchName(class->res_name, nptr->name, nptr->namelen, nptr->regexp, nptr->type)) { -+ if (MatchName(class->res_name, nptr->name, nptr->regexp, -+ nptr->type)) { - *continuation = nptr->next; - return nptr->ptr; - } - if (nptr->type & LTYPE_RES_CLASS) -- if (MatchName(class->res_class, nptr->name, nptr->namelen, nptr->regexp, nptr->type)) { -+ if (MatchName(class->res_class, nptr->name, nptr->regexp, -+ nptr->type)) { - *continuation = nptr->next; - return nptr->ptr; - } -@@ -284,7 +280,7 @@ - if (win && (nptr->type & LTYPE_PROPERTY)) { - char *s = GetPropertyString(win, nptr->property); - -- if (s && MatchName(s, nptr->name, nptr->namelen, nptr->regexp, nptr->type)) { -+ if (s && MatchName(s, nptr->name, nptr->regexp, nptr->type)) { - *continuation = nptr->next; - free(s); - return nptr->ptr; diff --git a/x11/tvtwm/patches/patch-am b/x11/tvtwm/patches/patch-am deleted file mode 100644 index 8598ef15d10..00000000000 --- a/x11/tvtwm/patches/patch-am +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-am,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: list.h -=================================================================== -RCS file: /home/siren/src/tvtwm/list.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- list.h 1999/08/08 05:46:52 1.1.1.1 -+++ list.h 1999/08/08 05:56:52 1.2 -@@ -63,14 +63,19 @@ - LTYPE_RES_CLASS | LTYPE_REGEXP) - #define LTYPE_EXACT_NAME (LTYPE_NAME | LTYPE_STRING) - --extern void AddToList(); --extern char* LookInList(); --extern char* LookInNameList(); --extern int GetColorFromList(); --extern void FreeList(); -- --extern name_list *next_entry(); --extern char *contents_of_entry(); -+/* function prototypes */ -+char * -+MultiLookInList(name_list *list_head, char *name, XClassHint *class, -+ name_list **continuation); -+void -+AddToList(name_list **list_head, char *name, short type, char *ptr); -+void FreeList(name_list **list); -+char *LookInList(name_list *list_head, char *name, XClassHint *class); -+char *LookInNameList(name_list *list_head, char *name); -+int GetColorFromList(name_list *list_head, char *name, XClassHint *class, -+ Pixel *ptr); -+name_list *next_entry(name_list *list); -+char *contents_of_entry(name_list *list); - - #endif /* _LIST_ */ - diff --git a/x11/tvtwm/patches/patch-an b/x11/tvtwm/patches/patch-an deleted file mode 100644 index 0bdac21f6e5..00000000000 --- a/x11/tvtwm/patches/patch-an +++ /dev/null @@ -1,501 +0,0 @@ -$NetBSD: patch-an,v 1.3 2000/09/11 00:58:30 wiz Exp $ - ---- menus.c.orig Thu Feb 9 21:09:18 1995 -+++ menus.c -@@ -191,6 +191,7 @@ - #include "gram.h" - #include "screen.h" - #include <X11/Xmu/CharSet.h> /* for XmuCompareISOLatin1() */ -+#include <X11/Xmu/Drawing.h> /* for XmuLocateBitmapFile */ - #include "version.h" - #include "vdt.h" - #include "add_window.h" -@@ -228,8 +229,6 @@ - } MenuOrigins[MAXMENUDEPTH]; - static Cursor LastCursor; - --void WarpAlongRing(), WarpToWindow(); -- - extern char *Action; - extern int Context; - extern TwmWindow *ButtonWindow, *Tmp_win; -@@ -237,6 +236,12 @@ - extern char *InitFile; - static void Identify(); - -+/* Local function prototypes */ -+Bool Deferrable(int func); -+int DeferExecution(int context, int func, char *action, Cursor cursor); -+void WarpToWindow (TwmWindow *t); -+void WarpAlongRing (XButtonEvent *ev, Bool forward); -+ - #define MAX(x,y) ((x)>(y)?(x):(y)) - - -@@ -527,7 +532,7 @@ - - - --PaintEntry(mr, mi, exposure) -+void PaintEntry(mr, mi, exposure) - MenuRoot *mr; - MenuItem *mi; - int exposure; -@@ -602,9 +607,9 @@ - #endif - - Scr->pullrightPm.pm = FindPixmap(Scr->pullrightPm.name, -- &Scr->pullrightPm.width, -- &Scr->pullrightPm.height, -- &Scr->pullrightPm.isXpm, -+ &(Scr->pullrightPm.width), -+ &(Scr->pullrightPm.height), -+ &(Scr->pullrightPm.isXpm), - NULL, - #ifdef XPM - ctrans, 2, -@@ -684,7 +689,7 @@ - - - --PaintMenu(mr, e) -+void PaintMenu(mr, e) - MenuRoot *mr; - XEvent *e; - { -@@ -710,7 +715,7 @@ - - static Bool fromMenu; - --#if 1 -+void - UpdateMenu() - { - MenuItem *mi; -@@ -787,13 +792,8 @@ - if (Event.type != MotionNotify) - continue; - --#if 1 - XQueryPointer( dpy, ActiveMenu->w, &aJunkRoot, &aJunkChild, - &x_root, &y_root, &x, &y, &aJunkMask); --#else -- x = ((XMotionEvent *)&Event)->x; -- y = ((XMotionEvent *)&Event)->y; --#endif - - /* if we are in the parent, pop back down, this should prevent - * menus that are slow to pop up from hanging around too long. -@@ -910,137 +910,6 @@ - } - - } --#else --UpdateMenu() --{ -- MenuItem *mi; -- int i, x, y, x_root, y_root, entry; -- int done; -- MenuItem *badItem = NULL; -- Window aJunkRoot, aJunkChild; -- unsigned int aJunkMask; -- static int firstTime = True; -- -- fromMenu = TRUE; -- -- while (TRUE) { -- while (XCheckMaskEvent(dpy, ButtonPressMask | ButtonReleaseMask | -- EnterWindowMask | ExposureMask, &Event)) { -- if (!DispatchEvent()) -- continue; -- -- if (Event.type == ButtonRelease || ActiveMenu == NULL) { -- menuFromFrameOrWindowOrTitlebar = FALSE; -- fromMenu = FALSE; -- if (Scr->StayUpMenus) { -- if (firstTime == True) { -- /* it was the first release of the button */ -- firstTime = False; -- } -- /* end if */ -- else { -- /* thats the second we need to return now */ -- firstTime = True; -- return; -- } /* end else */ -- } -- /* end if */ -- else { -- return; -- } /* end else */ -- } -- if (Event.type == Cancel) { -- menuFromFrameOrWindowOrTitlebar = FALSE; -- fromMenu = FALSE; -- return; -- } -- } -- -- done = FALSE; -- XQueryPointer(dpy, ActiveMenu->w, &aJunkRoot, &aJunkChild, -- &x_root, &y_root, &x, &y, &aJunkMask); -- -- /* if we haven't received the enter notify yet, wait */ -- if (!ActiveMenu || !ActiveMenu->entered) -- continue; -- -- XFindContext(dpy, ActiveMenu->w, ScreenContext, (caddr_t *) & Scr); -- -- if (x < 0 || y < 0 || -- x >= ActiveMenu->width || y >= ActiveMenu->height) { -- if (ActiveItem && ActiveItem->func != F_TITLE) { -- ActiveItem->state = 0; -- PaintEntry(ActiveMenu, ActiveItem, False); -- } -- ActiveItem = NULL; -- continue; -- } -- /* look for the entry that the mouse is in */ -- entry = y / Scr->EntryHeight; -- for (i = 0, mi = ActiveMenu->first; mi != NULL; i++, mi = mi->next) { -- if (i == entry) -- break; -- } -- -- /* if there is an active item, we might have to turn it off */ -- if (ActiveItem) { -- /* is the active item the one we are on ? */ -- if (ActiveItem->item_num == entry && ActiveItem->state) -- done = TRUE; -- -- /* -- * if we weren't on the active entry, let's turn the old active -- * one off -- */ -- if (!done && ActiveItem->func != F_TITLE) { -- ActiveItem->state = 0; -- PaintEntry(ActiveMenu, ActiveItem, False); -- } -- } -- /* -- * if we weren't on the active item, change the active item and turn -- * it on -- */ -- if (!done) { -- ActiveItem = mi; -- if (ActiveItem->func != F_TITLE && !ActiveItem->state) { -- ActiveItem->state = 1; -- PaintEntry(ActiveMenu, ActiveItem, False); -- } -- } -- /* now check to see if we were over the arrow of a pull right entry */ -- if ((ActiveItem->func == F_MENU || ActiveItem->func == F_MENUFUNC) && -- ((ActiveMenu->width - x) * 100 < -- (ActiveMenu->width * Scr->PopupSensitivity))) { -- MenuRoot *save = ActiveMenu; -- int savex = MenuOrigins[MenuDepth - 1].x; -- int savey = MenuOrigins[MenuDepth - 1].y; -- if (MenuDepth < MAXMENUDEPTH) { -- PopUpMenu(ActiveItem->sub, -- (savex + (int)(ActiveMenu->width -- * (100-Scr->PopupSensitivity) / 100.0)), -- (savey + ActiveItem->item_num * Scr->EntryHeight) -- /* -- * (savey + ActiveItem->item_num * Scr->EntryHeight + -- * (Scr->EntryHeight >> 1)) -- */ , False); -- } else if (!badItem) { -- XBell(dpy, 0); -- badItem = ActiveItem; -- } -- /* if the menu did get popped up, unhighlight the active item */ -- if (save != ActiveMenu && ActiveItem->state) { -- ActiveItem->state = 0; -- PaintEntry(save, ActiveItem, False); -- ActiveItem = NULL; -- } -- } -- if (badItem != ActiveItem) -- badItem = NULL; -- XFlush(dpy); -- } --} --#endif - - - -@@ -1205,7 +1074,7 @@ - - - --MakeMenus() -+void MakeMenus(void) - { - MenuRoot *mr; - -@@ -1220,7 +1089,7 @@ - - - --MakeMenu(mr) -+void MakeMenu(mr) - MenuRoot *mr; - { - MenuItem *start, *end, *cur, *tmp; -@@ -1472,10 +1341,11 @@ - * * - \********************************************************************/ - -+void - HandleChangingMenus(menu) - MenuRoot *menu; - { -- int WindowNameOffset, WindowNameCount; -+ int /*WindowNameOffset,*/ WindowNameCount; - TwmWindow **WindowNames; - TwmWindow *tmp_win2, *tmp_win3; - TwmWindow **sortlist, *bakwin; -@@ -1524,8 +1394,8 @@ - AddToMenu(menu,sortlist[loop]->name, (char *)sortlist[loop], - NULL, F_POPUP, NULLSTR, NULLSTR); - } else { -- WindowNameOffset=(char *)Scr->TwmRoot.next->name - -- (char *)Scr->TwmRoot.next; -+/* WindowNameOffset=(char *)Scr->TwmRoot.next->name - -+ (char *)Scr->TwmRoot.next;*/ - for(tmp_win = Scr->TwmRoot.next , WindowNameCount=0; - tmp_win != NULL; - tmp_win = tmp_win->next) -@@ -1665,7 +1535,7 @@ - *********************************************************************** - */ - --PopDownMenu() -+void PopDownMenu() - { - MenuRoot *tmp; - -@@ -1770,19 +1640,19 @@ - Window w; - TwmWindow *tmp_win; - { -- int lastx, lasty, width, height, bw2; -- int namelen; -- int stat; -+ int lastx, lasty, /*width, height,*/ bw2; -+/* int namelen; -+ int stat;*/ - XEvent event; -- Window junk; -+/* Window junk;*/ - -- namelen = strlen (tmp_win->name); -+/* namelen = strlen (tmp_win->name);*/ - bw2 = tmp_win->frame_bw * 2; - AddingW = tmp_win->attr.width + bw2; - AddingH = tmp_win->attr.height + tmp_win->title_height + bw2; -- width = (SIZE_HINDENT + XTextWidth (Scr->SizeFont.font, -+/* width = (SIZE_HINDENT + XTextWidth (Scr->SizeFont.font, - tmp_win->name, namelen)); -- height = Scr->SizeFont.height + SIZE_VINDENT * 2; -+ height = Scr->SizeFont.height + SIZE_VINDENT * 2;*/ - XGetGeometry(dpy, w, &JunkRoot, &origDragX, &origDragY, - (unsigned int *)&DragWidth, (unsigned int *)&DragHeight, - &JunkBW, &JunkDepth); -@@ -1953,18 +1823,14 @@ - int context; - int pulldown; - { -- static Time last_time = 0; - short Real_OpaqueMove; /* holder for F_OPAQUEMOVE */ - char tmp[200]; - char *ptr; - char buff[MAX_FILE_SIZE]; - int count, fd; -- Window rootw; -- int origX, origY; -+/* Window rootw;*/ - int do_next_action = TRUE; -- int moving_icon = FALSE; - Bool fromtitlebar = False; -- extern int ConstrainedMoveTime; - struct MenuItem *item; - - RootFunction = 0; -@@ -2049,6 +1915,7 @@ - case F_SCROLLUP: - case F_SCROLLDOWN: - case F_SCROLLBACK: -+ FocusOnRoot(); - ScrollDesktop(func, action); - break; - -@@ -2092,8 +1959,6 @@ - return TRUE; - - if (Scr->VirtualDesktop) { -- int x, y; -- - if (tmp_win->sticky) { - if (Scr->StickyAbove) { - XReparentWindow(dpy, tmp_win->frame, Scr->VirtualDesktop, -@@ -2300,7 +2165,7 @@ - return TRUE; - - PopDownMenu(); -- rootw = eventp->xbutton.root; -+/* rootw = eventp->xbutton.root;*/ - MoveFunction = func; - if (MoveFunction == F_OPAQUEMOVE) { - Real_OpaqueMove = Scr->OpaqueMove; -@@ -2313,11 +2178,11 @@ - - if (context == C_ICON && tmp_win->icon.w) - { -- DragIcon(tmp_win, eventp, pulldown); -+ DragIcon(tmp_win, (XButtonEvent *) eventp, pulldown); - } - else if (w != tmp_win->icon.w) - { -- DragFrame(tmp_win, eventp, pulldown); -+ DragFrame(tmp_win, (XButtonEvent *) eventp, pulldown); - } - #ifdef OLD_MOVE - if (DeferExecution(context, func, action, Scr->MoveCursor)) -@@ -3149,7 +3014,7 @@ - *********************************************************************** - */ - --ReGrab() -+void ReGrab(void) - { - XGrabPointer(dpy, Scr->Root, True, - ButtonPressMask | ButtonReleaseMask, -@@ -3171,6 +3036,7 @@ - *********************************************************************** - */ - -+Bool - Deferrable(func) - int func; - { -@@ -3205,7 +3071,7 @@ - } - } - --NeedToDefer(root) -+Bool NeedToDefer(root) - MenuRoot *root; - { - MenuItem *mitem; -@@ -3321,7 +3187,7 @@ - Scr->FocusRoot = TRUE; - } - --DeIconify(tmp_win) -+void DeIconify(tmp_win) - TwmWindow *tmp_win; - { - TwmWindow *t; -@@ -3396,7 +3262,7 @@ - - - --Iconify(tmp_win, def_x, def_y) -+void Iconify(tmp_win, def_x, def_y) - TwmWindow *tmp_win; - int def_x, def_y; - { -@@ -3603,7 +3469,7 @@ - - - --SetMapStateProp(tmp_win, state) -+void SetMapStateProp(tmp_win, state) - TwmWindow *tmp_win; - int state; - { -@@ -3647,7 +3513,7 @@ - - - --WarpToScreen (n, inc) -+void WarpToScreen (n, inc) - int n, inc; - { - Window dumwin; -@@ -3691,7 +3557,7 @@ - * BumpWindowColormap - rotate our internal copy of WM_COLORMAP_WINDOWS - */ - --BumpWindowColormap (tmp, inc) -+void BumpWindowColormap (tmp, inc) - TwmWindow *tmp; - int inc; - { -@@ -3704,9 +3570,9 @@ - cwins = (ColormapWindow **) malloc(sizeof(ColormapWindow *)* - tmp->cmaps.number_cwins); - if (cwins) { -- if (previously_installed = -- /* SUPPRESS 560 */(Scr->cmapInfo.cmaps == &tmp->cmaps && -- tmp->cmaps.number_cwins)) { -+ if ((previously_installed = -+ (Scr->cmapInfo.cmaps == &tmp->cmaps && -+ tmp->cmaps.number_cwins))) { - for (i = tmp->cmaps.number_cwins; i-- > 0; ) - tmp->cmaps.cwins[i]->colormap->state = 0; - } -@@ -3737,7 +3603,7 @@ - - - --HideIconManager () -+void HideIconManager () - { - SetMapStateProp (Scr->iconmgr.twm_win, WithdrawnState); - UnmapFrame(Scr->iconmgr.twm_win); -@@ -3749,7 +3615,7 @@ - - - --SetBorder (tmp, onoroff) -+void SetBorder (tmp, onoroff) - TwmWindow *tmp; - Bool onoroff; - { -@@ -3768,7 +3634,7 @@ - - - --DestroyMenu (menu) -+void DestroyMenu (menu) - MenuRoot *menu; - { - MenuItem *item; -@@ -3890,14 +3756,14 @@ - XSendEvent (dpy, w, False, 0L, (XEvent *) &ev); - } - --SendDeleteWindowMessage (tmp, timestamp) -+void SendDeleteWindowMessage (tmp, timestamp) - TwmWindow *tmp; - Time timestamp; - { - send_clientmessage (tmp->w, _XA_WM_DELETE_WINDOW, timestamp); - } - --SendSaveYourselfMessage (tmp, timestamp) -+void SendSaveYourselfMessage (tmp, timestamp) - TwmWindow *tmp; - Time timestamp; - { -@@ -3905,7 +3771,7 @@ - } - - --SendTakeFocusMessage (tmp, timestamp) -+void SendTakeFocusMessage (tmp, timestamp) - TwmWindow *tmp; - Time timestamp; - { diff --git a/x11/tvtwm/patches/patch-ao b/x11/tvtwm/patches/patch-ao deleted file mode 100644 index 1b21b1117b0..00000000000 --- a/x11/tvtwm/patches/patch-ao +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ao,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: menus.h -=================================================================== -RCS file: /home/siren/src/tvtwm/menus.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- menus.h 1999/08/08 05:46:53 1.1.1.1 -+++ menus.h 1999/08/08 05:56:53 1.2 -@@ -143,16 +143,5 @@ - #define COLORMAP_PREV "prev" - #define COLORMAP_DEFAULT "default" - --extern void InitTitlebarButtons(); --extern void InitMenus(); --extern MenuRoot *NewMenuRoot(); --extern MenuItem *AddToMenu(); --extern Bool PopUpMenu(); --extern MenuRoot *FindMenuRoot(); --extern Bool AddFuncKey(); --extern int ExecuteFunction(); --extern int DeferExecution(); --extern int Execute(); --extern void FocusOnRoot(); - - #endif /* _MENUS_ */ diff --git a/x11/tvtwm/patches/patch-ap b/x11/tvtwm/patches/patch-ap deleted file mode 100644 index 0ac57b244b8..00000000000 --- a/x11/tvtwm/patches/patch-ap +++ /dev/null @@ -1,99 +0,0 @@ -$NetBSD: patch-ap,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: move.c -=================================================================== -RCS file: /home/siren/src/tvtwm/move.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- move.c 1999/08/08 05:46:52 1.1.1.1 -+++ move.c 1999/08/08 05:56:54 1.2 -@@ -34,11 +34,6 @@ - * - **********************************************************************/ - --#if !defined(lint) && !defined(SABER) --static char RCSinfo[]= --"$XConsortium: move.c,v 1.140 90/03/23 11:42:33 jim Exp $"; --#endif -- - #include <stdio.h> - #include <X11/X.h> - #include <X11/Xatom.h> -@@ -70,7 +65,8 @@ - - static void reallyStartMove(); - static void doMove(); --static void getPointer(); -+static void getPointer(int *x_root, int *y_root, int *cancel, int *done, -+ int *first, int adding, int pulldown); - - /*********************************************************************** - * -@@ -165,11 +161,9 @@ - int pulldown; /* moving window from a pulldown menu */ - { - Window junkRoot, junkChild; -- unsigned int junkDepth, numChildren; -+ unsigned int junkDepth; - int junkX, junkY; -- int junkxroot, junkyroot; - Bool old_save_under; -- unsigned int junkMask; - int first; - XSetWindowAttributes attr; - XWindowAttributes wattr; -@@ -338,7 +332,7 @@ - XRaiseWindow(dpy, window); - - while (True) { -- getPointer(outlineWindow, x_root, y_root, cancel, &done, first, adding, pulldown); -+ getPointer(/*outlineWindow,*/ x_root, y_root, cancel, &done, first, adding, pulldown); - if (done) { - doMove(tmp_win, window, *x_root, *y_root, &xdest, &ydest, panner, False); - break; -@@ -363,9 +357,8 @@ - int paint; - { - int xl, yt; -- int deltax, deltay; -+/* int deltax, deltay;*/ - int vdtx, vdty; -- char str[20]; - Window actual, virtual; - - dragX = x_root; -@@ -374,8 +367,8 @@ - xl = dragX + diffX; - yt = dragY + diffY; - -- deltax = xl - origX/scale; -- deltay = yt - origY/scale; -+/* deltax = xl - origX/scale; -+ deltay = yt - origY/scale;*/ - - if (MoveFunction != F_FORCEMOVE && Scr->DontMoveOff && outlineWindow != Scr->Panner) { - if (tmp_win->root == Scr->VirtualDesktop || tmp_win->root == Scr->Panner) { -@@ -438,8 +431,8 @@ - } - - static void --getPointer(window, x_root, y_root, cancel, done, first, adding, pulldown) --Window window; -+getPointer(/*window,*/ x_root, y_root, cancel, done, first, adding, pulldown) -+/*Window window;*/ - int *x_root; - int *y_root; - int *cancel; -@@ -448,11 +441,9 @@ - int adding; - int pulldown; - { -- Window junkChild; - int doingFine; - XEvent event,bakevent; - -- int xdest, ydest; - unsigned mask; - static int buttons; - diff --git a/x11/tvtwm/patches/patch-aq b/x11/tvtwm/patches/patch-aq deleted file mode 100644 index 2f2f0399ec8..00000000000 --- a/x11/tvtwm/patches/patch-aq +++ /dev/null @@ -1,209 +0,0 @@ -$NetBSD: patch-aq,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: parse.c -=================================================================== -RCS file: /home/siren/src/tvtwm/parse.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- parse.c 1999/08/08 05:46:53 1.1.1.1 -+++ parse.c 1999/08/08 05:56:55 1.2 -@@ -41,6 +41,7 @@ - #include <errno.h> - #include <X11/Xos.h> - #include <X11/Xmu/CharSet.h> -+#include <X11/Xmu/SysUtil.h> - #include "twm.h" - #include "screen.h" - #include "menus.h" -@@ -70,6 +71,10 @@ - #endif - #define BUF_LEN 300 - -+#ifndef errno -+extern int errno; -+#endif -+ - static FILE *twmrc; - static FILE *menufile; - static int ptr = 0; -@@ -98,9 +103,10 @@ - static int twmFileInput(), twmStringListInput(), twmMenuInput(); - void twmUnput(); - int (*twmInputFunc)(); -+char *m4_defs(Display *dpy, char *display_name); - - extern char *defTwmrc[]; /* default bindings */ -- -+extern void yyparse(void); - - /*********************************************************************** - * -@@ -462,6 +468,7 @@ - - void - TwmOutput(c) -+ int c; - { - putchar(c); - } -@@ -1420,6 +1427,7 @@ - /* - * put_pixel_on_root() Save a pixel value in twm root window color property. - */ -+void - put_pixel_on_root(pixel) - Pixel pixel; - { -@@ -1562,11 +1570,11 @@ - return -1; - } - -- --do_squeeze_entry (list, name, type, justify, num, denom) -+void -+do_squeeze_entry (list, name, matchtype, justify, num, denom) - name_list **list; /* squeeze or dont-squeeze list */ - char *name; /* window name */ -- short type; /* match type */ -+ short matchtype; /* match type */ - int justify; /* left, center, right */ - int num; /* signed num */ - int denom; /* 0 or indicates fraction denom */ -@@ -1605,7 +1613,7 @@ - sinfo->justify = justify; - sinfo->num = num; - sinfo->denom = denom; -- AddToList (list, name, type, (char *)sinfo); -+ AddToList (list, name, matchtype, (char *)sinfo); - } - } - -@@ -1614,27 +1622,29 @@ - { - int fno; - int fids[2]; -- int fres; /* Fork result */ -+ pid_t fres; /* Fork result */ - - fno = fileno(fraw); - /* if (-1 == fcntl(fno, F_SETFD, 0)) perror("fcntl()"); */ -- pipe(fids); -+ if (pipe(fids) != 0) perror("pipe creation failed for m4"); -+ - fres = fork(); - if (fres < 0) { -- perror("Fork for m4 failed"); -+ perror("Fork for m4 failed"); - exit(23); - } - if (fres == 0) { - extern Display *dpy; - extern char *display_name; -- static char *m4_defs(); - char *tmp_file; -- -+ - /* Child */ - close(0); /* stdin */ - close(1); /* stdout */ - dup2(fno, 0); /* stdin = fraw */ - dup2(fids[1], 1); /* stdout = pipe to parent */ -+ close(fids[0]); /* read end of pipe */ -+ close(fids[1]); /* write end of pipe - its been duped */ - /* get_defs("m4", dpy, display_name) */ - tmp_file = m4_defs(dpy, display_name); - execlp("m4", "m4", tmp_file, M4STDIN, NULL); -@@ -1696,7 +1706,7 @@ - - /* Make a definition, but quote the defined string... */ - --static char *MkQte(name, def) -+char *MkQte(name, def) - char *name, *def; - { - char *cp, *cp2; -@@ -1714,7 +1724,7 @@ - strcpy(cp + 1, def); - strcat(cp, "\'"); - cp2 = MkDef(name, cp); -- free(cp); /* Not really needed, but good habits die hard... */ -+ free(cp); /*Not really needed, but good habits die hard... */ - return(cp2); - } - -@@ -1741,24 +1751,29 @@ - } - #endif - --static char *m4_defs(display, host) -+char *m4_defs(display, host) - Display *display; - char *host; - { - extern int KeepTmpFile; -- int i; - Screen *screen; - Visual *visual; - char client[MAXHOSTNAME], server[MAXHOSTNAME], *colon; - struct hostent *hostname; - char *vc; /* Visual Class */ -- static char tmp_name[] = "/tmp/twmrcXXXXXX"; -+ char *tmp_name, name[] = "/tmp/twmrcXXXXXX"; - int fd; - FILE *tmpf; - char *sp; - char *getenv_res; /* Result of a getenv() call */ - Boolean tvtwm = False; - -+ if ((tmp_name = malloc(sizeof(char)*strlen(name)+1)) == NULL) { -+ perror("Cannot malloc temp_name\n"); -+ exit(2); -+ } -+ -+ strcpy(tmp_name, name); - fd = mkstemp(tmp_name); /* I *hope* mkstemp exists, because */ - /* I tried to find the "portable" */ - /* mktmp... */ -@@ -1864,7 +1879,7 @@ - { - struct group *g; - int i, ngids, staffg = 10; --#if defined(SYSV) || defined(SVR4) -+#if defined(SYSV) || defined(SVR4) || defined(__NetBSD__) - gid_t gids[NGIDS]; - #else - int gids[NGIDS]; -@@ -1899,18 +1914,19 @@ - /* next release. */ - /* <cross@eng.umd.edu> */ - --static int getmask() -+int getmask() - { -+#define L 150 /* Length of a line in /etc/passwd */ -+#ifdef NOT - int tuid; /* target */ - FILE *passwd2; - int lineno = 0; - int mask, uid, gid; --#define L 150 /* Length of a line in /etc/passwd */ - char line[L], bak[L]; - char *uname, *pisswd, *gcos, *dir, *shell, *num, *end; - int ch; -- --#if 0 -+#endif -+#if NOT - tuid = getuid(); - passwd2 = fopen("/usr/local/etc/passwd/passwd", "r"); - if (passwd2 == NULL) { -@@ -1952,7 +1968,7 @@ - #endif - } - --def_netmask(tmpf) -+void def_netmask(tmpf) - FILE *tmpf; - { - int mask; diff --git a/x11/tvtwm/patches/patch-ar b/x11/tvtwm/patches/patch-ar deleted file mode 100644 index b2b0151982a..00000000000 --- a/x11/tvtwm/patches/patch-ar +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ar,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: parse.h -=================================================================== -RCS file: /home/siren/src/tvtwm/parse.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- parse.h 1999/08/08 05:46:53 1.1.1.1 -+++ parse.h 1999/08/08 05:56:55 1.2 -@@ -125,4 +125,7 @@ - #define D_EAST 3 - #define D_WEST 4 - -+/* function prototypes */ -+int ParseMenuFile(char *filename, char *menuname); -+ - #endif /* _PARSE_ */ diff --git a/x11/tvtwm/patches/patch-as b/x11/tvtwm/patches/patch-as deleted file mode 100644 index a7cfc2785a7..00000000000 --- a/x11/tvtwm/patches/patch-as +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-as,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: regexp.c -=================================================================== -RCS file: /home/siren/src/tvtwm/regexp.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- regexp.c 1999/08/08 05:46:53 1.1.1.1 -+++ regexp.c 1999/08/08 05:56:56 1.2 -@@ -25,14 +25,13 @@ - #ifndef FILE - #include <stdio.h> - #endif /* FILE */ -+#include <strings.h> - #ifndef NSUBEXP - #include "regexp.h" - #endif /* NSUBEXP */ - #ifndef MAGIC - #include "regmagic.h" - #endif /* MAGIC */ -- --extern char *strchr(); - - /* - * The "internal use only" fields in regexp.h are present to pass info from diff --git a/x11/tvtwm/patches/patch-at b/x11/tvtwm/patches/patch-at deleted file mode 100644 index 216a491e859..00000000000 --- a/x11/tvtwm/patches/patch-at +++ /dev/null @@ -1,66 +0,0 @@ -$NetBSD: patch-at,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: resize.c -=================================================================== -RCS file: /home/siren/src/tvtwm/resize.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- resize.c 1999/08/08 05:46:53 1.1.1.1 -+++ resize.c 1999/08/08 05:56:56 1.2 -@@ -90,6 +90,9 @@ - #include "add_window.h" - #include "screen.h" - -+/* function prototypes */ -+void SetFrameShape (TwmWindow *tmp); -+ - #define MINHEIGHT 0 /* had been 32 */ - #define MINWIDTH 0 /* had been 60 */ - -@@ -349,8 +352,8 @@ - TwmWindow *tmp_win; - int x, y, w, h; - { -- Window junkRoot; -- unsigned int junkbw, junkDepth; -+/* Window junkRoot; -+ unsigned int junkbw, junkDepth;*/ - XGrabServer(dpy); - XGrabPointer(dpy, Scr->Root, True, - ButtonPressMask | ButtonMotionMask | PointerMotionMask, -@@ -677,7 +680,7 @@ - } - - if (!Scr->NoRaiseResize) -- RaiseFrame(dpy, tmp_win); -+ RaiseFrame(tmp_win); - - UninstallRootColormap(); - -@@ -735,7 +738,7 @@ - * - ***********************************************************************/ - --ConstrainSize (tmp_win, widthp, heightp) -+void ConstrainSize (tmp_win, widthp, heightp) - TwmWindow *tmp_win; - int *widthp, *heightp; - { -@@ -1174,7 +1177,7 @@ - } - - if (!Scr->NoRaiseResize) -- RaiseFrame(dpy, tmp_win); -+ RaiseFrame(tmp_win); - - ConstrainSize(tmp_win, &dragWidth, &dragHeight); - -@@ -1183,6 +1186,7 @@ - XUngrabServer (dpy); - } - -+void - SetFrameShape (tmp) - TwmWindow *tmp; - { diff --git a/x11/tvtwm/patches/patch-au b/x11/tvtwm/patches/patch-au deleted file mode 100644 index 78ae02edf13..00000000000 --- a/x11/tvtwm/patches/patch-au +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-au,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: screen.h -=================================================================== -RCS file: /home/siren/src/tvtwm/screen.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- screen.h 1999/08/08 05:46:53 1.1.1.1 -+++ screen.h 1999/08/08 05:56:57 1.2 -@@ -63,7 +63,7 @@ - Pixmap pm; /* focus highlight window right end */ - Pixmap mask; /* shape mask */ - Bool isXpm; /* is it an Xpm format pixmap? */ -- int height, width; /* cache the size */ -+ unsigned int height, width; /* cache the size */ - } TwmPixmap; - - typedef struct ScreenInfo diff --git a/x11/tvtwm/patches/patch-av b/x11/tvtwm/patches/patch-av deleted file mode 100644 index 47474cf5649..00000000000 --- a/x11/tvtwm/patches/patch-av +++ /dev/null @@ -1,77 +0,0 @@ -$NetBSD: patch-av,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: ssetroot.c -=================================================================== -RCS file: /home/siren/src/tvtwm/ssetroot.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- ssetroot.c 1999/08/08 05:46:52 1.1.1.1 -+++ ssetroot.c 1999/08/08 05:56:58 1.2 -@@ -37,11 +37,21 @@ - #include <X11/Xlib.h> - #include <X11/Xutil.h> - #include <X11/Xatom.h> -+#include <X11/Xmu/CurUtil.h> - #include <stdio.h> -+#include <stdlib.h> - #include "X11/bitmaps/gray" - #include "X11/bitmaps/root_weave" - - char *index(); -+Cursor CreateCursorFromFiles(char *cursor_file, char *mask_file); -+Pixmap MakeModulaBitmap(), ReadBitmapFile(); -+XColor NameToXColor(); -+unsigned long NameToPixel(); -+Cursor CreateCursorFromName(); -+void SetBackgroundToBitmap(Pixmap bitmap, unsigned int width, -+ unsigned int height); -+void FixupState(void); - - #define Dynamic 1 - -@@ -58,6 +68,7 @@ - int unsave_past = 0; - Pixmap save_pixmap = (Pixmap)None; - -+void - usage() - { - fprintf(stderr, "usage: %s [options]\n", program_name); -@@ -79,11 +90,8 @@ - /*NOTREACHED*/ - } - --Pixmap MakeModulaBitmap(), ReadBitmapFile(); --XColor NameToXColor(); --unsigned long NameToPixel(); --Cursor CreateCursorFromName(); - -+int - main(argc, argv) - int argc; - char **argv; -@@ -310,6 +318,7 @@ - - - /* Free past incarnation if needed, and retain state if needed. */ -+void - FixupState() - { - Atom prop, type; -@@ -345,6 +354,7 @@ - * SetBackgroundToBitmap: Set the root window background to a caller supplied - * bitmap. - */ -+void - SetBackgroundToBitmap(bitmap, width, height) - Pixmap bitmap; - unsigned int width, height; -@@ -382,6 +392,7 @@ - */ - #define BITMAP_HOT_DEFAULT 8 - -+Cursor - CreateCursorFromFiles(cursor_file, mask_file) - char *cursor_file, *mask_file; - { diff --git a/x11/tvtwm/patches/patch-aw b/x11/tvtwm/patches/patch-aw deleted file mode 100644 index 4e1e4bfc8c9..00000000000 --- a/x11/tvtwm/patches/patch-aw +++ /dev/null @@ -1,87 +0,0 @@ -$NetBSD: patch-aw,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: twm.c -=================================================================== -RCS file: /home/siren/src/tvtwm/twm.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- twm.c 1999/08/08 05:46:53 1.1.1.1 -+++ twm.c 1999/08/08 05:56:58 1.2 -@@ -142,6 +142,7 @@ - #include <signal.h> - #include <fcntl.h> - #include <sys/wait.h> -+#include <unistd.h> - #include "twm.h" - #include "add_window.h" - #include "gc.h" -@@ -153,9 +154,12 @@ - #include "gram.h" - #include "screen.h" - #include "iconmgr.h" -+#include "list.h" -+#include "icons.h" - #include <X11/Xproto.h> - #include <X11/Xatom.h> - #include <X11/bitmaps/root_weave> -+#include <X11/Xmu/Error.h> - #include "vdt.h" - #define XK_LATIN1 - #include <X11/keysymdef.h> -@@ -230,6 +234,10 @@ - - extern void assign_var_savecolor(); - -+void InternUsefulAtoms (void); -+void InitVariables(void); -+void CreateFonts (void); -+ - /*********************************************************************** - * - * Procedure: -@@ -238,7 +246,7 @@ - *********************************************************************** - */ - --main(argc, argv, environ) -+int main(argc, argv, environ) - int argc; - char **argv; - char **environ; -@@ -727,6 +735,8 @@ - } - - HandleEvents(); -+ exit(0); -+ /* NOTREACHED */ - } - - /*********************************************************************** -@@ -827,7 +837,7 @@ - *********************************************************************** - */ - --InitVariables() -+void InitVariables(void) - { - FreeList(&Scr->BorderColorL); - FreeList(&Scr->IconBorderColorL); -@@ -1020,7 +1030,7 @@ - } - - --RestoreWithdrawnLocation (tmp) -+void RestoreWithdrawnLocation (tmp) - TwmWindow *tmp; - { - int gravx, gravy; -@@ -1227,7 +1237,7 @@ - Atom _XA_TWM_PROCESS; /* used to record where twm is */ - Atom _XA_TWM_MACHINE; - --InternUsefulAtoms () -+void InternUsefulAtoms (void) - { - /* - * Create priority colors if necessary. diff --git a/x11/tvtwm/patches/patch-ax b/x11/tvtwm/patches/patch-ax deleted file mode 100644 index af28a052bbe..00000000000 --- a/x11/tvtwm/patches/patch-ax +++ /dev/null @@ -1,151 +0,0 @@ -$NetBSD: patch-ax,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: twm.h -=================================================================== -RCS file: /home/siren/src/tvtwm/twm.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- twm.h 1999/08/08 05:46:53 1.1.1.1 -+++ twm.h 1999/08/08 05:56:59 1.2 -@@ -39,6 +39,7 @@ - #ifndef _TWM_ - #define _TWM_ - -+#include <stdio.h> - #include <X11/Intrinsic.h> - #include <X11/cursorfont.h> - #include <X11/extensions/shape.h> -@@ -51,6 +52,9 @@ - - #include "icons.h" - -+#include "menus.h" -+#include "list.h" -+ - #ifndef WithdrawnState - #define WithdrawnState 0 - #endif -@@ -388,6 +392,122 @@ - extern Atom _XA_WM_SAVE_YOURSELF; - extern Atom _XA_WM_DELETE_WINDOW; - extern Atom _XA_TWM_FLAGS; -+ -+/* Function prototypes */ -+void ResizeVirtual(Window window, int width, int height); -+Pixmap XcprLocatePixmapFile (Screen *screen, _Xconst char *name, -+ XpmColorSymbol *trans, int numtrans, -+ unsigned int depth, -+ char *srcname, int srcnamelen, -+ int *widthp, int *heightp, int *xhotp, int *yhotp, -+ Bool *isXpm, XpmAttributes *attribs, -+ Pixmap *mask); -+ -+Pixmap GetCursorGlyph(char *name, int *widthp, int *heightp, -+ Pixmap *shape_mask); -+void SetFrameShape (TwmWindow *tmp); -+int ExecuteFunction(int func, char *action, struct MenuRoot *sub, Window w, -+ TwmWindow *tmp_win, XEvent *eventp, int context, -+ int pulldown); -+Bool AddFuncKey (char *name, int cont, int mods, int func, char *win_name, -+ char *action); -+MenuItem *AddToMenu(MenuRoot *menu, char *item, char *action, MenuRoot *sub, -+ int func, char *fore, char *back); -+void FocusOnRoot(void); -+void PaintEntry(MenuRoot *mr, MenuItem *mi, int exposure); -+Bool PopUpMenu (MenuRoot *menu, int x, int y, Bool center); -+MenuRoot *FindMenuRoot(char *name); -+MenuRoot *NewMenuRoot(char *name); -+void RelativeMove(TwmWindow *win, char *geom); -+void MenuStartResize(TwmWindow *tmp_win, int x, int y, int w, int h); -+void MenuEndResize(TwmWindow *tmp_win); -+void MenuDoResize(int x_root, int y_root, TwmWindow *tmp_win); -+int Execute(char *s, TwmWindow *tmp_win); -+void InitMenus(void); -+void InitTitlebarButtons(void); -+void DestroyMenu (MenuRoot *menu); -+void MakeMenu(MenuRoot *mr); -+void DeIconify(TwmWindow *tmp_win); -+void HideIconManager (void); -+Bool NeedToDefer(MenuRoot *root); -+void SendDeleteWindowMessage (TwmWindow *tmp, Time timestamp); -+void SendSaveYourselfMessage (TwmWindow *tmp, Time timestamp); -+void WarpToScreen (int n, int inc); -+void BumpWindowColormap (TwmWindow *tmp, int inc); -+void DestroyIconWindow(TwmWindow *tmp_win); -+char *current_input_line(void); -+void do_var_savecolor(int key); -+void twmrc_error_prefix (void); -+char *MkQte(char *name, char *def); -+int CreateTitleButton (char *name, int func, char *action, MenuRoot *menuroot, -+ Bool rightside, Bool append); -+void AddIconRegion(char *name, short type, char *geom, Bool iterate, -+ int grav1, int grav2, int stepx, int stepy); -+int do_pixmap_keyword(int keyword, char *filename); -+void NewBitmapCursor(Cursor *cp, char *source, char *mask); -+void do_squeeze_entry (name_list **list, char *name, short icontype, int justify, -+ int num, int denom); -+void FetchWmProtocols (TwmWindow *tmp); -+void FetchWmColormapWindows (TwmWindow *tmp); -+short Transient(Window w, Window *wp); -+void def_netmask(FILE *tmpf); -+void MoveIcon(TwmWindow *tmp_win, int x, int y); -+Window MakeVirtual(TwmWindow *tmp_win, int x, int y, int width, int height, -+ long background, long border); -+Pixmap FindPixmap (char *name, unsigned int *widthp, unsigned int *heightp, -+ Bool *isXpm, Pixel *bg_color, -+#ifdef XPM -+ XpmColorSymbol *colors, -+#else -+ char *colors, -+#endif -+ int numcolors, Pixmap *shape_mask); -+void SendSyntheticConfigureNotify(TwmWindow *tmp_win); -+void SetupFrame (TwmWindow *tmp_win, int x, int y, int w, int h, int bw, -+ Bool sendEvent); -+void SetupWindow (TwmWindow *tmp_win, int x, int y, int w, int h, int bw); -+int parse_keyword (char *s, int *nump); -+void SimulateWinGravity (TwmWindow *tmp); -+void SetBorder (TwmWindow *tmp, Bool onoroff); -+void InstallRootColormap(void); -+void ConstrainSize (TwmWindow *tmp_win, int *widthp, int *heightp); -+void UninstallRootColormap(void); -+void SetSWM_ROOT(TwmWindow *tmp_win); -+void ReGrab(void); -+void InstallWindowColormaps (int type, TwmWindow *tmp); -+int GetColor(int kind, Pixel *what, char *name); -+void LocateStandardColormaps(void); -+void SetFocus (TwmWindow *tmp_win, Time time); -+void MakeMenus(void); -+void SetSWM_VERSION(void); -+void SetMapStateProp(TwmWindow *tmp_win, int state); -+void CreateFonts (void); -+void GetFont(MyFont *font); -+void GetGravityOffsets (TwmWindow *tmp, int *xp, int *yp); -+void RemoveSWM_VERSION(); -+void AddDefaultBindings (); -+void ScrollToQuadrant(TwmWindow *tmp_win); -+void DragIcon(TwmWindow *tmp_win, XButtonEvent *ev, int pulldown); -+void DragFrame(TwmWindow *tmp_win, XButtonEvent *ev, int pulldown); -+void Iconify(TwmWindow *tmp_win, int def_x, int def_y); -+void DeIconify(TwmWindow *tmp_win); -+void IconDown (TwmWindow *tmp_win); -+void IconUp (TwmWindow *tmp_win); -+void CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y); -+void InsertRGBColormap (Atom a, XStandardColormap *maps, int nmaps, -+ Bool replace); -+void RemoveRGBColormap (Atom a); -+void RedoIconName(void); -+void PaintMenu(MenuRoot *mr, XEvent *e); -+void RestoreWithdrawnLocation (TwmWindow *tmp); -+void PopDownMenu(void); -+void UpdateMenu(void); -+void HandlePannerMove(XButtonEvent *ev, TwmWindow *tmp_win); -+void SendTakeFocusMessage (TwmWindow *tmp, Time timestamp); -+void RaiseFrame(TwmWindow *tmp_win); -+void ResizeDesktop(int width, int height); -+void MoveOutline(Window root, int x, int y, int width, int height, int bw, -+ int th); - extern Atom _XA_TWM_RESTART; - extern Atom _XA_TWM_PROCESS; - extern Atom _XA_TWM_MACHINE; diff --git a/x11/tvtwm/patches/patch-ay b/x11/tvtwm/patches/patch-ay deleted file mode 100644 index ea6f8c056ef..00000000000 --- a/x11/tvtwm/patches/patch-ay +++ /dev/null @@ -1,79 +0,0 @@ -$NetBSD: patch-ay,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: util.c -=================================================================== -RCS file: /home/siren/src/tvtwm/util.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- util.c 1999/08/08 05:46:52 1.1.1.1 -+++ util.c 1999/08/08 05:56:59 1.2 -@@ -306,6 +306,7 @@ - - extern int XmuCompareISOLatin1(); - -+/* ARGSUSED */ - Pixmap FindPixmap (name, widthp, heightp, isXpm, bg_color, colors, - numcolors, shape_mask) - char *name; -@@ -496,7 +497,7 @@ - } - - --InsertRGBColormap (a, maps, nmaps, replace) -+void InsertRGBColormap (a, maps, nmaps, replace) - Atom a; - XStandardColormap *maps; - int nmaps; -@@ -538,7 +539,7 @@ - return; - } - --RemoveRGBColormap (a) -+void RemoveRGBColormap (a) - Atom a; - { - StdCmap *sc, *prev; -@@ -558,7 +559,7 @@ - return; - } - --LocateStandardColormaps() -+void LocateStandardColormaps(void) - { - Atom *atoms; - int natoms; -@@ -655,7 +656,7 @@ - return TRUE; - } - --GetFont(font) -+void GetFont(font) - MyFont *font; - { - char *deffontname = "fixed"; -@@ -685,6 +686,7 @@ - * SetFocus - separate routine to set focus to make things more understandable - * and easier to debug - */ -+void - SetFocus (tmp_win, time) - TwmWindow *tmp_win; - Time time; -@@ -913,6 +915,7 @@ - int *widthp, *heightp; - { - CreateMenuIcon (Scr->TBInfo.width - Scr->TBInfo.border * 2,widthp,heightp); -+ return Scr->tbpm.menu; - } - - Pixmap CreateMenuIcon (height, widthp, heightp) -@@ -1013,7 +1016,7 @@ - unsigned long nitems; - unsigned long bytes_after; - unsigned char *value; -- int status; -+/* int status;*/ - char *s; - - if (XGetWindowProperty(dpy, win, atom, 0, (MAX_NUM+3)/4, diff --git a/x11/tvtwm/patches/patch-az b/x11/tvtwm/patches/patch-az deleted file mode 100644 index 2b974159836..00000000000 --- a/x11/tvtwm/patches/patch-az +++ /dev/null @@ -1,98 +0,0 @@ -$NetBSD: patch-az,v 1.2 2000/02/05 15:58:30 wiz Exp $ - -Index: vdt.c -=================================================================== -RCS file: /home/siren/src/tvtwm/vdt.c,v -retrieving revision 1.1.1.1 -retrieving revision 1.2 -diff -u -r1.1.1.1 -r1.2 ---- vdt.c 1999/08/08 05:46:53 1.1.1.1 -+++ vdt.c 1999/08/08 05:57:00 1.2 -@@ -139,12 +139,8 @@ - * - **********************************************************************/ - --#if !defined(lint) && !defined(SABER) --static char RCSinfo[]= --"$XConsortium: vdt.c,v 1.140 90/03/23 11:42:33 jim Exp $"; --#endif -- - #include <stdio.h> -+#include <unistd.h> - #include <X11/X.h> - #include <X11/Xatom.h> - #include "twm.h" -@@ -545,8 +541,6 @@ - TwmWindow *tmp_win; - int x, y; - { -- XWindowChanges xwc; -- - XMoveWindow(dpy, tmp_win->icon.w, x, y); - tmp_win->icon_loc_x = x; - tmp_win->icon_loc_y = y; -@@ -572,13 +566,14 @@ - Pixmap pm; - XSetWindowAttributes attr; - unsigned attrMask; -- extern char *display_name; -+#ifdef XLOADIMAGE - char display[80]; - char *ptr; -- int fres; - char fg_text[14], bg_text[14]; - XColor colors[2]; -- -+ pid_t fres; -+#endif -+ - /* - * Make vdt size an integral multiple of physical screen size - * if the given width and/or height are less than physical -@@ -638,7 +633,7 @@ - colors[1].green, colors[1].blue); - /* Fork the process */ - fres = fork(); -- if (fres < 0) fprintf(stderr, "%s: error in fork()...\n"); -+ if (fres < 0) fprintf(stderr, "%s: error in fork()...\n", ProgramName); - if (fres == 0) { /* This is the child */ - execlp("xloadimage", "xsetbg", "-display", - display, "-foreground", -@@ -703,7 +698,6 @@ - XSizeHints *sizeHints; - XWMHints *wmHints; - XClassHint *classHints; -- int status; - int x, y, width, height; - Pixmap pm; - unsigned attrMask; -@@ -980,10 +974,10 @@ - int y; - { - TwmWindow *tmp; -- XSetWindowAttributes attributes; - XEvent ev; - register int delta_x, delta_y; - #ifdef INSTANT_MOVE_HACK -+ XSetWindowAttributes attributes; - Window hack; - #endif - -@@ -1288,7 +1282,6 @@ - TwmWindow *tmp_win; - { - register int x, y; -- int xr, yb; - - if (!tmp_win->sticky) { - x=tmp_win->frame_x; -@@ -1320,9 +1313,6 @@ - PaintVirtualWindow(tmp_win) - TwmWindow *tmp_win; - { -- int x, y; -- int xr, yb; -- - if (Scr->ShowVirtualNames) { - FBF(tmp_win->virtual.fore, tmp_win->virtual.back, - Scr->VirtualFont.font->fid); diff --git a/x11/tvtwm/pkg/COMMENT b/x11/tvtwm/pkg/COMMENT deleted file mode 100644 index efdcedb0ff8..00000000000 --- a/x11/tvtwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Classic twm with virtual desktop support diff --git a/x11/tvtwm/pkg/DESCR b/x11/tvtwm/pkg/DESCR deleted file mode 100644 index 51ebcf3575a..00000000000 --- a/x11/tvtwm/pkg/DESCR +++ /dev/null @@ -1,24 +0,0 @@ - tvtwm is a superset of the X11R5 release of twm (Tom's Window Manager), -written by Tom LaStrange. Much of the early functionality, which is -described in more detail in README.old, was added by Tom LaStrange himself. -Since then, tvtwm has fallen under my control, and I've added some things -myself. - - Why doesn't tvtwm have version numbers, and only has patchlevels? I -don't know. History, I suppose. But, for information's sake, that is -effectually the version number. In this case, pl11. - - The major benefit of tvtwm over twm is the "Virtual Desktop". This -allows you do define a substitute root window that is larger than your -display area. This new virtual root window is the parent for all of your -X clients. tvtwm provides a "Panner" which will let you see a scaled down -representation of the whole virtual desktop. Using this panner, and keys -bound to functions added to tvtwm, you can move around this desktop to -have your physical display showing only part of the whole desktop. Thus, -you can have sections of your desktop assigned to particular tasks, or -just use it to keep from having 20 million layers of windows. :-) - - Many other things are discussed in README.old. Please look there for -further information. The more recent changes have been documented on an -item-by-item basis, and these changes can be found, not surprisingly, in -the CHANGES file. diff --git a/x11/tvtwm/pkg/PLIST b/x11/tvtwm/pkg/PLIST deleted file mode 100644 index 13db6ad303e..00000000000 --- a/x11/tvtwm/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1999/07/21 04:17:51 mrg Exp $ -bin/tvtwm -bin/ssetroot -lib/X11/twm/system.tvtwmrc -man/cat1/tvtwm.0 diff --git a/x11/uwm/files/md5 b/x11/uwm/files/md5 deleted file mode 100644 index 40cc7f710c2..00000000000 --- a/x11/uwm/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 2000/02/02 08:07:11 itohy Exp $ - -MD5 (X.V11R3uwm.tar.gz) = 373f6526106d80c03103259adbf3a47a diff --git a/x11/uwm/files/patch-sum b/x11/uwm/files/patch-sum deleted file mode 100644 index a15396068f2..00000000000 --- a/x11/uwm/files/patch-sum +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-sum,v 1.5 2000/10/13 01:40:58 itohy Exp $ - -MD5 (patch-aa) = 6ebca0c68ccc36ead286d15f64558a0d -MD5 (patch-ab) = b7559a13c915e4fee232047920f43039 -MD5 (patch-ac) = cd52d12bed44d357df4ccb070d2df0e9 -MD5 (patch-ad) = 294879be399f00a841898f7527cc753a -MD5 (patch-ae) = 7bbaae6465a104ed063ef8fee1f7cf49 -MD5 (patch-af) = 8d2bb3cf85676e259186241611edf4e4 -MD5 (patch-ag) = d8b35baf6f18314b657cab4076cd4a16 -MD5 (patch-ah) = cce76d53168d7de5f0350bc0409026bc -MD5 (patch-ai) = d2ae89b2ee16602f37f664a9d2229e04 -MD5 (patch-aj) = 481d76eaf7209feead2cb4ee96097096 diff --git a/x11/uwm/patches/patch-aa b/x11/uwm/patches/patch-aa deleted file mode 100644 index 3208c76049a..00000000000 --- a/x11/uwm/patches/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- Imakefile.orig Mon Oct 24 23:54:50 1988 -+++ Imakefile Wed Dec 22 13:54:20 1999 -@@ -1,3 +1,5 @@ -+ UWMDIR = $(LIBDIR)/uwm -+ TOP_INCLUDES = -I../.. -I$(INCROOT) $(TOP_X_INCLUDES) - DEFINES = -DSYSFILE=\"$(UWMDIR)$(PATHSEP)system.uwmrc\" - LOCAL_LIBRARIES = $(XLIB) - SYS_LIBRARIES = -ll diff --git a/x11/uwm/patches/patch-ab b/x11/uwm/patches/patch-ab deleted file mode 100644 index 5012872dcf4..00000000000 --- a/x11/uwm/patches/patch-ab +++ /dev/null @@ -1,137 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2000/01/19 07:24:07 itohy Exp $ - ---- uwm.c.orig Sun Oct 23 22:21:55 1988 -+++ uwm.c Wed Jan 19 08:20:54 2000 -@@ -41,9 +41,18 @@ - - #include "uwm.h" - #include <ctype.h> -+#include <signal.h> -+ -+#ifdef CSRG_BASED -+#undef MIN -+#undef MAX -+#include <sys/param.h> -+#if defined(BSD) && BSD >= 199306 -+#define HAVE_MKSTEMP -+#endif -+#endif - - #ifdef PROFIL --#include <signal.h> - /* - * Dummy handler for profiling. - */ -@@ -53,6 +62,27 @@ - } - #endif - -+#ifdef SIGCHLD -+#include <sys/wait.h> -+/* -+ * clear (probably inherited) children which are dead or will die. -+ */ -+clear_children() -+{ -+ int status, pid; -+ -+ do { -+#ifdef CSRG_BASED -+ pid = wait3(&status, WNOHANG, (struct rusage *) 0); -+#else /* SVR4 */ -+ pid = waitpid(-1, &status, WNOHANG); -+#endif -+ } while (pid != 0 && pid != -1); -+ -+ signal(SIGCHLD, clear_children); -+} -+#endif -+ - #define gray_width 16 - #define gray_height 16 - static char gray_bits[] = { -@@ -115,6 +145,10 @@ - #ifdef PROFIL - signal(SIGTERM, ptrap); - #endif -+#ifdef SIGCHLD -+ /* no zombies */ -+ clear_children(); -+#endif - - /* - * Set up internal defaults. -@@ -369,7 +403,7 @@ - if (IFontInfo == NULL) { - fprintf(stderr, "uwm: Unable to open icon font '%s', using server default.\n", - IFontName); -- IFontInfo = XQueryFont(dpy, DefaultGC(dpy, scr)->gid); -+ IFontInfo = XQueryFont(dpy, XGContextFromGC(DefaultGC(dpy, scr))); - fallbackIFont = True; - } - PFontInfo = XLoadQueryFont(dpy, PFontName); -@@ -379,7 +413,7 @@ - if (fallbackIFont) - PFontInfo = IFontInfo; - else -- PFontInfo = XQueryFont(dpy, DefaultGC(dpy, scr)->gid); -+ PFontInfo = XQueryFont(dpy, XGContextFromGC(DefaultGC(dpy, scr))); - fallbackPFont = True; - } - MFontInfo = XLoadQueryFont(dpy, MFontName); -@@ -389,7 +423,7 @@ - if (fallbackIFont || fallbackPFont) - MFontInfo = fallbackPFont ? PFontInfo : IFontInfo; - else -- MFontInfo = XQueryFont(dpy, DefaultGC(dpy, scr)->gid); -+ MFontInfo = XQueryFont(dpy, XGContextFromGC(DefaultGC(dpy, scr))); - fallbackMFont = True; - } - -@@ -685,7 +719,11 @@ - */ - InitBindings() - { -+#ifdef HAVE_MKSTEMP -+ int fd; -+#else - char *mktemp(); -+#endif - char *tempfile; /* Temporary filename. */ - register FILE *fp; /* Temporary file pointer. */ - register char **ptr; /* Default bindings string array pointer. */ -@@ -699,15 +737,26 @@ - exit (1); - } - strcpy (tempfile, TEMPFILE); -+#ifdef HAVE_MKSTEMP -+ if ((fd = mkstemp(tempfile)) < 0 || (fp = fdopen(fd, "r+")) == NULL) { -+ perror("uwm: cannot create temp file"); -+ exit(1); -+ } -+#else - sfilename = mktemp(tempfile); - if ((fp = fopen(tempfile, "w")) == NULL) { - perror("uwm: cannot create temp file"); - exit(1); - } -+#endif - for (ptr = DefaultBindings; *ptr; ptr++) { - fputs(*ptr, fp); - fputc('\n', fp); - } -+#ifdef HAVE_MKSTEMP -+ rewind(fp); -+ yyin = fp; -+#else - fclose(fp); - - /* -@@ -717,6 +766,7 @@ - perror("uwm: cannot open temp file"); - exit(1); - } -+#endif - Lineno = 1; - yyparse(); - fclose(yyin); diff --git a/x11/uwm/patches/patch-ac b/x11/uwm/patches/patch-ac deleted file mode 100644 index 4f6765f0ddb..00000000000 --- a/x11/uwm/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- uwm.h.orig Mon Oct 24 19:08:24 1988 -+++ uwm.h Thu Dec 23 00:27:02 1999 -@@ -39,6 +39,12 @@ - - #include <errno.h> - #include <stdio.h> -+#ifdef CSRG_BASED -+#include <unistd.h> -+#endif -+#ifndef X_NOT_STDC_ENV -+#include <stdlib.h> -+#endif - #include <X11/Xos.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> diff --git a/x11/uwm/patches/patch-ad b/x11/uwm/patches/patch-ad deleted file mode 100644 index 69e50f267d4..00000000000 --- a/x11/uwm/patches/patch-ad +++ /dev/null @@ -1,134 +0,0 @@ -$NetBSD: patch-ad,v 1.3 1999/12/23 23:12:50 itohy Exp $ - ---- gram.y.orig Thu Sep 22 22:14:31 1988 -+++ gram.y Thu Dec 23 22:04:02 1999 -@@ -117,18 +117,18 @@ - case IsString: - if ($3 == C_STRING) { - strcpy(KeywordTable[$1].sptr, -- yylval.sval); -+ $<sval>2); - } else { - yyerror("illegal construct"); - } -- free(yylval.sval); -+ free($<sval>2); - break; - case IsNumeric: - if ($3 == C_STRING) { - *(KeywordTable[$1].nptr) = -- y_atoi(yylval.sval); -+ y_atoi($<sval>2); - } else yyerror("illegal construct"); -- free(yylval.sval); -+ free($<sval>2); - break; - case IsBoolTrue: - case IsBoolFalse: -@@ -197,12 +197,12 @@ - ml_ptr = $3; - } - | STRING -- { $$ = C_STRING; } -+ { $$ = C_STRING; $<sval>0 = $1; } - ; - - boolvar: STRING - { -- ki = keywordlookup(yylval.sval); -+ ki = keywordlookup($1); - switch (KeywordTable[ki].type) { - case IsBoolTrue: - *(KeywordTable[ki].bptr) = TRUE; -@@ -220,7 +220,7 @@ - ; - - keyword: STRING { -- $$ = keywordlookup(yylval.sval); -+ $$ = keywordlookup($1); - } - ; - -@@ -246,9 +246,9 @@ - { $$ = CheckButtonState($1); } - ; - --kmask: STRING { $$ = keyexprlookup(yylval.sval); } -+kmask: STRING { $$ = keyexprlookup($1); } - --contmask: STRING { $$ = contexprlookup(yylval.sval); } -+contmask: STRING { $$ = contexprlookup($1); } - - buttmodexpr: buttmodifier - { $$ = $1; } -@@ -257,7 +257,7 @@ - ; - - buttmodifier: STRING -- { $$ = buttexprlookup(yylval.sval); } -+ { $$ = buttexprlookup($1); } - ; - - menuname: STRING -@@ -304,7 +304,7 @@ - - menuaction: STRING - { -- ki = keywordlookup(yylval.sval); -+ ki = keywordlookup($1); - if ((ki != -1) && - (KeywordTable[ki].type != IsFunction) && - (KeywordTable[ki].type != IsQuitFunction) && -@@ -350,7 +350,7 @@ - } - ; - --strings: STRING { $$ = yylval.sval; } -+strings: STRING { $$ = $1; } - | strings STRING - { $$ = strconcat($1, $2); } - ; -@@ -387,7 +387,7 @@ - } - ; - --color: STRING { $$ = yylval.sval; } -+color: STRING { $$ = $1; } - | /* empty */ { $$ = NULL; } - ; - %% -@@ -572,6 +572,8 @@ - setbinding(ICON, index, mask, name); - if (context & WINDOW) - setbinding(WINDOW, index, mask, name); -+ if (name) -+ free(name); - } - - /* -@@ -599,12 +601,13 @@ - char *mname; /* Pointer to menu name, if needed. */ - { - Binding *ptr; -+ extern char *stash(); - - ptr = AllocBinding(); - ptr->context = cont; - ptr->mask = m; - ptr->func = KeywordTable[i].fptr; -- ptr->menuname = mname; -+ ptr->menuname = mname ? stash(mname) : NULL; - - switch (m & (LeftMask | MiddleMask | RightMask)) { - case LeftMask: -@@ -771,9 +774,8 @@ - else { - for(ptr = list; ptr->next; ptr = ptr->next) /* NULL */; - ptr->next = link; -- ptr = ptr->next; -- ptr->next = NULL; - } -+ link->next = NULL; - return(list); - } - diff --git a/x11/uwm/patches/patch-ae b/x11/uwm/patches/patch-ae deleted file mode 100644 index e5a46928645..00000000000 --- a/x11/uwm/patches/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- GetButton.c.orig Mon Oct 24 19:08:17 1988 -+++ GetButton.c Wed Dec 22 13:59:28 1999 -@@ -255,7 +255,8 @@ - /* - * We convert the key pressed event to ascii. - */ -- nbytes = XLookupString(kp_event, kbd_str, STRLEN, NULL); -+ nbytes = XLookupString(kp_event, kbd_str, STRLEN, (KeySym *) NULL, -+ (XComposeStatus *) NULL); - - /* - * If kbd_str is a "non-string", then don't do anything. diff --git a/x11/uwm/patches/patch-af b/x11/uwm/patches/patch-af deleted file mode 100644 index d0081b90fe6..00000000000 --- a/x11/uwm/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- Kill.c.orig Thu Sep 8 00:28:28 1988 -+++ Kill.c Thu Dec 23 00:54:08 1999 -@@ -11,7 +11,7 @@ - int button; /* Button event detail. */ - int x, y; /* Event mouse position. */ - { -- Window *assoc; -+ Window assoc; - - if (IsIcon(window, x, y, TRUE, &assoc)) - XKillClient(dpy, assoc); diff --git a/x11/uwm/patches/patch-ag b/x11/uwm/patches/patch-ag deleted file mode 100644 index d89e6ab69c7..00000000000 --- a/x11/uwm/patches/patch-ag +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-ag,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- Restart.c.orig Sat Feb 27 07:38:11 1988 -+++ Restart.c Thu Dec 23 00:39:16 1999 -@@ -46,6 +46,8 @@ - XButtonEvent button_event; - int percentage; - int i; -+ extern char **environ; -+ char **oenv; - - percentage = VOLUME_PERCENTAGE(Volume); - XBell(dpy, percentage); -@@ -55,7 +57,10 @@ - * Gag, rely on operating system to close connection because we don't - * to mess ourselves up in case the exec fails. - */ -- execvp(*Argv, Argv, Environ); -+ oenv = environ; -+ environ = Environ; -+ execvp(*Argv, Argv); -+ environ = oenv; - for (i = 0; i < 4; i++) { - XBell(dpy, percentage); - percentage += 10; diff --git a/x11/uwm/patches/patch-ah b/x11/uwm/patches/patch-ah deleted file mode 100644 index fe779b52d26..00000000000 --- a/x11/uwm/patches/patch-ah +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ah,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- default.uwmrc.orig Fri Sep 23 23:08:13 1988 -+++ default.uwmrc Thu Dec 23 07:59:56 1999 -@@ -38,7 +38,6 @@ - f.circleup= meta :root: right down - f.circledown= m|s :: left down - f.menu= :root: middle down : "WindowOps" --f.menu= m|s :: middle down : "WindowOps" - f.menu= m|s :: middle down : "Preferences" - f.circleup= m|s :: right down - f.iconify= m|c :window|icon: left down -@@ -78,8 +77,8 @@ - Click Loud: !"xset c 8&" - Click Soft: !"xset c on&" - Click Off: !"xset c off&" --Lock On: !"xset l on&" --Lock Off: !"xset l off&" -+Lock On: !"xset led on&" -+Lock Off: !"xset led off&" - Mouse Fast: !"xset m 4 2&" - Mouse Normal: !"xset m 2 5&" - Mouse Slow: !"xset m 1 1&" diff --git a/x11/uwm/patches/patch-ai b/x11/uwm/patches/patch-ai deleted file mode 100644 index 63cac0965bc..00000000000 --- a/x11/uwm/patches/patch-ai +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ai,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ - ---- Bindings.c.orig Fri Sep 23 23:08:11 1988 -+++ Bindings.c Thu Dec 23 07:59:56 1999 -@@ -63,7 +63,6 @@ - "f.circleup=m:r:r d", - "f.circledown=m|s::l d", - "f.menu=:r:m d:\"WindowOps\"", --"f.menu=m|s::m d:\"WindowOps\"", - "f.menu=m|s::m d:\"Preferences\"", - "f.circleup=m|s::r d", - "f.iconify=m|c:w|i:l d", -@@ -102,8 +101,8 @@ - "Click Loud:!\"xset c 8&\"", - "Click Soft:!\"xset c on&\"", - "Click Off:!\"xset c off&\"", --"Lock On:!\"xset l on&\"", --"Lock Off:!\"xset l off&\"", -+"Lock On:!\"xset led on&\"", -+"Lock Off:!\"xset led off&\"", - "Mouse Fast:!\"xset m 4 2&\"", - "Mouse Normal:!\"xset m 2 5&\"", - "Mouse Slow:!\"xset m 1 1&\"", diff --git a/x11/uwm/patches/patch-aj b/x11/uwm/patches/patch-aj deleted file mode 100644 index 7b4315c3e52..00000000000 --- a/x11/uwm/patches/patch-aj +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2000/10/13 01:40:59 itohy Exp $ - ---- Menu.c.orig Sat Oct 1 18:41:13 1988 -+++ Menu.c Mon Jan 17 22:09:10 2000 -@@ -84,6 +84,14 @@ - char **oldenviron; - extern char **environ, **newenviron; - -+#ifdef SIGCHLD -+ /* -+ * Children are now handled in uwm.c, but make sure -+ * uwm blocks :-) for compatibility with other systems. -+ */ -+ -+ signal(SIGCHLD, SIG_DFL); -+#endif - oldenviron = environ; - environ = newenviron; - if ((pid = vfork()) == 0) { -@@ -107,6 +115,9 @@ - status = -1; - signal(SIGINT, istat); - signal(SIGQUIT, qstat); -+#ifdef SIGCHLD -+ clear_children(); -+#endif - return(status); - } - diff --git a/x11/uwm/pkg/COMMENT b/x11/uwm/pkg/COMMENT deleted file mode 100644 index 91181a17b15..00000000000 --- a/x11/uwm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X11R3 window manager diff --git a/x11/uwm/pkg/DESCR b/x11/uwm/pkg/DESCR deleted file mode 100644 index 94877fe1c62..00000000000 --- a/x11/uwm/pkg/DESCR +++ /dev/null @@ -1,10 +0,0 @@ - uwm is a small, simple windows manager, which came with X11R3. -The characteristic of uwm is its simplicity. Superfluous and -unnecessary features, such as title bars or keyboard short-cuts -don't exist, much less pixmaps, banners, or themes. - - Since no ``frame'' appears around application windows, there is -no problem about non-rectangular windows, even though the SHAPE -extension of X11R4 is not explicitly supported by uwm. - - The behavior of uwm is highly customizable by configuration files. diff --git a/x11/uwm/pkg/PLIST b/x11/uwm/pkg/PLIST deleted file mode 100644 index d74f10bcc8e..00000000000 --- a/x11/uwm/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/23 03:10:59 itohy Exp $ -bin/uwm -man/cat1/uwm.0 -lib/X11/uwm/system.uwmrc -@dirrm lib/X11/uwm diff --git a/x11/windowmaker/files/md5 b/x11/windowmaker/files/md5 deleted file mode 100644 index 81f9ee6a2bc..00000000000 --- a/x11/windowmaker/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.17 2000/04/08 06:46:40 tron Exp $ - -MD5 (WindowMaker-0.62.1.tar.bz2) = 9d2deac6de78af0766392803cb414c62 diff --git a/x11/windowmaker/files/patch-sum b/x11/windowmaker/files/patch-sum deleted file mode 100644 index 8724721f611..00000000000 --- a/x11/windowmaker/files/patch-sum +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: patch-sum,v 1.7 2000/06/04 00:30:34 wiz Exp $ - -MD5 (patch-aa) = 5c8487e3336d479ac46e42ad3fd54676 -MD5 (patch-ab) = 21c8f42d0dc6949d321779b16c6f4ec7 -MD5 (patch-ac) = a0c441e25d1063f0c04060fd9d24defc -MD5 (patch-ad) = 5357725a353a8a95ed77e7e2548ff6a6 diff --git a/x11/windowmaker/patches/patch-aa b/x11/windowmaker/patches/patch-aa deleted file mode 100644 index 98cfc3ab480..00000000000 --- a/x11/windowmaker/patches/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-aa,v 1.8 2000/06/04 00:30:34 wiz Exp $ - ---- doc/Makefile.am.orig Sun May 2 23:23:10 1999 -+++ doc/Makefile.am Sun Jun 4 02:00:27 2000 -@@ -1,16 +1,16 @@ - ## Process this file with automake to produce Makefile.in - - man_MANS = \ -- geticonset.1x \ -- setstyle.1x \ -- wxpaste.1x \ -- getstyle.1x \ -- wdwrite.1x \ -- wmsetbg.1x \ -- wsetfont.1x \ -- seticons.1x \ -- wmaker.1x \ -- wxcopy.1x -+ geticonset.1 \ -+ setstyle.1 \ -+ wxpaste.1 \ -+ getstyle.1 \ -+ wdwrite.1 \ -+ wmsetbg.1 \ -+ wsetfont.1 \ -+ seticons.1 \ -+ wmaker.1 \ -+ wxcopy.1 - - EXTRA_DIST = $(man_MANS) - diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab deleted file mode 100644 index 438938ef042..00000000000 --- a/x11/windowmaker/patches/patch-ab +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-ab,v 1.12 2000/04/06 22:38:19 jlam Exp $ - ---- configure.in.orig Fri Mar 31 06:36:55 2000 -+++ configure.in Sun Apr 2 12:03:24 2000 -@@ -256,29 +256,11 @@ - supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro da zh_TW.Big5 zh_CN sk" - supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de" - --for lang in $LINGUAS; do -- ok=0 -- for l in $supported_locales; do -- if test "$l" = "$lang"; then -- ok=1 -- break -- fi -- done -- if test "$ok" = 1; then -- MOFILES="$MOFILES $lang.mo" -- else -- echo "Locale $lang is not supported." -- fi -- ok=0 -- for l in $supported_wprefs_locales; do -- if test "$l" = "$lang"; then -- ok=1 -- break -- fi -- done -- if test "$ok" = 1; then -- WPMOFILES="$WPMOFILES $lang.mo" -- fi -+for lang in $supported_locales; do -+ MOFILES="$MOFILES $lang.mo" -+done -+for lang in $supported_wprefs_locales; do -+ WPMOFILES="$WPMOFILES $lang.mo" - done - - diff --git a/x11/windowmaker/patches/patch-ac b/x11/windowmaker/patches/patch-ac deleted file mode 100644 index 54f1735dfbb..00000000000 --- a/x11/windowmaker/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.8 2000/06/04 00:30:35 wiz Exp $ - ---- wrlib/Makefile.am.orig Fri Mar 24 02:16:03 2000 -+++ wrlib/Makefile.am Sun Jun 4 01:22:53 2000 -@@ -4,7 +4,7 @@ - - lib_LTLIBRARIES = libwraster.la - --libwraster_la_LDFLAGS = -version-info 2:0:0 -+libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:0:0 - - bin_SCRIPTS = get-wraster-flags - diff --git a/x11/windowmaker/patches/patch-ad b/x11/windowmaker/patches/patch-ad deleted file mode 100644 index 0f994732585..00000000000 --- a/x11/windowmaker/patches/patch-ad +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-ad,v 1.6 2000/04/08 06:46:40 tron Exp $ - ---- wrlib/x86_specific.c.orig Wed Feb 16 19:22:46 2000 -+++ wrlib/x86_specific.c Sat Apr 8 08:28:23 2000 -@@ -175,7 +175,11 @@ - "movl 16(%ebp), %eax \n" // - "movl %eax, -32(%ebp) \n" // [-32] = eerr - -+#ifdef __ELF__ - ".align 16 \n" -+#else -+ ".align 4 \n" -+#endif - ".LoopXa: \n" - - // calculate errors and pixel components -@@ -382,7 +386,11 @@ - "movl 16(%ebp), %eax \n" // - "movl %eax, -32(%ebp) \n" // [-32] = eerr - -+#ifdef __ELF__ - ".align 16 \n" -+#else -+ ".align 4 \n" -+#endif - - "movl %eax, -4(%ebp) \n" // x = w1 - ".LoopX_1c: \n" -@@ -502,7 +510,11 @@ - "movl $0, (%ecx) \n" // init error of nerr[0] to 0 - - -+#ifdef __ELF__ - ".align 16 \n" -+#else -+ ".align 4 \n" -+#endif - ".LoopXb: \n" - - diff --git a/x11/windowmaker/pkg/COMMENT b/x11/windowmaker/pkg/COMMENT deleted file mode 100644 index dfe74a130e3..00000000000 --- a/x11/windowmaker/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GNUStep-compliant NEXTSTEP(tm) window manager clone diff --git a/x11/windowmaker/pkg/DESCR b/x11/windowmaker/pkg/DESCR deleted file mode 100644 index 225f39fafd5..00000000000 --- a/x11/windowmaker/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Window Maker is a window manager designed to emulate the look -and feel of part of the NEXTSTEP(tm) GUI. It's supposed to be fast, -relatively small, feature rich and easy to configure, with -a simple and elegant appearance borrowed from NEXTSTEP(tm). diff --git a/x11/windowmaker/pkg/MESSAGE b/x11/windowmaker/pkg/MESSAGE deleted file mode 100644 index 59eb3e9dd29..00000000000 --- a/x11/windowmaker/pkg/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -========================================================================== -$NetBSD: MESSAGE,v 1.2 2000/04/06 22:38:20 jlam Exp $ - -If you'd like to display multibyte characters, e.g. kanji, set the -MultiByteText option to YES in ~/GNUstep/Defaults/WindowMaker and in -~/GNUstep/Defaults/WMGLOBAL. - -========================================================================== diff --git a/x11/windowmaker/pkg/PLIST b/x11/windowmaker/pkg/PLIST deleted file mode 100644 index b203220a782..00000000000 --- a/x11/windowmaker/pkg/PLIST +++ /dev/null @@ -1,310 +0,0 @@ -@comment $NetBSD: PLIST,v 1.10 2000/06/04 00:30:35 wiz Exp $ -GNUstep/Apps/WPrefs.app/WPrefs -GNUstep/Apps/WPrefs.app/WPrefs.tiff -GNUstep/Apps/WPrefs.app/WPrefs.xpm -GNUstep/Apps/WPrefs.app/tiff/advancetonewworkspace.tiff -GNUstep/Apps/WPrefs.app/tiff/animations.tiff -GNUstep/Apps/WPrefs.app/tiff/appearance.tiff -GNUstep/Apps/WPrefs.app/tiff/clip.tiff -GNUstep/Apps/WPrefs.app/tiff/configs.tiff -GNUstep/Apps/WPrefs.app/tiff/cycleworkspaces.tiff -GNUstep/Apps/WPrefs.app/tiff/dock.tiff -GNUstep/Apps/WPrefs.app/tiff/dontlinkworkspaces.tiff -GNUstep/Apps/WPrefs.app/tiff/ergonomic.tiff -GNUstep/Apps/WPrefs.app/tiff/expert.tiff -GNUstep/Apps/WPrefs.app/tiff/fonts.tiff -GNUstep/Apps/WPrefs.app/tiff/iconprefs.tiff -GNUstep/Apps/WPrefs.app/tiff/keyboard.tiff -GNUstep/Apps/WPrefs.app/tiff/keyboardprefs.tiff -GNUstep/Apps/WPrefs.app/tiff/keyshortcuts.tiff -GNUstep/Apps/WPrefs.app/tiff/menualign1.tiff -GNUstep/Apps/WPrefs.app/tiff/menualign2.tiff -GNUstep/Apps/WPrefs.app/tiff/menuprefs.tiff -GNUstep/Apps/WPrefs.app/tiff/menus.tiff -GNUstep/Apps/WPrefs.app/tiff/moreanim.tiff -GNUstep/Apps/WPrefs.app/tiff/mousesettings.tiff -GNUstep/Apps/WPrefs.app/tiff/mousespeed.tiff -GNUstep/Apps/WPrefs.app/tiff/msty1.tiff -GNUstep/Apps/WPrefs.app/tiff/msty2.tiff -GNUstep/Apps/WPrefs.app/tiff/msty3.tiff -GNUstep/Apps/WPrefs.app/tiff/newstyle.tiff -GNUstep/Apps/WPrefs.app/tiff/nonopaque.tiff -GNUstep/Apps/WPrefs.app/tiff/oldstyle.tiff -GNUstep/Apps/WPrefs.app/tiff/opaque.tiff -GNUstep/Apps/WPrefs.app/tiff/paths.tiff -GNUstep/Apps/WPrefs.app/tiff/smooth.tiff -GNUstep/Apps/WPrefs.app/tiff/sound.tiff -GNUstep/Apps/WPrefs.app/tiff/speed0.tiff -GNUstep/Apps/WPrefs.app/tiff/speed0s.tiff -GNUstep/Apps/WPrefs.app/tiff/speed1.tiff -GNUstep/Apps/WPrefs.app/tiff/speed1s.tiff -GNUstep/Apps/WPrefs.app/tiff/speed2.tiff -GNUstep/Apps/WPrefs.app/tiff/speed2s.tiff -GNUstep/Apps/WPrefs.app/tiff/speed3.tiff -GNUstep/Apps/WPrefs.app/tiff/speed3s.tiff -GNUstep/Apps/WPrefs.app/tiff/speed4.tiff -GNUstep/Apps/WPrefs.app/tiff/speed4s.tiff -GNUstep/Apps/WPrefs.app/tiff/tdel.tiff -GNUstep/Apps/WPrefs.app/tiff/tedit.tiff -GNUstep/Apps/WPrefs.app/tiff/textr.tiff -GNUstep/Apps/WPrefs.app/tiff/theme.tiff -GNUstep/Apps/WPrefs.app/tiff/timer0.tiff -GNUstep/Apps/WPrefs.app/tiff/timer0s.tiff -GNUstep/Apps/WPrefs.app/tiff/timer1.tiff -GNUstep/Apps/WPrefs.app/tiff/timer1s.tiff -GNUstep/Apps/WPrefs.app/tiff/timer2.tiff -GNUstep/Apps/WPrefs.app/tiff/timer2s.tiff -GNUstep/Apps/WPrefs.app/tiff/timer3.tiff -GNUstep/Apps/WPrefs.app/tiff/timer3s.tiff -GNUstep/Apps/WPrefs.app/tiff/timer4.tiff -GNUstep/Apps/WPrefs.app/tiff/timer4s.tiff -GNUstep/Apps/WPrefs.app/tiff/timer5.tiff -GNUstep/Apps/WPrefs.app/tiff/timer5s.tiff -GNUstep/Apps/WPrefs.app/tiff/tnew.tiff -GNUstep/Apps/WPrefs.app/tiff/whandling.tiff -GNUstep/Apps/WPrefs.app/tiff/windowfocus.tiff -GNUstep/Apps/WPrefs.app/tiff/workspace.tiff -GNUstep/Apps/WPrefs.app/tiff/workspacename.tiff -GNUstep/Apps/WPrefs.app/tiff/xis.tiff -@exec mkdir -p %D/GNUstep/Apps/WPrefs.app/xpm -bin/get-wings-flags -bin/get-wraster-flags -bin/get-wutil-flags -bin/geticonset -bin/getstyle -bin/seticons -bin/setstyle -bin/wdwrite -bin/wkdemenu.pl -bin/wm-oldmenu2new -bin/wmaker -bin/wmaker.inst -bin/wmsetbg -bin/wsetfont -bin/wxcopy -bin/wxpaste -etc/WindowMaker/WMGLOBAL -etc/WindowMaker/WMRootMenu -etc/WindowMaker/WMState -etc/WindowMaker/WMWindowAttributes -etc/WindowMaker/WindowMaker -include/WINGs.h -include/WINGsP.h -include/WMaker.h -include/WUtil.h -include/wraster.h -lib/libWINGs.a -lib/libWMaker.a -lib/libWUtil.a -lib/libwraster.a -lib/libwraster.la -lib/libwraster.so.2.0 -man/man1/geticonset.1 -man/man1/getstyle.1 -man/man1/seticons.1 -man/man1/setstyle.1 -man/man1/wdwrite.1 -man/man1/wmaker.1 -man/man1/wmsetbg.1 -man/man1/wsetfont.1 -man/man1/wxcopy.1 -man/man1/wxpaste.1 -share/WINGs/Images.tiff -share/WINGs/Images.xpm -share/WINGs/defaultIcon.tiff -share/WINGs/defaultIcon.xpm -share/WindowMaker/Backgrounds/BlueImage.jpeg -share/WindowMaker/IconSets/Default.iconset -share/WindowMaker/Icons/BitchX.tiff -share/WindowMaker/Icons/BitchX.xpm -share/WindowMaker/Icons/DefaultAppIcon.tiff -share/WindowMaker/Icons/GNUstep.tiff -share/WindowMaker/Icons/GNUstep.xpm -share/WindowMaker/Icons/GNUstep3D.tiff -share/WindowMaker/Icons/GNUstep3D.xpm -share/WindowMaker/Icons/GNUstepGlow.tiff -share/WindowMaker/Icons/GNUstepGlow.xpm -share/WindowMaker/Icons/GNUterm.tiff -share/WindowMaker/Icons/GNUterm.xpm -share/WindowMaker/Icons/Terminal.tiff -share/WindowMaker/Icons/Terminal.xpm -share/WindowMaker/Icons/TerminalGNUstep.tiff -share/WindowMaker/Icons/TerminalGNUstep.xpm -share/WindowMaker/Icons/TerminalLinux.tiff -share/WindowMaker/Icons/TerminalLinux.xpm -share/WindowMaker/Icons/clip.tiff -share/WindowMaker/Icons/clip.xpm -share/WindowMaker/Icons/defaultAppIcon.tiff -share/WindowMaker/Icons/defaultAppIcon.xpm -share/WindowMaker/Icons/defaultterm.tiff -share/WindowMaker/Icons/defaultterm.xpm -share/WindowMaker/Icons/draw.tiff -share/WindowMaker/Icons/draw.xpm -share/WindowMaker/Icons/linuxterm.tiff -share/WindowMaker/Icons/linuxterm.xpm -share/WindowMaker/Icons/mixer.tiff -share/WindowMaker/Icons/mixer.xpm -share/WindowMaker/Icons/notepad.tiff -share/WindowMaker/Icons/notepad.xpm -share/WindowMaker/Icons/pdf.tiff -share/WindowMaker/Icons/pdf.xpm -share/WindowMaker/Icons/ps.tiff -share/WindowMaker/Icons/ps.xpm -share/WindowMaker/Icons/real.tiff -share/WindowMaker/Icons/real.xpm -share/WindowMaker/Icons/sgiterm.tiff -share/WindowMaker/Icons/sgiterm.xpm -share/WindowMaker/Icons/sound.tiff -share/WindowMaker/Icons/sound.xpm -share/WindowMaker/Icons/staroffice2.tiff -share/WindowMaker/Icons/staroffice2.xpm -share/WindowMaker/Icons/timer.tiff -share/WindowMaker/Icons/timer.xpm -share/WindowMaker/Icons/wilber.tiff -share/WindowMaker/Icons/wilber.xpm -share/WindowMaker/Icons/write.tiff -share/WindowMaker/Icons/write.xpm -share/WindowMaker/Icons/xdvi.tiff -share/WindowMaker/Icons/xdvi.xpm -share/WindowMaker/Icons/xv.tiff -share/WindowMaker/Icons/xv.xpm -share/WindowMaker/Pixmaps/tile.tiff -share/WindowMaker/Pixmaps/tile.xpm -share/WindowMaker/README -share/WindowMaker/README.themes -share/WindowMaker/SoundSets/.directory -share/WindowMaker/Sounds/.directory -share/WindowMaker/Styles/Autumn.style -share/WindowMaker/Styles/Black.style -share/WindowMaker/Styles/BlackTexture.style -share/WindowMaker/Styles/Blue.style -share/WindowMaker/Styles/BlueDawn.style -share/WindowMaker/Styles/BlueishGreen.style -share/WindowMaker/Styles/Brown.style -share/WindowMaker/Styles/Brownish.style -share/WindowMaker/Styles/Chumbo.style -share/WindowMaker/Styles/Copper.style -share/WindowMaker/Styles/DarkBlue.style -share/WindowMaker/Styles/DarkRed.style -share/WindowMaker/Styles/Emerald.style -share/WindowMaker/Styles/Fire.style -share/WindowMaker/Styles/Food.style -share/WindowMaker/Styles/Golden.style -share/WindowMaker/Styles/Green.style -share/WindowMaker/Styles/GreyBlue.style -share/WindowMaker/Styles/Gtk.style -share/WindowMaker/Styles/LightBlue.style -share/WindowMaker/Styles/Pastel.style -share/WindowMaker/Styles/Pink.style -share/WindowMaker/Styles/Pumpkin.style -share/WindowMaker/Styles/Purple.style -share/WindowMaker/Styles/Purplish.style -share/WindowMaker/Styles/Red.style -share/WindowMaker/Styles/RednBlue.style -share/WindowMaker/Styles/Spring.style -share/WindowMaker/Styles/Summer.style -share/WindowMaker/Styles/Traditional.style -share/WindowMaker/Styles/VioletBlue.style -share/WindowMaker/Themes/Default.style -share/WindowMaker/Themes/OpenStep.style -share/WindowMaker/Themes/Pastel.style -share/WindowMaker/Themes/SteelBlueSilk.style -share/WindowMaker/autostart.sh -share/WindowMaker/exitscript.sh -share/WindowMaker/menu -share/WindowMaker/menu.ca -share/WindowMaker/menu.cz -share/WindowMaker/menu.da -share/WindowMaker/menu.de -share/WindowMaker/menu.el -share/WindowMaker/menu.es -share/WindowMaker/menu.fi -share/WindowMaker/menu.fr -share/WindowMaker/menu.gl -share/WindowMaker/menu.he -share/WindowMaker/menu.hr -share/WindowMaker/menu.hu -share/WindowMaker/menu.it -share/WindowMaker/menu.ja -share/WindowMaker/menu.ko -share/WindowMaker/menu.nl -share/WindowMaker/menu.no -share/WindowMaker/menu.pl -share/WindowMaker/menu.pt -share/WindowMaker/menu.ru -share/WindowMaker/menu.se -share/WindowMaker/menu.sl -share/WindowMaker/menu.tr -share/WindowMaker/menu.zh_CN -share/WindowMaker/menu.zh_TW.Big5 -share/WindowMaker/plmenu -share/WindowMaker/plmenu.da -share/WindowMaker/plmenu.de -share/WindowMaker/plmenu.fi -share/WindowMaker/plmenu.fr -share/WindowMaker/plmenu.hr -share/WindowMaker/plmenu.it -share/WindowMaker/plmenu.ko -share/WindowMaker/plmenu.pl -share/WindowMaker/plmenu.zh_CN -share/WindowMaker/wmmacros -share/WindowMaker/xtree.dat -share/doc/WindowMaker/FAQ -share/doc/WindowMaker/FAQ.I18N -share/doc/WindowMaker/README -share/doc/WindowMaker/README.GNOME -share/doc/WindowMaker/README.KDE -share/doc/WindowMaker/README.definable-cursor -share/locale/cs/LC_MESSAGES/WPrefs.mo -share/locale/cs/LC_MESSAGES/WindowMaker.mo -share/locale/da/LC_MESSAGES/WindowMaker.mo -share/locale/de/LC_MESSAGES/WPrefs.mo -share/locale/de/LC_MESSAGES/WindowMaker.mo -share/locale/el/LC_MESSAGES/WindowMaker.mo -share/locale/es/LC_MESSAGES/WPrefs.mo -share/locale/es/LC_MESSAGES/WindowMaker.mo -share/locale/fi/LC_MESSAGES/WPrefs.mo -share/locale/fi/LC_MESSAGES/WindowMaker.mo -share/locale/fr/LC_MESSAGES/WPrefs.mo -share/locale/fr/LC_MESSAGES/WindowMaker.mo -share/locale/gl/LC_MESSAGES/WindowMaker.mo -share/locale/hr/LC_MESSAGES/WPrefs.mo -share/locale/hr/LC_MESSAGES/WindowMaker.mo -share/locale/it/LC_MESSAGES/WPrefs.mo -share/locale/it/LC_MESSAGES/WindowMaker.mo -share/locale/ja/LC_MESSAGES/WPrefs.mo -share/locale/ja/LC_MESSAGES/WindowMaker.mo -share/locale/ko/LC_MESSAGES/WPrefs.mo -share/locale/ko/LC_MESSAGES/WindowMaker.mo -share/locale/nl/LC_MESSAGES/WindowMaker.mo -share/locale/no/LC_MESSAGES/WindowMaker.mo -share/locale/pl/LC_MESSAGES/WindowMaker.mo -share/locale/pt/LC_MESSAGES/WPrefs.mo -share/locale/pt/LC_MESSAGES/WindowMaker.mo -share/locale/ro/LC_MESSAGES/WindowMaker.mo -share/locale/ru/LC_MESSAGES/WPrefs.mo -share/locale/ru/LC_MESSAGES/WindowMaker.mo -share/locale/se/LC_MESSAGES/WindowMaker.mo -share/locale/sk/LC_MESSAGES/WindowMaker.mo -share/locale/tr/LC_MESSAGES/WindowMaker.mo -share/locale/zh_CN/LC_MESSAGES/WPrefs.mo -share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo -share/locale/zh_TW.Big5/LC_MESSAGES/WPrefs.mo -share/locale/zh_TW.Big5/LC_MESSAGES/WindowMaker.mo -@dirrm share/doc/WindowMaker -@dirrm share/WindowMaker/Themes -@dirrm share/WindowMaker/Styles -@dirrm share/WindowMaker/Sounds -@dirrm share/WindowMaker/SoundSets -@dirrm share/WindowMaker/Pixmaps -@dirrm share/WindowMaker/Icons -@dirrm share/WindowMaker/IconSets -@dirrm share/WindowMaker/Backgrounds -@dirrm share/WindowMaker -@dirrm share/WINGs -@dirrm etc/WindowMaker -@dirrm GNUstep/Apps/WPrefs.app/xpm -@dirrm GNUstep/Apps/WPrefs.app/tiff -@dirrm GNUstep/Apps/WPrefs.app -@dirrm GNUstep/Apps -@dirrm GNUstep diff --git a/x11/wm2/files/md5 b/x11/wm2/files/md5 deleted file mode 100644 index 75d21982a41..00000000000 --- a/x11/wm2/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/09/28 08:10:33 fredb Exp $ - -MD5 (wm2-4.tar.gz) = 3b1d6da47a00c06436891669261bd651 diff --git a/x11/wm2/files/patch-sum b/x11/wm2/files/patch-sum deleted file mode 100644 index fc74b554d38..00000000000 --- a/x11/wm2/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/09/28 08:10:33 fredb Exp $ - -MD5 (patch-aa) = 9d772de13c8359470982c51e39b1714f diff --git a/x11/wm2/patches/patch-aa b/x11/wm2/patches/patch-aa deleted file mode 100644 index 4af7963935f..00000000000 --- a/x11/wm2/patches/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/09/28 08:10:33 fredb Exp $ - ---- Makefile.orig Sun Sep 26 23:18:49 1999 -+++ Makefile Sun Sep 26 23:19:31 1999 -@@ -1,9 +1,9 @@ - --LIBS = -L/usr/X11/lib -lXext -lX11 -lXmu -lm -+LIBS = -Wl,-R,$(X11BASE)/lib -L$(X11BASE)/lib -lXext -lX11 -lXmu -lm - - CC = gcc - CCC = gcc --CFLAGS = -O2 -+CFLAGS = -O2 -I$(X11BASE)/include - OBJECTS = Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o - - .c.o: -@@ -13,7 +13,7 @@ - $(CCC) -c $(CFLAGS) $< - - wm2: $(OBJECTS) -- mv -f wm2 wm2.old >& /dev/null || true -+ mv -f wm2 wm2.old 2> /dev/null || true - $(CCC) -o wm2 $(OBJECTS) $(LIBS) - - depend: diff --git a/x11/wm2/pkg/COMMENT b/x11/wm2/pkg/COMMENT deleted file mode 100644 index 4a260b05466..00000000000 --- a/x11/wm2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Minimalist window manager for X diff --git a/x11/wm2/pkg/DESCR b/x11/wm2/pkg/DESCR deleted file mode 100644 index b0b0df0eef3..00000000000 --- a/x11/wm2/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ -wm2 -- a window manager -======================= - -wm2 is a window manager for X. It provides an unusual style of window -decoration and as little functionality as I feel comfortable with in a -window manager. wm2 is not configurable, except by editing the source -and recompiling the code, and is really intended for people who don't -particularly want their window manager to be too friendly. - -wm2 provides: - - -- Decorative frames for your windows. - - -- The ability to move, resize, hide and restore windows. - - -- No icons. - - -- No configurable root menus, buttons or mouse or keyboard bindings. - - -- No virtual desktop, toolbars or integrated applications. diff --git a/x11/wm2/pkg/PLIST b/x11/wm2/pkg/PLIST deleted file mode 100644 index e5e17281be5..00000000000 --- a/x11/wm2/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/28 08:10:33 fredb Exp $ -bin/wm2 -man/cat1/wm2.0 diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile index 56c55960bfd..1cb6305679e 100644 --- a/x11/wmakerconf/Makefile +++ b/x11/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/11/29 23:50:21 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2000/12/12 02:10:19 wiz Exp $ # DISTNAME= wmakerconf-2.7 @@ -11,7 +11,7 @@ HOMEPAGE= http://ulli.linuxave.net/wmakerconf/ DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= windowmaker-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker USE_X11BASE= yes USE_PERL5= yes diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile index c154c7becb1..d6dced5d1cc 100644 --- a/x11/wmessage/Makefile +++ b/x11/wmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/05/24 16:47:21 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/12/12 02:10:19 wiz Exp $ DISTNAME= wmessage-0.8 CATEGORIES= x11 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.ozemail.com.au/~crn/wmessage/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.ozemail.com.au/~crn/wmessage/ -DEPENDS+= windowmaker>=0.61.0:../../x11/windowmaker +DEPENDS+= windowmaker>=0.61.0:../../wm/windowmaker USE_X11= yes diff --git a/x11/wmextra/Makefile b/x11/wmextra/Makefile index 6c6c482c000..3c6fcb03c82 100644 --- a/x11/wmextra/Makefile +++ b/x11/wmextra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/21 18:18:50 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/12 02:10:19 wiz Exp $ DISTNAME= WindowMaker-extra-0.1 PKGNAME= wmextra-0.1 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ -DEPENDS+= windowmaker-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker USE_X11BASE= yes GNU_CONFIGURE= yes diff --git a/x11/wmthemes/Makefile b/x11/wmthemes/Makefile index 4451cedca3e..879580eac19 100644 --- a/x11/wmthemes/Makefile +++ b/x11/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/07/09 21:12:55 tron Exp $ +# $NetBSD: Makefile,v 1.20 2000/12/12 02:10:19 wiz Exp $ DISTNAME= wmthemes-0.62.x CATEGORIES= x11 @@ -8,7 +8,7 @@ DISTFILES= ${THEME_FILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://wm.themes.org/ -DEPENDS+= windowmaker-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker DIST_SUBDIR= wmthemes diff --git a/x11/wmweather/Makefile b/x11/wmweather/Makefile index b247aa08d31..901a1a42c92 100644 --- a/x11/wmweather/Makefile +++ b/x11/wmweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/27 02:46:08 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/12 02:10:20 wiz Exp $ # DISTNAME= wmWeather-1.31 @@ -9,7 +9,7 @@ MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml -DEPENDS+= windowmaker-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker USE_PERL5= # defined USE_X11BASE= # defined diff --git a/x11/wmx/files/md5 b/x11/wmx/files/md5 deleted file mode 100644 index c369be0733c..00000000000 --- a/x11/wmx/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $ - -MD5 (wmx-5.tar.gz) = 1b8f1c4f527952c1ac84d72174363b3f diff --git a/x11/wmx/files/patch-sum b/x11/wmx/files/patch-sum deleted file mode 100644 index b1775309fad..00000000000 --- a/x11/wmx/files/patch-sum +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: patch-sum,v 1.3 2000/09/01 18:09:19 fredb Exp $ - -MD5 (patch-aa) = 8316a7a06e93596d8ddef91333b6e66e -MD5 (patch-ab) = 4f297fda9031ff4996d7448593e8b69c diff --git a/x11/wmx/patches/patch-aa b/x11/wmx/patches/patch-aa deleted file mode 100644 index a36f9d19b08..00000000000 --- a/x11/wmx/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/07/22 06:44:55 jlam Exp $ - ---- Makefile.orig Wed Jan 13 05:28:43 1999 -+++ Makefile Sat Jul 22 02:41:55 2000 -@@ -5,12 +5,12 @@ - # If you're not using background pixmaps, remove -lXpm from the LIBS. - # If your X libraries are somewhere other than /usr/X11/lib, give their - # location here. --LIBS = -L/usr/X11/lib -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm -+LIBS = ${LDFLAGS} -lXpm -lXext -lX11 -lXmu -lSM -lICE -lm - - # If your X includes are not in /usr/include/X11, add their location - # as a -I option here (excluding the X11 bit). If you're using I18N - # and Xlocale, please add -DX_LOCALE. --CFLAGS = -g -O2 -I/usr/include -I/usr/openwin/include -+CFLAGS = -g -O2 -I${X11BASE}/include -I${XPMDIR}/include - - OBJECTS = Border.o Buttons.o Channel.o Client.o Config.o Events.o Main.o Manager.o Menu.o Rotated.o Session.o - diff --git a/x11/wmx/patches/patch-ab b/x11/wmx/patches/patch-ab deleted file mode 100644 index 6aa3515499c..00000000000 --- a/x11/wmx/patches/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/09/01 18:09:21 fredb Exp $ - -This patch was culled from the wmx mailing list, - -http://ml.42.org/wmx/msg00200.html - - ---- Border.C.orig Wed Jan 13 04:28:43 1999 -+++ Border.C Fri Sep 1 12:53:46 2000 -@@ -23,8 +23,6 @@ - unsigned long Border::m_borderPixel; - Pixmap Border::m_backgroundPixmap = None; - --static int borderCounter = 0; -- - - class BorderRectangle // must resemble XRectangle in storage - { -@@ -70,7 +68,6 @@ - { - m_parent = root(); - if (m_tabFont == 0) initialiseStatics(c->windowManager()); -- ++borderCounter; - - //#if CONFIG_MAD_FEEDBACK != 0 - m_feedback = 0; -@@ -94,13 +91,6 @@ - } - - if (m_label) free(m_label); -- -- if (--borderCounter == 0) { -- XFreeGC(display(), m_drawGC); -- if (m_backgroundPixmap != None) { -- XFreePixmap(display(), m_backgroundPixmap); -- } -- } - } - - diff --git a/x11/wmx/pkg/COMMENT b/x11/wmx/pkg/COMMENT deleted file mode 100644 index ca851528eed..00000000000 --- a/x11/wmx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -another X11 window manager based on wm2 diff --git a/x11/wmx/pkg/DESCR b/x11/wmx/pkg/DESCR deleted file mode 100644 index e653ceca574..00000000000 --- a/x11/wmx/pkg/DESCR +++ /dev/null @@ -1,10 +0,0 @@ - -wmx -- another window manager -============================= - -wmx is another window manager for X. It is based on wm2 and provides -a similarly unusual style of window decoration; but in place of wm2's -minimal functionality, it offers many of the features of more -conventional managers in the most simplistic implementations -imaginable. wmx is, however, still barely configurable except by -editing the source and recompiling the code. diff --git a/x11/wmx/pkg/PLIST b/x11/wmx/pkg/PLIST deleted file mode 100644 index 76a9a53302f..00000000000 --- a/x11/wmx/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/01 15:10:23 fredb Exp $ -bin/wmx -share/doc/wmx/README -share/doc/wmx/README.contrib -@exec mkdir -p %D/etc/wmx -@unexec (rmdir %D/etc/wmx && echo "Removed empty directory %D/etc/wmx") || true -@dirrm share/doc/wmx diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index d7012be738f..91463bae303 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/23 23:14:34 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/12/12 02:10:20 wiz Exp $ # DISTNAME= wterm-6.2.6 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org HOMEPAGE= http://wm.current.nu/files.php\#wterm -DEPENDS+= windowmaker-*:../../x11/windowmaker +DEPENDS+= windowmaker-*:../../wm/windowmaker USE_X11BASE= YES GNU_CONFIGURE= YES |