]> git.pld-linux.org Git - packages/compiz-fusion-plugins-extra.git/blame - compiz-fusion-plugins-extra.spec
- rel.2
[packages/compiz-fusion-plugins-extra.git] / compiz-fusion-plugins-extra.spec
CommitLineData
7f10bfd4 1%define pkgname compiz-plugins-extra
ff891de5 2Summary: Extra Compiz Fusion plugins
3Summary(pl.UTF-8): Dodatkowe wtyczki Compiz Fusion
4Name: compiz-fusion-plugins-extra
7f10bfd4 5Version: 0.8.4
a43e45e3 6Release: 2
ea3b6423 7License: GPL v2+
ff891de5 8Group: X11
7f10bfd4 9Source0: http://releases.compiz.org/%{version}/%{pkgname}-%{version}.tar.bz2
10# Source0-md5: b40c3058c30a58bdc46631d5a47323d8
20fe8d65 11Source1: compizcap.png
12Source2: fusioncap.png
13Source3: splash_background.png
14Source4: splash_logo.png
7f10bfd4 15URL: http://www.compiz.org/
3755f27c 16BuildRequires: GConf2-devel
ff891de5 17BuildRequires: OpenGL-devel
3755f27c 18BuildRequires: OpenGL-GLU-devel
ff891de5 19BuildRequires: autoconf >= 2.57
ea3b6423 20BuildRequires: automake >= 1:1.9
ff891de5 21BuildRequires: cairo-devel >= 1.0
22BuildRequires: compiz-bcop >= %{version}
23BuildRequires: compiz-devel >= %{version}
24BuildRequires: compiz-fusion-plugins-main-devel >= %{version}
4462f72e 25BuildRequires: gettext-devel
ff891de5 26BuildRequires: glib2-devel >= 2.0
27BuildRequires: intltool >= 0.35.0
4462f72e 28BuildRequires: libnotify-devel
ff891de5 29BuildRequires: libtool
ea3b6423 30BuildRequires: pango-devel >= 1:1.10.0
ff891de5 31BuildRequires: pkgconfig
32Requires: compiz >= %{version}
33Obsoletes: beryl-plugins
34Obsoletes: beryl-plugins-unsupported
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37%description
38Addhelper: Darkens unfocused windows so the user can concentrate on
39 the focused window.
40Bench: Displays the current frames per second as a simple benchmark.
ea3b6423 41Crashhandler: Creates a backtrace of a Compiz crash and is able to
ff891de5 42 start an alternative window manager.
43Cubecaps: Displays top and bottom caps on Compiz Cube.
44Cubereflex: Adds a reflective ground to the Compiz Cube plugin.
45ExtraWM: Adds additional window manager actions to Compiz.
46Fadedesktop: Fades windows out to display the desktop background.
47Firepaint: Draw with fire on the screen.
48Gears: Renders the famous "glxgears" gears inside of the transparent
49 cube.
50Goto-Viewport: Switches to a given viewport by pressing a keybinding
51 and the viewport number.
52Group: Enables the grouping of windows to resize and move them, and
53 the tabbing of several windows together.
54Motion blur (mblur): Creates a motion blur for different screen
55 animations.
56Reflex: Draws a reflection behind transparent areas of a window.
57Scalefilter: Provides a way to filter and select windows by title
58 while using the Compiz Scale plugin.
59Showdesktop: Slides all windows toward the edges of the screen to
60 expose the desktop.
61Splash: Displays a simple animated splash image.
62Trailfocus: Gradually dims windows as other windows gain focus.
63Widget: Features a widget layer similar to OS X Dashboard.
64
65%description -l pl.UTF-8
66Addhelper: Przyciemnia nieaktywne okna umożliwiając użytkownikowi
67 skupienie się na aktywnym oknie.
68Bench: Wyświetla liczbę klatek na sekundę.
ea3b6423 69Crashhandler: Tworzy backtrace po wysypaniu się Compiza i jest w
ff891de5 70 stanie włączyć alternatywny menedżer okien.
71Cubecaps: Wyświetla górną i dolną powierzchnię na kostce.
72Cubereflex: Dodaje odbijającą światło powierzchnię pod kostką.
73ExtraWM: Dodaje dodatkowe akcje menedżera okien do Compiza.
74Fadedesktop: Okna zanikają, by pokazać pulpit.
75Firepaint: Rysowanie oknem na ekranie.
76Gears: Renderuje zębatki z "glxgears" wewnątrz przezroczystej kostki.
77Goto-Viewport: Przełącza na dany viewport po naciśnięciu skrótu
78 klawiszowego.
79Group: Umożliwia grupowanie okien w celu zmiany rozmiaru i
80 przesuwania, jak również zgrupowanie okien za pomocą zakładek.
81Motion blur (mblur): Umożliwia rozmycie ekranu w czasie animacji
82 ekranowych.
83Reflex: Rysuje odbicie pod przezroczystymi obszarami okna.
84Scalefilter: Umożliwia filtrowanie i wybór okien po nazwie podczas
85 używania wtyczki Scale.
86Showdesktop: Usuwa okna w kąty ekranu by odsłonić pulpit.
87Splash: Wyświetla prosty animowany ekran powitalny.
88Trailfocus: Powili przyciemnia nieaktywne okna.
89Widget: Tworzy warstwę z widgetami, podobną do Dashboarda w OS X.
90
4462f72e
MB
91%package devel
92Summary: Header file for animation addon plugin
93Summary(pl.UTF-8): Plik nagłówkowy wtyczki animation addon
94Group: X11/Development/Libraries
95
96%description devel
97Header file for animation addon plugin.
98
99%description devel -l pl.UTF-8
100Plik nagłówkowy wtyczki animation addon.
101
ff891de5 102%prep
7f10bfd4 103%setup -q -n %{pkgname}-%{version}
ff891de5 104
105%build
106%{__glib_gettextize}
107%{__intltoolize} --automake
108%{__libtoolize}
109%{__aclocal}
110%{__autoconf}
111%{__autoheader}
112%{__automake}
113%configure \
114 --disable-static
115%{__make}
116
117%install
118rm -rf $RPM_BUILD_ROOT
119
120%{__make} install \
121 DESTDIR=$RPM_BUILD_ROOT
122
123rm -f $RPM_BUILD_ROOT%{_libdir}/compiz/*.la
124
20fe8d65 125install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/compiz
126install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/compiz
127install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/compiz
128install %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/compiz
129
7f10bfd4 130%find_lang %{pkgname}
ff891de5 131
132%clean
133rm -rf $RPM_BUILD_ROOT
134
7f10bfd4 135%files -f %{pkgname}.lang
ff891de5 136%defattr(644,root,root,755)
137%doc AUTHORS
138%attr(755,root,root) %{_libdir}/compiz/*.so
139%{_datadir}/compiz/*.xml
140%{_datadir}/compiz/*.png
4462f72e
MB
141
142%files devel
143%defattr(644,root,root,755)
3d3b586f 144%{_includedir}/compiz/compiz-animationaddon.h
4462f72e 145%{_pkgconfigdir}/compiz-animationaddon.pc
This page took 0.054638 seconds and 4 git commands to generate.