]> git.pld-linux.org Git - packages/AfterStep.git/blob - AfterStep.spec
- first version cleaned up for PLD
[packages/AfterStep.git] / AfterStep.spec
1 Summary:        AfterStep Window Manager
2 Name:           AfterStep
3 Version:        1.7.111
4 Release:        1
5 Copyright:      GPL
6 Group:          X11/Window Managers
7 Group(pl):      X11/Zarz±dcy okien
8 Source:         ftp://ftp.afterstep.org/devel/snapshots/%{name}-%{version}.tar.bz2
9 BuildRoot:      /tmp/%{name}-%{version}-root
10
11 %define         _prefix /usr/X11R6
12 %define         _mandir /usr/X11R6/man
13
14 %description
15 AfterStep is a continuation of the BowMan window manager which was
16 originally put together by Bo Yang. BowMan was based on the fvwm window
17 manager, written by Robert Nation. Fvwm was based on code from twm. And so
18 on... It was originally designed to emulate some of the look and feel of the
19 NEXTSTEP user interface, but has since taken steps towards adding more
20 useful, requested, and neat features especially in 1.4 version ! The changes
21 which comprise AfterStep's personality were originally part of bowman
22 development, but due to a desire to move past simple emulation and into a
23 niche as its own valuable window manager, AfterStep designers decided to
24 change the project name and move on.
25
26 Important features of AfterStep include:
27
28 1. Wharf: a free-floating application loader which can "Swallow" running
29 programs and also can contain "Folders" of more applications.
30 2. Gradient filled TitleBars with 5 button : help/zap, action/tasks,
31 iconize/maximise, shade/stick & close/destroy buttons
32 3. Gradient filled root window PopUp menus which can be configured to
33 accomodate different tastes and styles of management
34 4. NEXTSTEP style icons which give a consistent look to the entire desktop
35 5. Pixmapped Pager with desktop pixmmaping
36 6. Easy to use look files, to share you desktop appearance with your friends
37 7. Start menu entries in a hierarchy of directories
38 8. WinList : a tasklist which can be horizontal or vertical
39 9. Many modules & asapps to give a good look to your X window station
40
41 %prep
42 %setup -q
43
44 %build
45 %configure \
46         --with-imageloader="xv -root -quit" \
47         --with-helpcommand="xterm -e man" \
48         --disable-availability \
49         --enable-makemenusonboot \
50         --enable-different-looknfeels \
51         --with-xpm
52
53 make
54 sgml2html doc/afterstep.sgml
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 make install install.man DESTDIR=$RPM_BUILD_ROOT
60
61 rm -f $RPM_BUILD_ROOT/%{_bindir}/{sessreg,xpmroot}
62 rm -rf $RPM_BUILD_ROOT/%{_datadir}/afterstep/doc
63
64 strip --strip-unneeded $RPM_BUILD_ROOT/%{_bindir}/* || :
65
66 gzip -9nf UPGRADE NEW README TEAM README.RedHat doc/languages/* \
67         $RPM_BUILD_ROOT/%{_mandir}/man1/*
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc doc/code doc/languages TODO *.html
75 %doc {UPGRADE,NEW,README,TEAM,README.RedHat}.gz
76 %attr(755,root,root) %{_bindir}/*
77 %{_datadir}/afterstep
78 %{_mandir}/man1/*
79
80 %changelog
This page took 0.0852889999999999 seconds and 4 git commands to generate.