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