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