]> git.pld-linux.org Git - packages/AfterStep.git/blob - AfterStep.spec
- updated to 2.2.9
[packages/AfterStep.git] / AfterStep.spec
1 # TODO: what are man3 pages?
2 # if not API docs - shouldn't be in another section?
3 # if API docs - no devel files are installed (well, except perl, but AFAICS perl is not installed at all)
4 #
5 # Conditional build:
6 %bcond_with     mmx     # use MMX
7 #
8 %ifarch pentium3 pentium4 athlon %{x8664}
9 %define         with_mmx        1
10 %endif
11 Summary:        AfterStep Window Manager
12 Summary(ja.UTF-8):      AfterStep ウィンドウマネージャ (NeXT風)
13 Summary(pl.UTF-8):      AfterStep - zarządca okien
14 Name:           AfterStep
15 Version:        2.2.9
16 Release:        0.1
17 License:        GPL v2+
18 Vendor:         The AfterStep Team (see TEAM in docdir)
19 Group:          X11/Window Managers
20 Source0:        ftp://ftp.afterstep.org/stable/%{name}-%{version}.tar.bz2
21 # Source0-md5:  59d739b2416ac18201027d7cc0888c20
22 #Source1:       %{name}.RunWM
23 Source3:        %{name}-xsession.desktop
24 Patch0:         %{name}-no_bash_fix.patch
25 Patch1:         %{name}-install_man.patch
26 Patch2:         %{name}-opt.patch
27 Patch3:         %{name}-link.patch
28 URL:            http://www.afterstep.org/
29 BuildRequires:  autoconf >= 2.59-9
30 BuildRequires:  automake
31 BuildRequires:  giflib-devel
32 BuildRequires:  gtk+2-devel >= 1:2.0.0
33 BuildRequires:  libjpeg-devel
34 BuildRequires:  libpng-devel
35 BuildRequires:  libtiff-devel
36 BuildRequires:  pkgconfig
37 BuildRequires:  sgml-tools
38 BuildRequires:  xorg-lib-libXext-devel
39 BuildRequires:  xorg-lib-libXinerama-devel
40 #Requires:      wmconfig >= 0.9.9-5
41 Conflicts:      filesystem < 3.0-20
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 %define         _wmpropsdir     /usr/share/gnome/wm-properties
45
46 %description
47 AfterStep is a continuation of the BowMan window manager which was
48 originally put together by Bo Yang. BowMan was based on the fvwm
49 window manager, written by Robert Nation. Fvwm was based on code from
50 twm. And so on... It was originally designed to emulate some of the
51 look and feel of the NEXTSTEP user interface, but has since taken
52 steps towards adding more useful, requested, and neat features
53 especially in 1.4 version! The changes which comprise AfterStep's
54 personality were originally part of BowMan development, but due to a
55 desire to move past simple emulation and into a niche as its own
56 valuable window manager, AfterStep designers decided to change the
57 project name and move on.
58
59 Important features of AfterStep include:
60 - 1. Wharf: a free-floating application loader which can "Swallow"
61   running programs and also can contain "Folders" of more
62   applications.
63 - 2. Gradient filled TitleBars with 5 button: help/zap, action/tasks,
64   iconize/maximise, shade/stick & close/destroy buttons
65 - 3. Gradient filled root window PopUp menus which can be configured
66   to accomodate different tastes and styles of management
67 - 4. NEXTSTEP style icons which give a consistent look to the entire
68   desktop
69 - 5. Pixmapped Pager with desktop pixmmaping
70 - 6. Easy to use look files, to share you desktop appearance with your
71   friends
72 - 7. Start menu entries in a hierarchy of directories
73 - 8. WinList: a tasklist which can be horizontal or vertical
74 - 9. Many modules & asapps to give a good look to your X window
75   station
76
77 %description -l pl.UTF-8
78 AfterStep jest kontynuacją zarządcy okienek o nazwie BowMan, który
79 został opracowany przez Bo Yanga. BowMan bazował na innym zarządcy
80 okien o nazwie fvwm napisanym przez Roberta Nationa, a sam fvwm
81 bazował na kodzie źródłowym zarządcy okien twm. I tak dalej...
82 AfterStep początkowo miał imitować część zachowania interfejsu
83 użytkownika NEXTSTEP, ale potem rozwinął się w kierunku dodawania
84 bardziej przydatnych, pożądanych i przyjemnych możliwości, szczególnie
85 w wersji 1.4. Zmiany obejmujące osobowość AfterStepa były początkowo
86 częścią rozwoju BowMana, ale ze względu na chęć wykroczenia poza
87 prostą imitację do niszy samodzielnego wartościowego zarządcy okien,
88 projektanci AfterStepa zdecydowali się zmienić nazwę.
89
90 Najważniejsze cechy AfterStepa obejmują:
91 - 1. Dok - obiekt do ładowania aplikacji mogący "połykać" uruchomione
92   programy i zawierać "foldery" większej liczby aplikacji
93 - 2. Wypełnione gradientem paski tytułowe z 5 przyciskami:
94   pomoc/zabicie, akcja/zadania, ikona/maksymalizacja,
95   cień/przyklejenie oraz zamknięcie/zniszczenie
96 - 3. Wypełnione gradientem wyskakujące menu w głównym oknie,
97   konfigurowalne aby sprostać różnym smakom i stylom zarządzania
98 - 4. Ikony w stylu NEXTSTEPA dające spójny wygląd całego pulpitu
99 - 5. Pager z pixmapami pulpitu
100 - 6. Łatwe w użyciu pliki wyglądu, dzięki którym można dzielić wygląd
101   pulpitu z kolegami
102 - 7. Wpisy menu Start o hierarchii katalogowej
103 - 8. WinList - pozioma lub pionowa lista zadań
104 - 9. Wiele modułów i aplikacji AfterStepa (asapps) dających dobry
105   wygląd stacji X Window
106
107 %prep
108 %setup -q
109 %patch0 -p1
110 %patch1 -p1
111 %patch2 -p1
112 %patch3 -p1
113
114 cp -f autoconf/configure*.in .
115
116 %build
117 %{__aclocal}
118 %{__autoconf}
119 %{__autoheader}
120 cd libAfterBase
121 %{__autoconf}
122 %{__autoheader}
123 cd ../libAfterImage
124 %{__autoconf}
125 %{__autoheader}
126 cd ..
127 %configure \
128         %{!?with_mmx:--disable-mmx-optimization} \
129         --enable-i18n \
130         --enable-sharedlibs \
131         --with-gif \
132         --with-helpcommand="xterm -e man" \
133         --with-jpeg \
134         --with-png \
135         --with-xpm
136
137 %{__make}
138 sgml2html doc/afterstep.sgml
139
140 %install
141 rm -rf $RPM_BUILD_ROOT
142 install -d $RPM_BUILD_ROOT{%{_wmpropsdir},%{_datadir}/xsessions,/etc/sysconfig/wmstyle}
143
144 %{__make} install install.man \
145         DESTDIR=$RPM_BUILD_ROOT
146
147 install AfterStep.desktop $RPM_BUILD_ROOT%{_wmpropsdir}
148
149 #install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/afterstep.sh
150 install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/xsessions/AfterStep.desktop
151
152 rm -f $RPM_BUILD_ROOT%{_bindir}/{sessreg,xpmroot}
153 rm -rf $RPM_BUILD_ROOT%{_datadir}/afterstep/doc
154
155 %clean
156 rm -rf $RPM_BUILD_ROOT
157
158 %post   -p /sbin/ldconfig
159 %postun -p /sbin/ldconfig
160
161 %files
162 %defattr(644,root,root,755)
163 %doc doc/code doc/languages TODO *.html
164 %doc UPGRADE NEW README TEAM README.RedHat doc/languages/*
165 #%attr(755,root,root) /etc/sysconfig/wmstyle/*.sh
166 %attr(755,root,root) %{_bindir}/*
167 %attr(755,root,root) %{_libdir}/libAfter*.so.*.*
168 %{_wmpropsdir}/AfterStep.desktop
169 %{_datadir}/afterstep
170 %{_datadir}/xsessions/AfterStep.desktop
171 %{_mandir}/man1/*
172 # ???
173 #%%{_mandir}/man3/*
This page took 0.069573 seconds and 3 git commands to generate.