]> git.pld-linux.org Git - packages/compiz.git/blob - compiz.spec
- switch windows on all/current desktop option
[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 Patch1:         %{name}-switcher-all-desktops.patch
17 BuildRequires:  QtCore-devel
18 BuildRequires:  QtGui-devel
19 BuildRequires:  avahi-glib-devel
20 BuildRequires:  control-center-devel
21 BuildRequires:  gnome-desktop-devel
22 BuildRequires:  gnome-menus-devel
23 BuildRequires:  libsvg-cairo-devel
24 BuildRequires:  libwnck-devel
25 BuildRequires:  qt4-build
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Compiz is an OpenGL compositing manager that use
30 GLX_EXT_texture_from_pixmap for binding redirected top-level
31 windows to texture objects. It has a flexible plug-in system
32 and it is designed to run well on most graphics hardware.
33
34 %description -l pl
35 Compiz jest OpenGL-owym zarz±dc± sk³adania, u¿ywaj±cym rozszerzenia
36 GLX_EXT_texture_from_pixmap w celu wi±zania przekierowanych okien
37 do tekstur. Posiada elastyczny system wtyczek i jest tak
38 zaprojektowany, by dobrze dzia³aæ na wiêkszo¶ci kart graficznych.
39
40 %package devel
41 Summary:        Header files for compiz
42 Summary(pl):    Pliki nag³ówkowe dla compiza
43 Group:          Development
44 Requires:       %{name} = %{version}-%{release}
45
46 %description devel
47 Header files for compiz.
48
49 %description devel -l pl
50 Pliki nag³ówkowe dla compiza.
51
52 %prep
53 %setup -q -n %{name}-%{_snap}
54 %patch0 -p0
55 %patch1 -p1
56
57 %build
58 autoreconf -v --install
59
60 %configure \
61         --enable-svg \
62         --enable-libsvg-cairo \
63         --enable-gnome \
64         --enable-kde
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install DESTDIR=$RPM_BUILD_ROOT
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog README TODO
79 %attr(755,root,root) %{_bindir}/*
80 %dir %{_libdir}/compiz
81 %attr(755,root,root) %{_libdir}/compiz/*.so
82 %attr(755,root,root) %{_libdir}/window-manager-settings/*.so
83 %{_datadir}/compiz
84 %{_datadir}/gnome/wm-properties/*
85
86 %files devel
87 %defattr(644,root,root,755)
88 %{_includedir}/compiz
89 %{_pkgconfigdir}/*
This page took 0.030122 seconds and 3 git commands to generate.