]> git.pld-linux.org Git - packages/blackbox.git/blobdiff - blackbox.spec
updated to 0.51.3.1 but need more work, volunters needed
[packages/blackbox.git] / blackbox.spec
index 05d1ed3af661a1f8fde09178812b6d57a8b10c2d..e92c925ec762c15445b75c7e33cf384e0012df8e 100644 (file)
@@ -1,76 +1,59 @@
-Summary:     Very small and fast window manger for the X-Windows.
-Summary(pl): Bardzo ma³y i szybki menad¿er okien dla X-Windows.
-Name:        blackbox
-Version:     0.40.7
-Release:     1
-URL:         http://linux.wiw.org/blackbox/
-Copyright:   GPL-2.0
-Group:       X11/Window Managers
-Vendor:      Brad Hughes <bhughes@arn.net>
-Source:      http://linux.wiw.org/blackbox/sources/%{name}-%{version}.tar.bz2
-Buildroot:   /tmp/%{name}-%{version}-root
+Summary:       Very small and fast window manger for the X Window.
+Summary(pl):   Ma³y i szybki menad¿er okien dla X Window.
+Name:          blackbox
+Version:       0.51.3.1
+Release:       1
+License:       GPL
+Group:         X11/Window Managers
+Group(pl):     X11/Zarz±dcy Okien
+Vendor:                Brad Hughes <blackbox@alug.org>
+Source:                ftp://portal.alug.org/pub/blackbox/0.5x.x/%{name}-%{version}.tar.bz2
+Patch:         blackbox-no-brueghel.patch
+URL:           http://blackbox.alug.org/
+Buildroot:     /tmp/%{name}-%{version}-root
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         /usr/X11R6/man
+%define                _datadir        /etc/X11
 
 %description
-Blackbox is a window manager for the X/Windows environment.
-It suports many "nice" features:
-- Small code size (10352 lines in the 0.40.7).
-- Minimal resource usage. Memory, CPU horse power and the load on
-  the X server's resources are minimal.
-- Fast interface with simple menus, multiple workspaces, and decorated windows
-- Built-in graphics code to render solids, gradients and bevels on the fly
-  when needed.
-- Image dithering is possible for displays running at depths of 8,
-  15 and 16 bits per pixel.
-- Ability to run on displays with 8, 15, 16, 24 and 32 bits per pixel
-- Near complete support for all ICCCM specified operation policies.
+Blackbox is a window manager for the X Window environment, which is almost
+completely compliant with ICCCM specified operation policies. It features
+nice and fast interface with multiple workspaces and simple menus. Fast
+built-in graphics code that can render solids, gradients and bevels is used
+to draw window decorations. Remaining small in size, blackbox preserves
+memory and CPU.                                                       
 
 %description -l pl
-Blackbox to menad¿er okien dla ¶rodowiska X-Windows.
-Ma wiele ciekawych w³a¶ciwo¶ci:
-- Bardzo ma³y kod ¼ród³owy (10352 linii w wersji 0.40.7)
-- Minimalne zu¿ycie zasobów. Zajêto¶æ pamiêci, obci±¿enie procesora oraz
-  zasobów X Serwera jest minimalne.
-- Szybki interfejs z prostym systemem menu, wieloma pulpitami i dekoracyjnymi
-  oknami.
-- Wbudowany kod graficzny generuj±ce pe³nokolorowe, gradientowe i wyt³aczane
-  elementy w czasie rzeczywistym.
-- Przeliczanie palety kolorów (image dithering) pomiêdzy 8, 15 i 16-bitowym
-  kolorem.
-- Zdolno¶æ pracy z 8, 15, 16, 24 i 32-bitowym kolorem.
-- Bliska kompletnej zgodno¶æ z za³o¿eniami ICCCM.
+Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie wszystkie
+zalecenia ICCM. Jego zalet± jest estetyczny i szybki interfejs z wieloma
+pulpitami i prostym menu. Wbudowano weñ tak¿e algorytm rysowania dekoracji
+okien, które mog± byæ jednokolorowe, gradientowe lub trójwymiarowe.
+Blackbox oszczêdza pamiêæ i czas CPU.                           
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-xmkmf -a
-make CXXDEBUGFLAGS=$RPM_OPT_FLAGS CDEBUGFLAGS=$RPM_OPT_FLAGS
+LDFLAGS="-s"; export LDFLAGS 
+%configure \
+       --enable-kde
+make
 
-%clean
+%install
 rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+gzip -9nf README ChangeLog
 
-%install
+%clean
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
 
 %files
 %defattr(644,root,root,755)
-%doc README Changelog
-%attr(755,root,root) /usr/X11R6/bin/blackbox
-/usr/X11R6/lib/X11/app-defaults/*
-- added -q in %setup,
-- added pl translation.
-
-%changelog
-* Fri Sep 25 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.7-1]
-- added -q in %setup,
-- added pl translation.
-
-* Sun Aug 23 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.4-1]
-- Removed old log enteries.
+%doc README.gz ChangeLog.gz
+%config(noreplace) %verify(not size md5 mtime) %{_datadir}/Blackbox/menu
+%dir %{_datadir}/Blackbox
 
-* Thu Aug 13 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
-  [0.40.3-1]
-- New version
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/Blackbox/styles
This page took 0.063019 seconds and 4 git commands to generate.