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