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