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