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