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