]> git.pld-linux.org Git - packages/compiz.git/blob - compiz.spec
4bc49ab8081739494b8721f8854157f59d6c869e
[packages/compiz.git] / compiz.spec
1 #
2 # TODO:
3 # - separate gnome control-panel plugin (it doesn't seem to work anyway)
4 #
5 Summary:        OpenGL window and compositing manager
6 Summary(pl):    OpenGL-owy zarz±dca okien i sk³adania
7 Name:           compiz
8 Version:        0.0.3
9 Release:        2
10 License:        GPL/MIT
11 Group:          X11
12 %define         _snap   20060222
13 Source0:        %{name}-%{_snap}.tar.bz2
14 # Source0-md5:  054cfcedab9282f66e5ab89edbd49c35
15 Patch0:         %{name}-wobbly.patch
16 BuildRequires:  QtCore-devel
17 BuildRequires:  QtGui-devel
18 BuildRequires:  avahi-glib-devel
19 BuildRequires:  control-center-devel
20 BuildRequires:  gnome-desktop-devel
21 BuildRequires:  gnome-menus-devel
22 BuildRequires:  libsvg-cairo-devel
23 BuildRequires:  libwnck-devel
24 BuildRequires:  qt4-build
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Compiz is an OpenGL compositing manager that use
29 GLX_EXT_texture_from_pixmap for binding redirected top-level
30 windows to texture objects. It has a flexible plug-in system
31 and it is designed to run well on most graphics hardware.
32
33 %description -l pl
34 Compiz jest OpenGL-owym zarz±dc± sk³adania, u¿ywaj±cym rozszerzenia
35 GLX_EXT_texture_from_pixmap w celu wi±zania przekierowanych okien
36 do tekstur. Posiada elastyczny system wtyczek i jest tak
37 zaprojektowany, by dobrze dzia³aæ na wiêkszo¶ci kart graficznych.
38
39 %prep
40 %setup -q -n %{name}-%{_snap}
41 %patch0 -p0
42
43 %build
44 autoreconf -v --install
45
46 %configure \
47         --enable-svg \
48         --enable-libsvg-cairo \
49         --enable-gnome \
50         --enable-kde
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog README TODO
65 %attr(755,root,root) %{_bindir}/*
66 %dir %{_libdir}/compiz
67 %attr(755,root,root) %{_libdir}/compiz/*.so
68 %attr(755,root,root) %{_libdir}/window-manager-settings/*.so
69 %{_datadir}/compiz
70
71 # TODO: devel package
This page took 0.067159 seconds and 3 git commands to generate.