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