Update to 1.6.10 and cleanup the Makefile.

This commit is contained in:
kevlo 2000-01-21 15:06:14 +00:00
parent 72478c7a66
commit 1c29b1f792
6 changed files with 725 additions and 274 deletions

View File

@ -1,41 +1,21 @@
# $OpenBSD: Makefile,v 1.4 1999/04/09 02:27:17 brad Exp $
# $OpenBSD: Makefile,v 1.5 2000/01/21 15:06:14 kevlo Exp $
DISTNAME= AfterStep-1.0
PKGNAME= afterstep-1.0
CATEGORIES= x11
MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/
DISTNAME= AfterStep-1.6.10
PKGNAME= afterstep-1.6.10
CATEGORIES= x11
MASTER_SITES= ftp://ftp.afterstep.org/pub/stable/
MAINTAINER= don@OpenBSD.ORG
MAINTAINER= don@openbsd.org
LIB_DEPENDS= png.1:${PORTSDIR}/graphics/png \
jpeg.62:${PORTSDIR}/graphics/jpeg
INSTALL_TARGET= install install.man
USE_X11= yes
INSTALL_TARGET= install install.man
MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1
pre-build:
@ cd ${WRKSRC}; ${SETENV} sh MakeMakefiles
post-install:
@ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/backgrounds/
${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${PREFIX}/lib/X11/afterstep/backgrounds/
@ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/sounds/
${INSTALL_DATA} ${WRKSRC}/sounds/* ${PREFIX}/lib/X11/afterstep/sounds/
@ ${MKDIR} -p ${PREFIX}/include/X11/pixmaps/
.if defined(USE_HICOLOR_ICONS)
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/
.else
.if !defined(BATCH)
@${ECHO} "===> Note: to use the hi-color icons,"
@${ECHO} " reinstall this port with -DUSE_HICOLOR_ICONS"
@${ECHO} " defined"
.endif
@for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \
done
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/
.endif
@ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/
@for file in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \
done
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE} \
--disable-save-windows \
--enable-different-locknfeels
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (AfterStep-1.0.tar.gz) = 2c56247e1914e25a455df3c8d03b0663
RMD160 (AfterStep-1.0.tar.gz) = 04aa56f99097ec2a7320700ee739f29bbb80dfbf
SHA1 (AfterStep-1.0.tar.gz) = 397664c493beb1c0a4aca98e3121774a483d83df
MD5 (AfterStep-1.6.10.tar.gz) = b626a46f6dddfffaf3de3b5a34c5f686
RMD160 (AfterStep-1.6.10.tar.gz) = 615092b4224b75c13929ac38cc6ba6e35260fbec
SHA1 (AfterStep-1.6.10.tar.gz) = a2761e9651742fb91b19b2796d3fd12de933c3b6

View File

@ -1,51 +0,0 @@
*** configure.h.orig Sun Mar 2 11:50:40 1997
--- configure.h Thu Mar 20 21:31:42 1997
***************
*** 1,6 ****
! #define AFTERDIR "/usr/lib/X11/afterstep"
! #define AFTER_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps"
! #define STEPRC "/usr/lib/X11/afterstep/system.steprc"
/* If you would like gradients, uncomment this */
#define ENABLE_TEXTURE
--- 1,6 ----
! #define AFTERDIR "%%PREFIX%%/lib/X11/afterstep"
! #define AFTER_ICONDIR "%%PREFIX%%/include/X11/bitmaps:%%PREFIX%%/include/X11/pixmaps"
! #define STEPRC "%%PREFIX%%/lib/X11/afterstep/system.steprc"
/* If you would like gradients, uncomment this */
#define ENABLE_TEXTURE
***************
*** 17,23 ****
* Imake wants to leave binaries, then choose the second line here.
* If you want to install it in a different directory, uncomment and
* edit the first line */
! #define AFTER_BIN_DIR BINDIR=/usr/bin/X11
/* Compiler over-ride for Imakefiles */
/* Leave it as shown to get your default compiler */
--- 17,23 ----
* Imake wants to leave binaries, then choose the second line here.
* If you want to install it in a different directory, uncomment and
* edit the first line */
! #define AFTER_BIN_DIR BINDIR=%%PREFIX%%/bin
/* Compiler over-ride for Imakefiles */
/* Leave it as shown to get your default compiler */
***************
*** 59,65 ****
***************************************************************************/
#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 M4
--- 59,65 ----
***************************************************************************/
#define XPM
/* linker flags needed to locate and link in the Xpm library, if you use it */
! #define XPMLIBRARY -L%%PREFIX%%/lib -lXpm
/***************************************************************************
*#define M4

View File

@ -1,112 +0,0 @@
*** sample.steprc.orig Sun Mar 9 06:30:22 1997
--- sample.steprc Thu Mar 20 21:37:46 1997
***************
*** 166,176 ****
# ModulePath is a colon-separated list, just like a regular unix PATH
# Any Module must be found within the path in order to be located
# and executed
! ModulePath /usr/lib/X11/afterstep:/usr/X11R6/lib/X11/afterstep
# Another colon-separated list pointing to your pixmaps (color icons)
! PixmapPath /usr/include/X11/pixmaps/
# Path for your ugly black&white icons
! IconPath /usr/include/X11/bitmaps/
# Various styles which can be associated with specific applications
# Sticky -- remains "stuck" on all desks
--- 166,176 ----
# ModulePath is a colon-separated list, just like a regular unix PATH
# Any Module must be found within the path in order to be located
# and executed
! ModulePath %%PREFIX%%/lib/X11/afterstep
# Another colon-separated list pointing to your pixmaps (color icons)
! PixmapPath %%PREFIX%%/include/X11/pixmaps/
# Path for your ugly black&white icons
! IconPath %%PREFIX%%/include/X11/bitmaps/
# Various styles which can be associated with specific applications
# Sticky -- remains "stuck" on all desks
***************
*** 290,296 ****
# Place the green carpet image onto the background upon startup
# I personally recommend xli/xloadimage, but xv seems to be
# ubiquitous in the unix world so I'll use that
! # Exec "I" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/carpet.green.jpg
Exec "I" exec xsetroot -solid DarkGrey
EndFunction
--- 290,296 ----
# Place the green carpet image onto the background upon startup
# I personally recommend xli/xloadimage, but xv seems to be
# ubiquitous in the unix world so I'll use that
! # Exec "I" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/carpet.green.jpg
Exec "I" exec xsetroot -solid DarkGrey
EndFunction
***************
*** 465,485 ****
# Images ... quick way to view the included default background images
Popup "Images"
Title "Images"
! Exec "Brick" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/brick.jpg
! Exec "Coins" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/coins.jpg
! Exec "Dark Wood" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/darkwood.jpg
! Exec "Eyes" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/eyes.jpg
! Exec "Glass" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/glass.jpg
! Exec "Green Carpet" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/carpet.green.jpg
! Exec "Parquet" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/parquet.jpg
! Exec "Pebbles" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/pebbles.jpg
! Exec "Rock" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/rock.tile.jpg
! Exec "Rope" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/rope.weave.jpg
! Exec "Stucco" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/stucco.jpg
! Exec "Tile" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/tile.check.jpg
! Exec "Tree Bark" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/bark.jpg
! Exec "Volcanic" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/volcanic.jpg
! Exec "Wood" exec xv -root -quit /usr/lib/X11/afterstep/backgrounds/wood.jpg
EndPopup
# Background settings ... choose from either Solid Colors or Color Images
--- 465,485 ----
# Images ... quick way to view the included default background images
Popup "Images"
Title "Images"
! Exec "Brick" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/brick.jpg
! Exec "Coins" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/coins.jpg
! Exec "Dark Wood" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/darkwood.jpg
! Exec "Eyes" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/eyes.jpg
! Exec "Glass" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/glass.jpg
! Exec "Green Carpet" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/carpet.green.jpg
! Exec "Parquet" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/parquet.jpg
! Exec "Pebbles" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/pebbles.jpg
! Exec "Rock" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/rock.tile.jpg
! Exec "Rope" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/rope.weave.jpg
! Exec "Stucco" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/stucco.jpg
! Exec "Tile" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/tile.check.jpg
! Exec "Tree Bark" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/bark.jpg
! Exec "Volcanic" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/volcanic.jpg
! Exec "Wood" exec xv -root -quit %%PREFIX%%/lib/X11/afterstep/backgrounds/wood.jpg
EndPopup
# Background settings ... choose from either Solid Colors or Color Images
***************
*** 605,614 ****
Module Audio
# Select your normal audio player
! #*AudioPlayCmd /usr/bin/showaudio
# Select the directory containing your sounds
! #*AudioDir /home/frank/mac/sounds
#*AudioDelay 1
--- 605,614 ----
Module Audio
# Select your normal audio player
! #*AudioPlayCmd /usr/local/bin/showaudio
# Select the directory containing your sounds
! #*AudioDir %%PREFIX%%/lib/X11/afterstep/sounds
#*AudioDelay 1

View File

@ -1,66 +1,708 @@
bin/Animate
bin/afterstep
bin/asclock
lib/X11/afterstep/Animate
lib/X11/afterstep/Audio
lib/X11/afterstep/Auto
lib/X11/afterstep/Banner
lib/X11/afterstep/Pager
lib/X11/afterstep/Wharf
lib/X11/afterstep/system.steprc
lib/X11/afterstep/backgrounds/bark.jpg
lib/X11/afterstep/backgrounds/brick.jpg
lib/X11/afterstep/backgrounds/carpet.green.jpg
lib/X11/afterstep/backgrounds/coins.jpg
lib/X11/afterstep/backgrounds/darkwood.jpg
lib/X11/afterstep/backgrounds/eyes.jpg
lib/X11/afterstep/backgrounds/glass.jpg
lib/X11/afterstep/backgrounds/parquet.jpg
lib/X11/afterstep/backgrounds/pebbles.jpg
lib/X11/afterstep/backgrounds/rock.tile.jpg
lib/X11/afterstep/backgrounds/rope.weave.jpg
lib/X11/afterstep/backgrounds/stucco.jpg
lib/X11/afterstep/backgrounds/tile.check.jpg
lib/X11/afterstep/backgrounds/volcanic.jpg
lib/X11/afterstep/backgrounds/wood.jpg
lib/X11/afterstep/doc/CHANGES
lib/X11/afterstep/doc/CREDITS
lib/X11/afterstep/doc/README
lib/X11/afterstep/doc/README.8bit
lib/X11/afterstep/doc/FAQ
lib/X11/afterstep/doc/INSTALL
lib/X11/afterstep/doc/module-interface.txt
lib/X11/afterstep/sounds/bong.au
lib/X11/afterstep/sounds/clink.au
lib/X11/afterstep/sounds/cowbell.au
lib/X11/afterstep/sounds/crash.au
lib/X11/afterstep/sounds/drip.au
lib/X11/afterstep/sounds/gong.au
lib/X11/afterstep/sounds/meepmeep.au
lib/X11/afterstep/sounds/small-step.au
lib/X11/afterstep/sounds/train.au
include/X11/pixmaps/monitor_bsd.xpm
include/X11/pixmaps/3dpaint.xpm
include/X11/pixmaps/AFstep.xpm
include/X11/pixmaps/FileFolders.xpm
include/X11/pixmaps/KeysOnChain.xpm
include/X11/pixmaps/YellowBlueRedGeometry.xpm
include/X11/pixmaps/interface.xpm
include/X11/pixmaps/monalisa.xpm
include/X11/pixmaps/monitor.xpm
include/X11/pixmaps/netscape3.xpm
include/X11/pixmaps/penguin.xpm
include/X11/pixmaps/shutdown.xpm
include/X11/pixmaps/text.xpm
include/X11/pixmaps/writeletter.xpm
man/cat1/afterstep.0
man/cat1/asclock.0
man/cat1/Animate.0
man/cat1/Audio.0
man/cat1/Auto.0
man/cat1/Banner.0
man/cat1/Pager.0
man/cat1/Wharf.0
@dirrm lib/X11/afterstep/doc
@dirrm lib/X11/afterstep/backgrounds
@dirrm lib/X11/afterstep/sounds
@dirrm lib/X11/afterstep
bin/Audio
bin/Auto
bin/Banner
bin/Cascade
bin/Clean
bin/Form
bin/Ident
bin/Pager
bin/Save
bin/Scroll
bin/ASSound
bin/Tile
bin/Wharf
bin/WinList
bin/Zharf
bin/Script
bin/afterstepdoc
man/man1/Save.1x
man/man1/Script.1x
man/man1/Zharf.1x
man/man1/WinList.1x
man/man1/Wharf.1x
man/man1/Tile.1x
man/man1/Scroll.1x
man/man1/Pager.1x
man/man1/Ident.1x
man/man1/Form.1x
man/man1/Clean.1x
man/man1/Cascade.1x
man/man1/Banner.1x
man/man1/Auto.1x
man/man1/Audio.1x
man/man1/Animate.1x
man/man1/afterstep.1x
share/afterstep/looks/look.PureNext
share/afterstep/looks/look.Ethan2
share/afterstep/looks/look.Transparent
share/afterstep/looks/look.AfterStep
share/afterstep/looks/look.Water
share/afterstep/looks/look.Ostx
share/afterstep/looks/look.DeepBlue
share/afterstep/looks/look.Guylhem
share/afterstep/looks/look.Sea
share/afterstep/looks/look.MacOS8
share/afterstep/looks/look.greyblue
share/afterstep/looks/look.lightblue
share/afterstep/looks/look.lightgrey
share/afterstep/looks/look.orchid
share/afterstep/looks/look.turquoise
share/afterstep/looks/look.Ethan
share/afterstep/looks/look.purple
share/afterstep/looks/look.Metallic
share/afterstep/looks/look.Guylhem2
share/afterstep/looks/look.AfterStep1.5
share/afterstep/looks/look.grey
share/afterstep/looks/look.fuf
share/afterstep/looks/look.Nextish
share/afterstep/looks/look.DEFAULT
share/afterstep/looks/look.Black
share/afterstep/desktop/icons/8bpp/AfterStep1.5_startmenu.xpm
share/afterstep/desktop/icons/8bpp/ASBBlockConvexBlue.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/ASBBlockWater.xpm
share/afterstep/desktop/icons/8bpp/3dpaint.xpm
share/afterstep/desktop/icons/8bpp/Eyecon.xpm
share/afterstep/desktop/icons/8bpp/Paint.xpm
share/afterstep/desktop/icons/8bpp/Plasma.xpm
share/afterstep/desktop/icons/8bpp/ShutDown.xpm
share/afterstep/desktop/icons/8bpp/Folder.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/wharf.xpm
share/afterstep/desktop/icons/8bpp/writeletter.xpm
share/afterstep/desktop/icons/8bpp/WWW.xpm
share/afterstep/desktop/icons/8bpp/FileFolders.xpm
share/afterstep/desktop/icons/8bpp/ASBBlockWhite.xpm
share/afterstep/desktop/icons/8bpp/Text.xpm
share/afterstep/desktop/icons/8bpp/Monitor.xpm
share/afterstep/desktop/icons/8bpp/shutdown.xpm
share/afterstep/desktop/icons/8bpp/CDrom.xpm
share/afterstep/desktop/icons/8bpp/Recycler.xpm
share/afterstep/desktop/icons/8bpp/ASBBlockDefault.xpm
share/afterstep/desktop/icons/8bpp/ASBBlockClear.xpm
share/afterstep/desktop/icons/8bpp/OldFashionedRadio.xpm
share/afterstep/desktop/icons/8bpp/YellowBlueRedGeometry.xpm
share/afterstep/desktop/icons/8bpp/AfterStep2.xpm
share/afterstep/desktop/icons/8bpp/KeysOnChain.xpm
share/afterstep/desktop/icons/8bpp/AfterStep6.xpm
share/afterstep/desktop/icons/8bpp/AfterStep.xpm
share/afterstep/desktop/icons/8bpp/AfterStep4.xpm
share/afterstep/desktop/icons/8bpp/ComputerPC.xpm
share/afterstep/desktop/icons/8bpp/Bookshelf.xpm
share/afterstep/desktop/icons/8bpp/Brush.xpm
share/afterstep/desktop/icons/8bpp/CDrom2.xpm
share/afterstep/desktop/icons/8bpp/Publish.xpm
share/afterstep/desktop/icons/8bpp/Computer.xpm
share/afterstep/desktop/icons/8bpp/draw.xpm
share/afterstep/desktop/icons/8bpp/cpuchip.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/disk.builder.xpm
share/afterstep/desktop/icons/8bpp/hostmanager.xpm
share/afterstep/desktop/icons/8bpp/Install.xpm
share/afterstep/desktop/icons/8bpp/KeyPower.xpm
share/afterstep/desktop/icons/8bpp/RayTracedGear.xpm
share/afterstep/desktop/icons/8bpp/Start.xpm
share/afterstep/desktop/icons/8bpp/Network.xpm
share/afterstep/desktop/icons/8bpp/workshop.xpm
share/afterstep/desktop/icons/8bpp/widget.xpm
share/afterstep/desktop/icons/8bpp/spreadsheet.xpm
share/afterstep/desktop/icons/8bpp/spreadsheet2.xpm
share/afterstep/desktop/icons/8bpp/e-no.xpm
share/afterstep/desktop/icons/8bpp/e0.xpm
share/afterstep/desktop/icons/8bpp/BookArrows.xpm
share/afterstep/desktop/icons/8bpp/GNUSpace.xpm
share/afterstep/desktop/icons/8bpp/Info.xpm
share/afterstep/desktop/icons/8bpp/e1.xpm
share/afterstep/desktop/icons/8bpp/e10.xpm
share/afterstep/desktop/icons/8bpp/NetworkInfoManager.xpm
share/afterstep/desktop/icons/8bpp/e11.xpm
share/afterstep/desktop/icons/8bpp/e2.xpm
share/afterstep/desktop/icons/8bpp/e3.xpm
share/afterstep/desktop/icons/8bpp/e4.xpm
share/afterstep/desktop/icons/8bpp/e5.xpm
share/afterstep/desktop/icons/8bpp/e6.xpm
share/afterstep/desktop/icons/8bpp/e7.xpm
share/afterstep/desktop/icons/8bpp/author.xpm
share/afterstep/desktop/icons/8bpp/AfterStep3.xpm
share/afterstep/desktop/icons/8bpp/e8.xpm
share/afterstep/desktop/icons/8bpp/e9.xpm
share/afterstep/desktop/icons/8bpp/AfterStep5.xpm
share/afterstep/desktop/icons/8bpp/RedFire.xpm
share/afterstep/desktop/icons/8bpp/ASBBlockTransparent.xpm
share/afterstep/desktop/icons/8bpp/ASBBlockBlue.xpm
share/afterstep/desktop/icons/common/fuf-wharf.xpm
share/afterstep/desktop/icons/common/98.xpm
share/afterstep/desktop/icons/common/AfterStep7.xpm
share/afterstep/desktop/icons/common/AfterStep8.xpm
share/afterstep/desktop/icons/common/Earth.xpm
share/afterstep/desktop/icons/common/Mail1.xpm
share/afterstep/desktop/icons/common/Mail2.xpm
share/afterstep/desktop/icons/common/Mail3.xpm
share/afterstep/desktop/icons/common/World.xpm
share/afterstep/desktop/icons/common/arrow.xpm
share/afterstep/desktop/icons/common/dk.xpm
share/afterstep/desktop/icons/common/fr.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-recycler.xpm
share/afterstep/desktop/icons/common/monitor-e0.xpm
share/afterstep/desktop/icons/common/monitor-e1.xpm
share/afterstep/desktop/icons/common/monitor-e10.xpm
share/afterstep/desktop/icons/common/monitor-e11.xpm
share/afterstep/desktop/icons/common/monitor-e2.xpm
share/afterstep/desktop/icons/common/monitor-e3.xpm
share/afterstep/desktop/icons/common/monitor-e4.xpm
share/afterstep/desktop/icons/common/monitor-e5.xpm
share/afterstep/desktop/icons/common/monitor-e6.xpm
share/afterstep/desktop/icons/common/monitor-e7.xpm
share/afterstep/desktop/icons/common/monitor-e8.xpm
share/afterstep/desktop/icons/common/monitor-e9.xpm
share/afterstep/desktop/icons/common/monitor-no.xpm
share/afterstep/desktop/icons/common/xiterm.xpm
share/afterstep/desktop/icons/common/mini-menu.xpm
share/afterstep/desktop/icons/common/arrow-dots.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/fuf-new-menu-top.xpm
share/afterstep/desktop/icons/common/fuf-new-top-focused.xpm
share/afterstep/desktop/icons/common/fuf-new-top-unfocused.xpm
share/afterstep/desktop/icons/common/3_dots.xpm
share/afterstep/desktop/icons/16bpp/AfterStep1.5_startmenu.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/ASBBlockWater.xpm
share/afterstep/desktop/icons/16bpp/ASBBlockWhite.xpm
share/afterstep/desktop/icons/16bpp/CDrom.xpm
share/afterstep/desktop/icons/16bpp/Eyecon.xpm
share/afterstep/desktop/icons/16bpp/RedFire.xpm
share/afterstep/desktop/icons/16bpp/Folder.xpm
share/afterstep/desktop/icons/16bpp/KeysOnChain.xpm
share/afterstep/desktop/icons/16bpp/Monitor.xpm
share/afterstep/desktop/icons/16bpp/Paint.xpm
share/afterstep/desktop/icons/16bpp/Plasma.xpm
share/afterstep/desktop/icons/16bpp/Recycler.xpm
share/afterstep/desktop/icons/16bpp/Text.xpm
share/afterstep/desktop/icons/16bpp/ShutDown.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/wharf.xpm
share/afterstep/desktop/icons/16bpp/writeletter.xpm
share/afterstep/desktop/icons/16bpp/3dpaint.xpm
share/afterstep/desktop/icons/16bpp/OldFashionedRadio.xpm
share/afterstep/desktop/icons/16bpp/YellowBlueRedGeometry.xpm
share/afterstep/desktop/icons/16bpp/AfterStep2.xpm
share/afterstep/desktop/icons/16bpp/shutdown.xpm
share/afterstep/desktop/icons/16bpp/FileFolders.xpm
share/afterstep/desktop/icons/16bpp/AfterStep.xpm
share/afterstep/desktop/icons/16bpp/AfterStep3.xpm
share/afterstep/desktop/icons/16bpp/AfterStep4.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/CDrom2.xpm
share/afterstep/desktop/icons/16bpp/Computer.xpm
share/afterstep/desktop/icons/16bpp/Info.xpm
share/afterstep/desktop/icons/16bpp/e-no.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/GNUSpace.xpm
share/afterstep/desktop/icons/16bpp/Install.xpm
share/afterstep/desktop/icons/16bpp/KeyPower.xpm
share/afterstep/desktop/icons/16bpp/Network.xpm
share/afterstep/desktop/icons/16bpp/NetworkInfoManager.xpm
share/afterstep/desktop/icons/16bpp/Publish.xpm
share/afterstep/desktop/icons/16bpp/RayTracedGear.xpm
share/afterstep/desktop/icons/16bpp/WWW.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/e0.xpm
share/afterstep/desktop/icons/16bpp/spreadsheet.xpm
share/afterstep/desktop/icons/16bpp/e1.xpm
share/afterstep/desktop/icons/16bpp/spreadsheet2.xpm
share/afterstep/desktop/icons/16bpp/widget.xpm
share/afterstep/desktop/icons/16bpp/workshop.xpm
share/afterstep/desktop/icons/16bpp/Start.xpm
share/afterstep/desktop/icons/16bpp/e10.xpm
share/afterstep/desktop/icons/16bpp/e11.xpm
share/afterstep/desktop/icons/16bpp/e2.xpm
share/afterstep/desktop/icons/16bpp/e3.xpm
share/afterstep/desktop/icons/16bpp/e4.xpm
share/afterstep/desktop/icons/16bpp/e5.xpm
share/afterstep/desktop/icons/16bpp/e6.xpm
share/afterstep/desktop/icons/16bpp/e7.xpm
share/afterstep/desktop/icons/16bpp/e8.xpm
share/afterstep/desktop/icons/16bpp/e9.xpm
share/afterstep/desktop/icons/16bpp/AfterStep5.xpm
share/afterstep/desktop/icons/16bpp/AfterStep6.xpm
share/afterstep/desktop/icons/16bpp/ASBBlockTransparent.xpm
share/afterstep/desktop/icons/16bpp/ASBBlockBlue.xpm
share/afterstep/desktop/buttons/fuf-iconify-pressed.xpm
share/afterstep/desktop/buttons/1p-e.xpm
share/afterstep/desktop/buttons/1.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/1p.xpm
share/afterstep/desktop/buttons/as-switchwindow-a.xpm
share/afterstep/desktop/buttons/as-switchwindow-a-pressed.xpm
share/afterstep/desktop/buttons/as-switchwindow-b.xpm
share/afterstep/desktop/buttons/as-switchwindow-b-pressed.xpm
share/afterstep/desktop/buttons/as-switchwindow-c-pressed.xpm
share/afterstep/desktop/buttons/as-switchwindow-c.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/2-e.xpm
share/afterstep/desktop/buttons/2p-e.xpm
share/afterstep/desktop/buttons/3-e.xpm
share/afterstep/desktop/buttons/3p-e.xpm
share/afterstep/desktop/buttons/4-e.xpm
share/afterstep/desktop/buttons/4p-e.xpm
share/afterstep/desktop/buttons/5-e.xpm
share/afterstep/desktop/buttons/5p-e.xpm
share/afterstep/desktop/buttons/os8-iconize.xpm
share/afterstep/desktop/buttons/os8-iconize-pressed.xpm
share/afterstep/desktop/buttons/os8-kill-pressed.xpm
share/afterstep/desktop/buttons/os8-kill.xpm
share/afterstep/desktop/buttons/os8-maximize-pressed.xpm
share/afterstep/desktop/buttons/os8-maximize.xpm
share/afterstep/desktop/buttons/os8-shade-pressed.xpm
share/afterstep/desktop/buttons/os8-shade.xpm
share/afterstep/desktop/buttons/as1.5-iconize-p.xpm
share/afterstep/desktop/buttons/as1.5-iconize.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.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-test.xpm
share/afterstep/desktop/buttons/fuf-windowmenu-pressed.xpm
share/afterstep/desktop/buttons/fuf-windowmenu.xpm
share/afterstep/desktop/buttons/1-e.xpm
share/afterstep/desktop/sounds/train.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/bong.au
share/afterstep/feels/feel.ICCCM
share/afterstep/feels/feel.ClickToFocus
share/afterstep/feels/feel.DEFAULT
share/afterstep/feels/feel.AutoRaise
share/afterstep/feels/feel.MacOS8
share/afterstep/feels/feel.PureNeXT
share/afterstep/feels/feel.Windowish
share/afterstep/scripts/Animate
share/afterstep/scripts/Quit
share/afterstep/scripts/ScreenDump
share/afterstep/scripts/Date
share/afterstep/scripts/FileBrowser
share/afterstep/scripts/PointerSetup
share/afterstep/scripts/KeyboardSetup
share/afterstep/scripts/ScreenSetup2
share/afterstep/scripts/ScreenSetup
share/afterstep/scripts/BellSetup
share/afterstep/scripts/DeskSetup
share/afterstep/non-configurable/startmenu
share/afterstep/non-configurable/Xpm2Jpg
share/afterstep/non-configurable/0_background
share/afterstep/non-configurable/1_background
share/afterstep/non-configurable/2_background
share/afterstep/non-configurable/3_background
share/afterstep/non-configurable/1_look.16bpp
share/afterstep/non-configurable/1_look.8bpp
share/afterstep/non-configurable/1_look.24bpp
share/afterstep/non-configurable/1_look.32bpp
share/afterstep/non-configurable/0_look.16bpp
share/afterstep/non-configurable/2_look.16bpp
share/afterstep/non-configurable/3_look.16bpp
share/afterstep/non-configurable/0_look.8bpp
share/afterstep/non-configurable/2_look.8bpp
share/afterstep/non-configurable/3_look.8bpp
share/afterstep/non-configurable/3_look.24bpp
share/afterstep/non-configurable/2_look.24bpp
share/afterstep/non-configurable/0_look.24bpp
share/afterstep/non-configurable/0_look.32bpp
share/afterstep/non-configurable/2_look.32bpp
share/afterstep/non-configurable/3_look.32bpp
share/afterstep/non-configurable/0_feel.16bpp
share/afterstep/non-configurable/1_feel.16bpp
share/afterstep/non-configurable/2_feel.16bpp
share/afterstep/non-configurable/3_feel.16bpp
share/afterstep/non-configurable/3_feel.8bpp
share/afterstep/non-configurable/2_feel.8bpp
share/afterstep/non-configurable/1_feel.8bpp
share/afterstep/non-configurable/0_feel.8bpp
share/afterstep/non-configurable/0_feel.24bpp
share/afterstep/non-configurable/1_feel.24bpp
share/afterstep/non-configurable/2_feel.24bpp
share/afterstep/non-configurable/3_feel.24bpp
share/afterstep/non-configurable/1_feel.32bpp
share/afterstep/non-configurable/0_feel.32bpp
share/afterstep/non-configurable/2_feel.32bpp
share/afterstep/non-configurable/3_feel.32bpp
share/afterstep/non-configurable/0_feel.15bpp
share/afterstep/non-configurable/0_look.15bpp
share/afterstep/non-configurable/1_feel.15bpp
share/afterstep/non-configurable/1_look.15bpp
share/afterstep/non-configurable/2_feel.15bpp
share/afterstep/non-configurable/2_look.15bpp
share/afterstep/non-configurable/3_feel.15bpp
share/afterstep/non-configurable/3_look.15bpp
share/afterstep/non-configurable/Make8bitXPMs
share/afterstep/backgrounds/WaveHi.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/backgrounds/Rain.xpm
share/afterstep/backgrounds/Waves.xpm
share/afterstep/backgrounds/RainHi.xpm
share/afterstep/backgrounds/Wave.xpm
share/afterstep/backgrounds/Back.xpm
share/afterstep/start/Screen_savers/Without_password/9_stars
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/0_firework
share/afterstep/start/Screen_savers/With_password/9_stars
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/0_firework
share/afterstep/start/Quit/1_exit
share/afterstep/start/Quit/4_restarttwm
share/afterstep/start/Quit/5_restartwm
share/afterstep/start/Quit/2_nop
share/afterstep/start/Quit/0_close
share/afterstep/start/Quit/3_restartsession
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/System/8_resetcmap
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/0_sysinfo
share/afterstep/start/Applications/Office/10_tkdesk
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/8_psview
share/afterstep/start/Applications/Office/9_pdf
share/afterstep/start/Applications/Office/6_lyx
share/afterstep/start/Applications/Office/7_dviview
share/afterstep/start/Applications/Office/1_applix
share/afterstep/start/Applications/Network/3_lynx
share/afterstep/start/Applications/Network/5_irc
share/afterstep/start/Applications/Network/1_ftp
share/afterstep/start/Applications/Network/2_ncftp
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/Network/0_minicom
share/afterstep/start/Applications/Network/4_mail
share/afterstep/start/Applications/Emulators/5_appleII
share/afterstep/start/Applications/Emulators/1_mac
share/afterstep/start/Applications/Emulators/3_amigasnd
share/afterstep/start/Applications/Emulators/2_amiga
share/afterstep/start/Applications/Emulators/4_hp48
share/afterstep/start/Applications/Emulators/0_dos
share/afterstep/start/Applications/Emulators/6_x48
share/afterstep/start/Applications/Accessories/1_calc
share/afterstep/start/Applications/Accessories/2_clock
share/afterstep/start/Applications/Accessories/5_notepad
share/afterstep/start/Applications/Accessories/3_colors
share/afterstep/start/Applications/Accessories/4_help
share/afterstep/start/Applications/Accessories/6_scrnmag
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/3_xterm
share/afterstep/start/Applications/4_rxvt
share/afterstep/start/Applications/5_Eterm
share/afterstep/start/Applications/2_xiterm
share/afterstep/start/Applications/1_nop
share/afterstep/start/Modules/Scripts/3_quit
share/afterstep/start/Modules/Scripts/2_desksetup
share/afterstep/start/Modules/Scripts/0_animate
share/afterstep/start/Modules/Scripts/1_bellsetup
share/afterstep/start/Modules/Scripts/4_screendump
share/afterstep/start/Modules/Forms/1_ftp
share/afterstep/start/Modules/Forms/4_quit
share/afterstep/start/Modules/Forms/2_find
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/Forms/3_help
share/afterstep/start/Modules/Auto
share/afterstep/start/Modules/Banner
share/afterstep/start/Modules/Clean
share/afterstep/start/Modules/Ident
share/afterstep/start/Modules/Pager
share/afterstep/start/Modules/Scroll
share/afterstep/start/Modules/Wharf
share/afterstep/start/Modules/WinList
share/afterstep/start/Modules/Zharf
share/afterstep/start/Modules/Cascade
share/afterstep/start/Modules/Tile
share/afterstep/start/Modules/Auto_Stop
share/afterstep/start/Modules/Banner_Stop
share/afterstep/start/Modules/Audio_Stop
share/afterstep/start/Modules/Cascade_Stop
share/afterstep/start/Modules/Clean_Stop
share/afterstep/start/Modules/Ident_Stop
share/afterstep/start/Modules/Pager_Stop
share/afterstep/start/Modules/Animate_Stop
share/afterstep/start/Modules/Scroll_Stop
share/afterstep/start/Modules/Tile_Stop
share/afterstep/start/Modules/Wharf_Stop
share/afterstep/start/Modules/Zharf_Stop
share/afterstep/start/Modules/Animate
share/afterstep/start/Modules/Audio
share/afterstep/start/Modules/WinList_Stop
share/afterstep/start/Windows/6_winprop
share/afterstep/start/Windows/1_resize
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/1_iconify
share/afterstep/start/Windows/2_pin
share/afterstep/start/Windows/0_move
share/afterstep/start/Desktop/Animations/Animations-1/9_crystal
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/0_ant
share/afterstep/start/Desktop/Animations/Animations-2/9_laser
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/0_geometry
share/afterstep/start/Desktop/Animations/Animations-3/9_shape
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/0_nose
share/afterstep/start/Desktop/Animations/0_random
share/afterstep/start/Desktop/Animations/0_stop
share/afterstep/start/Desktop/Mouse/9_slow
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/0_fast
share/afterstep/start/Desktop/1_xearth
share/afterstep/start/Desktop/6_updateall
share/afterstep/start/Desktop/2_fish
share/afterstep/start/Desktop/3_snow
share/afterstep/start/Desktop/4_nop
share/afterstep/start/Desktop/5_updatestart
share/afterstep/start/2_afterstepdoc
share/afterstep/start/1_nop
share/afterstep/winlist
share/afterstep/doc/afterstep.html
share/afterstep/doc/afterstep-1.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-10.html
share/afterstep/base.8bpp
share/afterstep/base.15bpp
share/afterstep/base.16bpp
share/afterstep/asmail
share/afterstep/base.24bpp
share/afterstep/base.32bpp
share/afterstep/audio
share/afterstep/autoexec
share/afterstep/compatibility
share/afterstep/pager
share/afterstep/wharf
share/afterstep/.workspace_state
share/afterstep/zharf
share/afterstep/animate
share/afterstep/clean
share/afterstep/database
share/afterstep/forms
share/afterstep/ident
share/afterstep/scroll
@dirrm share/afterstep/looks
@dirrm share/afterstep/desktop/icons/8bpp
@dirrm share/afterstep/desktop/icons/16bpp
@dirrm share/afterstep/desktop/icons/common
@dirrm share/afterstep/desktop/buttons
@dirrm share/afterstep/desktop/sounds
@dirrm share/afterstep/desktop/icons
@dirrm share/afterstep/desktop
@dirrm share/afterstep/feels
@dirrm share/afterstep/scripts
@dirrm share/afterstep/non-configurable
@dirrm share/afterstep/backgrounds
@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/Applications/Editors
@dirrm share/afterstep/start/Applications/System
@dirrm share/afterstep/start/Applications/Office
@dirrm share/afterstep/start/Applications/Network
@dirrm share/afterstep/start/Applications/Emulators
@dirrm share/afterstep/start/Applications/Accessories
@dirrm share/afterstep/start/Applications/Multimedia
@dirrm share/afterstep/start/Applications
@dirrm share/afterstep/start/Modules/Scripts
@dirrm share/afterstep/start/Modules/Forms
@dirrm share/afterstep/start/Modules
@dirrm share/afterstep/start/Windows
@dirrm share/afterstep/start/Desktop/Animations/Animations-1
@dirrm share/afterstep/start/Desktop/Animations/Animations-2
@dirrm share/afterstep/start/Desktop/Animations/Animations-3
@dirrm share/afterstep/start/Desktop/Animations
@dirrm share/afterstep/start/Desktop/Mouse
@dirrm share/afterstep/start/Desktop/Feel
@dirrm share/afterstep/start/Desktop/Look
@dirrm share/afterstep/start/Desktop/Pictures
@dirrm share/afterstep/start/Desktop
@dirrm share/afterstep/start
@dirrm share/afterstep/doc
@dirrm share/afterstep

View File

@ -1,8 +0,0 @@
#!/usr/bin/perl
#
eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
& eval 'exec /usr/bin/perl -S $0 $argv:q'
if 0;
system( "/usr/bin/perl -pi -e 's|%%PREFIX%%|$ENV{'PREFIX'}|g' $ENV{'WRKSRC'}/sample.steprc $ENV{'WRKSRC'}/configure.h" );