]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
39dd302374741ac18d6368815688ab58708e6d8a
[packages/blackbox.git] / blackbox.spec
1 Summary:     Very small and fast window manger for the X-Windows.
2 Summary(pl): Bardzo ma³y i szybki menad¿er okien dla X-Windows.
3 Name:        blackbox
4 Version:     0.40.7
5 Release:     1
6 URL:         http://linux.wiw.org/blackbox/
7 Copyright:   GPL-2.0
8 Group:       X11/Window Managers
9 Vendor:      Brad Hughes <bhughes@arn.net>
10 Source:      http://linux.wiw.org/blackbox/sources/%{name}-%{version}.tar.bz2
11 Buildroot:   /tmp/%{name}-%{version}-root
12
13 %description
14 Blackbox is a window manager for the X/Windows environment.
15 It suports many "nice" features:
16 - Small code size (10352 lines in the 0.40.7).
17 - Minimal resource usage. Memory, CPU horse power and the load on
18   the X server's resources are minimal.
19 - Fast interface with simple menus, multiple workspaces, and decorated windows
20 - Built-in graphics code to render solids, gradients and bevels on the fly
21   when needed.
22 - Image dithering is possible for displays running at depths of 8,
23   15 and 16 bits per pixel.
24 - Ability to run on displays with 8, 15, 16, 24 and 32 bits per pixel
25 - Near complete support for all ICCCM specified operation policies.
26
27 %description -l pl
28 Blackbox to menad¿er okien dla ¶rodowiska X-Windows.
29 Ma wiele ciekawych w³a¶ciwo¶ci:
30 - Bardzo ma³y kod ¼ród³owy (10352 linii w wersji 0.40.7)
31 - Minimalne zu¿ycie zasobów. Zajêto¶æ pamiêci, obci±¿enie procesora oraz
32   zasobów X Serwera jest minimalne.
33 - Szybki interfejs z prostym systemem menu, wieloma pulpitami i dekoracyjnymi
34   oknami.
35 - Wbudowany kod graficzny generuj±ce pe³nokolorowe, gradientowe i wyt³aczane
36   elementy w czasie rzeczywistym.
37 - Przeliczanie palety kolorów (image dithering) pomiêdzy 8, 15 i 16-bitowym
38   kolorem.
39 - Zdolno¶æ pracy z 8, 15, 16, 24 i 32-bitowym kolorem.
40 - Bliska kompletnej zgodno¶æ z za³o¿eniami ICCCM.
41
42 %prep
43 %setup -q
44
45 %build
46 xmkmf -a
47 make CXXDEBUGFLAGS="$RPM_OPT_FLAGS" CDEBUGFLAGS="$RPM_OPT_FLAGS"
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 make DESTDIR=$RPM_BUILD_ROOT install
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README INSTALL Changelog
59 %attr(755,root,root) /usr/X11R6/bin/blackbox
60 /usr/X11R6/lib/X11/app-defaults/*
61
62 %changelog
63 * Fri Sep 25 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
64   [0.40.7-1]
65 - Added -q in %setup,
66 - added pl translation.
67
68 * Sun Aug 23 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
69   [0.40.4-1]
70 - Removed old log enteries.
71
72 * Thu Aug 13 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
73   [0.40.3-1]
74 - New version
This page took 0.065847 seconds and 3 git commands to generate.